[Bug 796619] New: parsebin: forwarding sticky events cause issues with validate

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 18 13:11:47 UTC 2018


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

            Bug ID: 796619
           Summary: parsebin: forwarding sticky events cause issues with
                    validate
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: bilboed at bilboed.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

in the parsebin blocking pad probe handler, we forward sticky events ourselves
and returning GST_PAD_PROBE_HANDLED.

The problem is that if there were other non-blocking event probes on that pad
or an upstream pad ... it will never be called.

The reason for why is so that when the ghostpad is exposed, it has all sticky
events on it.

We need to figure out another way to handle those events at the parsebin level.

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