[Toxine-cvs] CVS: toxine/src/plugins vo_x11.c,1.32,1.33
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-05-30 23:23:04
|
Update of /cvsroot/toxine/toxine/src/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30211/plugins Modified Files: vo_x11.c Log Message: more accurate when reporting deadlock Index: vo_x11.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/plugins/vo_x11.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- vo_x11.c 30 May 2004 22:45:27 -0000 1.32 +++ vo_x11.c 30 May 2004 23:22:39 -0000 1.33 @@ -301,9 +301,8 @@ if(tox->xine_state & XINE_STREAM) { if(tox->xine != NULL) { - start_watchdog(tox, "xine_get_status"); + status = xine_get_status(tox->stream); - stop_watchdog(tox); if(status == XINE_STATUS_PLAY) { screensaver_timer++; |