summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideobalance.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-07-25 14:06:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-07-25 14:06:15 +0000
commit6c3ff34ee03b5b4a2e0c93d369bfe66bcd8d66f3 (patch)
treec4efb39c7c2ef4ca2cc06d7be0570f39fda96900 /gst/videofilter/gstvideobalance.c
parent9cb331788cd821a5bbd4360a33b2973fd490e2e7 (diff)
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
Diffstat (limited to 'gst/videofilter/gstvideobalance.c')
-rw-r--r--gst/videofilter/gstvideobalance.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 3a5c6774..65b64aee 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -437,9 +437,10 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"videobalance",
"Changes hue, saturation, brightness etc. on video images",
- plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
+ plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN);
- static void gst_videobalance_setup (GstVideofilter * videofilter)
+static void
+gst_videobalance_setup (GstVideofilter * videofilter)
{
GstVideobalance *videobalance;