From: Thibault Saunier Date: Thu, 9 Apr 2020 13:24:12 +0000 (-0400) Subject: ges: Add the foreground color child property X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8383d69ca7ae32ffe0c109404ca4a3c5da28b0e;p=platform%2Fupstream%2Fgst-editing-services.git ges: Add the foreground color child property --- diff --git a/ges/ges-video-test-source.c b/ges/ges-video-test-source.c index ca171f3..bad50c4 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);