diff options
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r-- | gst/rtsp/gstrtspsrc.h | 2 |
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; |