now I have phonon backend compiled with mingw.
two files are created in plugins\phonon_backend directory: libphonon_ds94.a and phonon_ds94.dll
musicplayer and capabilities examples compiled and work perfectly.
but I have problem with video. it has not colors and 4 pictures are repeated in width (screenshot is attached).
can anybody help me? I have no idea about the reason.
my code was this:
Phonon::VideoPlayer *player = new Phonon::VideoPlayer(Phonon::VideoCategory, 0);
player->show();
player->play(Phonon::MediaSource("s.wmv"));
Phonon::VideoPlayer *player = new Phonon::VideoPlayer(Phonon::VideoCategory, 0);
player->show();
player->play(Phonon::MediaSource("s.wmv"));
To copy to clipboard, switch view to plain text mode
I am using qt 4.5.2 and phonon compiled with MinGW and MS DX SDK 2008.
my configure command line was:
configure -release -fast -no-exceptions -no-qt3support -no-3dnow -phonon -phonon-backend -no-webkit -no-scripttools -no-direct3d
Bookmarks