[gstreamermm] wrapped duration setter



commit f2b607b63f4f9e3a73cb51f2f167e0c2db47cb7d
Author: Marcin Kolny <marcin kolny flytronic pl>
Date:   Tue Dec 10 13:36:01 2013 +0100

    wrapped duration setter

 gstreamer/src/buffer.hg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gstreamer/src/buffer.hg b/gstreamer/src/buffer.hg
index 2fbe5a5..f3b6171 100644
--- a/gstreamer/src/buffer.hg
+++ b/gstreamer/src/buffer.hg
@@ -85,6 +85,7 @@ public:
    * the buffer. Value will be Gst::CLOCK_TIME_NONE if the duration is unknown.
    */
   _MEMBER_GET(duration, duration, ClockTime, GstClockTime)
+  _MEMBER_SET(duration, duration, ClockTime, GstClockTime)
 
   _WRAP_METHOD(bool map(const Glib::RefPtr<Gst::MapInfo>& info, MapFlags flags), gst_buffer_map);
 


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