summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-08 13:55:42 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-06-08 13:55:42 +0000
commitbde15ed354309996fca91702366b05b67e7f8510 (patch)
treec614fcfc9b06bf92db1b5ed4e15e9868c8cb8e72 /tools
parent2a0cef0c8be55d4990ffda7cd73c838935fac3f4 (diff)
Fix some weirdities in the man page, see #114060
Original commit message from CVS: Fix some weirdities in the man page, see #114060
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch-ext.14
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gst-launch-ext.1 b/tools/gst-launch-ext.1
index f8345205..1c2f7cee 100644
--- a/tools/gst-launch-ext.1
+++ b/tools/gst-launch-ext.1
@@ -26,8 +26,8 @@ the defaults for audio and video output sinks.
Here is an example .gst file that implements the same defaults as hard-coded
in the script :
-$cfg{AUDIOSINK} = "osssink";
-$cfg{VIDEOSINK} = "colorspace ! xvideosink";
+AUDIOSINK = "osssink";
+VIDEOSINK = "colorspace ! xvideosink";
You can change osssink to any of esdsink, alsasink, jacksink (if you have
the plug-in), and you can change xvideosink to aasink or sdlvideosink.