mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
add a rank to allow autoplugging
Original commit message from CVS: add a rank to allow autoplugging
This commit is contained in:
parent
803ff8f49c
commit
1ec681f8ac
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ plugin_init (GstPlugin *plugin)
|
||||||
videocaps, NULL);
|
videocaps, NULL);
|
||||||
|
|
||||||
return gst_element_register (plugin, "qtdemux",
|
return gst_element_register (plugin, "qtdemux",
|
||||||
GST_RANK_NONE, GST_TYPE_QTDEMUX);
|
GST_RANK_PRIMARY, GST_TYPE_QTDEMUX);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (
|
GST_PLUGIN_DEFINE (
|
||||||
|
|
Loading…
Reference in a new issue