This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Play video is very slow by using Qt + Phonon + Gstreamer

Other Parts Discussed in Thread: DM3730

Hi All,

I'm trying to make a media player using Qt. I found that it's very slow after trying several methods, includes Qt5 alpha + Gstreamer, Qt5 alpha + Qt mobility 1.2.0 + Gstreamer, Qt 4.8.1 + Qt mobility 1.2.0 + Gstreamer, Qt 4.8.2 + Phonon  + Gstreamer. My environment is as follow:

Beagleboard-xM

TI DVSDK 4.01.00.09 for DM3730

Qt 4.8.2 + Phonon + Gstreamer

It play very well when I used the gstreamer directly:

gst-launch filesrc location="/usr/share/ti/data/videos/davincieffect_h264_aac.mp4" ! qtdemux name=demux demux.audio_00 ! queue max-size-buffers=8000 max-size-time=0 max-size-bytes=0 ! TIAuddec1 ! alsasink demux.video_00 ! queue ! TIViddec2 padAllocOutbufs=TRUE ! TIDmaiVideoSink videoStd=720P_60 videoOutput=AUTO numBufs=5