mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
vp9bitwriter: Fix several hotdoc related format issues
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6437>
This commit is contained in:
parent
71eff7ce97
commit
2688e28438
2 changed files with 3 additions and 2 deletions
|
@ -41,7 +41,8 @@
|
||||||
/**
|
/**
|
||||||
* gst_vp9_bit_writer_frame_header:
|
* gst_vp9_bit_writer_frame_header:
|
||||||
* @frame_hdr: the frame header of #GstVp9FrameHdr to write
|
* @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
|
* @size: (inout): the size in bytes of the input and output
|
||||||
*
|
*
|
||||||
* Generating the according VP9 bit stream by providing the frame header.
|
* Generating the according VP9 bit stream by providing the frame header.
|
||||||
|
|
|
@ -53,7 +53,7 @@ GST_CODEC_PARSERS_API
|
||||||
GstVp9BitWriterResult gst_vp9_bit_writer_superframe_info (guint frame_num,
|
GstVp9BitWriterResult gst_vp9_bit_writer_superframe_info (guint frame_num,
|
||||||
const gint * frame_size,
|
const gint * frame_size,
|
||||||
guint8 * data,
|
guint8 * data,
|
||||||
guint * total_size);
|
guint * size);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
#endif /* __GST_VP9_BIT_WRITER_H__ */
|
#endif /* __GST_VP9_BIT_WRITER_H__ */
|
||||||
|
|
Loading…
Reference in a new issue