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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 15 10:04:15 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #301572|0                           |1
        is obsolete|                            |

--- Comment #10 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Created attachment 301662
  --> https://bugzilla.gnome.org/attachment.cgi?id=301662&action=edit
pad: block data flow when idle probe is running

When idle probe runs directly from the gst_pad_add_probe() function
we need to make sure that no data flow happens as idle probe
is a blocking probe. The idle probe will prevent that any
buffer, bufferlist or serialized events and queries are not
flowing while it is 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