mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-14 03:15:47 +00:00
parent
12eedf86e8
commit
61cbdf379b
1 changed files with 5 additions and 0 deletions
|
@ -276,6 +276,11 @@ typedef void (*GstVideoFormatUnpack) (const GstVideoFormatInfo *info,
|
||||||
*
|
*
|
||||||
* Subsampled formats will use the horizontally cosited component in the
|
* Subsampled formats will use the horizontally cosited component in the
|
||||||
* destination. Subsampling should be performed before packing.
|
* destination. Subsampling should be performed before packing.
|
||||||
|
*
|
||||||
|
* Because tis function does not have a x coordinate, it is not possible to
|
||||||
|
* pack pixels starting from an unaligned position. For tiled images this
|
||||||
|
* means that packing should start from a tile coordinate. For subsampled
|
||||||
|
* formats this means that a complete pixel need to be packed.
|
||||||
*/
|
*/
|
||||||
typedef void (*GstVideoFormatPack) (const GstVideoFormatInfo *info,
|
typedef void (*GstVideoFormatPack) (const GstVideoFormatInfo *info,
|
||||||
GstVideoPackFlags flags,
|
GstVideoPackFlags flags,
|
||||||
|
|
Loading…
Reference in a new issue