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.
This commit is contained in:
Wim Taymans 2007-04-05 13:56:44 +00:00
parent d42fcc86cf
commit f70206175f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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):

View file

@ -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);
}