add a rank to allow autoplugging
Original commit message from CVS: add a rank to allow autoplugging
This commit is contained in:
parent
c5ca1b712d
commit
4495848883
@ -1624,7 +1624,7 @@ plugin_init (GstPlugin *plugin)
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
/* create an elementfactory for the asf_demux element */
|
/* 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 FALSE;
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user