[Bug 768995] New API: StreamGroupDone event
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jul 25 06:42:57 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768995
--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 331822:
--> (https://bugzilla.gnome.org/review?bug=768995&attachment=331822)
::: gst/gstevent.h
@@ +155,3 @@
GST_EVENT_BUFFERSIZE = GST_EVENT_MAKE_TYPE (90, FLAG(DOWNSTREAM)
| FLAG(SERIALIZED) | FLAG(STICKY)),
GST_EVENT_SINK_MESSAGE = GST_EVENT_MAKE_TYPE (100, FLAG(DOWNSTREAM)
| FLAG(SERIALIZED) | FLAG(STICKY) | FLAG(STICKY_MULTI)),
+ GST_EVENT_STREAM_GROUP_DONE = GST_EVENT_MAKE_TYPE (105, FLAG(DOWNSTREAM)
| FLAG(SERIALIZED) | FLAG(STICKY)),
As this is sticky, should there be some new code in gstpad.c to remove the
event again when a new stream-start is received. Maybe with a different group
id?
--
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