summaryrefslogtreecommitdiffstats
path: root/tools/gst-launch-ext-m.m
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gst-launch-ext-m.m')
-rw-r--r--tools/gst-launch-ext-m.m2
1 files changed, 1 insertions, 1 deletions
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@$/)