summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tpm@src.gnome.org>2006-12-16 16:01:20 +0000
committerTim-Philipp Müller <tpm@src.gnome.org>2006-12-16 16:01:20 +0000
commit847d0709e6df0401e24acd7125e44ad980e90ea6 (patch)
tree6697af7f5a1e352d1c7e4fd4f76517be7d6846d8 /ChangeLog
parent7b2781387bb27818f7f4bc9050a8c144a3190e5a (diff)
downloadtotem-847d0709e6df0401e24acd7125e44ad980e90ea6.tar.gz
Use SEEKING query to query seekability instead of second-guessing based on
* src/backend/bacon-video-widget-gst-0.10.c: (bacon_video_widget_open_with_subtitle), (bacon_video_widget_is_seekable): Use SEEKING query to query seekability instead of second-guessing based on whether we have a duration or not (Closes: #365414). Needs decoder/demuxer support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14998b61d..7c61f931d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
+
+ * src/backend/bacon-video-widget-gst-0.10.c:
+ (bacon_video_widget_open_with_subtitle),
+ (bacon_video_widget_is_seekable):
+ Use SEEKING query to query seekability instead of second-guessing
+ based on whether we have a duration or not (Closes: #365414).
+ Needs decoder/demuxer support.
+
2006-12-14 Bastien Nocera <hadess@hadess.net>
* src/ev-sidebar.h: Fix typo, thanks uws