From f70206175fb43c6640ca439ec138a9c6de6735fe Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 5 Apr 2007 13:56:44 +0000 Subject: gst/rtp/gstrtpmp4adepay.c: This element is ready to be autoplugged. Original commit message from CVS: * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init): This element is ready to be autoplugged. --- gst/rtp/gstrtpmp4adepay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtpmp4adepay.c b/gst/rtp/gstrtpmp4adepay.c index 173abae2..e3ac97e4 100644 --- a/gst/rtp/gstrtpmp4adepay.c +++ b/gst/rtp/gstrtpmp4adepay.c @@ -364,5 +364,5 @@ gboolean gst_rtp_mp4a_depay_plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "rtpmp4adepay", - GST_RANK_NONE, GST_TYPE_RTP_MP4A_DEPAY); + GST_RANK_MARGINAL, GST_TYPE_RTP_MP4A_DEPAY); } -- cgit