summaryrefslogtreecommitdiffstats
path: root/gconf/gstreamer.schemas.in
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-06-09 19:43:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-06-09 19:43:24 +0000
commit4b1bf1e7b79ce885e9f20643ccf9c399444486df (patch)
tree81349282ec35e0896ce589b8aa68cae64dd60cad /gconf/gstreamer.schemas.in
parent1b4bd4fd3783b362a74f11afe6cd37f43e05bdf8 (diff)
downloadgst-plugins-bad-4b1bf1e7b79ce885e9f20643ccf9c399444486df.tar.gz
gst-plugins-bad-4b1bf1e7b79ce885e9f20643ccf9c399444486df.tar.bz2
gst-plugins-bad-4b1bf1e7b79ce885e9f20643ccf9c399444486df.zip
g/: Default to autovideosink instead of @DEFAULT_VIDEOSINK@.
Original commit message from CVS: * gconf/gstreamer.schemas.in: * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink): Default to autovideosink instead of @DEFAULT_VIDEOSINK@. Autovideosink dynamically selects between ximagesink/xvimagesink, and is thus more userfriendly
Diffstat (limited to 'gconf/gstreamer.schemas.in')
-rw-r--r--gconf/gstreamer.schemas.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gstreamer.schemas.in b/gconf/gstreamer.schemas.in
index e3d893c1..cc6cd4c7 100644
--- a/gconf/gstreamer.schemas.in
+++ b/gconf/gstreamer.schemas.in
@@ -16,7 +16,7 @@
<applyto>/system/gstreamer/@GST_MAJORMINOR@/default/videosink</applyto>
<owner>gstreamer</owner>
<type>string</type>
- <default>@DEFAULT_VIDEOSINK@</default>
+ <default>autovideosink</default>
<locale name="C">
<short>default GStreamer videosink</short>
<long>GStreamer can play video using any number of output elements. Some possible choices are xvimagesink, ximagesink, sdlvideosink and aasink. The videosink can be a partial pipeline instead of just one element.</long>