aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Nocera2008-02-20 10:04:32 -0600
committerBastien Nocera2008-02-20 10:04:32 -0600
commit3a35776ea4750144bd21b7b9b990284b581da1cb (patch)
tree068976cbe434db86ca186ebafda96e48657559ad /ChangeLog
parentd12d2dacde584b69a9fd9a58725ed5a853d8ca57 (diff)
downloadgst-plugins-bad0-10-3a35776ea4750144bd21b7b9b990284b581da1cb.tar.gz
gst-plugins-bad0-10-3a35776ea4750144bd21b7b9b990284b581da1cb.tar.xz
gst-plugins-bad0-10-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 5b68964ca..3ae131719 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,16 @@
12008-02-20 Bastien Nocera <hadess@hadess.net>
2
3 * ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_do_seek),
4 (gst_mythtv_src_start): Using the wrong GstFormat for the filesize,
5 and fail seek properly on anything but _BYTES format
6 Fixes bug #517684
7
12008-02-20 Sebastian Dröge <slomo@circular-chaos.org> 82008-02-20 Sebastian Dröge <slomo@circular-chaos.org>
2 9
3 Patch by: Olivier Crete <tester at tester dot ca> 10 Patch by: Olivier Crete <tester at tester dot ca>
4 11
5 * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found): 12 * gst/rtpmanager/gstrtpbin.c: (new_ssrc_pad_found):
6 Fix small memory leak, leaking caps. Fixes #bug 517571. 13 Fix small memory leak, leaking caps. Fixes bug #517571.
7 14
82008-02-19 Sebastian Dröge <slomo@circular-chaos.org> 152008-02-19 Sebastian Dröge <slomo@circular-chaos.org>
9 16