diff --git a/ges/ges-video-test-source.c b/ges/ges-video-test-source.c index ca171f366f..bad50c4bfd 100644 --- a/ges/ges-video-test-source.c +++ b/ges/ges-video-test-source.c @@ -351,7 +351,8 @@ ges_video_test_source_create_source (GESTrackElement * element) GstCaps *caps; gint pattern; GstElement *testsrc, *res; - const gchar *props[] = { "pattern", NULL }; + const gchar *props[] = + { "pattern", "background-color", "foreground-color", NULL }; GPtrArray *elements; GESVideoTestSource *self = GES_VIDEO_TEST_SOURCE (element);