mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
videodecoder: improve doc
This commit is contained in:
parent
d9ec99e598
commit
38a2fe673e
1 changed files with 1 additions and 1 deletions
|
@ -2056,7 +2056,7 @@ done:
|
||||||
/**
|
/**
|
||||||
* gst_video_decoder_add_to_frame:
|
* gst_video_decoder_add_to_frame:
|
||||||
* @decoder: a #GstVideoDecoder
|
* @decoder: a #GstVideoDecoder
|
||||||
* @n_bytes: an encoded #GstVideoCodecFrame
|
* @n_bytes: the number of bytes to add
|
||||||
*
|
*
|
||||||
* Removes next @n_bytes of input data and adds it to currently parsed frame.
|
* Removes next @n_bytes of input data and adds it to currently parsed frame.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue