mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +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
c5ca1b712d
commit
4495848883
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue