[Bug 757821] New GstPadEventFunction which returns a GstFlowReturn
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Nov 16 03:11:38 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=757821
--- Comment #6 from Edward Hervey <bilboed at bilboed.com> ---
The proposed patch adds the GstPadEventFullFunction.
Elements can decide to set that event function instead of the regular one.
If present it will be used by gst_pad_send_event_unchecked()
It also sets the "regular" eventfunc, which is a wrapper that will convert the
GstFlowReturn to a gboolean.
I've been using it for a few days, there are no regression in make check, and
some racyness in gst-validate has disappeared on some files.
--
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