mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
codecs: vp9decoder: Fix class struct documentation
s/GstVp9Decoder/GstVp9DecoderClass Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/987>
This commit is contained in:
parent
a2964eb1ad
commit
505c794748
1 changed files with 7 additions and 7 deletions
|
@ -65,7 +65,7 @@ struct _GstVp9DecoderClass
|
||||||
GstVideoDecoderClass parent_class;
|
GstVideoDecoderClass parent_class;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVp9Decoder::new_sequence:
|
* GstVp9DecoderClass::new_sequence:
|
||||||
*
|
*
|
||||||
* Notifies subclass of video sequence update such as resolution, bitdepth,
|
* Notifies subclass of video sequence update such as resolution, bitdepth,
|
||||||
* profile.
|
* profile.
|
||||||
|
@ -76,7 +76,7 @@ struct _GstVp9DecoderClass
|
||||||
const GstVp9FrameHeader *frame_hdr);
|
const GstVp9FrameHeader *frame_hdr);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVp9Decoder:new_picture:
|
* GstVp9DecoderClass::new_picture:
|
||||||
* @decoder: a #GstVp9Decoder
|
* @decoder: a #GstVp9Decoder
|
||||||
* @frame: (transfer none): a #GstVideoCodecFrame
|
* @frame: (transfer none): a #GstVideoCodecFrame
|
||||||
* @picture: (transfer none): a #GstVp9Picture
|
* @picture: (transfer none): a #GstVp9Picture
|
||||||
|
@ -92,7 +92,7 @@ struct _GstVp9DecoderClass
|
||||||
GstVp9Picture * picture);
|
GstVp9Picture * picture);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVp9Decoder:duplicate_picture:
|
* GstVp9DecoderClass::duplicate_picture:
|
||||||
* @decoder: a #GstVp9Decoder
|
* @decoder: a #GstVp9Decoder
|
||||||
* @frame: (transfer none): a #GstVideoCodecFrame
|
* @frame: (transfer none): a #GstVideoCodecFrame
|
||||||
* @picture: (transfer none): a #GstVp9Picture to be duplicated
|
* @picture: (transfer none): a #GstVp9Picture to be duplicated
|
||||||
|
@ -117,7 +117,7 @@ struct _GstVp9DecoderClass
|
||||||
GstVp9Picture * picture);
|
GstVp9Picture * picture);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVp9Decoder:start_picture:
|
* GstVp9DecoderClass::start_picture:
|
||||||
* @decoder: a #GstVp9Decoder
|
* @decoder: a #GstVp9Decoder
|
||||||
* @picture: (transfer none): a #GstVp9Picture
|
* @picture: (transfer none): a #GstVp9Picture
|
||||||
*
|
*
|
||||||
|
@ -130,7 +130,7 @@ struct _GstVp9DecoderClass
|
||||||
GstVp9Picture * picture);
|
GstVp9Picture * picture);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVp9Decoder:decode_picture:
|
* GstVp9DecoderClass::decode_picture:
|
||||||
* @decoder: a #GstVp9Decoder
|
* @decoder: a #GstVp9Decoder
|
||||||
* @picture: (transfer none): a #GstVp9Picture to decoder
|
* @picture: (transfer none): a #GstVp9Picture to decoder
|
||||||
* @dpb: (transfer none): a #GstVp9Dpb
|
* @dpb: (transfer none): a #GstVp9Dpb
|
||||||
|
@ -145,7 +145,7 @@ struct _GstVp9DecoderClass
|
||||||
GstVp9Dpb * dpb);
|
GstVp9Dpb * dpb);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVp9Decoder::end_picture:
|
* GstVp9DecoderClass::end_picture:
|
||||||
* @decoder: a #GstVp9Decoder
|
* @decoder: a #GstVp9Decoder
|
||||||
* @picture: (transfer none): a #GstVp9Picture
|
* @picture: (transfer none): a #GstVp9Picture
|
||||||
*
|
*
|
||||||
|
@ -158,7 +158,7 @@ struct _GstVp9DecoderClass
|
||||||
GstVp9Picture * picture);
|
GstVp9Picture * picture);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVp9Decoder:output_picture:
|
* GstVp9DecoderClass::output_picture:
|
||||||
* @decoder: a #GstVp9Decoder
|
* @decoder: a #GstVp9Decoder
|
||||||
* @frame: (transfer full): a #GstVideoCodecFrame
|
* @frame: (transfer full): a #GstVideoCodecFrame
|
||||||
* @picture: (transfer full): a #GstVp9Picture
|
* @picture: (transfer full): a #GstVp9Picture
|
||||||
|
|
Loading…
Reference in a new issue