mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +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
1fced83c2d
commit
44a43596c2
2 changed files with 3 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit f0da7b89bea3eb2ed1d149166f28afa5e670dec2
|
||||
Subproject commit bca2dfba7bfc36020b5ba26b640ebde4cc76a5f0
|
|
@ -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