summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2008-07-16 16:12:31 +0000
committerChris Lord <chris@openedhand.com>2008-07-16 16:12:31 +0000
commit3fc8570f35071028d0497579391ecb45b81c49d1 (patch)
tree207979f498b9a074a29b25e501d9faa3528cf2fd /examples
parent9ecd312bcf77f835f94e6c9afb65abd18161a2ba (diff)
downloadclutter-gst-3fc8570f35071028d0497579391ecb45b81c49d1.tar.gz
* examples/video-sink.c (main):
Update 'tiled' to 'disable-slicing'
Diffstat (limited to 'examples')
-rw-r--r--examples/video-sink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/video-sink.c b/examples/video-sink.c
index 99c64bd..a1924b9 100644
--- a/examples/video-sink.c
+++ b/examples/video-sink.c
@@ -62,8 +62,8 @@ main (int argc, char *argv[])
* efficient/corrent playback onto the texture (which sucks a bit)
*/
texture = g_object_new (CLUTTER_TYPE_TEXTURE,
- "sync-size", FALSE,
- "tiled", FALSE,
+ "sync-size", FALSE,
+ "disable-slicing", TRUE,
NULL);
g_signal_connect (CLUTTER_TEXTURE (texture),