deps: Add flump3dec (and mpg123audiodec) to Gst element list

This commit is contained in:
Stein Magnus Jodal 2014-07-24 14:16:16 +02:00
parent 0463b14a6a
commit 6ab2ef85d4

View File

@ -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',