aggregator: Document that samples_selected() must only be called from the aggregate() function

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/607>
This commit is contained in:
Sebastian Dröge 2020-08-21 11:06:57 +03:00
parent 070f663ae1
commit dccae68eaf

View file

@ -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