summaryrefslogtreecommitdiff
path: root/rotord/Pixels.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-04-26 18:40:39 +0100
committerTim Redfern <tim@herge.(none)>2013-04-26 18:40:39 +0100
commitf09e12889c4ebfa3db21fa30955698171a22757b (patch)
treeb6cdfea066c94300325c9163fbe813acef467c31 /rotord/Pixels.cpp
parente9320eb83115f66e99bd98e76c8c9ff78ca043d4 (diff)
tinkering gstreamer loader
Diffstat (limited to 'rotord/Pixels.cpp')
-rw-r--r--rotord/Pixels.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/rotord/Pixels.cpp b/rotord/Pixels.cpp
index eef86c9..78f4bbb 100644
--- a/rotord/Pixels.cpp
+++ b/rotord/Pixels.cpp
@@ -1,5 +1,8 @@
#include "Pixels.h"
-
+Pixels::Pixels(){
+ pixels=nullptr;
+ pixelsOwner=false;
+}
Pixels::~Pixels(){
clear();
}