basesink: Fix annotations
authorCorentin Noël <tintou@noel.tf>
Tue, 15 Mar 2022 13:00:06 +0000 (14:00 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 16 Mar 2022 10:37:44 +0000 (10:37 +0000)
We should annotate the Class and not the object itself.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1965>

subprojects/gstreamer/libs/gst/base/gstbasesink.h

index e68560c..8edae03 100644 (file)
@@ -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
    *