spurious double 'pause' or double 'play' states

35 visningar
Hoppa till det första olästa meddelandet

Liviu Andronic

oläst,
8 nov. 2013 09:34:332013-11-08
till gnome-...@googlegroups.com
Dear all,
For two releases now I very often get spurious double 'pause' or
double 'play' states. For example, I am now playing an .flv file and
if playing is paused and I hit the 'space' key, then this is what I
get in the console:
GMLIB-Message: in media state change with state = play dontplaynext = 0
GMLIB-Message: in media state change with state = pause dontplaynext = 0
GMLIB-Message: in media state change with state = play dontplaynext = 0

If I do the reverse, the movie is playing and I hit space:
GMLIB-Message: in media state change with state = pause dontplaynext = 0
GMLIB-Message: in media state change with state = play dontplaynext = 0
GMLIB-Message: in media state change with state = pause dontplaynext = 0

This makes for a very jerky play/pause experience. Is this issue
known? I'm using 1.0.8.

Regards,
Liviu

--
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail

Kevin DeKorte

oläst,
8 nov. 2013 10:07:242013-11-08
till gnome-...@googlegroups.com
What version of mplayer do you have installed?

I'm guessing you have mplayer2, so I suggest you try just stock mplayer
and see if that makes any difference. You also might try the SVN code or
1.0.9a as there might be fixes for this in there.

Kevin

Liviu Andronic

oläst,
9 nov. 2013 12:25:282013-11-09
till gnome-...@googlegroups.com
On Fri, Nov 8, 2013 at 4:07 PM, Kevin DeKorte <kdek...@gmail.com> wrote:
> What version of mplayer do you have installed?
>
> I'm guessing you have mplayer2, so I suggest you try just stock mplayer and
> see if that makes any difference. You also might try the SVN code or 1.0.9a
> as there might be fixes for this in there.
>
I was being using mplayer2. But now I uninstalled it and installed
back mplayer (1.0~rc4.svn34540) but I still see the same jerky
play/pause behaviour.

I'm still to try 1.0.9a, though.

Liviu


> Kevin
>
>
> On 11/8/13, 7:34 AM, Liviu Andronic wrote:
>>
>> Dear all,
>> For two releases now I very often get spurious double 'pause' or
>> double 'play' states. For example, I am now playing an .flv file and
>> if playing is paused and I hit the 'space' key, then this is what I
>> get in the console:
>> GMLIB-Message: in media state change with state = play dontplaynext = 0
>> GMLIB-Message: in media state change with state = pause dontplaynext = 0
>> GMLIB-Message: in media state change with state = play dontplaynext = 0
>>
>> If I do the reverse, the movie is playing and I hit space:
>> GMLIB-Message: in media state change with state = pause dontplaynext = 0
>> GMLIB-Message: in media state change with state = play dontplaynext = 0
>> GMLIB-Message: in media state change with state = pause dontplaynext = 0
>>
>> This makes for a very jerky play/pause experience. Is this issue
>> known? I'm using 1.0.8.
>>
>> Regards,
>> Liviu
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "gnome-mplayer" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to gnome-mplaye...@googlegroups.com.
> To post to this group, send email to gnome-...@googlegroups.com.
> Visit this group at http://groups.google.com/group/gnome-mplayer.
> For more options, visit https://groups.google.com/groups/opt_out.

Liviu Andronic

oläst,
9 nov. 2013 15:45:252013-11-09
till gnome-...@googlegroups.com
On Fri, Nov 8, 2013 at 4:07 PM, Kevin DeKorte <kdek...@gmail.com> wrote:
> see if that makes any difference. You also might try the SVN code or 1.0.9a
> as there might be fixes for this in there.
>
I now tried 1.0.9a but I had some compilation warnings:
CC gui.o
gui.c: In function ‘make_panel_and_mouse_invisible’:
gui.c:3033:13: warning: ‘gdk_cursor_unref’ is deprecated (declared at
/usr/include/gtk-3.0/gdk/gdkcursor.h:233): Use 'g_object_unref'
instead [-Wdeprecated-declarations]
gui.c: In function ‘menuitem_advanced_callback’:
gui.c:4838:5: warning: ‘gtk_hbutton_box_new’ is deprecated (declared
at /usr/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:61): Use
'gtk_button_box_new' instead [-Wdeprecated-declarations]
gui.c:4856:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c:4867:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c:4878:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c:4889:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c:4900:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c: In function ‘menuitem_config_callback’:
gui.c:5364:5: warning: ‘gtk_hbutton_box_new’ is deprecated (declared
at /usr/include/gtk-3.0/gtk/deprecated/gtkhbbox.h:61): Use
'gtk_button_box_new' instead [-Wdeprecated-declarations]
gui.c:5884:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c:5896:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c:6195:5: warning: ‘gtk_hscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhscale.h:62): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]
gui.c: In function ‘create_window’:
gui.c:8139:9: warning: ‘gtk_vpaned_new’ is deprecated (declared at
/usr/include/gtk-3.0/gtk/deprecated/gtkvpaned.h:60): Use
'gtk_paned_new' instead [-Wdeprecated-declarations]
gui.c:8141:9: warning: ‘gtk_hpaned_new’ is deprecated (declared at
/usr/include/gtk-3.0/gtk/deprecated/gtkhpaned.h:60): Use
'gtk_paned_new' instead [-Wdeprecated-declarations]
gui.c:8432:9: warning: ‘gtk_vscale_new_with_range’ is deprecated
(declared at /usr/include/gtk-3.0/gtk/deprecated/gtkvscale.h:68): Use
'gtk_scale_new_with_range' instead [-Wdeprecated-declarations]


and when I tried to run the executable (without installing) it fails:
>/home/liv/Build/gnome-mplayer-1.0.9a/src/gnome-mplayer (22642)

(gnome-mplayer:22642): GLib-GIO-ERROR **: Settings schema
'apps.gnome-mplayer.preferences' does not contain a key named
'resume-mode'
>/home/liv/Build/gnome-mplayer-1.0.9a/src/gnome-mplayer (22642) returned '5'

Am I doing something wrong, or missing some newer lib? The configure
script went fine.

Liviu

Kevin DeKorte

oläst,
12 nov. 2013 22:42:002013-11-12
till gnome-...@googlegroups.com
Did you run "make install" ?



Liviu

Liviu Andronic

oläst,
19 nov. 2013 03:07:192013-11-19
till gnome-...@googlegroups.com
On 11/13/13, Kevin DeKorte <kdek...@gmail.com> wrote:
> Did you run "make install" ?
>
I ended up packaging 1.0.9a locally in a .deb and then installed it.
While using mplayer, sometimes (and sometimes very often) I still get
the jerky play/pause behaviour.

What else could I report to help track down this?

Liviu
Svara alla
Svara författaren
Vidarebefordra
0 nya meddelanden