video almost done
[livewp] / applet / src / livewp-main.c
index 23b9271..f9399c3 100644 (file)
@@ -57,7 +57,6 @@ view_state_changed (Animation_WallpaperPrivate *priv)
        }
        if (!strcmp(priv->theme,"Video")){
            if (priv->pipeline){
-               fprintf(stderr, " gst play \n");
                gst_element_set_state (priv->pipeline, GST_STATE_PLAYING);
            }else{
                init_scene_Video(priv->desktop_plugin);
@@ -69,7 +68,6 @@ view_state_changed (Animation_WallpaperPrivate *priv)
        }
    }else{
         if (priv->pipeline){
-           fprintf(stderr, " gst stop %i\n", priv->long_timer);
            gst_element_set_state (priv->pipeline, GST_STATE_PAUSED);
            return;
         }
@@ -194,7 +192,7 @@ main(int argc, char *argv[])
     priv->podpid = -1;
     priv->running = FALSE;
     priv->window = main_widget;
-    fprintf(stderr,"XWINDOW %i\n",GDK_WINDOW_XID (main_widget->window));
+    /* fprintf(stderr,"XWINDOW %i\n",GDK_WINDOW_XID (main_widget->window)); */
     priv->desktop_plugin = desktop_plugin;
     priv->view = view;
 
@@ -211,7 +209,7 @@ main(int argc, char *argv[])
     set_live_bg(GDK_WINDOW_XDISPLAY (main_widget->window), GDK_WINDOW_XID (main_widget->window), view);
     
     priv->view_notify = 0; 
-    fprintf(stderr,"VISIBLE %i %i\n",priv->visible, current_active_view());
+    /* fprintf(stderr,"VISIBLE %i %i\n",priv->visible, current_active_view()); */
     gconf_client_add_dir(gconf_client_get_default (), "/apps/osso/hildon-desktop/views", GCONF_CLIENT_PRELOAD_NONE, NULL);
     priv->view_notify = gconf_client_notify_add(gconf_client_get_default (),"/apps/osso/hildon-desktop/views/current",
                                                 (GConfClientNotifyFunc)view_changed, priv, NULL, NULL);