openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

Fix of video player path #8150

Closed ofTheo closed 1 month ago

ofTheo commented 1 month ago

As discussed in #8143 this adds the load( std::string ) function to ofBaseVideoPlayer class so that older video players will still work when used with 0.13 and on.

Tested both with using via ofVideoPlayer and directly. Seems to work great and should allow for both newer path implementation and older legacy approaches.

cc @dimitre @roymacdonald