totem r5153 - in trunk: . browser-plugin



Author: hadess
Date: Wed Feb 20 11:21:41 2008
New Revision: 5153
URL: http://svn.gnome.org/viewvc/totem?rev=5153&view=rev

Log:
2008-02-20  Bastien Nocera  <hadess hadess net>

	* browser-plugin/totemPlugin.cpp: For the DivX
	web player, force the viewer to open the file
	itself, as it would allow it to seek



Modified:
   trunk/ChangeLog
   trunk/browser-plugin/totemPlugin.cpp

Modified: trunk/browser-plugin/totemPlugin.cpp
==============================================================================
--- trunk/browser-plugin/totemPlugin.cpp	(original)
+++ trunk/browser-plugin/totemPlugin.cpp	Wed Feb 20 11:21:41 2008
@@ -833,7 +833,7 @@
 		requestURI = mURLURI;
 		baseURI = mSrcURI; /* FIXME: that correct? */
 	}
-#endif
+#endif /* TOTEM_GMP_PLUGIN */
 
 #ifdef TOTEM_NARROWSPACE_PLUGIN
 	/* Prefer qtsrc over src */
@@ -847,7 +847,11 @@
 		requestURL = href;
 	}
 #endif
-#endif
+#endif /* TOTEM_NARROWSPACE_PLUGIN */
+
+#ifdef TOTEM_MULLY_PLUGIN
+	aForceViewer = PR_TRUE;
+#endif /* TOTEM_MULLY_PLUGIN */
 
 	/* Fallback */
 	if (!requestURI)



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