summaryrefslogtreecommitdiff
path: root/vapi/gstreamer-1.0.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-03-21 19:21:32 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-03-21 19:21:32 +0100
commit80f005b12fd305dc9fed4eae29f713b993586950 (patch)
treed2edc0d14d48d856623b11663f8a000670eb631e /vapi/gstreamer-1.0.vapi
parentc4beeea221bf5db00788c93fe84c0d525d34b305 (diff)
downloadvala-80f005b12fd305dc9fed4eae29f713b993586950.tar.gz
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/gstreamer-1.0.vapi')
-rw-r--r--vapi/gstreamer-1.0.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index e299ee926..a10aad5d8 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -1211,7 +1211,7 @@ namespace Gst {
public virtual bool post_message (owned Gst.Message message);
public virtual Gst.Clock? provide_clock ();
public virtual bool query (Gst.Query query);
- public bool query_convert (ref Gst.Format src_format, int64 src_val, Gst.Format dest_format, out int64 dest_val);
+ public bool query_convert (Gst.Format src_format, int64 src_val, Gst.Format dest_format, out int64 dest_val);
public bool query_duration (Gst.Format format, out int64 duration);
public bool query_position (Gst.Format format, out int64 cur);
public static bool register (Gst.Plugin? plugin, string name, uint rank, GLib.Type type);
@@ -1663,7 +1663,7 @@ namespace Gst {
[CCode (has_construct_function = false, returns_floating_reference = true)]
public Pad.from_template (Gst.PadTemplate templ, string? name);
public Gst.Caps? get_allowed_caps ();
- public Gst.Caps get_current_caps ();
+ public Gst.Caps? get_current_caps ();
public Gst.PadDirection get_direction ();
public void* get_element_private ();
[Version (since = "1.4")]