codecs: vp9decoder: Fix class struct documentation
authorSeungha Yang <seungha@centricular.com>
Sat, 2 Oct 2021 10:47:45 +0000 (19:47 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 2 Oct 2021 12:11:48 +0000 (12:11 +0000)
s/GstVp9Decoder/GstVp9DecoderClass

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

subprojects/gst-plugins-bad/gst-libs/gst/codecs/gstvp9decoder.h

index 98c2f73..4f5ccdb 100644 (file)
@@ -65,7 +65,7 @@ struct _GstVp9DecoderClass
   GstVideoDecoderClass parent_class;
 
   /**
-   * GstVp9Decoder::new_sequence:
+   * GstVp9DecoderClass::new_sequence:
    *
    * Notifies subclass of video sequence update such as resolution, bitdepth,
    * profile.
@@ -76,7 +76,7 @@ struct _GstVp9DecoderClass
                                         const GstVp9FrameHeader *frame_hdr);
 
   /**
-   * GstVp9Decoder:new_picture:
+   * GstVp9DecoderClass::new_picture:
    * @decoder: a #GstVp9Decoder
    * @frame: (transfer none): a #GstVideoCodecFrame
    * @picture: (transfer none): a #GstVp9Picture
@@ -92,7 +92,7 @@ struct _GstVp9DecoderClass
                                         GstVp9Picture * picture);
 
   /**
-   * GstVp9Decoder:duplicate_picture:
+   * GstVp9DecoderClass::duplicate_picture:
    * @decoder: a #GstVp9Decoder
    * @frame: (transfer none): a #GstVideoCodecFrame
    * @picture: (transfer none): a #GstVp9Picture to be duplicated
@@ -117,7 +117,7 @@ struct _GstVp9DecoderClass
                                         GstVp9Picture * picture);
 
   /**
-   * GstVp9Decoder:start_picture:
+   * GstVp9DecoderClass::start_picture:
    * @decoder: a #GstVp9Decoder
    * @picture: (transfer none): a #GstVp9Picture
    *
@@ -130,7 +130,7 @@ struct _GstVp9DecoderClass
                                         GstVp9Picture * picture);
 
   /**
-   * GstVp9Decoder:decode_picture:
+   * GstVp9DecoderClass::decode_picture:
    * @decoder: a #GstVp9Decoder
    * @picture: (transfer none): a #GstVp9Picture to decoder
    * @dpb: (transfer none): a #GstVp9Dpb
@@ -145,7 +145,7 @@ struct _GstVp9DecoderClass
                                         GstVp9Dpb * dpb);
 
   /**
-   * GstVp9Decoder::end_picture:
+   * GstVp9DecoderClass::end_picture:
    * @decoder: a #GstVp9Decoder
    * @picture: (transfer none): a #GstVp9Picture
    *
@@ -158,7 +158,7 @@ struct _GstVp9DecoderClass
                                         GstVp9Picture * picture);
 
   /**
-   * GstVp9Decoder:output_picture:
+   * GstVp9DecoderClass::output_picture:
    * @decoder: a #GstVp9Decoder
    * @frame: (transfer full): a #GstVideoCodecFrame
    * @picture: (transfer full): a #GstVp9Picture