summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2017-10-15 16:51:21 +0200
committerTim-Philipp Müller <tim@centricular.com>2017-12-02 15:10:27 +0000
commit113a2c508be734bc4ff89d790878fe656ebb90d1 (patch)
tree2eeb7e67ea7ea24f48b024a1b20510d57ada3682
parent45cef5726fbd6c6b54a76bc97500a8399b29876f (diff)
aggregator: add a doc-blob for the event_func
-rw-r--r--libs/gst/base/gstaggregator.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c
index 785775cff..13afdc657 100644
--- a/libs/gst/base/gstaggregator.c
+++ b/libs/gst/base/gstaggregator.c
@@ -2676,6 +2676,10 @@ flushing:
return FALSE;
}
+/* Queue serialized events and let the others go though directly.
+ * The queued events with be handled from the src-pad task in
+ * gst_aggregator_do_events_and_queries().
+ */
static GstFlowReturn
gst_aggregator_pad_event_func (GstPad * pad, GstObject * parent,
GstEvent * event)