codecs: h264decoder: Fix wrong annotations

What intended was GstH264Decoder actually.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1453>
This commit is contained in:
Seungha Yang 2020-07-21 22:36:14 +09:00
parent bf659379cf
commit d1af0b6386

View file

@ -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