From a451b6647924bc44362cc7df83e5e33866667753 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Corentin=20No=C3=ABl?= Date: Tue, 15 Mar 2022 14:00:06 +0100 Subject: [PATCH] basesink: Fix annotations We should annotate the Class and not the object itself. Part-of: --- subprojects/gstreamer/libs/gst/base/gstbasesink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gstreamer/libs/gst/base/gstbasesink.h b/subprojects/gstreamer/libs/gst/base/gstbasesink.h index e68560c..8edae03 100644 --- a/subprojects/gstreamer/libs/gst/base/gstbasesink.h +++ b/subprojects/gstreamer/libs/gst/base/gstbasesink.h @@ -152,7 +152,7 @@ struct _GstBaseSinkClass { GstElementClass parent_class; /** - * GstBaseSink::get_caps: + * GstBaseSinkClass::get_caps: * @filter: (in) (nullable): * * Called to get sink pad caps from the subclass. @@ -167,7 +167,7 @@ struct _GstBaseSinkClass { gboolean (*activate_pull)(GstBaseSink *sink, gboolean active); /** - * GstBaseSink::get_times: + * GstBaseSinkClass::get_times: * @start: (out): the start #GstClockTime * @end: (out): the end #GstClockTime * -- 2.7.4