mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +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
94d20d0e32
commit
58e016642f
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