From 774f238b96ab88540515ed9d88dc826ee7b558ca Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Tue, 11 Nov 2008 17:29:03 +0000 Subject: gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fixes #532409. Original commit message from CVS: Patch by: Olivier Crete * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init), (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init), (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer): * gst/rtp/gstrtpg729pay.h: Replace G729 payloader with an improved version. Fixes #532409. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0c198ac..fd3a75fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-11-11 Wim Taymans + + Patch by: Olivier Crete + + * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init), + (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init), + (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer): + * gst/rtp/gstrtpg729pay.h: + Replace G729 payloader with an improved version. Fixes #532409. + 2008-11-11 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string), -- cgit