summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpspeexdepay.h
diff options
context:
space:
mode:
authorTomasz Grobelny <tomasz@grobelny.oswiecenia.net>2008-07-07 10:16:07 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-07 10:16:07 +0000
commit5e2a462789be55a717238ca6f30902b1fc0432c6 (patch)
tree240a8b38cac96a38d7fb53add77f99e6f036ca04 /gst/rtp/gstrtpspeexdepay.h
parentcf3286dac701e58e9994f1a5e9f728cdb8ffe342 (diff)
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 <tomasz at grobelny dot oswiecenia dot net> * 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.
Diffstat (limited to 'gst/rtp/gstrtpspeexdepay.h')
-rw-r--r--gst/rtp/gstrtpspeexdepay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpspeexdepay.h b/gst/rtp/gstrtpspeexdepay.h
index 4a76a633..705886c8 100644
--- a/gst/rtp/gstrtpspeexdepay.h
+++ b/gst/rtp/gstrtpspeexdepay.h
@@ -37,6 +37,7 @@ typedef struct _GstRtpSPEEXDepayClass GstRtpSPEEXDepayClass;
struct _GstRtpSPEEXDepay
{
GstBaseRTPDepayload depayload;
+ guint64 start_ts;
};
struct _GstRtpSPEEXDepayClass