summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-02-20 16:04:32 +0000
committerBastien Nocera <hadess@hadess.net>2008-02-20 16:04:32 +0000
commit3a35776ea4750144bd21b7b9b990284b581da1cb (patch)
tree068976cbe434db86ca186ebafda96e48657559ad /ChangeLog
parentd12d2dacde584b69a9fd9a58725ed5a853d8ca57 (diff)
downloadgst-plugins-bad-3a35776ea4750144bd21b7b9b990284b581da1cb.tar.gz
gst-plugins-bad-3a35776ea4750144bd21b7b9b990284b581da1cb.tar.bz2
gst-plugins-bad-3a35776ea4750144bd21b7b9b990284b581da1cb.zip
ext/mythtv/gstmythtvsrc.c: Using the wrong GstFormat for the filesize, and fail seek properly on anything but _BYTES ...
Original commit message from CVS: 2008-02-20 Bastien Nocera <hadess@hadess.net> * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek), (gst_mythtv_src_start): Using the wrong GstFormat for the filesize, and fail seek properly on anything but _BYTES format Fixes bug #517684
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b68964c..3ae13171 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
+2008-02-20 Bastien Nocera <hadess@hadess.net>
+
+ * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
+ (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
+ and fail seek properly on anything but _BYTES format
+ Fixes bug #517684
+
2008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Olivier Crete <tester at tester dot ca>
* gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
- Fix small memory leak, leaking caps. Fixes #bug 517571.
+ Fix small memory leak, leaking caps. Fixes bug #517571.
2008-02-19 Sebastian Dröge <slomo@circular-chaos.org>