mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
2a0cef0c8b
commit
bde15ed354
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Here is an example .gst file that implements the same defaults as hard-coded
|
||||||
in the script :
|
in the script :
|
||||||
|
|
||||||
$cfg{AUDIOSINK} = "osssink";
|
AUDIOSINK = "osssink";
|
||||||
$cfg{VIDEOSINK} = "colorspace ! xvideosink";
|
VIDEOSINK = "colorspace ! xvideosink";
|
||||||
|
|
||||||
You can change osssink to any of esdsink, alsasink, jacksink (if you have
|
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.
|
the plug-in), and you can change xvideosink to aasink or sdlvideosink.
|
||||||
|
|
Loading…
Reference in a new issue