add a rank to allow autoplugging

Original commit message from CVS:
add a rank to allow autoplugging
This commit is contained in:
Benjamin Otte 2003-11-24 15:25:21 +00:00
parent 1c7db040a3
commit 8b4dbbc044

View file

@ -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 (