pycousin / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Multiple keypress needed with multithreaded ffmpeg enable mplayer #346

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run ffmpeg-mt mplayer
2. open video
3. try to pause

What is the expected output? What do you see instead?
it will pause and unpause everytime I press space, instead I have to press 
it several times.

What version of the product are you using? On what operating system?
Latest version of mplayer from the mplayer-build git repo (git version 
8c9bec2), enabled to use ffmpeg-mt. git://repo.or.cz/mplayer-build.git

Please provide any additional information below.
I have packages built in my coreavc-for-ubuntu ppa: 
https://launchpad.net/~ripps818/+archive/coreavc

I think the problem might have to do with the fact that mplayer-mt creates 
several processes, which are probably confusing gnome-mplayer.

Original issue reported on code.google.com by Ripps...@gmail.com on 21 Jan 2010 at 7:00

GoogleCodeExporter commented 8 years ago
I forgot to mention that I was using gnome-mplayer 0.9.8-1ubuntu2 in Ubuntu 
Lucid.

Original comment by Ripps...@gmail.com on 21 Jan 2010 at 9:19

GoogleCodeExporter commented 8 years ago
Can you try SVN of gnome-mplayer, just to be sure the problem has not already 
been fixed?

Original comment by kdeko...@gmail.com on 21 Jan 2010 at 2:16

GoogleCodeExporter commented 8 years ago
Nope, still get the same problem with the latest svn.

Original comment by Ripps...@gmail.com on 21 Jan 2010 at 10:53

GoogleCodeExporter commented 8 years ago
Does adding 

input=nodefault-bindings

or 

input=conf=/dev/null

to ~/.mplayer/config under the [gnome-mplayer] section correct this?

I have a feeling the GUI and mplayer are both getting the keypress.

Original comment by kdeko...@gmail.com on 22 Jan 2010 at 12:13

GoogleCodeExporter commented 8 years ago
neither one worked, in fact, nodefault-bindings caused mplayer to not start 
properly. I 
tried adding -input manaully from preferences, but unfortunatly, this triggered 
some 
kind of problem with dvd-read not being compiled into my mplayer, now 
gnome-mplayer 
won't work at all. So I'll get back to after I'm don recompiling my mplayer.

Original comment by Ripps...@gmail.com on 22 Jan 2010 at 5:32

GoogleCodeExporter commented 8 years ago
Okay, manually adding either -input into preferences does nothing.

Original comment by Ripps...@gmail.com on 22 Jan 2010 at 5:43

GoogleCodeExporter commented 8 years ago
Well I am able to duplicate the problem using mplayer from git, mplayer from 
svn does
not have the problem. Looks like the pause state is getting out of sync.

SVN r1620 should fix it.

Original comment by kdeko...@gmail.com on 22 Jan 2010 at 2:23

GoogleCodeExporter commented 8 years ago
Awesome, problem fixed. Thanks

Original comment by Ripps...@gmail.com on 22 Jan 2010 at 9:33

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 26 Jan 2010 at 11:35