projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d20d0
)
Fix some weirdities in the man page, see #114060
author
Ronald S. Bultje
<rbultje@ronald.bitfreak.net>
Sun, 8 Jun 2003 13:55:42 +0000
(13:55 +0000)
committer
Ronald S. Bultje
<rbultje@ronald.bitfreak.net>
Sun, 8 Jun 2003 13:55:42 +0000
(13:55 +0000)
Original commit message from CVS:
Fix some weirdities in the man page, see #114060
tools/gst-launch-ext.1
patch
|
blob
|
history
diff --git
a/tools/gst-launch-ext.1
b/tools/gst-launch-ext.1
index
f834520
..
1c2f7ce
100644
(file)
--- 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.