Hi All,
I have MP4 and aac file. I play these two files by using following gstreamer pipeline.
gst-launch filesrc location=h264_1080p24_v.mp4 ! qtdemux \
! queue ! gstperf print-arm-load=1 print-fps=1 ! h264parse ! omx_h264dec ! omx_scaler ! omx_ctrl ! omx_videosink sync=true \
filesrc location=Test_Audio.aac \
! aacparse ! faad ! alsasink sync=true \
I'm seeing CPU usage is varying around 55% (in the range 50-60%) and at some point it touches to 100%.
Is increase in CPU to 60% for high resolution content normal? Are there any other gstreamer elements which will help to bring down CPU usage?
Thanks,
Rajnikant