[gstreamermm] Gst::TypeFindFactory: add missing method
- From: Marcin Kolny <mkolny src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] Gst::TypeFindFactory: add missing method
- Date: Sun, 28 Aug 2016 18:50:18 +0000 (UTC)
commit c8eb2d12f5d1d592e12ab15bcbbbf04fcb7613ab
Author: Marcin Kolny <marcin kolny gmail com>
Date: Sat Aug 27 13:13:53 2016 +0200
Gst::TypeFindFactory: add missing method
gstreamer/src/typefindfactory.hg | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer/src/typefindfactory.hg b/gstreamer/src/typefindfactory.hg
index c3b830a..e3d44d4 100644
--- a/gstreamer/src/typefindfactory.hg
+++ b/gstreamer/src/typefindfactory.hg
@@ -1,6 +1,6 @@
/* gstreamermm - a C++ wrapper for gstreamer
*
- * Copyright 2009 The gstreamermm Development Team
+ * Copyright 2009-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
@@ -35,7 +35,7 @@ class TypeFind;
*
* Writing typefinders in C++ is not possible presently.
*
- * Last reviewed on 2005-11-09 (0.9.4).
+ * Last reviewed on 2016-08-27 (1.8.0).
*/
class TypeFindFactory : public PluginFeature
{
@@ -51,6 +51,7 @@ public:
_WRAP_METHOD(Glib::RefPtr<Gst::Caps> get_caps(), gst_type_find_factory_get_caps)
_WRAP_METHOD(Glib::RefPtr<const Gst::Caps> get_caps() const, gst_type_find_factory_get_caps, constversion)
_WRAP_METHOD(void call_slot(Gst::TypeFind& find), gst_type_find_factory_call_function)
+ _WRAP_METHOD(bool has_function() const, gst_type_find_factory_has_function);
};
} // namespace Gst
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]