brasero r1572 - in trunk: . src



Author: philippr
Date: Thu Nov 27 17:25:18 2008
New Revision: 1572
URL: http://svn.gnome.org/viewvc/brasero?rev=1572&view=rev

Log:
	Fix a small stupid error

	* src/burn-caps.c (brasero_caps_audio_new):


Modified:
   trunk/ChangeLog
   trunk/src/burn-caps.c

Modified: trunk/src/burn-caps.c
==============================================================================
--- trunk/src/burn-caps.c	(original)
+++ trunk/src/burn-caps.c	Thu Nov 27 17:25:18 2008
@@ -3171,6 +3171,8 @@
 		if ((caps->type.subtype.audio_format & BRASERO_METADATA_INFO) != (format & BRASERO_METADATA_INFO))
 			continue;
 
+		common = common_audio|common_video|(format & BRASERO_METADATA_INFO);
+
 		/* encompassed caps just add it to retval */
 		if (caps->type.subtype.audio_format == common)
 			retval = g_slist_prepend (retval, caps);



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