summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-11-11 15:16:31 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-11-11 15:16:31 +0000
commit8a2bcfecb005d3caf8c69798dd377f2c781607f7 (patch)
tree37a68e5c7a4ba0bb2e7a489335c20959718e0e87 /ChangeLog
parent320e96a27c5328998c8cf712bec9b6a142d92d6d (diff)
gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source was playing.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek): Only pause/play in the seek handler when the source was playing. Fixes #529379.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0752640b..93a37add 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-11 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
+ (gst_rtspsrc_perform_seek):
+ Only pause/play in the seek handler when the source was playing.
+ Fixes #529379.
+
2008-11-11 Sebastian Dröge <slomo@circular-chaos.org>
* gst/matroska/matroska-mux.c: