From 28906ed74310e7665dc0876e4524341c930c1520 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 12 Feb 2006 18:59:36 +0000 Subject: gst/rtp/gstrtpmp4gpay.*: Make more things work. Original commit message from CVS: * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init), (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush): * gst/rtp/gstrtpmp4gpay.h: Make more things work. Handle ACC config strings. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ecd5889..e70af71c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-02-12 Wim Taymans + + * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init), + (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config), + (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps), + (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush): + * gst/rtp/gstrtpmp4gpay.h: + Make more things work. + Handle ACC config strings. + 2006-02-12 Thomas Vander Stichele * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer): -- cgit