codecs: vp8decoder: Fix two typo of struct name.
authorHe Junyan <junyan.he@intel.com>
Wed, 11 Nov 2020 16:42:59 +0000 (00:42 +0800)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 11 Nov 2020 18:52:37 +0000 (18:52 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1797>

gst-libs/gst/codecs/gstvp8decoder.c
gst-libs/gst/codecs/gstvp8decoder.h

index ad78395..870cc9c 100644 (file)
@@ -19,7 +19,7 @@
 
 /**
  * SECTION:gstvp8decoder
- * @title: GstVP8Decoder
+ * @title: GstVp8Decoder
  * @short_description: Base class to implement stateless VP8 decoders
  * @sources:
  * - gstvp8picture.h
index 0483af8..8adc866 100644 (file)
@@ -34,7 +34,7 @@ G_BEGIN_DECLS
 #define GST_VP8_DECODER_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS((obj),GST_TYPE_VP8_DECODER,GstVp8DecoderClass))
 #define GST_IS_VP8_DECODER(obj)         (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_VP8_DECODER))
 #define GST_IS_VP8_DECODER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_VP8_DECODER))
-#define GST_VP8_DECODER_CAST(obj)       ((GstVP8Decoder*)obj)
+#define GST_VP8_DECODER_CAST(obj)       ((GstVp8Decoder*)obj)
 
 typedef struct _GstVp8Decoder GstVp8Decoder;
 typedef struct _GstVp8DecoderClass GstVp8DecoderClass;