From b8145f9d20f9d34bf13a79b1bed3fca4cb551f22 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Wed, 9 Mar 2016 10:37:56 +0000 Subject: video-player: ensure background is opaque black and not transparent black. https://bugzilla.gnome.org/show_bug.cgi?id=763367 --- examples/video-player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/video-player.c b/examples/video-player.c index 335cf60..9a4ccaf 100644 --- a/examples/video-player.c +++ b/examples/video-player.c @@ -431,7 +431,7 @@ main (int argc, char *argv[]) GstElement *goomsource; GstIterator *iter; ClutterActor *stage; - ClutterColor stage_color = { 0x00, 0x00, 0x00, 0x00 }; + ClutterColor stage_color = { 0x00, 0x00, 0x00, 0xff }; ClutterColor control_color1 = { 73, 74, 77, 0xee }; ClutterColor control_color2 = { 0xcc, 0xcc, 0xcc, 0xff }; GError *error = NULL; -- cgit v1.2.1