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:22 +00:00
parent c5ca1b712d
commit 4495848883

View file

@ -1624,7 +1624,7 @@ plugin_init (GstPlugin *plugin)
return FALSE;
/* create an elementfactory for the asf_demux element */
if (!gst_element_register (plugin, "asfdemux", GST_RANK_NONE, GST_TYPE_ASF_DEMUX))
if (!gst_element_register (plugin, "asfdemux", GST_RANK_PRIMARY, GST_TYPE_ASF_DEMUX))
return FALSE;
return TRUE;