Fix videos being play/paused after a manual stop
When a video is first loaded (placed on the scene), we play/pause it to load the first frame; but this was also called when the video was manually stopped. To avoid this, a mStopped attribute was added to UBGraphicsMediaItem. It is set to true only when the video is stopped by the user.
Showing
Please register or sign in to comment