[Bug 771272] jackaudiosink: hangs when jackd changes sample rate and/or buffer size

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Sep 13 12:20:25 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 1215849e69114516c93144ca590db2d751eebce7
Author: Thomas Scheuermann <Thomas.Scheuermann at barco.com>
Date:   Fri Sep 9 15:36:12 2016 +0200

    jack: Fix pipeline hang when jack changes sample rate or buffer size

    If jackd changes the buffer size or sample rate, jackaudiosink hangs
    and can't be stopped. This also happens if jack is configured as slave
    and a gstreamer pipeline is started on the slave machine while the jack
    master isn't running yet. If the the jack master is started it changes
    the buffer size / sample rate and jackaudiosink can't be stopped.

    This fix calls jack_shutdown_cb when jack_sample_rate_cb or
    jack_buffer_size_cb is called.

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

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