summaryrefslogtreecommitdiff
path: root/examples/video-sink-navigation.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video-sink-navigation.c')
-rw-r--r--examples/video-sink-navigation.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/video-sink-navigation.c b/examples/video-sink-navigation.c
index e4d3cc9..8dc5fdd 100644
--- a/examples/video-sink-navigation.c
+++ b/examples/video-sink-navigation.c
@@ -75,6 +75,9 @@ main (int argc, char *argv[])
test = gst_element_factory_make ("navigationtest", NULL);
colorspace = gst_element_factory_make ("videoconvert", NULL);
+ sink = gst_element_factory_make ("clutterautovideosink", NULL);
+ g_object_set (sink, "content", clutter_actor_get_content (actor), NULL);
+
// g_object_set (src , "pattern", 10, NULL);
gst_bin_add_many (GST_BIN (pipeline), src, filter, test, colorspace, sink, NULL);