mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55: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
1c7db040a3
commit
8b4dbbc044
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ plugin_init (GstPlugin *plugin)
|
|||
videocaps, NULL);
|
||||
|
||||
return gst_element_register (plugin, "qtdemux",
|
||||
GST_RANK_NONE, GST_TYPE_QTDEMUX);
|
||||
GST_RANK_PRIMARY, GST_TYPE_QTDEMUX);
|
||||
}
|
||||
|
||||
GST_PLUGIN_DEFINE (
|
||||
|
|
Loading…
Reference in a new issue