vp9bitwriter: Fix several hotdoc related format issues

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6437>
This commit is contained in:
He Junyan 2024-03-25 15:20:27 +08:00
parent 71eff7ce97
commit 2688e28438
2 changed files with 3 additions and 2 deletions

View file

@ -41,7 +41,8 @@
/**
* gst_vp9_bit_writer_frame_header:
* @frame_hdr: the frame header of #GstVp9FrameHdr to write
* @data: (out): the stream generated by the frame header
* @data: (out caller-allocates)(not nullable): the stream
* generated by the frame header
* @size: (inout): the size in bytes of the input and output
*
* Generating the according VP9 bit stream by providing the frame header.

View file

@ -53,7 +53,7 @@ GST_CODEC_PARSERS_API
GstVp9BitWriterResult gst_vp9_bit_writer_superframe_info (guint frame_num,
const gint * frame_size,
guint8 * data,
guint * total_size);
guint * size);
G_END_DECLS
#endif /* __GST_VP9_BIT_WRITER_H__ */