mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-05 22:12:34 +00:00
In current tile representation, only tiles with power of two width and height in bytes are supported. This limitation prevents adding more complex tiles formats. In this patch, we deprecate tile_ws and tile_hs from GstVideoFormatInfo and replace if with an array of GstVideoTileInfo. Each plane tiles are then described with their pixels width/height, line stride and total size. The helper gst_video_format_info_get_tile_sizes() that depends on the deprecated API is also being removed. This can simply be removed as it wasn't in any stable release yet. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3424> |
||
---|---|---|
.. | ||
gstrawaudioparse.c | ||
gstrawaudioparse.h | ||
gstrawbaseparse.c | ||
gstrawbaseparse.h | ||
gstrawparseelements.h | ||
gstrawvideoparse.c | ||
gstrawvideoparse.h | ||
gstunalignedaudioparse.c | ||
gstunalignedaudioparse.h | ||
gstunalignedvideoparse.c | ||
gstunalignedvideoparse.h | ||
meson.build | ||
plugin.c | ||
unalignedaudio.h | ||
unalignedvideo.h |