patches/totem-pl-parser-01-ignore-cdda.diff
branchgnome-2-24
changeset 14047 efcfacdd5b6e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/totem-pl-parser-01-ignore-cdda.diff	Mon Dec 01 02:12:39 2008 +0000
@@ -0,0 +1,14 @@
+--- totem-pl-parser-2.24.0/plparse/totem-pl-parser.c.old	2008-11-27 16:34:18.178690000 +0800
++++ totem-pl-parser-2.24.0/plparse/totem-pl-parser.c	2008-11-27 16:35:03.775786000 +0800
+@@ -1415,9 +1415,10 @@
+ 
+ 	if (g_file_has_uri_scheme (file, "mms") != FALSE
+ 			|| g_file_has_uri_scheme (file, "rtsp") != FALSE
++			|| g_file_has_uri_scheme (file, "cdda") != FALSE
+ 			|| g_file_has_uri_scheme (file, "icy") != FALSE
+ 			|| g_file_has_uri_scheme (file, "pnm") != FALSE) {
+-		DEBUG(file, g_print ("URL '%s' is MMS, RTSP, PNM or ICY, not a playlist\n", uri));
++		DEBUG(file, g_print ("URL '%s' is MMS, RTSP,CDDA, PNM or ICY, not a playlist\n", uri));
+ 		return TOTEM_PL_PARSER_RESULT_UNHANDLED;
+ 	}
+