[Bug 732851] funnel: storing sticky events after event callback

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 21 00:34:42 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732851
  GStreamer | gstreamer (core) | 1.3.3

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #10 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-07-21 07:34:35 UTC ---
commit 6d05df01b0e2865eab3a53c9feef49d3f110dde1
Author: Srimanta Panda <srimanta at axis.com>
Date:   Wed Jul 9 15:48:10 2014 +0200

    funnel: Fix for racy EOS event handling

    When eos events are forwarded simultaneouly from two sinkpads on
    funnel, it doesnot forward the eos to sourcepad. The reason is
    sticky events are stored after the event callbacks are returned.
    Therefore while one is about to store the sticky events on the its
    sinkpad, other sinkpad starts checking for the eos events on all other
    sinkpads and assumes eos is not present yet.

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

-- 
Configure bugmail: https://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