diff --git a/src/Sources/VideoSource.cpp b/src/Sources/VideoSource.cpp index d8b89aa..ca15e04 100644 --- a/src/Sources/VideoSource.cpp +++ b/src/Sources/VideoSource.cpp @@ -49,7 +49,6 @@ namespace ofx { ofRemoveListener(ofEvents().update, this, &VideoSource::update); texture = NULL; #ifdef TARGET_RASPBERRY_PI - omxPlayer->stop(); omxPlayer->close(); delete omxPlayer; omxPlayer = NULL;