Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/emotion

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


Modified Files:
        emotion_gstreamer.c 


Log Message:
remove debug message

===================================================================
RCS file: /cvs/e/e17/libs/emotion/src/modules/gstreamer/emotion_gstreamer.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- emotion_gstreamer.c 15 May 2008 16:52:04 -0000      1.3
+++ emotion_gstreamer.c 15 May 2008 17:46:13 -0000      1.4
@@ -237,8 +237,6 @@
    if (!emotion_video)
       return 0;
 
-   fprintf (stderr, "[Emotion] [gst] Init\n");
-
    ev = calloc(1, sizeof(Emotion_Gstreamer_Video));
    if (!ev) return 0;
 
@@ -304,8 +302,6 @@
    if (!ev)
      return 0;
 
-   fprintf(stderr, "[Emotion] [gst] shutdown\n");
-
    ecore_main_fd_handler_del(ev->fd_ev_handler);
 
    close(ev->fd_ev_write);
@@ -331,8 +327,6 @@
 
    ev = (Emotion_Gstreamer_Video *)video;
 
-   fprintf(stderr, "[Emotion] [gst] open\n");
-
    ev->pipeline = gst_pipeline_new ("pipeline");
    if (!ev->pipeline)
      return 0;
@@ -478,7 +472,6 @@
 {
    Emotion_Gstreamer_Video *ev;
 
-   fprintf(stderr, "[Emotion] [gst] play %p\n", ev->pipeline);
    ev = (Emotion_Gstreamer_Video *)video;
    gst_element_set_state (ev->pipeline, GST_STATE_PLAYING);
    ev->play = 1;
@@ -500,7 +493,6 @@
      ev->eos_timer = NULL;
    }
 
-/*    fprintf(stderr, "[Emotion] [gst] stop\n"); */
    gst_element_set_state (ev->pipeline, GST_STATE_PAUSED);
    ev->play = 0;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to