mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
video: improve docs a little
This commit is contained in:
parent
de4aeab544
commit
2f2aa4ac32
1 changed files with 4 additions and 3 deletions
|
@ -207,9 +207,10 @@ typedef void (*GstVideoFormatPack) (GstVideoFormatInfo *info, const gp
|
|||
* @format: #GstVideoFormat
|
||||
* @name: string representation of the format
|
||||
* @flags: #GstVideoFormatFlags
|
||||
* @bits: The number of bits used to pack data items. This can be 8 when the
|
||||
* pixels are stored in bytes. for values > 8 multiple bytes should be read
|
||||
* according to the endianness flag before applying the shift and mask.
|
||||
* @bits: The number of bits used to pack data items. This can be less than 8
|
||||
* when multiple pixels are stored in a byte. for values > 8 multiple bytes
|
||||
* should be read according to the endianness flag before applying the shift
|
||||
* and mask.
|
||||
* @n_components: the number of components in the video format.
|
||||
* @shift: the number of bits to shift away to get the component data
|
||||
* @depth: the depth in bits for each component
|
||||
|
|
Loading…
Reference in a new issue