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 for of::filesystem::path and string for gst video player. #8158

Closed NickHardeman closed 4 weeks ago

NickHardeman commented 1 month ago

Switching of::filesystem::path to string fixes the issue in the videoPlayer example on linux for the ofGstVideoPlayer.

Is outlined in this forum post: https://forum.openframeworks.cc/t/linux-videoplayerexample/44043

dimitre commented 4 weeks ago

Thank you @NickHardeman ! Let's merge it