I have a problem with default QtMultimedia backend GStreamer on my BeagleBone Black machine. When I am playing video over GStreamer it has a lot frame drops, and video is very slow. Behavior is the same when I play video over gstreamer command gst-launch-1.0 /home/debian/Desktop/video.mp4 .
Its not the case with MPlayer and video playback, everything works perfect, so I would like to use MPlayer instead of GStreamer in my Qt application for video playback, where to start with this implementation?