mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
fix default videosink to be xvideosink not videosink
Original commit message from CVS: fix default videosink to be xvideosink not videosink
This commit is contained in:
parent
4b9deaaf00
commit
259097a3a7
1 changed files with 2 additions and 2 deletions
|
@ -16,10 +16,10 @@
|
|||
<applyto>/system/gstreamer/default/videosink</applyto>
|
||||
<owner>gstreamer</owner>
|
||||
<type>string</type>
|
||||
<default>videosink</default>
|
||||
<default>xvideosink</default>
|
||||
<locale name="C">
|
||||
<short>default GStreamer videosink</short>
|
||||
<long>GStreamer can play video using any number of output plugins. Some possible choices are videosink, sdlvideosink and aasink.</long>
|
||||
<long>GStreamer can play video using any number of output plugins. Some possible choices are xvideosink, sdlvideosink and aasink.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
</schemalist>
|
||||
|
|
Loading…
Reference in a new issue