summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-26 20:12:52 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-26 20:12:52 +0000
commit4683ff80d3a9535f92708a8966c3d2793294ee48 (patch)
treeebf14d9c24fa5f07b3886fd14db1a0062fa53b7e /gst/rtsp/gstrtspsrc.h
parent285ec58919613ac151e2083d5977b619b6a069ae (diff)
gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream), (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp), (gst_rtspsrc_close): * gst/rtsp/gstrtspsrc.h: Set timestamps on RTP buffers in interleaved mode. Mark first buffers with a DISCONT. Remove flush hack now that sync for live sources has been figured out.
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 7a3b6e17..d956d7e1 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -95,6 +95,7 @@ struct _GstRTSPStream {
gboolean added;
gboolean disabled;
gboolean eos;
+ gboolean discont;
/* for interleaved mode */
guint8 channel[2];