patches/totem-pl-parser-01-ignore-cdda.diff
changeset 15464 9609d5311131
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/totem-pl-parser-01-ignore-cdda.diff	Sun Mar 22 09:25:42 2009 +0000
@@ -0,0 +1,10 @@
+--- totem-pl-parser-2.26.0/plparse/totem-pl-parser.c.old	2009-03-22 16:21:17.866499000 +0800
++++ totem-pl-parser-2.26.0/plparse/totem-pl-parser.c	2009-03-22 16:23:05.474296000 +0800
+@@ -1448,6 +1448,7 @@
+ 
+ 	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, "rtmp") != FALSE
+ 			|| g_file_has_uri_scheme (file, "icy") != FALSE
+ 			|| g_file_has_uri_scheme (file, "pnm") != FALSE) {