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:
e19c382
)
media: collect media position when seek completes
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 5 Mar 2010 18:08:08 +0000
(19:08 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Fri, 5 Mar 2010 18:08:08 +0000
(19:08 +0100)
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
116e806
..
b776045
100644
(file)
--- a/
gst/rtsp-server/rtsp-media.c
+++ b/
gst/rtsp-server/rtsp-media.c
@@
-471,6
+471,8
@@
gst_rtsp_media_seek (GstRTSPMedia * media, GstRTSPTimeRange * range)
GST_INFO ("done seeking %d", res);
gst_element_get_state (media->pipeline, NULL, NULL, -1);
GST_INFO ("prerolled again");
+
+ collect_media_stats (media);
} else {
GST_INFO ("no seek needed");
res = TRUE;