cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.27k stars 939 forks source link

Added getSeekFinishedSignal() to GstPlayer. #2269

Open clinthidinger opened 2 years ago

clinthidinger commented 2 years ago

Seeking in gstreamer is asynchronous. Knowing when the seek finished is very useful so that you don't do other actions while a seek is happening.