mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
a5249f7c5f
commit
a451b66479
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue