diff --git a/subprojects/gstreamer/libs/gst/base/gstbasesink.h b/subprojects/gstreamer/libs/gst/base/gstbasesink.h index 3745fa20ab..e68560c6f5 100644 --- a/subprojects/gstreamer/libs/gst/base/gstbasesink.h +++ b/subprojects/gstreamer/libs/gst/base/gstbasesink.h @@ -166,7 +166,13 @@ struct _GstBaseSinkClass { /* start or stop a pulling thread */ gboolean (*activate_pull)(GstBaseSink *sink, gboolean active); - /* get the start and end times for syncing on this buffer */ + /** + * GstBaseSink::get_times: + * @start: (out): the start #GstClockTime + * @end: (out): the end #GstClockTime + * + * Get the start and end times for syncing on this buffer. + */ void (*get_times) (GstBaseSink *sink, GstBuffer *buffer, GstClockTime *start, GstClockTime *end);