mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
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:
parent
d42fcc86cf
commit
f70206175f
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2007-04-05 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
|
* gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
|
||||||
|
|
|
@ -364,5 +364,5 @@ gboolean
|
||||||
gst_rtp_mp4a_depay_plugin_init (GstPlugin * plugin)
|
gst_rtp_mp4a_depay_plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "rtpmp4adepay",
|
return gst_element_register (plugin, "rtpmp4adepay",
|
||||||
GST_RANK_NONE, GST_TYPE_RTP_MP4A_DEPAY);
|
GST_RANK_MARGINAL, GST_TYPE_RTP_MP4A_DEPAY);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue