summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-28 14:56:19 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-28 14:56:19 +0000
commitbea901065843072d691f397397e815332be0b071 (patch)
tree0f7b332f40690678f9bd605cd47ee7c816cf9a29 /gst/rtsp/gstrtspsrc.h
parentc57ce8b9d561ddd7f82016ed27a35f4871d29169 (diff)
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.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index d956d7e1..29f23ce4 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -135,6 +135,7 @@ struct _GstRTSPSrc {
gint free_channel;
GstEvent *close_segment;
GstEvent *start_segment;
+ GstClockTime base_time;
/* UDP mode loop */
gint loop_cmd;