diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-04-26 18:40:39 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-04-26 18:40:39 +0100 |
| commit | f09e12889c4ebfa3db21fa30955698171a22757b (patch) | |
| tree | b6cdfea066c94300325c9163fbe813acef467c31 /rotord/Pixels.cpp | |
| parent | e9320eb83115f66e99bd98e76c8c9ff78ca043d4 (diff) | |
tinkering gstreamer loader
Diffstat (limited to 'rotord/Pixels.cpp')
| -rw-r--r-- | rotord/Pixels.cpp | 5 |
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(); } |
