Hi,
I write a custom video player code (QDeclarativeItem subclass) and I got problems with video playback. I use this:
The videos are played correctly, but if I set in main.cpp this:Code:player = new QMediaPlayer(this); videoSurface = new QGraphicsVideoItem(this); player->setVideoOutput(videoSurface); videoSurface->show();
video is black. This code works flawless in N950, but it doesn't in on C7 with Symbian Belle.Code:app.data()->setGraphicsSystem("raster");
I also tried subclassing QAbstractVideoSurface instead of QGraphicsVideoItem, but "start()" isn't called.
Thanks in advance for any suggestions



