[gstreamermm] basetransform: set_caps vfunc wrapped



commit 3b04a6eaee20192d00e8ca6108a0cb849b9e5f16
Author: Tomasz Lakota <tomasz lakota flytronic pl>
Date:   Tue Apr 1 16:06:09 2014 +0200

    basetransform: set_caps vfunc wrapped
    
    Conflicts:
        gstreamer/gstreamermm/basetransform.cc

 gstreamer/src/basetransform.hg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gstreamer/src/basetransform.hg b/gstreamer/src/basetransform.hg
index 334f998..5a9a5f3 100644
--- a/gstreamer/src/basetransform.hg
+++ b/gstreamer/src/basetransform.hg
@@ -186,6 +186,7 @@ public:
 
   /** Allows the subclass to be notified of the actual caps set.
    */
+  _WRAP_VFUNC(bool set_caps(const Glib::RefPtr<Gst::Caps>& incaps, const Glib::RefPtr<Gst::Caps>& outcaps), 
"set_caps", return_value true)
   _WRAP_VFUNC(bool set_caps(const Glib::RefPtr<Gst::Caps>& incaps, const Glib::RefPtr<Gst::Caps>& outcaps), 
"set_caps")
 
   //TODO: Handwrapped because default return should be true otherwise the


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