Bug 462662 - Click on video to pause/resume
Summary: Click on video to pause/resume
Status: RESOLVED INTENTIONAL
Alias: None
Product: dragonplayer
Classification: Applications
Component: general (show other bugs)
Version: 22.08.3
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-05 08:13 UTC by Andrew Shark
Modified: 2022-12-27 19:25 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Shark 2022-12-05 08:13:15 UTC
When playing a video, in players such as windows player classic (on WinOS) or in VLC with pause click plugin (https://github.com/nurupo/vlc-pause-click-plugin), you can click in the window to pause it. It is a common expected behavior also on youtube.

But in Dragon Player it is not working. Would be good if there is such function.

STEPS TO REPRODUCE
1. Open any video in Dragon Player
2. Click on the playing video (in the area of the picture itself in the window)

OBSERVED RESULT
Nothing happens

EXPECTED RESULT
Video is paused

Dragon player version: 22.08.3
Comment 1 Harald Sitter 2022-12-05 13:46:45 UTC
How does that work while using DVD menus?
Comment 2 Andrew Shark 2022-12-06 03:22:27 UTC
Specially for testing I connected a dvd. In vlc 3.0.17.4 in menu video it allows you to select clickable test, but after click and when start playing, it crashes. If disable plugin, then it does not crash. Probably this case was not tested by plugin (video filter) author.

How I think it should work for dragon player: when it is showing dvd menu, then disable the pause click functionality to allow selecting items, because it does not make much sense anyway to pause the background video in the menu. And when playing actual video, then pause click should work.
Comment 3 Harald Sitter 2022-12-06 11:09:23 UTC
I think we don't know when a menu is playing. A menu is really just a video.
Comment 4 Andrew Shark 2022-12-07 03:31:25 UTC
Ok, but even if we assume we cannot detect a dvd menu, I still think the function is worth implementing. We can for example write a warning near enabling checkbox saying that dvd menu will not work with pause click enabled and you need to disable it if you want it to work.
Because nowadays seeing dvd is much more seldom, but pausing by click is MUCH expected.
Comment 5 Harald Sitter 2022-12-27 19:25:44 UTC
This seems a lot more work than it is worth, sorry.