projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ffd743
)
media: seek to key frames
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 29 Apr 2009 15:24:46 +0000
(17:24 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 29 Apr 2009 15:25:04 +0000
(17:25 +0200)
gst/rtsp-server/rtsp-media.c
patch
|
blob
|
history
diff --git
a/gst/rtsp-server/rtsp-media.c
b/gst/rtsp-server/rtsp-media.c
index
e8bdaf2
..
f95848e
100644
(file)
--- a/
gst/rtsp-server/rtsp-media.c
+++ b/
gst/rtsp-server/rtsp-media.c
@@
-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;