diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-05-31 17:04:54 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2016-06-01 16:21:20 +0200 |
commit | 1efb947c15eb682383240dd09a181b5818b22156 (patch) | |
tree | 3583deec3b95dab6cd486122b866a2525a2110e3 /vapi/gstreamer-audio-1.0.vapi | |
parent | 1b5e7a27e60567f5a92ccff7a1b9db45c240691c (diff) | |
download | vala-1efb947c15eb682383240dd09a181b5818b22156.tar.gz |
Regenerate GIR-based bindings
Diffstat (limited to 'vapi/gstreamer-audio-1.0.vapi')
-rw-r--r-- | vapi/gstreamer-audio-1.0.vapi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vapi/gstreamer-audio-1.0.vapi b/vapi/gstreamer-audio-1.0.vapi index 3fce83f59..c5bb28a72 100644 --- a/vapi/gstreamer-audio-1.0.vapi +++ b/vapi/gstreamer-audio-1.0.vapi @@ -291,8 +291,8 @@ namespace Gst { public Gst.Audio.FormatInfo finfo; public Gst.Audio.Flags flags; public Gst.Audio.Layout layout; - [CCode (array_length = false, array_null_terminated = true)] - public weak Gst.Audio.ChannelPosition[] position; + [CCode (array_length = false)] + public weak Gst.Audio.ChannelPosition position[64]; public int rate; [CCode (has_construct_function = false)] public Info (); @@ -456,8 +456,8 @@ namespace Gst { public int endianness; public int width; public int depth; - [CCode (array_length = false, array_null_terminated = true)] - public weak uint8[] silence; + [CCode (array_length = false)] + public weak uint8 silence[8]; public Gst.Audio.Format unpack_format; public weak Gst.Audio.FormatUnpack unpack_func; public weak Gst.Audio.FormatPack pack_func; |