Fix some weirdities in the man page, see #114060

Original commit message from CVS:
Fix some weirdities in the man page, see #114060
This commit is contained in:
Ronald S. Bultje 2003-06-08 13:55:42 +00:00
parent 94d20d0e32
commit 58e016642f

View file

@ -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.