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:
Sebastian Dröge 2013-09-23 16:18:43 +02:00
parent ad2c27082d
commit f33a73b359

View file

@ -26,7 +26,7 @@
static gboolean
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))
return FALSE;