[Bug 775898] scaletempo: crash in Totem when doing Slow -> Fast -> Slow playback

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 11 11:29:31 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=775898

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.11.1

--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Backporting to 1.10 later. Please confirm that this also fixes the problem for
you.


commit fe2ae2c0f7fccb6e9cb483a188a15e9d4ea2909e
Author: Sebastian Dröge <sebastian at centricular.com>
Date:   Sun Dec 11 13:27:27 2016 +0200

    scaletempo: Ensure to reinit buffers whenever they were not allocated yet

    That is, whenever we go through start/stop we have to ensure that on the
    next opportunity the buffers are reallocated again. Otherwise the
    buffers might be NULL because the element was reused with the same
    configuration as before (i.e. set_caps() wouldn't have reinited the
    buffers).

    https://bugzilla.gnome.org/show_bug.cgi?id=775898

-- 
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