aggregator: add a doc-blob for the event_func
authorStefan Sauer <ensonic@users.sf.net>
Sun, 15 Oct 2017 14:51:21 +0000 (16:51 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:27 +0000 (15:10 +0000)
libs/gst/base/gstaggregator.c

index 785775c..13afdc6 100644 (file)
@@ -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)