[clutter-gst/clutter-gst-3.0] video-player: ensure background is opaque black



commit b8145f9d20f9d34bf13a79b1bed3fca4cb551f22
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Wed Mar 9 10:37:56 2016 +0000

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]