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:
parent
070f663ae1
commit
dccae68eaf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user