From cfc49b362fc252b8afede5afec50e8ceb6ff5ed3 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 17 Oct 2014 22:47:35 +0200 Subject: [PATCH] Remove omxplayer.stop as there is no such method --- src/Sources/VideoSource.cpp | 1 - 1 file changed, 1 deletion(-) 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;