From 37defa25254c1dc33dc7b6b4840c1f7e170f45a3 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Thu, 15 Jan 2004 17:16:37 +0000 Subject: [PATCH] gst/videofilter/gstvideobalance.c: Implement passthru if settings are in the middle. Original commit message from CVS: 2004-01-15 Julien MOUTTE * gst/videofilter/gstvideobalance.c: (gst_videobalance_init), (gst_videobalance_colorbalance_set_value): Implement passthru if settings are in the middle. * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink. --- ChangeLog | 7 +++++++ tools/gst-launch-ext.in | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ea77c2..131c75f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-01-15 Julien MOUTTE + + * gst/videofilter/gstvideobalance.c: (gst_videobalance_init), + (gst_videobalance_colorbalance_set_value): Implement passthru if + settings are in the middle. + * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink. + 2004-01-15 Ronald Bultje * gst/videofilter/Makefile.am: diff --git a/tools/gst-launch-ext.in b/tools/gst-launch-ext.in index add6e03..45093a8 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$/) -- 2.7.4