mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue