[Bug 761931] harness: fix the race in blocking push mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 12 13:18:26 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.7.2
            Summary|gstharness: fix the race in |harness: fix the race in
                   |blocking push mode          |blocking push mode

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit 06ae41e0b211402d3032762ad4788ae3eef06a97
Author: Mikhail Fludkov <misha at pexip.com>
Date:   Tue Aug 4 17:09:35 2015 +0200

    harness: fix the race in blocking push mode

    Depending on when gst_harness_pull was called - before the buffer reached
    gst_harness_chain or after we can get different behaviors of the test
    with enabled blocking push mode. The fix makes the behavior always the
    same. In pull function we get the buffer first, thus making sure
    gst_harness_chain waits for the signal, and emitting the signal after.

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

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