projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c985b4
)
ges: Add the foreground color child property
author
Thibault Saunier
<tsaunier@igalia.com>
Thu, 9 Apr 2020 13:24:12 +0000
(09:24 -0400)
committer
Thibault Saunier
<tsaunier@igalia.com>
Thu, 9 Apr 2020 13:44:26 +0000
(09:44 -0400)
ges/ges-video-test-source.c
patch
|
blob
|
history
diff --git
a/ges/ges-video-test-source.c
b/ges/ges-video-test-source.c
index ca171f366f872fa53d0b71e0c90c89fdda3621e2..bad50c4bfdb5ee7eba8ea8096c8ed3180514d594 100644
(file)
--- 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);