[gstreamermm] Gst::Registry: update .hg file



commit 3426be154cc32bc1386332be7dcbbb55fe3cb4c9
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Tue Aug 25 21:41:31 2015 +0000

    Gst::Registry: update .hg file
    
        * gstreamer/src/registry.hg: wrap new method check_feature-version(),
          ignore non-existing methods.

 gstreamer/src/registry.hg |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gstreamer/src/registry.hg b/gstreamer/src/registry.hg
index 37a4599..6c8ccc4 100644
--- a/gstreamer/src/registry.hg
+++ b/gstreamer/src/registry.hg
@@ -174,7 +174,12 @@ public:
   _WRAP_METHOD(Glib::RefPtr<const Gst::Plugin> lookup(const Glib::ustring& filename) const, 
gst_registry_lookup, constversion)
   _WRAP_METHOD(void remove_feature(const Glib::RefPtr<Gst::PluginFeature>& feature), 
gst_registry_remove_feature)
   _WRAP_METHOD(void add_feature(Glib::RefPtr<Gst::PluginFeature>&& feature), gst_registry_add_feature)
-  
+  _WRAP_METHOD(bool check_feature_version(const Glib::ustring& feature_name, guint min_major, guint 
min_minor, guint min_micro), gst_registry_check_feature_version)
+
+  /// This methods appear in .defs file, because they are removed from API using #if 0 directive.
+  /// h2def.py script can't detect that case, so methods have to be ignored manually.
+  _IGNORE(gst_registry_add_path, gst_registry_get_path_list)
+
   /// A add_feature() convenience overload. Allows to re-use @feature parameter after function call.
   void add_feature(const Glib::RefPtr<Gst::PluginFeature>& feature);
 


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