diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-29 12:41:18 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-11-29 12:41:18 +0100 |
commit | 359774c0d9d4c8941f0d7a6e063ad0b549a0ad6d (patch) | |
tree | c295c1eca9fb79b7cd5469e9038311ee72d0b06c /vapi/gstreamer-video-1.0.vapi | |
parent | 60fe7a7d7e68f032f14c65ceabd8b5ad37838b53 (diff) | |
download | vala-359774c0d9d4c8941f0d7a6e063ad0b549a0ad6d.tar.gz |
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/gstreamer-video-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-video-1.0.vapi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi index 2d4b0d3f9..794cce3b5 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -267,7 +267,7 @@ namespace Gst { [CCode (has_construct_function = false)] [Version (since = "1.6")] public Info (); - public void align (Gst.Video.Alignment align); + public bool align (Gst.Video.Alignment align); public bool convert (Gst.Format src_format, int64 src_value, Gst.Format dest_format, int64 dest_value); [Version (since = "1.6")] public Gst.Video.Info copy (); @@ -276,7 +276,7 @@ namespace Gst { public bool from_caps (Gst.Caps caps); public void init (); public bool is_equal (Gst.Video.Info other); - public void set_format (Gst.Video.Format format, uint width, uint height); + public bool set_format (Gst.Video.Format format, uint width, uint height); public Gst.Caps to_caps (); } [CCode (cheader_filename = "gst/video/video.h", lower_case_cprefix = "gst_video_multiview_flagset_", type_id = "gst_video_multiview_flagset_get_type ()")] |