mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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:
parent
7ad8c16e6a
commit
a62547cfe3
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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$/)
|
||||
|
|
Loading…
Reference in a new issue