video: fix AV12 format lacking the GST_VIDEO_FORMAT_FLAG_ALPHA flag.
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)