[Bug 761211] pad: blocking pull probe during pull_range doesn't work

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 24 20:02:58 UTC 2016


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiagossantos at gmail.com

--- Comment #20 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
    if ((type & GST_PAD_PROBE_TYPE_IDLE) == 0
        && (flags & GST_PAD_PROBE_TYPE_ALL_BOTH & type) == 0)
      goto no_match;

IDLE/BLOCK occurrences are reversed for PUSH/PULL modes. I think
do_hook_marshall needs to handle PUSH and PULL differently for some of those
checks.

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