Browse Source

Remove omxplayer.stop as there is no such method

master
Krisjanis Rijnieks 11 years ago
parent
commit
cfc49b362f
  1. 1
      src/Sources/VideoSource.cpp

1
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;

Loading…
Cancel
Save