From 6ab2ef85d4554c8dabb6ba08390ad6cf2e34c61e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 24 Jul 2014 14:16:16 +0200 Subject: [PATCH] deps: Add flump3dec (and mpg123audiodec) to Gst element list --- mopidy/utils/deps.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mopidy/utils/deps.py b/mopidy/utils/deps.py index efc831e4..b533a18f 100644 --- a/mopidy/utils/deps.py +++ b/mopidy/utils/deps.py @@ -154,11 +154,16 @@ def _gstreamer_check_elements(): 'pulsesink', # MP3 encoding and decoding - 'mp3parse', - 'mad', + # + # One of flump3dec, mad, and mpg123audiodec is required for MP3 + # playback. + 'flump3dec', 'id3demux', 'id3v2mux', 'lame', + 'mad', + 'mp3parse', + # 'mpg123audiodec', # Only available in GStreamer 1.x # Ogg Vorbis encoding and decoding 'vorbisdec',