totem r6216 - in trunk: . browser-plugin



Author: hadess
Date: Wed Apr  1 15:12:18 2009
New Revision: 6216
URL: http://svn.gnome.org/viewvc/totem?rev=6216&view=rev

Log:
2009-04-01  Bastien Nocera  <hadess hadess net>

	* browser-plugin/totemNarrowSpacePlugin.cpp: Fix Rewind()
	and Stop() functions to do what they're supposed to in
	the QuickTime compat plugin (Closes: #544066)



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

Modified: trunk/browser-plugin/totemNarrowSpacePlugin.cpp
==============================================================================
--- trunk/browser-plugin/totemNarrowSpacePlugin.cpp	(original)
+++ trunk/browser-plugin/totemNarrowSpacePlugin.cpp	Wed Apr  1 15:12:18 2009
@@ -148,12 +148,12 @@
 
     case eStop:
       /* void Stop (); */
-      Plugin()->Command (TOTEM_COMMAND_STOP);
+      Plugin()->Command (TOTEM_COMMAND_PAUSE);
       return VoidVariant (_result);
 
     case eRewind:
       /* void Rewind (); */
-      Plugin()->Command (TOTEM_COMMAND_PAUSE);
+      Plugin()->Command (TOTEM_COMMAND_STOP);
       return VoidVariant (_result);
 
     case eGetMaxBytesLoaded:



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