diff options
author | Olivier Crete <olivier.crete@collabora.co.uk> | 2007-07-11 15:50:56 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-02-21 17:47:58 +0100 |
commit | 2c955bfad32dcd920fe732a2a1ca9731d1fc5c80 (patch) | |
tree | 9706dc2e963b64477d3ef8fd044a55e932b06018 /gst | |
parent | 9fe41ae2805fb84eeb10d63b383b0e3d9e1168d4 (diff) | |
download | gst-plugins-bad-2c955bfad32dcd920fe732a2a1ca9731d1fc5c80.tar.gz gst-plugins-bad-2c955bfad32dcd920fe732a2a1ca9731d1fc5c80.tar.bz2 gst-plugins-bad-2c955bfad32dcd920fe732a2a1ca9731d1fc5c80.zip |
[MOVED FROM GST-P-FARSIGHT] RTP timestamp is the time of the beginning of the dtmf event
20070711155056-3e2dc-cb5cda73fbf7df1c545cb0321b0e339914c5897f.gz
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtpdtmf/gstrtpdtmfsrc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtpdtmf/gstrtpdtmfsrc.c b/gst/rtpdtmf/gstrtpdtmfsrc.c index a3cf333c..c3392971 100644 --- a/gst/rtpdtmf/gstrtpdtmfsrc.c +++ b/gst/rtpdtmf/gstrtpdtmfsrc.c @@ -651,8 +651,6 @@ gst_rtp_dtmf_prepare_rtp_headers (GstRTPDTMFSrc *dtmfsrc, GstBuffer *buf) /* timestamp of RTP header */ gst_rtp_buffer_set_timestamp (buf, dtmfsrc->rtp_timestamp); - dtmfsrc->rtp_timestamp += - dtmfsrc->interval * dtmfsrc->clock_rate / 1000; } static void |