From: Sebastian Dröge Date: Fri, 8 May 2009 15:24:26 +0000 (+0200) Subject: Add missing file X-Git-Tag: 1.19.3~483^2~626 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1947bc5cbb430eb079d2d010e2c4f4e34f2958c0;p=platform%2Fupstream%2Fgstreamer.git Add missing file --- diff --git a/gstreamer-sharp/ColorBalanceChannel.custom b/gstreamer-sharp/ColorBalanceChannel.custom new file mode 100644 index 0000000..27518a1 --- /dev/null +++ b/gstreamer-sharp/ColorBalanceChannel.custom @@ -0,0 +1,5 @@ +public ColorBalanceChannel (string label, int min, int max) : this () { + Label = label; + MaxValue = max; + MinValue = min; +}