[gstreamer-bugs] [Bug 519001] [wildmidi] Doesn't handle seeking correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 4 08:35:33 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=519001


Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.15


--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2009-09-04 15:35:30 UTC ---
Works for me now after some massive cleanups.

commit f874e30998683eed73eea65a657452293595469f
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Sep 4 17:27:52 2009 +0200

    wildmidi: cleanups and fix seeking

    Remove time_per_frame, it's too inaccurate.
    Fix convert for -1 values.
    Use scaling to convert samples to time.
    Fix segment handling.
    Fix seeking.
    Fix buffer clipping (not yet enabled)
    Protect the WildMidi library with the object lock to avoid races when
changing
    properties.
    Fix offsets on output buffers, for raw audio the offset contains the sample
    position not byte position.
    Add better DISCONT handling.

    Fixes #519001

-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list