diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-01-31 21:42:43 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-01-31 21:42:43 +0100 |
commit | 8bd1dba5ee8508ff9956d7bcef5bcf41b9c79b21 (patch) | |
tree | c89e1a4e4b75ce97493e008143c726d3774b9e36 /vapi/gstreamer-base-1.0.vapi | |
parent | c2eecf463991304dfec6595afd2584c2efca8e0a (diff) | |
download | vala-8bd1dba5ee8508ff9956d7bcef5bcf41b9c79b21.tar.gz |
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/gstreamer-base-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-base-1.0.vapi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gstreamer-base-1.0.vapi b/vapi/gstreamer-base-1.0.vapi index 03827a5ad..7daeee154 100644 --- a/vapi/gstreamer-base-1.0.vapi +++ b/vapi/gstreamer-base-1.0.vapi @@ -320,7 +320,7 @@ namespace Gst { public weak GLib.SList<Gst.Base.CollectData?> data; [CCode (has_construct_function = false)] public CollectPads (); - public unowned Gst.Base.CollectData? add_pad (Gst.Pad pad, uint size, [CCode (scope = "async")] owned Gst.Base.CollectDataDestroyNotify destroy_notify, bool @lock); + public unowned Gst.Base.CollectData? add_pad (Gst.Pad pad, uint size, [CCode (scope = "async")] Gst.Base.CollectDataDestroyNotify destroy_notify, bool @lock); public uint available (); public Gst.FlowReturn clip_running_time (Gst.Base.CollectData cdata, Gst.Buffer buf, Gst.Buffer? outbuf, void* user_data); public bool event_default (Gst.Base.CollectData data, Gst.Event event, bool discard); |