Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/emotion

Dir     : e17/libs/emotion/src/modules/xine


Modified Files:
        emotion_xine_vo_out.c 


Log Message:


eject works.. xine bug.. if video is paused (*or int he process of being
paused) when we try shut down the stream - POOF - xine hangs

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/emotion/src/modules/xine/emotion_xine_vo_out.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- emotion_xine_vo_out.c       19 Jul 2004 04:50:14 -0000      1.2
+++ emotion_xine_vo_out.c       19 Jul 2004 05:44:54 -0000      1.3
@@ -123,7 +123,6 @@
    cl->config                       = xine->config;
    cl->xine                         = xine;
 
-   printf("VO class init\n");
    return cl;
 }
 
@@ -134,7 +133,6 @@
    
    cl = (Emotion_Class *)driver_class;
    free(cl);
-   printf("VO class dispose\n");
 }
 
 static char *
@@ -185,7 +183,6 @@
    dv->vo_driver.dispose              = _emotion_dispose;
    dv->vo_driver.redraw_needed        = _emotion_redraw;
    dv->ev                             = (Emotion_Xine_Video *)visual;
-   printf("VO open\n");
    return &dv->vo_driver;
 }    
 
@@ -197,7 +194,6 @@
    dv = (Emotion_Driver *)vo_driver;
 //   printf("emotion: _emotion_dispose()\n");
    free(dv);
-   printf("VO dispose\n");
 }
 
 /***************************************************************************/
@@ -323,7 +319,6 @@
    fr->vo_frame.dispose    = _emotion_frame_dispose;
    fr->vo_frame.driver     = vo_driver;
    
-   printf("VO frame alloc\n");
    return (vo_frame_t *)fr;
 }
 
@@ -333,7 +328,6 @@
    Emotion_Frame *fr;
    
    fr = (Emotion_Frame *)vo_frame;
-   printf("VO frame dispose\n");
 //   printf("emotion: _emotion_frame_dispose()\n");
    _emotion_frame_data_free(fr);  
    free(fr);




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to