summaryrefslogtreecommitdiffstats
path: root/src/imports/nativemedia/omxnode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Made OMX initializing a bit more robust.Samuel Rødal2013-03-141-8/+28
| | | | | We should do it on the rendering thread where there's a current context since we're calling glGenTextures() etc.
* Added nativemedia for video playback.Samuel Rødal2013-03-131-0/+166
See the test.qml in src/imports/nativemedia for usage.