summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-22 15:01:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-22 15:01:29 +0000
commit5592bdd4592958b4e0ec231d79b3b9f3c784a4e1 (patch)
tree6df8edf4e63bd084e869e08cf2ea84c5b1b517dc /gst/rtsp/gstrtspsrc.h
parent09a56877059b71658a861bb462eaeaa784aae1e1 (diff)
gst/rtsp/gstrtspsrc.*: Fix method detection again.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek), (gst_rtspsrc_parse_methods), (gst_rtspsrc_open), (gst_rtspsrc_play): * gst/rtsp/gstrtspsrc.h: Fix method detection again. Keep track of when we must send a Range header. Use segment values for Range, Speed and Scale headers. Parse Speed and Scale headers to update the segment values.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index e3eaf6e8..7a3b6e17 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -130,7 +130,7 @@ struct _GstRTSPSrc {
GStaticRecMutex *stream_rec_lock;
GstSegment segment;
gboolean running;
- gdouble position;
+ gboolean need_range;
gint free_channel;
GstEvent *close_segment;
GstEvent *start_segment;