diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gst-launch-ext.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in index add6e0323..45093a8e7 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 ! xvideosink"; } + if (!defined $cfg{VIDEOSINK}) { $cfg{VIDEOSINK} = "colorspace ! ximagesink"; } if (!defined $cfg{CVS_PATH}) { $cfg{CVS_PATH} = `echo -n ~`."/gst/cvs"; } if ($command =~ /(.+)\/gst-launch-ext$/) |