From: Luca Bruno Date: Mon, 3 Feb 2014 22:16:32 +0000 (+0100) Subject: gstreamer-1.0: Fix ElementFactory.get_static_pad_templates return type X-Git-Tag: 0.23.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871cf22610d7869afa90c64a014da9bcebcd620f;p=thirdparty%2Fvala.git gstreamer-1.0: Fix ElementFactory.get_static_pad_templates return type Fixes bug 720694 --- diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi index ea5c6698a..e042461da 100644 --- a/vapi/gstreamer-1.0.vapi +++ b/vapi/gstreamer-1.0.vapi @@ -948,7 +948,7 @@ namespace Gst { [CCode (array_length = false, array_null_terminated = true)] public string[]? get_metadata_keys (); public uint get_num_pad_templates (); - public unowned GLib.List get_static_pad_templates (); + public unowned GLib.List get_static_pad_templates (); [CCode (array_length = false, array_null_terminated = true)] public unowned string[] get_uri_protocols (); public Gst.URIType get_uri_type (); diff --git a/vapi/metadata/Gst-1.0.metadata b/vapi/metadata/Gst-1.0.metadata index 04306f153..6b0f22770 100644 --- a/vapi/metadata/Gst-1.0.metadata +++ b/vapi/metadata/Gst-1.0.metadata @@ -31,7 +31,7 @@ Buffer .iterate_meta nullable ElementFactory .get_metadata_keys nullable - + .get_static_pad_templates type="unowned GLib.List" // Variadic Bin .add_many skip=false