File clutter-gst-warnings.patch of Package clutter-gst

diff --git a/clutter-gst/examples/video-player.c b/clutter-gst/examples/video-player.c
index bab0a5c..36ef7cd 100644
--- a/clutter-gst/examples/video-player.c
+++ b/clutter-gst/examples/video-player.c
@@ -244,7 +244,7 @@ tick (GObject      *object,
 			  SEEK_H);  
 }
 
-int
+void
 effect1_tl_cb (ClutterTimeline *timeline, 
 	       gint             frame_num, 
 	       VideoApp        *app)
diff --git a/clutter-gst/examples/video-sink.c b/clutter-gst/examples/video-sink.c
index a1924b9..e26d7b6 100644
--- a/clutter-gst/examples/video-sink.c
+++ b/clutter-gst/examples/video-sink.c
@@ -56,7 +56,7 @@ main (int argc, char *argv[])
 
   /* Make a timeline */
   timeline = clutter_timeline_new (100, 30); /* num frames, fps */
-  g_object_set(timeline, "loop", TRUE, 0);
+  g_object_set(timeline, "loop", TRUE, NULL);
 
   /* We need to set certain props on the target texture currently for
    * efficient/corrent playback onto the texture (which sucks a bit)  
openSUSE Build Service is sponsored by