QtAV icon indicating copy to clipboard operation
QtAV copied to clipboard

Wait for the PositionWatcher thread to stop

Open aronbierbaum opened this issue 7 years ago • 1 comments

Without this change closing a AVPlayer might crash because the PositionWatcher thread has not stopped before the AVPlayer is destroyed.

aronbierbaum avatar Jul 12 '18 20:07 aronbierbaum

a simple watcher.wait() will do the same as your loop

mrgreywater avatar Oct 06 '18 20:10 mrgreywater