sdpdemux: Change rank to NONE until it can be autoplugged properly
https://bugzilla.gnome.org/show_bug.cgi?id=702495
This commit is contained in:
parent
ad2c27082d
commit
f33a73b359
@ -26,7 +26,7 @@
|
|||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
if (!gst_element_register (plugin, "sdpdemux", GST_RANK_SECONDARY,
|
if (!gst_element_register (plugin, "sdpdemux", GST_RANK_NONE,
|
||||||
GST_TYPE_SDP_DEMUX))
|
GST_TYPE_SDP_DEMUX))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user