mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
aggregator: add a doc-blob for the event_func
This commit is contained in:
parent
08a7da766d
commit
2723da01e3
1 changed files with 4 additions and 0 deletions
|
@ -2676,6 +2676,10 @@ flushing:
|
||||||
return FALSE;
|
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
|
static GstFlowReturn
|
||||||
gst_aggregator_pad_event_func (GstPad * pad, GstObject * parent,
|
gst_aggregator_pad_event_func (GstPad * pad, GstObject * parent,
|
||||||
GstEvent * event)
|
GstEvent * event)
|
||||||
|
|
Loading…
Reference in a new issue