[Bug 760707] appsrc/sink: Add functions for catching/injecting events
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 18 23:53:20 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760707
--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Also does send_event() on appsrc put serialized events into the queue and only
send them when it's time? IIRC basesrc will send them right before the next
buffer or something like that.
But for that we'll just have to override GstElement::send_event() in appsrc
anyway. So yes, no behaviour difference to gst_element_send_event() but more
discoverable.
And appsink would work like Tim mentioned. And there would be some pull_event()
or maybe pull_object() (?) or something to check the type of the next thing to
pull? And a new callback/signal to notify about that.
--
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