diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-08-28 15:36:14 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-08-28 15:36:14 +0000 |
commit | 44a43596c2423493f821ae0884ccabf22b2542bc (patch) | |
tree | 433d9318bc8445d57ee5325cc25b70ce11ae870f /gconf | |
parent | 1fced83c2d040e68a1c9a70efb8e1b57d567b122 (diff) | |
download | gst-plugins-bad-44a43596c2423493f821ae0884ccabf22b2542bc.tar.gz gst-plugins-bad-44a43596c2423493f821ae0884ccabf22b2542bc.tar.bz2 gst-plugins-bad-44a43596c2423493f821ae0884ccabf22b2542bc.zip |
fix default videosink to be xvideosink not videosink
Original commit message from CVS:
fix default videosink to be xvideosink not videosink
Diffstat (limited to 'gconf')
-rw-r--r-- | gconf/gstreamer.schemas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gconf/gstreamer.schemas b/gconf/gstreamer.schemas index b784bf6e..cf050908 100644 --- a/gconf/gstreamer.schemas +++ b/gconf/gstreamer.schemas @@ -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> |