totem r5424 - in trunk: . src/backend



Author: hadess
Date: Sat May 24 10:42:20 2008
New Revision: 5424
URL: http://svn.gnome.org/viewvc/totem?rev=5424&view=rev

Log:
2008-05-24  Bastien Nocera  <hadess hadess net>

	* src/backend/bacon-video-widget-gst-0.10.c
	(bacon_video_widget_open_with_subtitle): Check for the giosrc
	properly



Modified:
   trunk/ChangeLog
   trunk/src/backend/bacon-video-widget-gst-0.10.c

Modified: trunk/src/backend/bacon-video-widget-gst-0.10.c
==============================================================================
--- trunk/src/backend/bacon-video-widget-gst-0.10.c	(original)
+++ trunk/src/backend/bacon-video-widget-gst-0.10.c	Sat May 24 10:42:20 2008
@@ -2649,7 +2649,7 @@
   file = g_file_new_for_commandline_arg (mrl);
 
   /* If giosrc isn't available, try to get the MRL's local path */
-  if (gst_default_registry_check_feature_version ("giosrc", 0, 10, 0) != FALSE)
+  if (gst_default_registry_check_feature_version ("gio", 0, 10, 0) != FALSE)
     bvw->com->mrl = g_file_get_uri (file);
   else {
     char *path;



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