- April 29, 2013
- 2,576
- 1,294
- Home Country
-
Germany
I noticed Moving Pictures first stops the current playback before bringing a dialog asking about resuming a movie from the last position.
The built-in video manager displays the resume dialog without stopping the current playback and then stops it and send a "playback changed" event.
Could we align this behaviour with the one from the built-in video plug-in?
The fact that the event sequence is different can cause issues to other plug-ins listening to those playback changed/stopped events.
At the moment if you have a playback already running you get the following events when starting another movie:
The built-in video manager displays the resume dialog without stopping the current playback and then stops it and send a "playback changed" event.
Could we align this behaviour with the one from the built-in video plug-in?
The fact that the event sequence is different can cause issues to other plug-ins listening to those playback changed/stopped events.
At the moment if you have a playback already running you get the following events when starting another movie:
- Playback stopped
- Show resume dialog
- Playback started
- Show resume dialog
- Playback changed
- Playback started