Enlightenment CVS committal

Author  : moom16
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/modules


Modified Files:
        emotion_xine.c 


Log Message:

* Should fix the callback "playback_finished" which were sometimes not called.
Thus, the playback won't be stopped anymore sometimes at the end of the 
playback of a file.


===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/emotion/src/modules/emotion_xine.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- emotion_xine.c      6 May 2005 15:35:56 -0000       1.19
+++ emotion_xine.c      10 Jun 2005 17:33:26 -0000      1.20
@@ -1143,8 +1143,6 @@
               {
                case XINE_EVENT_UI_PLAYBACK_FINISHED:
                    {
-                      if ((ev->pos / ev->len) < 0.999)
-                        break;
                       if (ev->timer)
                         {
                            ecore_timer_del(ev->timer);




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to