[gstreamermm] BaseAudioSink: Wrap new properties.



commit 49f5690231ca9f4ff29eaa1ebee8451f5151695e
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Mon Jul 23 23:23:56 2012 -0400

    BaseAudioSink: Wrap new properties.
    
    	* gstreamer/src/baseaudiosink.hg: Wrap the "alignment-threshold" and
    	"discont-wait" new properties.

 ChangeLog                      |    7 +++++++
 gstreamer/src/baseaudiosink.hg |    2 ++
 2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1370203..31e632b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2012-07-23  Josà Alburquerque  <jaalburquerque gmail com>
 
+	BaseAudioSink: Wrap new properties.
+
+	* gstreamer/src/baseaudiosink.hg: Wrap the "alignment-threshold" and
+	"discont-wait" new properties.
+
+2012-07-23  Josà Alburquerque  <jaalburquerque gmail com>
+
 	Fix the build with the latest GStreamer git sources.
 
 	* gstreamer/src/gst_enums.defs:
diff --git a/gstreamer/src/baseaudiosink.hg b/gstreamer/src/baseaudiosink.hg
index 817242a..6eface9 100644
--- a/gstreamer/src/baseaudiosink.hg
+++ b/gstreamer/src/baseaudiosink.hg
@@ -57,8 +57,10 @@ public:
   _WRAP_METHOD(gint64 get_drift_tolerance() const, gst_base_audio_sink_get_drift_tolerance)
   _WRAP_METHOD(void set_drift_tolerance(gint64 drift_tolerance), gst_base_audio_sink_set_drift_tolerance)
 
+  _WRAP_PROPERTY("alignment-threshold", guint64)
   _WRAP_PROPERTY("buffer-time", gint64)
   _WRAP_PROPERTY("can-activate-pull", bool)
+  _WRAP_PROPERTY("discont-wait", guint64)
   _WRAP_PROPERTY("drift-tolerance", gint64)
   _WRAP_PROPERTY("latency-time", gint64)
   _WRAP_PROPERTY("provide-clock", bool)



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