summaryrefslogtreecommitdiff
path: root/examples/video-sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video-sink.c')
-rw-r--r--examples/video-sink.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/video-sink.c b/examples/video-sink.c
index 1e7fefc..2e12f8a 100644
--- a/examples/video-sink.c
+++ b/examples/video-sink.c
@@ -86,14 +86,14 @@ main (int argc, char *argv[])
stage = clutter_stage_get_default ();
/* Make a timeline */
- timeline = clutter_timeline_new (1000);
+ timeline = clutter_timeline_new (1000);
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)
+ * efficient/corrent playback onto the texture (which sucks a bit)
*/
- texture = g_object_new (CLUTTER_TYPE_TEXTURE,
- "disable-slicing", TRUE,
+ texture = g_object_new (CLUTTER_TYPE_TEXTURE,
+ "disable-slicing", TRUE,
NULL);
g_signal_connect (CLUTTER_TEXTURE (texture),