From d1af0b63864d09820390612590de134f92def213 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Tue, 21 Jul 2020 22:36:14 +0900 Subject: [PATCH] codecs: h264decoder: Fix wrong annotations What intended was GstH264Decoder actually. Part-of: --- gst-libs/gst/codecs/gsth264decoder.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gst-libs/gst/codecs/gsth264decoder.h b/gst-libs/gst/codecs/gsth264decoder.h index 8f0cba8f68..fa94aa2965 100644 --- a/gst-libs/gst/codecs/gsth264decoder.h +++ b/gst-libs/gst/codecs/gsth264decoder.h @@ -91,8 +91,7 @@ struct _GstH264DecoderClass gint max_dpb_size); /** - * GstVideoDecoder:new_picture: - * + * GstH264Decoder:new_picture: * @decoder: a #GstH264Decoder * @frame: (transfer none): a #GstVideoCodecFrame * @picture: (transfer none): a #GstH264Picture @@ -116,8 +115,7 @@ struct _GstH264DecoderClass GstH264Picture * picture); /** - * GstVideoDecoder:output_picture: - * + * GstH264Decoder:output_picture: * @decoder: a #GstH264Decoder * @frame: (transfer full): a #GstVideoCodecFrame * @picture: (transfer full): a #GstH264Picture