summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2004-01-16 23:32:45 +0000
committerChristian Schaller <uraeus@gnome.org>2004-01-16 23:32:45 +0000
commita62547cfe32fba11f69da8218cdd1aac14688131 (patch)
tree0dce28559549e4fc370f79d6f476b91c579c91d5
parent7ad8c16e6a8243be458a3810a62b4e5f57ee3ffc (diff)
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
-rw-r--r--ChangeLog4
-rwxr-xr-xtools/gst-launch-ext.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 73596316..9ed47f98 100644
--- 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
diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in
index 45093a8e..05f0b1b0 100755
--- a/tools/gst-launch-ext.in
+++ b/tools/gst-launch-ext.in
@@ -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$/)