update gst-launch-ext to use a better plugin for colorspace and X win

Original commit message from CVS:
update gst-launch-ext to use a better plugin for colorspace and X win
This commit is contained in:
Christian Schaller 2004-01-16 23:32:45 +00:00
parent 7ad8c16e6a
commit a62547cfe3
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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$/)