mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
avdemux: Really ignore demuxers we want to ignore
This commit is contained in:
parent
22f67f7b9e
commit
9f8e46d3d2
1 changed files with 2 additions and 2 deletions
|
@ -1995,8 +1995,8 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
|
|||
rank = GST_RANK_MARGINAL;
|
||||
else {
|
||||
GST_DEBUG ("ignoring %s", in_plugin->name);
|
||||
rank = GST_RANK_MARGINAL;
|
||||
//goto next;
|
||||
rank = GST_RANK_NONE;
|
||||
goto next;
|
||||
}
|
||||
|
||||
p = name = g_strdup (in_plugin->name);
|
||||
|
|
Loading…
Reference in a new issue