From 6c3ff34ee03b5b4a2e0c93d369bfe66bcd8d66f3 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 25 Jul 2005 14:06:15 +0000 Subject: forward port from 0.9 and enable videoflip now that it works Original commit message from CVS: forward port from 0.9 and enable videoflip now that it works --- gst/videofilter/gstgamma.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gst/videofilter/gstgamma.c') diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c index bef50602..72de4f88 100644 --- a/gst/videofilter/gstgamma.c +++ b/gst/videofilter/gstgamma.c @@ -274,10 +274,11 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "gamma", "Changes gamma on video images", - plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) + plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN); - static void gst_gamma_setup (GstVideofilter * videofilter) +static void +gst_gamma_setup (GstVideofilter * videofilter) { GstGamma *gamma; -- cgit