mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +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;
|
GstCaps *caps;
|
||||||
gint pattern;
|
gint pattern;
|
||||||
GstElement *testsrc, *res;
|
GstElement *testsrc, *res;
|
||||||
const gchar *props[] = { "pattern", NULL };
|
const gchar *props[] =
|
||||||
|
{ "pattern", "background-color", "foreground-color", NULL };
|
||||||
GPtrArray *elements;
|
GPtrArray *elements;
|
||||||
GESVideoTestSource *self = GES_VIDEO_TEST_SOURCE (element);
|
GESVideoTestSource *self = GES_VIDEO_TEST_SOURCE (element);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue