GNOME Bugzilla – Bug 399108
ffmpeg's yuv4mpegpipe demuxer not activated for auto-plugging
Last modified: 2007-01-26 12:12:42 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).
Created attachment 80825 [details] [review] Enable yuv4mpegpipe for auto-plugging * register yuv4mpegpipe demuxer with MARGINAL rank (makes it also typically available for auto-plugging)
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.