Brutal port of Drone code to try to make video work using gstreamer 0.10 using appsink

This commit is contained in:
Tats
2014-04-25 23:38:46 +01:00
parent 8224a64374
commit ed3f476d6b
5 changed files with 798 additions and 31 deletions
+2 -1
View File
@@ -400,7 +400,8 @@ uid MainWindow::createImagePaint(uid paintId, QString uri, float x, float y)
else
{
Image* img = new Image(uri, paintId);
Video* img = new Video(uri, paintId);
// Image* img = new Image(uri, paintId);
// Create new image with corresponding ID.
img->setPosition(x, y);