diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/videofilter/gstvideobalance.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index e4bb9003..5963e0fa 100644 --- a/gst/videofilter/gstvideobalance.c +++ b/gst/videofilter/gstvideobalance.c @@ -43,7 +43,7 @@ enum { ARG_CONTRAST, ARG_BRIGHTNESS, ARG_HUE, - ARG_SATURATION, + ARG_SATURATION /* FILL ME */ }; @@ -314,4 +314,3 @@ static void gst_videobalance_planar411(GstVideofilter *videofilter, } } - |