patches/totem-pl-parser-01-ignore-cdda.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 15464 9609d5311131
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

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