GNOME Bugzilla – Bug 534783
Remove FLV demuxer
Last modified: 2008-05-26 10:26:07 UTC
The FLV demuxer in gst-ffmpeg is pretty useless, and causes quite a lot of bugs being reported for totem's YouTube plugin (along the lines of "but if I download the file, I can play it locally). It would be easier if it was just removed from gst-ffmpeg, so people realise that they need gst-plugins-bad to get flvdemux.
I think so too.
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): Set flv demuxer to rank NONE, we have a better, working demuxer in -bad and we don't want any bug reports about this one. Fixes #534783.