This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 7671 - [TranscodingAction] Split apply and init functions
Summary: [TranscodingAction] Split apply and init functions
Status: NEW
Alias: None
Product: mobileOK authoring tools
Classification: Unclassified
Component: Transcoding (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Sylvain Lequeux
QA Contact: fd
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-18 08:12 UTC by Sylvain Lequeux
Modified: 2009-09-18 08:12 UTC (History)
0 users

See Also:


Attachments

Description Sylvain Lequeux 2009-09-18 08:12:47 UTC
In non-abstract transcoding actions, we always begin the apply function by initialize options and property used (we are not talking about initPropertyValues call).
It should be better if we implement an abstract function in TranscodingAction class to initialize options and properties.
Then, we have to call it in Transcoder before apply call for each TranscodingAction.