patches/totem-pl-parser-01-ignore-cdda.diff
author jerrytan
Sun, 22 Mar 2009 09:25:42 +0000
changeset 15464 9609d5311131
permissions -rw-r--r--
bump rhythmbox to 0.12.0

--- 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) {