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.
+2007-04-05 Wim Taymans <wim@fluendo.com>
+
+ * 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.
+
2007-04-05 Julien MOUTTE <julien@moutte.net>
* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
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);
}