rtsp-media: remove old line
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 4 Oct 2013 03:48:52 +0000 (05:48 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 4 Oct 2013 03:48:52 +0000 (05:48 +0200)
gst/rtsp-server/rtsp-media.c

index 7c7eb1b..2fcbf32 100644 (file)
@@ -1282,7 +1282,6 @@ gst_rtsp_media_seek (GstRTSPMedia * media, GstRTSPTimeRange * range)
 
   /* depends on the current playing state of the pipeline. We might need to
    * queue this until we get EOS. */
-  flags = GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_KEY_UNIT;
   flags = GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT;
 
   start_type = stop_type = GST_SEEK_TYPE_NONE;