From: Sebastian Dröge Date: Fri, 21 Aug 2020 08:06:57 +0000 (+0300) Subject: aggregator: Document that samples_selected() must only be called from the aggregate... X-Git-Tag: 1.19.3~731 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dccae68eafd162b73fe122708eb2412abc1ccb62;p=platform%2Fupstream%2Fgstreamer.git aggregator: Document that samples_selected() must only be called from the aggregate() function Part-of: --- diff --git a/libs/gst/base/gstaggregator.c b/libs/gst/base/gstaggregator.c index d9cd3cb..a3d9b2b 100644 --- a/libs/gst/base/gstaggregator.c +++ b/libs/gst/base/gstaggregator.c @@ -3633,6 +3633,9 @@ gst_aggregator_update_segment (GstAggregator * self, const GstSegment * segment) * If gst_aggregator_update_segment() is used by the subclass, * it MUST be called before gst_aggregator_selected_samples(). * + * This function MUST only be called from the #GstAggregatorClass::aggregate() + * function. + * * Since: 1.18 */ void