deps: Add flump3dec (and mpg123audiodec) to Gst element list
This commit is contained in:
parent
0463b14a6a
commit
6ab2ef85d4
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user