rtpsbcdepay: Rank as secondary
authorOlivier Crête <olivier.crete@collabora.com>
Wed, 3 Apr 2013 22:24:29 +0000 (18:24 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Wed, 3 Apr 2013 22:25:36 +0000 (18:25 -0400)
This way, it will be selected by decodebin
Bug reported by andreas.fenkart@streamunlimited.com

https://bugzilla.gnome.org/show_bug.cgi?id=697227

gst/rtp/gstrtpsbcdepay.c

index 64a18453ebed4398c43e02a02be13aba780c135b..5f7c5c05c8e1d94899180561d9c2fa888693ef98 100644 (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);
 }