Hi TI Experts,
Customer is using TDA4VM SDK8.6. They are currently using Gstreamer for the encode & decode applications.
They are using the below command to decode the YUV data.
gst-launch-1.0 filesrc location=big-264.mp4 ! qtdemux name=demux demux.video_0 ! queue ! h264parse ! v4l2h264dec ! video/x-raw,format=NV12 ! filesink location=test.yuv
There is also no warnings or errors shown below.

However, the result of the output data seems not normal as below.

The data can be found in the following link.
183.63.174.35:807/.../
Could you help to provide some suggestions for this problem please?
Another problem related to it is that we found the CPU loading of using Gstreamer is pretty high shown below. We have learned that from SDK 8.5, edgeai is introduced to use tiovx within gst pipeline. May I know if edgeai plugins is helpful to reduce the CPU loading?
Thanks a lot!
Kevin

