From bb7ac88d1b09e3f586d31209604755783e839108 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 8 Jul 2004 07:44:01 +0000 Subject: update Original commit message from CVS: update --- tools/gst-launch-ext-m.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gst-launch-ext-m.m') diff --git a/tools/gst-launch-ext-m.m b/tools/gst-launch-ext-m.m index dc794dd0..d7908df9 100644 --- a/tools/gst-launch-ext-m.m +++ b/tools/gst-launch-ext-m.m @@ -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} = "ffcolorspace ! xvimagesink"; } + if (!defined $cfg{VIDEOSINK}) { $cfg{VIDEOSINK} = "ffmpegcolorspace ! xvimagesink"; } if (!defined $cfg{CVS_PATH}) { $cfg{CVS_PATH} = `echo -n ~`."/gst/cvs"; } if ($command =~ /(.+)\/gst-launch-ext-@GST_MAJORMINOR@$/) -- cgit