[totem] backend: make video texture reactive again



commit 4900b006e7ac9062ced19bd86f1a34c2e5a5e226
Author: Lionel Landwerlin <lionel g landwerlin intel com>
Date:   Thu Jun 11 15:34:53 2015 +0100

    backend: make video texture reactive again
    
    Was incorrectly removed by 361f76ce9636d3123273b912398b77d29715cf94.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=750793

 src/backend/bacon-video-widget.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
index 8512cf0..92aa50b 100644
--- a/src/backend/bacon-video-widget.c
+++ b/src/backend/bacon-video-widget.c
@@ -6001,6 +6001,7 @@ bacon_video_widget_initable_init (GInitable     *initable,
                                                               "sink", video_sink,
                                                               NULL),
                                     "name", "texture",
+                                    "reactive", TRUE,
                                     NULL);
 
   /* The logo */


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