[totem] browser-plugin: Disable autoplay for the Vegas plugin



commit bacf03c97466946904327c83546c59a82af9fd65
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Apr 2 15:39:44 2012 +0100

    browser-plugin: Disable autoplay for the Vegas plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673209

 browser-plugin/totemPlugin.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/browser-plugin/totemPlugin.cpp b/browser-plugin/totemPlugin.cpp
index 93ecf58..05a3bdc 100644
--- a/browser-plugin/totemPlugin.cpp
+++ b/browser-plugin/totemPlugin.cpp
@@ -2056,6 +2056,8 @@ totemPlugin::Init (NPMIMEType mimetype,
 		}
 		g_free (oldSrc);
 	}
+
+	mAutoPlay = FALSE;
 #endif
 
 #if 0 //def TOTEM_MULLY_PLUGIN



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