From 058d9f42b3cd8601375568cbee843ee9ca11232d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 14 Dec 2004 06:43:30 +0000 Subject: configure.ac: Applied patch from bug #143659, making default and added code for OS/X. Original commit message from CVS: * configure.ac: Applied patch from bug #143659, making default sources and sinks OS-dependent (for Solaris), and added code for OS/X. * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf. --- gconf/gstreamer.schemas.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gconf') diff --git a/gconf/gstreamer.schemas.in b/gconf/gstreamer.schemas.in index e40af399..f2b6580c 100644 --- a/gconf/gstreamer.schemas.in +++ b/gconf/gstreamer.schemas.in @@ -5,7 +5,7 @@ /system/gstreamer/@GST_MAJORMINOR@/default/audiosink gstreamer string - osssink + @DEFAULT_AUDIOSINK@ default GStreamer audiosink GStreamer can play audio using any number of output elements. Some possible choices are osssink, esdsink and alsasink. The audiosink can be a partial pipeline instead of just one element. @@ -16,7 +16,7 @@ /system/gstreamer/@GST_MAJORMINOR@/default/videosink gstreamer string - xvimagesink + @DEFAULT_VIDEOSINK@ default GStreamer videosink GStreamer can play video using any number of output elements. Some possible choices are xvideosink, sdlvideosink and aasink. The videosink can be a partial pipeline instead of just one element. @@ -27,7 +27,7 @@ /system/gstreamer/@GST_MAJORMINOR@/default/audiosrc gstreamer string - osssrc + @DEFAULT_AUDIOSRC@ default GStreamer audio source GStreamer can record audio using any number of input elements. Some possible choices are osssrc, esdsrc and alsasrc. The audio source can be a partial pipeline instead of just one element. @@ -38,7 +38,7 @@ /system/gstreamer/@GST_MAJORMINOR@/default/videosrc gstreamer string - v4lsrc + @DEFAULT_VIDEOSRC@ default GStreamer video source GStreamer can record video from any number of input elements. Some possible choices are v4lsrc and videotestsrc. The video source can be a partial pipeline instead of just one element. @@ -49,7 +49,7 @@ /system/gstreamer/@GST_MAJORMINOR@/default/visualization gstreamer string - goom + @DEFAULT_VISUALIZER@ default GStreamer visualization plugin GStreamer can put visualization plugins in a pipeline to transform audio stream in video frames. Default is goom but more visualization plugins will be ported soon. The visualization plugin can be a partial pipeline instead of just one element. -- cgit