mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-27 11:32:51 +00:00
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:
parent
bf659379cf
commit
d1af0b6386
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue