Using Imx6q-kernel4.9.88-gstreamer1.0-plugins-imxvideoconvert_ipu to convert from NV12 to RGBA.
The pipeline as follows:
gst-launch-1.0 videotestsrc num-buffers=1 ! video/x-raw,format=NV12,width=640,height=480,framerate=30/1 ! imxvideoconvert_ipu ! video/x-raw,format=RGBA,alpha=1.0 ! filesink location=hy.data
That's OK.And the hy.data is OK.But the hy.data's all A(alpha)=0 and RGB is ok.
But I use videoconvet to replaease imxvideoconvert_ipu using alpha=1.0, ALL is OK.
My question:How to use imxvideoconvert_ipu to convert to RGBA with the currect alpha?
Solved! Go to Solution.
Ipu is not support alpha.
gst-inspect-1.0 imxcompositor_g2d
No such element or plugin 'imxcompositor_g2d'