summaryrefslogtreecommitdiff
path: root/tools/gst-launch-ext.1.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-08 07:44:01 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-08 07:44:01 +0000
commit4f857319abd8ee0d0a1042ab1f2f82844bc64d55 (patch)
tree27058cfa89d2ca6837ffa15a3c39c0563cbf18cf /tools/gst-launch-ext.1.in
parented7ca13809a8ae9619aad5285ed8f41ccc096678 (diff)
update
Original commit message from CVS: update
Diffstat (limited to 'tools/gst-launch-ext.1.in')
-rw-r--r--tools/gst-launch-ext.1.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/gst-launch-ext.1.in b/tools/gst-launch-ext.1.in
index 1c2f7cee80..fd2ebf1be3 100644
--- a/tools/gst-launch-ext.1.in
+++ b/tools/gst-launch-ext.1.in
@@ -26,11 +26,12 @@ 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 :
-AUDIOSINK = "osssink";
-VIDEOSINK = "colorspace ! xvideosink";
+AUDIOSINK = osssink
+VIDEOSINK = ffmpegcolorspace ! xvimagesink
-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.
+You can change osssink to esdsink or alsasink (if you have
+the plug-in), and you can change xvimagesink to ximagesink, aasink
+or sdlvideosink.
Other plug-ins might be used as well if GStreamer has them.