mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +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,
|
||||
* 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…
Reference in a new issue