summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-09-16 03:12:42 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-12-06 21:57:46 +0000
commit47ad365b2857da5b988b058d865ba1d6c273f654 (patch)
treeae03fb6412e548f0b3b6773d67148a07017e3ce4 /tests
parentb9de8d411b15c54369401ffe2db2e1fdb3d5f07d (diff)
downloadclutter-gst-47ad365b2857da5b988b058d865ba1d6c273f654.tar.gz
content: rename video-sink property to sink
Diffstat (limited to 'tests')
-rw-r--r--tests/test-alpha.c2
-rw-r--r--tests/test-rgb-upload.c2
-rw-r--r--tests/test-yuv-upload.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-alpha.c b/tests/test-alpha.c
index a73c7c8..a69439b 100644
--- a/tests/test-alpha.c
+++ b/tests/test-alpha.c
@@ -124,7 +124,7 @@ main (int argc, char *argv[])
/* Video actor */
actor = g_object_new (CLUTTER_TYPE_ACTOR,
"content", g_object_new (CLUTTER_GST_TYPE_CONTENT,
- "video-sink", sink,
+ "sink", sink,
NULL),
"width", clutter_actor_get_width (stage),
"height", clutter_actor_get_height (stage),
diff --git a/tests/test-rgb-upload.c b/tests/test-rgb-upload.c
index aa8f202..0fc3e71 100644
--- a/tests/test-rgb-upload.c
+++ b/tests/test-rgb-upload.c
@@ -106,7 +106,7 @@ main (int argc, char *argv[])
/* Video actor */
actor = g_object_new (CLUTTER_TYPE_ACTOR,
"content", g_object_new (CLUTTER_GST_TYPE_CONTENT,
- "video-sink", sink,
+ "sink", sink,
NULL),
"width", clutter_actor_get_width (stage),
"height", clutter_actor_get_height (stage),
diff --git a/tests/test-yuv-upload.c b/tests/test-yuv-upload.c
index 347bcd0..a2f7f57 100644
--- a/tests/test-yuv-upload.c
+++ b/tests/test-yuv-upload.c
@@ -94,7 +94,7 @@ main (int argc, char *argv[])
/* Video actor */
actor = g_object_new (CLUTTER_TYPE_ACTOR,
"content", g_object_new (CLUTTER_GST_TYPE_CONTENT,
- "video-sink", sink,
+ "sink", sink,
NULL),
"width", clutter_actor_get_width (stage),
"height", clutter_actor_get_height (stage),