ithewei / ithewei/hplayer

Videos stop playing when click and hold a mouse button on the title bar of the application

Open
#15 0 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.