Closed (fixed)
Project:
Video Filter
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Mar 2010 at 11:22 UTC
Updated:
11 Sep 2011 at 21:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
manarth commentedPatch attached...
replaces all 'module_invoke_all' calls with a call to a helper function.
Helper function calls module_invoke_all, then passes the results (by reference) through hook_codec_alter.
Comment #2
manarth commentedComment #3
anonNice idea.
What about settings for this instead? So users with no php skills can enable/disable codecs?
Comment #4
blackdog commentedI like both ideas.
Should the settings be for each format, or a global setting?
Comment #5
anonFor each format I think, but not sure on how to deal with this tho.
Comment #6
blackdog commentedThis needs to go into the 3.x branch. I'll take another stab at it.
Comment #7
crea commentedComment #8
blackdog commentedGood stuff crea!
I've committed the patch with one change, I named the alter video_filter_codec_info. In both 6.x-3.x and 7.x-3.x. Thanks!
If someone need an UI for this, let's open a new issue.