diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-21 18:00:02 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-21 18:00:02 +0100 |
commit | f91f13af338e18b2f2a7d4c17e6674786a767375 (patch) | |
tree | 788b42205d189e5c0c3a0b5252dcdd90b82a390a | |
parent | 050d4a7132a60614b9725425df8984f430c9282d (diff) | |
download | vala-f91f13af338e18b2f2a7d4c17e6674786a767375.tar.gz |
gstreamer-1.0: Make ElementFactory.get_static_pad_templates fully "unowned"
https://bugzilla.gnome.org/show_bug.cgi?id=774791
-rw-r--r-- | vapi/gstreamer-1.0.vapi | 2 | ||||
-rw-r--r-- | vapi/metadata/Gst-1.0.metadata | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi index b9ef4b059..865793d73 100644 --- a/vapi/gstreamer-1.0.vapi +++ b/vapi/gstreamer-1.0.vapi @@ -1296,7 +1296,7 @@ namespace Gst { [CCode (array_length = false, array_null_terminated = true)] public string[]? get_metadata_keys (); public uint get_num_pad_templates (); - public GLib.List<Gst.StaticPadTemplate?> get_static_pad_templates (); + public unowned GLib.List<Gst.StaticPadTemplate?> 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 c1cda2265..abbbdc191 100644 --- a/vapi/metadata/Gst-1.0.metadata +++ b/vapi/metadata/Gst-1.0.metadata @@ -212,7 +212,7 @@ flow_get_name parent="Gst.FlowReturn" name="get_name" symbol_type="method" insta formats_contains parent="Gst.Format" name="contains" // Structs as generic type arguments -ElementFactory.get_static_pad_templates type="GLib.List<weak Gst.StaticPadTemplate?>" +ElementFactory.get_static_pad_templates type_arguments="Gst.StaticPadTemplate?" // Custom Buffer |