basesink: Fix annotations

We should annotate the Class and not the object itself.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1965>
This commit is contained in:
Corentin Noël 2022-03-15 14:00:06 +01:00 committed by GStreamer Marge Bot
parent a5249f7c5f
commit a451b66479

View 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
*