From: Thijs Vermeir Date: Fri, 6 Nov 2009 14:29:03 +0000 (+0100) Subject: gstreamer-0.10: gst_caps_to_string transfers ownership X-Git-Tag: 0.7.9~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c22e1128156c829fbceeaa0753b23e432a2ef81;p=thirdparty%2Fvala.git gstreamer-0.10: gst_caps_to_string transfers ownership --- diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi index 30903d2e5..042c4b3f9 100644 --- a/vapi/gstreamer-0.10.vapi +++ b/vapi/gstreamer-0.10.vapi @@ -209,7 +209,7 @@ namespace Gst { [CCode (has_construct_function = false)] public Caps.simple (string media_type, string fieldname, ...); public unowned Gst.Caps subtract (Gst.Caps subtrahend); - public unowned string to_string (); + public string to_string (); public void truncate (); public Gst.Caps union (Gst.Caps caps2); public void unref (); diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata index 97b641953..0966a2372 100644 --- a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata +++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata @@ -52,6 +52,7 @@ gst_caps_new_full ellipsis="1" gst_caps_new_simple ellipsis="1" gst_caps_set_simple ellipsis="1" gst_caps_union transfer_ownership="1" +gst_caps_to_string transfer_ownership="1" GstChildProxy::child_added has_emitter="1" GstChildProxy::child_removed has_emitter="1" GstClockTime hidden="1"