Actions
Feature #326
closed
EL
EL
Factorize runmode
Feature #326:
Factorize runmode
Effort:
Difficulty:
Label:
Description
The code of the different runmodes is similar because it is basically threads chaining. It could thus be really interesting to factorize this code to ease the maintenance cost.
First step is to group the more similar runmode (like live captures, where the only difference is the input plugin). Second step will be to factorize the code accross the different family.
VJ Updated by Victor Julien over 14 years ago
- Due date changed from 09/29/2011 to 11/01/2011
- Target version changed from 1.1beta3 to 1.1rc1
I think the inline modes are still to do.
VJ Updated by Victor Julien over 14 years ago
- Priority changed from Normal to Low
Low priority for 1.1. No problem pushing this back to 1.2 if there is no time left.
VJ Updated by Victor Julien over 14 years ago
- Target version changed from 1.1rc1 to 1.2
EL Updated by Eric Leblond over 14 years ago
- % Done changed from 60 to 90
Work in testing phase.
VJ Updated by Victor Julien over 14 years ago
- Status changed from Assigned to Closed
- Target version changed from 1.2 to 1.2rc1
- % Done changed from 90 to 100
All patches applied, thanks Eric!
Actions