PDA

View Full Version : Phonon VideoPlayer wrong color



rspock
23rd April 2013, 00:26
I've a problem using phonon VideoPlayer object with gstreamer.

When the video play the colors are inverted so the red is blu and red is blue.

I found this post https://bugreports.qt-project.org/browse/QTBUG-8737 but if it is correct I need to recompile the Qt. I've tried the second solution and it works fine.

They are talking about QGraphicsView and not VideoPlayer.

This is a very strange error.

rspock
23rd April 2013, 20:02
Ok,

that patch worked for me.

https://github.com/ringlej/ptxdist/blob/master/patches/qt-everywhere-opensource-src-4.7.4/0008-phonon-fix-colors-for-video-on-qgraphicsview.patch

Thanks