ofxThreadedVideo icon indicating copy to clipboard operation
ofxThreadedVideo copied to clipboard

make addon work on linux / with ofGstVideoPlayer

Open evsc opened this issue 11 years ago • 0 comments

Instantiates ofGstVideoPlayer() instead of ofQuickTimePlayer(), doesn't define USE_QUICKTIME_7 and USE_JACK_AUDIO if your with a gstreamer player.

The rest is: commented out assert() calls because they didn't work for me. And i got rid of some small warnings (unsigned int compare, switch without default).

evsc avatar Feb 18 '14 21:02 evsc