From 2c955bfad32dcd920fe732a2a1ca9731d1fc5c80 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Wed, 11 Jul 2007 15:50:56 +0000 Subject: [PATCH] [MOVED FROM GST-P-FARSIGHT] RTP timestamp is the time of the beginning of the dtmf event 20070711155056-3e2dc-cb5cda73fbf7df1c545cb0321b0e339914c5897f.gz --- gst/rtpdtmf/gstrtpdtmfsrc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/rtpdtmf/gstrtpdtmfsrc.c b/gst/rtpdtmf/gstrtpdtmfsrc.c index a3cf333cdc..c3392971c4 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