rtpsbcdepay: Rank as secondary

This way, it will be selected by decodebin
Bug reported by andreas.fenkart@streamunlimited.com

https://bugzilla.gnome.org/show_bug.cgi?id=697227
This commit is contained in:
Olivier Crête 2013-04-03 18:24:29 -04:00
parent 2e56032031
commit f8831c0cd2

View file

@ -282,6 +282,6 @@ bad_packet:
gboolean
gst_rtp_sbc_depay_plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "rtpsbcdepay", GST_RANK_NONE,
return gst_element_register (plugin, "rtpsbcdepay", GST_RANK_SECONDARY,
GST_TYPE_RTP_SBC_DEPAY);
}