summaryrefslogtreecommitdiffstats
path: root/src/imports/nativemedia/omxnode.h
Commit message (Collapse)AuthorAgeFilesLines
* Made OMX initializing a bit more robust.Samuel Rødal2013-03-141-1/+2
| | | | | 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/+110
See the test.qml in src/imports/nativemedia for usage.