diff options
author | Bastien Nocera <hadess@hadess.net> | 2008-02-20 16:04:32 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2008-02-20 16:04:32 +0000 |
commit | 3a35776ea4750144bd21b7b9b990284b581da1cb (patch) | |
tree | 068976cbe434db86ca186ebafda96e48657559ad /ChangeLog | |
parent | d12d2dacde584b69a9fd9a58725ed5a853d8ca57 (diff) | |
download | gst-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |