ges: Add the foreground color child property

This commit is contained in:
Thibault Saunier 2020-04-09 09:24:12 -04:00
parent 4c985b4155
commit c8383d69ca

View 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);