diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-27 20:01:20 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-08-27 20:04:43 +0200 |
commit | 47fb61761d1205e74e96f8dac7358a412ce5b3bf (patch) | |
tree | c0734fde4e237d4d6868716cd7a9c18327e5c860 /vapi/gstreamer-video-1.0.vapi | |
parent | 3ee698c6e35ee3b05fdcd1aa846cb8cb4a39c0a6 (diff) | |
download | vala-47fb61761d1205e74e96f8dac7358a412ce5b3bf.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/gstreamer-video-1.0.vapi b/vapi/gstreamer-video-1.0.vapi index 602cd9d2d..1e28757df 100644 --- a/vapi/gstreamer-video-1.0.vapi +++ b/vapi/gstreamer-video-1.0.vapi @@ -475,11 +475,11 @@ namespace Gst { } [CCode (cheader_filename = "gst/video/video.h", has_type_id = false)] [GIR (name = "VideoAffineTransformationMeta")] + [Version (since = "1.8")] public struct AffineTransformationMeta { public Gst.Meta meta; [CCode (array_length = false)] public weak float matrix[16]; - [Version (since = "1.8")] public void apply_matrix (float matrix); } [CCode (cheader_filename = "gst/video/video.h", has_type_id = false)] |