Skip to content

video: fix AV12 format lacking the GST_VIDEO_FORMAT_FLAG_ALPHA flag.

ypcheung-harmonicinc requested to merge PangHLIT/gstreamer:fix-4081 into main

The GST_VIDEO_FORMAT_FLAG_ALPHA indicates whether a video format has an alpha channel. AV12 does have an alpha plane. Switching from MAKE_YUV_FORMAT to MAKE_YUVA_FORMAT to generate GST_VIDEO_FORMAT_AV12.

Fixes #4081 (closed)

Merge request reports

Loading