summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2015-06-11 15:34:53 +0100
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2015-06-11 15:41:56 +0100
commit4900b006e7ac9062ced19bd86f1a34c2e5a5e226 (patch)
tree00a99f96dbb7d9fd4f7cb0e0ed9f6e40944c1841
parente54d43eb73feda20aa184248cfb1533d837a15bc (diff)
downloadtotem-4900b006e7ac9062ced19bd86f1a34c2e5a5e226.tar.gz
backend: make video texture reactive again
Was incorrectly removed by 361f76ce9636d3123273b912398b77d29715cf94. https://bugzilla.gnome.org/show_bug.cgi?id=750793
-rw-r--r--src/backend/bacon-video-widget.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
index 8512cf0c9..92aa50b5e 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 */