summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpspeexdepay.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-07 15:34:12 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-07 15:34:12 +0000
commit0db3e69da91738f8ae84923ab3d78deb25bc2ca4 (patch)
tree4d2b1628c1a592866cf87029fd7f0d049fc69165 /gst/rtp/gstrtpspeexdepay.h
parent9f886ee1f2d7437eb121c7049a4b358be25117a9 (diff)
gst/rtp/gstrtpspeexdepay.*: Revert last change: Only the jitterbuffer is able to convert RTP to
Original commit message from CVS: * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init), (gst_rtp_speex_depay_process): * gst/rtp/gstrtpspeexdepay.h: Revert last change: Only the jitterbuffer is able to convert RTP to Gstreamer timestamps and normal (de)payloaders should simply copy it. Reopens bug #541787.
Diffstat (limited to 'gst/rtp/gstrtpspeexdepay.h')
-rw-r--r--gst/rtp/gstrtpspeexdepay.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpspeexdepay.h b/gst/rtp/gstrtpspeexdepay.h
index 705886c8..4a76a633 100644
--- a/gst/rtp/gstrtpspeexdepay.h
+++ b/gst/rtp/gstrtpspeexdepay.h
@@ -37,7 +37,6 @@ typedef struct _GstRtpSPEEXDepayClass GstRtpSPEEXDepayClass;
struct _GstRtpSPEEXDepay
{
GstBaseRTPDepayload depayload;
- guint64 start_ts;
};
struct _GstRtpSPEEXDepayClass