gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.
authorStefan Kost <ensonic@users.sf.net>
Wed, 28 Mar 2007 18:40:12 +0000 (18:40 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 28 Mar 2007 18:40:12 +0000 (18:40 +0000)
commitc0cdcae569856ad5faa847294631c9219bd07799
tree732ea8035075241ed5b9a3c047fda434b83e5e7a
parentab589bff3e975300c0f9f26b534078155c1989ea
gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.

Original commit message from CVS:
Based on patch by: Stefan Kost  <ensonic@users.sf.net>
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
(gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
(gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
(gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
(gst_rtp_mp4a_depay_get_property),
(gst_rtp_mp4a_depay_change_state),
(gst_rtp_mp4a_depay_plugin_init):
* gst/rtp/gstrtpmp4adepay.h:
Added MP4A-LATM depayloader. Fixes #417792.
* gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
(gst_rtp_mp4v_depay_process):
Fixup depayloader, setting codec_data, using more efficient adaptor and
rtpbuffer handling.
* gst/rtsp/URLS:
Add url to test above.
ChangeLog
gst/rtp/Makefile.am
gst/rtp/gstrtp.c
gst/rtp/gstrtpmp4adepay.c [new file with mode: 0644]
gst/rtp/gstrtpmp4adepay.h [new file with mode: 0644]
gst/rtp/gstrtpmp4vdepay.c
gst/rtsp/URLS