mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Brutal port of Drone code to try to make video work using gstreamer 0.10 using appsink
This commit is contained in:
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user