media: seek to key frames
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 29 Apr 2009 15:24:46 +0000 (17:24 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 29 Apr 2009 15:25:04 +0000 (17:25 +0200)
gst/rtsp-server/rtsp-media.c

index e8bdaf2..f95848e 100644 (file)
@@ -389,7 +389,7 @@ 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;
+  flags = GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_ACCURATE | GST_SEEK_FLAG_KEY_UNIT;
 
   start_type = stop_type = GST_SEEK_TYPE_NONE;