GNOME Bugzilla – Bug 574746
Disable external library decoders/encoders
Last modified: 2009-03-10 20:14:09 UTC
The ffmpeg h264 encoder plugin is broken and should be disabled. It causes applications like Empathy which tries to dynamically plug it to crash. The x264 encoder works fine, so there is no need to have a broken ffmpeg plugin enabled.
To make sure, the plugin which should not be built is: ffenc_libx264
*sigh*... this is from an unsupported build. I don't know whether I should: * close the bug, or * really disable libx264 plugin in gst-ffmpeg (even though we don't support it).
Created attachment 130396 [details] [review] Disable usage of external library encoders. So basically we have native gstreamer plugins for all the external libraries they use. Just blacklist them.
+1 from me for this patch.
Yea, I'm not sure the implementation is great, but with the ffmpeg release.. We want to use system ffmpeg so we really need something like that.
commit 1e689f057ff8969ae6cda8093d5a92a5490dedaa Author: Edward Hervey <bilboed@bilboed.com> Date: Tue Mar 10 21:11:43 2009 +0100 Disable exposing decoder/encoder using external library. Fixes #574746