[gnac/devel] Restored Monkey's audio file filter
- From: BenoÃt Dupasquier <bdupasqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnac/devel] Restored Monkey's audio file filter
- Date: Tue, 6 Mar 2012 18:32:55 +0000 (UTC)
commit abeb3350eef9e55f3ad95a8466068c65c03b315a
Author: BenoÃt Dupasquier <bdupasqu src gnome org>
Date: Tue Mar 6 18:30:22 2012 +0000
Restored Monkey's audio file filter
src/gnac-ui.c | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/src/gnac-ui.c b/src/gnac-ui.c
index c51594b..9a8c508 100644
--- a/src/gnac-ui.c
+++ b/src/gnac-ui.c
@@ -149,12 +149,10 @@ gnac_ui_file_chooser_get_filters_model(void)
};
const gchar *lossless_mime[][2] = {
- /* XXX the Monkey's Audio plug-in has not yet been ported
- * to gstreamer-0.10 */
- /*{ "audio/x-ape" , _("Monkey's audio") },*/
- { "audio/x-flac" , _("Flac audio") },
- { "audio/x-wav" , _("WAV audio") },
- { "audio/x-wavpack", _("WavPack audio") },
+ { "audio/x-ape" , _("Monkey's audio") },
+ { "audio/x-flac" , _("Flac audio") },
+ { "audio/x-wav" , _("WAV audio") },
+ { "audio/x-wavpack", _("WavPack audio") },
{ NULL, NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]