[gst-cvs] gst-plugins-base: interfaces: Add docs for gst_color_balance_get_balance_type()
Sebastian Dröge
slomo at kemper.freedesktop.org
Tue May 12 00:04:12 PDT 2009
Module: gst-plugins-base
Branch: master
Commit: 29b063b39bd5e098c23475f97c56c3ec08803008
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=29b063b39bd5e098c23475f97c56c3ec08803008
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Sun May 10 17:25:31 2009 +0200
interfaces: Add docs for gst_color_balance_get_balance_type()
---
gst-libs/gst/interfaces/colorbalance.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/gst-libs/gst/interfaces/colorbalance.c b/gst-libs/gst/interfaces/colorbalance.c
index 8843595..319c1b9 100644
--- a/gst-libs/gst/interfaces/colorbalance.c
+++ b/gst-libs/gst/interfaces/colorbalance.c
@@ -184,6 +184,16 @@ gst_color_balance_get_value (GstColorBalance * balance,
return channel->min_value;
}
+/**
+ * gst_color_balance_get_balance_type:
+ * @balance: The #GstColorBalance implementation
+ *
+ * Get the #GstColorBalanceType of this implementation.
+ *
+ * Returns: A the #GstColorBalanceType.
+ *
+ * Since: 0.10.24
+ */
GstColorBalanceType
gst_color_balance_get_balance_type (GstColorBalance * balance)
{
More information about the Gstreamer-commits
mailing list