Skip to content

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

Description

@sofian

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions