aggregator: Document that samples_selected() must only be called from the aggregate...
authorSebastian Dröge <sebastian@centricular.com>
Fri, 21 Aug 2020 08:06:57 +0000 (11:06 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 25 Aug 2020 12:50:25 +0000 (15:50 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/607>

libs/gst/base/gstaggregator.c

index d9cd3cb..a3d9b2b 100644 (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