Code freeze break request for totem



Hi,

for our first code freeze request, I'd like to get the attached patch
approved.

It fixes totem not being able to play ogg file when using Xine backend.
Bug is http://bugzilla.gnome.org/show_bug.cgi?id=405883

(I've already push this patch in Mandriva package ;)

Since I'm this patch author, it needs two other r-t members approval.

Thanks you.
-- 
Frederic Crozat <fcrozat mandriva com>
Mandriva
--- totem-2.17.92/src/backend/bacon-video-widget-xine.c.fixaudio	2007-02-13 15:45:25.000000000 +0100
+++ totem-2.17.92/src/backend/bacon-video-widget-xine.c	2007-03-06 16:46:29.000000000 +0100
@@ -2255,8 +2255,10 @@
 		}
 	}
 
-	if (xine_get_stream_info (bvw->priv->stream,
-				XINE_STREAM_INFO_VIDEO_HANDLED) == FALSE
+	if ((xine_get_stream_info (bvw->priv->stream,
+					XINE_STREAM_INFO_HAS_VIDEO) &&
+		xine_get_stream_info (bvw->priv->stream,
+				XINE_STREAM_INFO_VIDEO_HANDLED) == FALSE)
 			|| (xine_get_stream_info (bvw->priv->stream,
 					XINE_STREAM_INFO_HAS_VIDEO) == FALSE
 				&& xine_get_stream_info (bvw->priv->stream,


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