update gst-launch-ext to use a better plugin for colorspace and X win
authorChristian Schaller <uraeus@gnome.org>
Fri, 16 Jan 2004 23:32:45 +0000 (23:32 +0000)
committerChristian Schaller <uraeus@gnome.org>
Fri, 16 Jan 2004 23:32:45 +0000 (23:32 +0000)
Original commit message from CVS:
update gst-launch-ext to use a better plugin for colorspace and X win

ChangeLog
tools/gst-launch-ext.in

index 7359631..9ed47f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-17  Christian Schaller <Uraeus@gnome.org>
+
+       * tools/gst-launch-ext.in - update for new plugins
+
 2004-01-16  David Schleef  <ds@schleef.org>
 
        * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
index 45093a8..05f0b1b 100755 (executable)
@@ -56,7 +56,7 @@ sub read_config
     print "This is not an error, just a friendly reminder... Check the man page.\n\n";
   }
   if (!defined $cfg{AUDIOSINK})  { $cfg{AUDIOSINK} = "osssink"; }
-  if (!defined $cfg{VIDEOSINK})  { $cfg{VIDEOSINK} = "colorspace ! ximagesink"; }
+  if (!defined $cfg{VIDEOSINK})  { $cfg{VIDEOSINK} = "ffcolorspace ! xvimagesink"; }
   if (!defined $cfg{CVS_PATH})   { $cfg{CVS_PATH} =  `echo -n ~`."/gst/cvs"; }
 
   if ($command =~ /(.+)\/gst-launch-ext$/)