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:
fcf51d3
)
rtsp-media: remove old line
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 4 Oct 2013 03:48:52 +0000
(
05:48
+0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 4 Oct 2013 03:48:52 +0000
(
05:48
+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
7c7eb1b
..
2fcbf32
100644
(file)
--- a/
gst/rtsp-server/rtsp-media.c
+++ b/
gst/rtsp-server/rtsp-media.c
@@
-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;