mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
cudaformat: add support for planar 4:2:2 YUV formats in CUDA D3D11 interop
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2269>
This commit is contained in:
parent
8678fc999a
commit
ae781610c8
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ G_BEGIN_DECLS
|
|||
"BGRA, RGBA, RGBx, BGRx, ARGB, ABGR, RGB, BGR, BGR10A2_LE, RGB10A2_LE }"
|
||||
|
||||
#define GST_CUDA_D3D11_FORMATS \
|
||||
"{ BGRA, RGBA, BGRx, RGBx }"
|
||||
"{ I420, YV12, I420_10LE, Y444, Y444_16LE, " \
|
||||
"BGRA, RGBA, BGRx, RGBx, Y42B, I422_10LE, I422_12LE }"
|
||||
|
||||
#define GST_CUDA_NVMM_FORMATS \
|
||||
"{ I420, YV12, NV12, NV21, P010_10LE, Y444, " \
|
||||
|
|
Loading…
Reference in a new issue