After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 534783 - Remove FLV demuxer
Remove FLV demuxer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-25 16:09 UTC by Bastien Nocera
Modified: 2008-05-26 10:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-05-25 16:09:20 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.
Comment 1 Tim-Philipp Müller 2008-05-25 20:57:51 UTC
I think so too.
Comment 2 Wim Taymans 2008-05-26 10:26:07 UTC
        * 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.