From 5e2a462789be55a717238ca6f30902b1fc0432c6 Mon Sep 17 00:00:00 2001 From: Tomasz Grobelny Date: Mon, 7 Jul 2008 10:16:07 +0000 Subject: gst/rtp/gstrtpspeexdepay.*: Take timestamp from the RTP packet as a first step to fix problems with transmission over... Original commit message from CVS: Patch by: Tomasz Grobelny * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init), (gst_rtp_speex_depay_process): * gst/rtp/gstrtpspeexdepay.h: Take timestamp from the RTP packet as a first step to fix problems with transmission over RTP when the network is not reliable. Fixes bug #541787. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 055422d4..c5e44f0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-07-07 Sebastian Dröge + + Patch by: Tomasz Grobelny + + * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init), + (gst_rtp_speex_depay_process): + * gst/rtp/gstrtpspeexdepay.h: + Take timestamp from the RTP packet as a first step to fix problems + with transmission over RTP when the network is not reliable. + Fixes bug #541787. + 2008-07-05 Sebastian Dröge Patch by: Tero Saarni -- cgit