[Bug 748643] gstpad: Add a new GST_PROBE_HANDLED return value for probes
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 29 07:54:28 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748643
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thiagossantos at gmail.com
--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
is GST_PROBE_DROP returning FALSE? The documentation states otherwise.
* @GST_PAD_PROBE_DROP: drop data in data probes. For push mode this means that
* the data item is not sent downstream. For pull mode, it means that
the
* data item is not passed upstream. In both cases, this result code
* means that #GST_FLOW_OK or %TRUE is returned to the caller.
Perhaps that also needs fixing?
In any case I also think your idea makes sense, we just need to make sure DROP
and HANDLED don't overlap.
--
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