fixed gcc's warnings
[livewp] / applet / src / livewp-scene.c
index be068b5..6b79953 100644 (file)
@@ -92,7 +92,9 @@ bus_call (GstBus *bus, GstMessage *msg, AWallpaperPlugin *desktop_plugin)
     switch (GST_MESSAGE_TYPE (msg))
     {
        case GST_MESSAGE_EOS: 
+           fprintf(stderr,"GST_MESSAGE_EOS:\n");
            if (desktop_plugin->priv->rich_animation){
+                fprintf(stderr,"GST_MESSAGE_EOS222222222222222222222222\n");
                 gst_element_set_start_time(desktop_plugin->priv->pipeline, 0);
                 gst_element_set_state (desktop_plugin->priv->pipeline, GST_STATE_PLAYING);
            }