[gstreamermm] Gst::AudioRingBuffer: minors



commit 27ea6b46f4e9e288243c787c5c99b85a90eecf79
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Sat Apr 23 19:20:47 2016 +0200

    Gst::AudioRingBuffer: minors
    
        * gstreamer/src/audioringbuffer.{ccg|hg}:

 gstreamer/src/audioringbuffer.ccg |    2 +-
 gstreamer/src/audioringbuffer.hg  |   13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/gstreamer/src/audioringbuffer.ccg b/gstreamer/src/audioringbuffer.ccg
index 0943646..8ab5740 100644
--- a/gstreamer/src/audioringbuffer.ccg
+++ b/gstreamer/src/audioringbuffer.ccg
@@ -1,6 +1,6 @@
 /* gstreamermm - a C++ wrapper for gstreamer
  *
- * Copyright 2008-2015 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
diff --git a/gstreamer/src/audioringbuffer.hg b/gstreamer/src/audioringbuffer.hg
index 8e62e45..af294cb 100644
--- a/gstreamer/src/audioringbuffer.hg
+++ b/gstreamer/src/audioringbuffer.hg
@@ -1,6 +1,6 @@
 /* gstreamermm - a C++ wrapper for gstreamer
  *
- * Copyright 2008-2015 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
@@ -29,6 +29,7 @@ _DEFS(gstreamermm,gst)
 
 namespace Gst
 {
+
 _WRAP_ENUM(AudioChannelPosition, GstAudioChannelPosition)
 _WRAP_ENUM(AudioRingBufferState, GstAudioRingBufferState)
 _WRAP_ENUM(AudioRingBufferFormatType, GstAudioRingBufferFormatType)
@@ -36,11 +37,11 @@ _WRAP_ENUM(AudioRingBufferFormatType, GstAudioRingBufferFormatType)
 /** A class containing the format specification of a Gst::AudioRingBuffer.
  * Gst::AudioRingBufferSpec contains the format specification of a
  * Gst::AudioRingBuffer.  The "in" members should be specified by the caller of
- * the Gst::AudioRingBuffer::acquire() method while the "in/out" members may be
+ * the acquire() method while the "in/out" members may be
  * set by the caller but are also modifiable by
- * Gst::AudioRingBuffer::acquire().  The "out" members are generated as a
- * result of the call to Gst::AudioRingBuffer::acquire().
- * @see Gst::AudioRingBuffer::acquire().
+ * acquire().  The "out" members are generated as a
+ * result of the call to acquire().
+ * @see acquire().
  */
 class AudioRingBufferSpec
 {
@@ -174,7 +175,7 @@ protected:
  * The base class is sufficiently flexible to be used as an abstraction for
  * DMA based audioringbuffer as well as a pure software implementations.
  *
- * Last reviewed on 2006-02-02 (0.10.4).
+ * Last reviewed on 2016-04-23 (1.8.0).
  * @ingroup GstBaseClasses
  */
 class AudioRingBuffer : public Gst::Object


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