playback/player: Add Qt bindings and player
authorAlexandre Moreno <alexmorenocano@gmail.com>
Thu, 11 Jun 2015 17:47:56 +0000 (01:47 +0800)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 4 Oct 2015 18:09:50 +0000 (19:09 +0100)
commit82b2c5361804a7599593f9cd24e4202d5b3c63ff
treec63e746d33caa0e5b4e9044b9bf7935567392019
parent09864feff459b28b2660995fce6f059dd63d5917
playback/player: Add Qt bindings and player
14 files changed:
playback/player/qt/deployment.pri [new file with mode: 0644]
playback/player/qt/fontawesome-webfont.ttf [new file with mode: 0644]
playback/player/qt/fontawesome-webfont.ttf.txt [new file with mode: 0644]
playback/player/qt/fontawesome.js [new file with mode: 0644]
playback/player/qt/main.cpp [new file with mode: 0644]
playback/player/qt/main.qml [new file with mode: 0644]
playback/player/qt/play.pro [new file with mode: 0644]
playback/player/qt/player.cpp [new file with mode: 0644]
playback/player/qt/player.h [new file with mode: 0644]
playback/player/qt/qgstplayer.cpp [new file with mode: 0644]
playback/player/qt/qgstplayer.h [new file with mode: 0644]
playback/player/qt/qml.qrc [new file with mode: 0644]
playback/player/qt/quickrenderer.cpp [new file with mode: 0644]
playback/player/qt/quickrenderer.h [new file with mode: 0644]