From 34f916abbd9284552603810e3a0d4abf3e831dbd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 2 May 2008 12:44:18 +0000 Subject: gst/rtp/gstrtph263pdepay.c: Add some more debug info and guard against small payloads. Original commit message from CVS: * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process): Add some more debug info and guard against small payloads. * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process): Set duration on outgoing buffers because we can. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f9f39e4..295fadd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-05-02 Wim Taymans + + * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process): + Add some more debug info and guard against small payloads. + + * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process): + Set duration on outgoing buffers because we can. + 2008-05-02 Wim Taymans Patch by: Olivier Crete -- cgit