From ca00f98eb521503e9e7094cdd37a553c493913ff Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Wed, 26 Jul 2006 16:36:59 +0000 Subject: gst/rtp/: Fix timestamp calculation on outgoing RTP packets. Original commit message from CVS: Patch by: Kai Vehmanen * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush), (gst_rtp_pcma_pay_handle_buffer): * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush), (gst_rtp_pcmu_pay_handle_buffer): Fix timestamp calculation on outgoing RTP packets. Fixes #348675. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e12e5a47..84249d52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-07-26 Wim Taymans + + Patch by: Kai Vehmanen + + * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush), + (gst_rtp_pcma_pay_handle_buffer): + * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush), + (gst_rtp_pcmu_pay_handle_buffer): + Fix timestamp calculation on outgoing RTP packets. + Fixes #348675. + 2006-07-26 Tim-Philipp Müller * ext/taglib/gstid3v2mux.cc: -- cgit