[gstreamermm] Gst::ColorBalanceChannel: minor updates



commit db0b3008085b05fb0ef2ff18b1b177d4d90385d4
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Mon May 16 22:21:46 2016 +0200

    Gst::ColorBalanceChannel: minor updates
    
        * gstreamer/src/colorbalancechannel.{ccg|hg}: update documentation,
          minor includes cleanup.

 gstreamer/src/colorbalancechannel.ccg |    3 ++-
 gstreamer/src/colorbalancechannel.hg  |   10 ++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer/src/colorbalancechannel.ccg b/gstreamer/src/colorbalancechannel.ccg
index c501a10..e89423f 100644
--- a/gstreamer/src/colorbalancechannel.ccg
+++ b/gstreamer/src/colorbalancechannel.ccg
@@ -1,6 +1,6 @@
 /* gstreamermm - a C++ wrapper for gstreamer
  *
- * Copyright 2008 The gstreamermm Development Team
+ * Copyright 2008-2016 The gstreamermm Development Team
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -18,3 +18,4 @@
  */
 
 _PINCLUDE(glibmm/private/object_p.h)
+#include <gst/video/colorbalancechannel.h>
diff --git a/gstreamer/src/colorbalancechannel.hg b/gstreamer/src/colorbalancechannel.hg
index c11dede..285cc09 100644
--- a/gstreamer/src/colorbalancechannel.hg
+++ b/gstreamer/src/colorbalancechannel.hg
@@ -1,6 +1,6 @@
 /* gstreamermm - a C++ wrapper for gstreamer
  *
- * Copyright 2008 The gstreamermm Development Team
+ * Copyright 2008-2016 The gstreamermm Development Team
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,6 @@
  * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <gst/video/colorbalancechannel.h>
 #include <glibmm/object.h>
 
 _DEFS(gstreamermm,gst)
@@ -26,6 +25,13 @@ namespace Gst
 {
 
 /** A class that represents a color balance channel.
+ *
+ * The Gst::ColorBalanceChannel object represents a parameter for modifying the color
+ * balance implemented by an element providing the Gst::ColorBalance interface.
+ * For example, Hue or Saturation.
+ *
+ * Last reviewed on 2016-05-16 (1.8.0)
+ *
  * @ingroup GstInterfaces
  */
 class ColorBalanceChannel : public Glib::Object


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]