mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-05 11:37:49 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -3633,6 +3633,9 @@ gst_aggregator_update_segment (GstAggregator * self, const GstSegment * segment)
|
||||||
* If gst_aggregator_update_segment() is used by the subclass,
|
* If gst_aggregator_update_segment() is used by the subclass,
|
||||||
* it MUST be called before gst_aggregator_selected_samples().
|
* it MUST be called before gst_aggregator_selected_samples().
|
||||||
*
|
*
|
||||||
|
* This function MUST only be called from the #GstAggregatorClass::aggregate()
|
||||||
|
* function.
|
||||||
|
*
|
||||||
* Since: 1.18
|
* Since: 1.18
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue