• Craig Watson's avatar
    Fix videos being play/paused after a manual stop · eb597bf2
    Craig Watson authored
    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.
    eb597bf2
UBGraphicsMediaItemDelegate.cpp 9.14 KB