From bea901065843072d691f397397e815332be0b071 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 28 Sep 2007 14:56:19 +0000 Subject: gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is not real time and it does not make sense ... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_play): * gst/rtsp/gstrtspsrc.h: In TCP mode, only timestamp the first buffer. TCP is not real time and it does not make sense to try to skew compensate, also some servers send the first batch of data in a burst. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6292b9da..82aed304 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-09-28 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved), + (gst_rtspsrc_play): + * gst/rtsp/gstrtspsrc.h: + In TCP mode, only timestamp the first buffer. TCP is not real time and + it does not make sense to try to skew compensate, also some servers send + the first batch of data in a burst. + 2007-09-27 Tim-Philipp Müller * gst/matroska/matroska-demux.c: -- cgit