ges: Add the foreground color child property
authorThibault Saunier <tsaunier@igalia.com>
Thu, 9 Apr 2020 13:24:12 +0000 (09:24 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Thu, 9 Apr 2020 13:44:26 +0000 (09:44 -0400)
ges/ges-video-test-source.c

index ca171f3..bad50c4 100644 (file)
@@ -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);