Have you tried the video widget on its own as I suggested in my previous comment?
If that works, then maybe as a child of a plain QWidget with a box layout and a single button.
Cheers,
_
Have you tried the video widget on its own as I suggested in my previous comment?
If that works, then maybe as a child of a plain QWidget with a box layout and a single button.
Cheers,
_
okey i made a new project and tried the tutorial for qt5: http://doc.qt.io/qt-5/qtmultimedia-m...t-example.html
The player works fine, when I try to open a media (mp4 or mkv) file I get the following error:
DirectShowPlayerService::doRender: Unresolved error code 0x80040266 (IDispatch error #102)
Okey I installed the necessary codecs pack and the tutorial's example works!
I am able to play videos on my application with videowidget and mediaplayer
Yet the buttons, comboboxes, tabs ecc are still extremely slowed down. It's like those qt elements extremely block my application
Like clicking on the play/pause button, it does his job, but the button does not show the animation...
Solved it by moving all qt5 dll's into my project folder.
Yet, I need to connect gstreamer sink's to Qt5 VideoWidgets
My question is here: http://stackoverflow.com/questions/3...streamer-sinks
Bookmarks