mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
ges: Add the foreground color child property
This commit is contained in:
parent
4c985b4155
commit
c8383d69ca
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue