julapy / ofxAVFoundationVideoPlayer

ofxAVFoundationVideoPlayer is video player addon for openFrameworks which runs on iOS and OSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Field type 'ofxAVFoundation VideoPlayer' is an abstract class

charlesveasey opened this issue · comments

On OS X example, I get the following error:
Field type 'ofxAVFoundation VideoPlayer' is an abstract class

Running under latest release version of openFrameworks: of_v0.8.4_osx_release

thanks.

commented

hey @charlesveasey,
ive recently fixed this.
have you tried pulling the latest?
also try doing a full clean build... i was having issues with this as well and a clean build fixed it.

commented

ah actually it might be that recently OF has changed some of the ofBaseVideo functions in the github master and ive updated ofxAVFoundationVideoPlayer to work with those changes, which means it will probably break for older OF version like 0.8.4.
are you able to run OF github master?

Compiling from master is ok. thx

Hey Julapy,

I'm having the same isue. I can't get the addon working, even with the latest OF version from github :(