mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Updated to supply argument as "name=value" rather than just "value"
Original commit message from CVS: Updated to supply argument as "name=value" rather than just "value"
This commit is contained in:
parent
5e7263ec75
commit
dccc0d8714
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#/usr/bin/sh
|
||||
gstreamer-launch disksrc $1 ! mp3parse ! mpg123 ! fakesink
|
||||
echo gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! fakesink
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#/usr/bin/sh
|
||||
gstreamer-launch disksrc $1 ! mp3parse ! mpg123 ! fakesink
|
||||
echo gstreamer-launch disksrc "location=$1" ! mp3parse ! mpg123 ! fakesink
|
||||
|
|
Loading…
Reference in a new issue