gst-play-1.0 is another player program which bundled with gstreamer 1.0

This commit is contained in:
Dmitri Bogomolov 2017-03-10 18:34:31 +02:00
parent be716bf228
commit 91eb75b140
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ except ImportError:
except (KeyError, AttributeError):
pass
programs = ['gst123']
programs = ['gst123', 'gst-play-1.0']
if ext == '.wav':
programs.append('aplay')
elif ext == '.mp3':