mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 23:14:46 +00:00
Fixed mp3play
Original commit message from CVS: Fixed mp3play
This commit is contained in:
parent
4827c9fe56
commit
f068579abd
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#/usr/bin/sh
|
||||
gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! fakesink
|
||||
gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! audiosink
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#/usr/bin/sh
|
||||
gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! fakesink
|
||||
gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! audiosink
|
||||
|
|
Loading…
Reference in a new issue