Skip to content
Snippets Groups Projects
Commit dccae68e authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

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

Part-of: <gstreamer/gstreamer!607>
parent 070f663a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment