Videos stop playing when click and hold a mouse button on the title bar of the application
- Dominant language
- C++
- Stars
- 1k
- Forks
- 296
- PR merge metrics
- No merged PRs in 30d
Description
Let suppose you play a video and now if you **right click and hold it** on the **Titlebar** **_of the Application_** then you would notice that the video would **stop playing** until you release the mouse button! Similarly if you **left click and hold it** on the **Titlebar** **_of the Application_** then the video stops for about a second!
The solution:
Solution for this problem is very easy. You need to create the **renderer** **_in the Thread_** and then use **that renderer** for rendering the video. That's it! Now the video would **NEVER STOP PLAYING** when you click on the titlebar of the application!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.