mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-05 03:35:36 +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
|
#/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
|
#/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