You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: