[gstreamermm: 40/167] minor



commit 6cf8b4f47b8216c40cc2f513d27c476bda06c77d
Author: Marcin Kolny at Flytronic <marcin kolny flytronic pl>
Date:   Thu Jul 25 14:23:31 2013 +0200

    minor

 gstreamer/src/elementfactory.hg |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gstreamer/src/elementfactory.hg b/gstreamer/src/elementfactory.hg
index 9f2fa62..1cc6174 100644
--- a/gstreamer/src/elementfactory.hg
+++ b/gstreamer/src/elementfactory.hg
@@ -27,6 +27,8 @@ _DEFS(gstreamermm,gst)
 namespace Gst
 {
 
+  _WRAP_ENUM(URIType, GstURIType)
+
 enum ElementFactoryListType
 {
   ELEMENT_FACTORY_TYPE_ANY,
@@ -137,7 +139,6 @@ public:
   _WRAP_METHOD(URIType get_uri_type() const, gst_element_factory_get_uri_type)
 
 #m4 _CONVERSION(`const gchar* const*',`std::vector<Glib::ustring>',`Glib::ArrayHandler<Glib::ustring>($3, 
Glib::OWNERSHIP_NONE)')
-  _WRAP_METHOD(std::vector<Glib::ustring> get_uri_protocols() const, gst_element_factory_get_uri_protocols)
 
   _WRAP_METHOD(bool has_interface(const Glib::ustring& name) const, gst_element_factory_has_interface)
   _WRAP_METHOD(bool can_sink_caps(const Glib::RefPtr<const Gst::Caps>& caps) const, 
gst_element_factory_can_sink_caps)


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