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 399108 - ffmpeg's yuv4mpegpipe demuxer not activated for auto-plugging
ffmpeg's yuv4mpegpipe demuxer not activated for auto-plugging
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-21 19:08 UTC by Mark Nauwelaerts
Modified: 2007-01-26 12:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Enable yuv4mpegpipe for auto-plugging (599 bytes, patch)
2007-01-21 19:10 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2007-01-21 19:08:09 UTC
It seems to be policy that "ffmpeg demuxers known to work" have MARGINAL rank.

This pretty much seems to be the case for yuv4mpegpipe (ffmpeg can't do much wrong here ;-) ).  Also, there is no other demuxer element for this, and can't have it said that e.g. totem can't "even" play this (though hardly popular).
Comment 1 Mark Nauwelaerts 2007-01-21 19:10:39 UTC
Created attachment 80825 [details] [review]
Enable yuv4mpegpipe for auto-plugging

* register yuv4mpegpipe demuxer with MARGINAL rank
  (makes it also typically available for auto-plugging)
Comment 2 Wim Taymans 2007-01-26 12:12:42 UTC
        Patch by: Mark Nauwelaerts <manauw@skynet.be>

        * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
        register yuv4mpegpipe demuxer with MARGINAL rank to
        make it also typically available for auto-plugging. Fixes #399108.