gst_plugins_base/gst-libs/gst/interfaces/colorbalancechannel.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_base/gst-libs/gst/interfaces/colorbalancechannel.c	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_base/gst-libs/gst/interfaces/colorbalancechannel.c	Wed Sep 01 12:16:41 2010 +0100
@@ -25,17 +25,6 @@
 
 #include "colorbalancechannel.h"
 
-/**
- * SECTION:gstcolorbalancechannel
- * @short_description: Object representing a channel from the #GstColorBalance
- *         interface.
- *
- * <refsect2><para>The #GstColorBalanceChannel object represents a parameter
- * for modifying the color balance implemented by an element providing the
- * #GstColorBalance interface. For example, Hue or Saturation.
- * </para></refsect2>
- */
-
 enum
 {
   /* FILL ME */
@@ -89,13 +78,6 @@
 
   parent_class = g_type_class_peek_parent (klass);
 
-  /**
-   * GstColorBalanceChannel::value-changed:
-   * @channel: The #GstColorBalanceChannel
-   * @value: The new value
-   *
-   * Fired when the value of the indicated channel has changed.
-   */
   signals[SIGNAL_VALUE_CHANGED] =
       g_signal_new ("value-changed", G_TYPE_FROM_CLASS (klass),
       G_SIGNAL_RUN_LAST,