After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517684 - [mythtvsrc] Small bug fixes
[mythtvsrc] Small bug fixes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: Sebastian Dröge (slomo)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-20 15:47 UTC by Bastien Nocera
Modified: 2008-02-20 16:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-gmyth-small-fixes.patch (1.33 KB, patch)
2008-02-20 15:47 UTC, Bastien Nocera
accepted-commit_now Details | Review

Description Bastien Nocera 2008-02-20 15:47:16 UTC
Using the wrong GstFormat for the filesize
Fail seek properly on anything but _BYTES format
Comment 1 Bastien Nocera 2008-02-20 15:47:39 UTC
Created attachment 105645 [details] [review]
gst-gmyth-small-fixes.patch
Comment 2 Bastien Nocera 2008-02-20 16:05:03 UTC
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