summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-05-20 09:36:56 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-05-20 09:36:56 +0000
commitfb7879098c4717909b4345ecc9bbd90f777f4cda (patch)
treebef62e73513ba7774ca73094e7dd9c7227324331 /ChangeLog
parent61dbbd46cc02f240bd7474c8e867ff67cfa8b4d4 (diff)
downloadgst-plugins-bad-fb7879098c4717909b4345ecc9bbd90f777f4cda.tar.gz
gst-plugins-bad-fb7879098c4717909b4345ecc9bbd90f777f4cda.tar.bz2
gst-plugins-bad-fb7879098c4717909b4345ecc9bbd90f777f4cda.zip
ext/mythtv/gstmythtvsrc.c: Correctly set duration to get a more correct seek bar in totem.
Original commit message from CVS: Patch by: Bastien Nocera <hadess at hadess dot net> * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init), (gst_mythtv_src_init), (gst_mythtv_src_clear), (do_read_request_response), (gst_mythtv_src_create), (gst_mythtv_src_start): Correctly set duration to get a more correct seek bar in totem. Disable query and event functions as they don't work and do some smaller cleanup. Fixes bug #533736.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c168e84..89322f32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
+ Patch by: Bastien Nocera <hadess at hadess dot net>
+
+ * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_class_init),
+ (gst_mythtv_src_init), (gst_mythtv_src_clear),
+ (do_read_request_response), (gst_mythtv_src_create),
+ (gst_mythtv_src_start):
+ Correctly set duration to get a more correct seek bar in totem.
+
+ Disable query and event functions as they don't work and do some
+ smaller cleanup.
+
+ Fixes bug #533736.
+
+2008-05-20 Sebastian Dröge <slomo@circular-chaos.org>
+
Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
* ext/spc/Makefile.am: