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
@ -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…
x
Reference in New Issue
Block a user