[Bug 749574] audioaggregator: Deadlock in gst_object_sync_values()

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 22 11:59:07 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

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

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, pushed:

commit ad8cb458baf875c4bf77c8831fc7aeb926c41d82
Author: Nirbheek Chauhan <nirbheek at centricular.com>
Date:   Tue May 19 16:08:08 2015 +0530

    audioaggregator: Sync pad values before aggregating

    We need to sync the pad values before taking the aggregator and pad locks
    otherwise the element will just deadlock if there's any property changes
    scheduled using GstController since that involves taking the aggregator and
pad
    locks.

    Also add a test for this.

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

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