Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gear::onStartPlaying and Gear::onStopPlaying callbacks #11

Open
sofian opened this issue Dec 29, 2012 · 0 comments
Open

Add Gear::onStartPlaying and Gear::onStopPlaying callbacks #11

sofian opened this issue Dec 29, 2012 · 0 comments

Comments

@sofian
Copy link
Owner

sofian commented Dec 29, 2012

I'm running into the problem at this point where movies from a file are read in a separate thread (GStreamer) so when I start/stop Drone it doesn't start/stop the movie. Whenever the engine calls startPlaying() and stopPlaying() it should correspondingly call onStartPlaying() and onStopPlaying() in gears.

Gear::prePlay and Gear::postPlay are also confusing (see how they are used in Engine.cpp) and should probably be renamed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant