summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-05-04 16:16:54 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-05-04 16:18:23 +0200
commit56656dd03d28f4882bb99c4abcb2035ff880f8c5 (patch)
treea180b5d38204918d14fffd41894d9acc28583d5f /gst/rtsp/gstrtspsrc.h
parent434d20862b22a2c2261ef12d4d7259ee16e29a77 (diff)
rtspsrc: use SKIP flag to use SCALE headers
We can use the SKIP seek flag to instruct the server to send data faster then normal but with the same bandwidth. Fixes #537609
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 2e41c274..c2387c7e 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -154,6 +154,7 @@ struct _GstRTSPSrc {
GstSegment segment;
gboolean running;
gboolean need_range;
+ gboolean skip;
gint free_channel;
GstEvent *close_segment;
GstEvent *start_segment;