mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +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;
|
rank = GST_RANK_MARGINAL;
|
||||||
else {
|
else {
|
||||||
GST_DEBUG ("ignoring %s", in_plugin->name);
|
GST_DEBUG ("ignoring %s", in_plugin->name);
|
||||||
rank = GST_RANK_MARGINAL;
|
rank = GST_RANK_NONE;
|
||||||
//goto next;
|
goto next;
|
||||||
}
|
}
|
||||||
|
|
||||||
p = name = g_strdup (in_plugin->name);
|
p = name = g_strdup (in_plugin->name);
|
||||||
|
|
Loading…
Reference in a new issue