[Bug 747852] pad: idle probe doesn't block pad from pushing data

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 14 07:12:23 PDT 2015


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

--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 301553
  --> https://bugzilla.gnome.org/attachment.cgi?id=301553&action=edit
pad: avoid letting data pass when pad is idle-blocked

It can happen that when a idle pad probe is added the pad is idle
and the idle callback is immediatelly called. Meanwhile the element
can try to push data and the probe callback routines should check
not only for BLOCK but for BLOCK + IDLE (BLOCKING) to avoid passing
data while the callback is still running

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