totem r5355 - in trunk: . src/plugins/youtube



Author: pwithnall
Date: Thu Apr 10 18:48:50 2008
New Revision: 5355
URL: http://svn.gnome.org/viewvc/totem?rev=5355&view=rev

Log:
2008-04-10  Philip Withnall  <pwithnall svn gnome org>

	* src/plugins/youtube/youtube.py: Fix check for soup plugin.
	(Closes: #522547)



Modified:
   trunk/ChangeLog
   trunk/src/plugins/youtube/youtube.py

Modified: trunk/src/plugins/youtube/youtube.py
==============================================================================
--- trunk/src/plugins/youtube/youtube.py	(original)
+++ trunk/src/plugins/youtube/youtube.py	Thu Apr 10 18:48:50 2008
@@ -57,7 +57,7 @@
 				import gst
 
 				registry = gst.registry_get_default ()
-				if registry.find_plugin ("flvdemux") == None or registry.find_plugin ("souphttpsrc") == None:
+				if registry.find_plugin ("flvdemux") == None or registry.find_plugin ("soup") == None:
 					"""This means an error will be displayed when they try to play anything"""
 					self.gstreamer_plugins_present = False
 			except ImportError:



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