rhythmbox r5789 - in trunk: . plugins/ipod



Author: jmatthew
Date: Wed Jul  2 11:25:03 2008
New Revision: 5789
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5789&view=rev

Log:
2008-07-02  Jonathan Matthew  <jonathan d14n org>

	* plugins/ipod/rb-ipod-source.c: (impl_get_mime_types):
	Revert half of the fix for #508537, as we can't encode ipod-compatible
	AAC files yet.


Modified:
   trunk/ChangeLog
   trunk/plugins/ipod/rb-ipod-source.c

Modified: trunk/plugins/ipod/rb-ipod-source.c
==============================================================================
--- trunk/plugins/ipod/rb-ipod-source.c	(original)
+++ trunk/plugins/ipod/rb-ipod-source.c	Wed Jul  2 11:25:03 2008
@@ -1673,8 +1673,8 @@
 	GList *ret = NULL;
 
 	/* FIXME: we should really query HAL for this */
-	ret = g_list_prepend (ret, g_strdup ("audio/mpeg"));
 	ret = g_list_prepend (ret, g_strdup ("audio/aac"));
+	ret = g_list_prepend (ret, g_strdup ("audio/mpeg"));
 
 	return ret;
 }



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