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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/video-sink.c b/examples/video-sink.c
index 0391572..1e7fefc 100644
--- a/examples/video-sink.c
+++ b/examples/video-sink.c
@@ -93,7 +93,6 @@ 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,
"disable-slicing", TRUE,
NULL);