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

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


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

--- Comment #21 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 324725
  --> https://bugzilla.gnome.org/attachment.cgi?id=324725&action=edit
pad: rework probe's hook_marshall function

PUSH and PULL mode have opposite scenarios for IDLE and BLOCK
probes.

For PUSH it will BLOCK with some data type and IDLE won't have a type.
For PULL it will BLOCK before getting some data and will be IDLE when
some data is obtained.

The check in hook_marshall was specific for PUSH mode and would cause
PULL probes to fail to be called. Adding different checks for the mode
to fix this issue.

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