mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
gstffmpeg(de)mux: Disable known broken (de)muxers
Idea provided by David Schleef Support provided by Michael Smith and Tim Mueller Food and Drinks provided by Toronado
This commit is contained in:
parent
dd7b219c42
commit
c35c1d1446
1 changed files with 4 additions and 2 deletions
|
@ -1978,8 +1978,10 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
|
|||
!strcmp (in_plugin->name, "yuv4mpegpipe") ||
|
||||
!strcmp (in_plugin->name, "mpc") || !strcmp (in_plugin->name, "gif"))
|
||||
rank = GST_RANK_MARGINAL;
|
||||
else
|
||||
rank = GST_RANK_NONE;
|
||||
else {
|
||||
GST_DEBUG ("ignoring %s", in_plugin->name);
|
||||
goto next;
|
||||
}
|
||||
|
||||
p = name = g_strdup (in_plugin->name);
|
||||
while (*p) {
|
||||
|
|
Loading…
Reference in a new issue