[gst-cvs] gstreamer-sharp: Add missing file
Sebastian Dröge
slomo at kemper.freedesktop.org
Thu May 14 08:16:01 PDT 2009
Module: gstreamer-sharp
Branch: master
Commit: 1947bc5cbb430eb079d2d010e2c4f4e34f2958c0
URL: http://cgit.freedesktop.org/gstreamer/gstreamer-sharp/commit/?id=1947bc5cbb430eb079d2d010e2c4f4e34f2958c0
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Fri May 8 17:24:26 2009 +0200
Add missing file
---
gstreamer-sharp/ColorBalanceChannel.custom | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
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;
+}
More information about the Gstreamer-commits
mailing list