Created attachment 139376 [details] [review] Fix lengths for source/sink port arrays vala assumes that the variable containing the length of an array will be called the same as the array with a "_length" prefix, unless otherwise specified. So, in this case, in the generated C code, it expected the length of the ports arrays to be in ports_length, which doesn't exist. This patch sets explicitly where it should find the array lengths.
Thanks! Applied.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.