From c77bfaacb42b785cd1ac1b5c9e4af8bfb9f1691a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 26 Sep 2008 13:55:48 +0000 Subject: gst/rtp/: Added MP4A-LATM payloader to match the depayloader. Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type), (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init), (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize), (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps), (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer), (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init): * gst/rtp/gstrtpmp4apay.h: Added MP4A-LATM payloader to match the depayloader. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1d9762ef..5ec98141 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-09-26 Wim Taymans + + * gst/rtp/Makefile.am: + * gst/rtp/gstrtp.c: (plugin_init): + * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type), + (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init), + (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize), + (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps), + (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer), + (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init): + * gst/rtp/gstrtpmp4apay.h: + Added MP4A-LATM payloader to match the depayloader. + 2008-09-25 Wim Taymans * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues), -- cgit