GNOME Bugzilla – Bug 543417
[gstreamer-0.10] gst_structure_from_string.end should be nullable
Last modified: 2008-07-17 16:15:52 UTC
gst_structure_from_string.end should be nullable
Created attachment 114715 [details] [review] make gst_structure_from_string.end nullable
Created attachment 114722 [details] [review] fix other problems There are more problems than just that. Looking at the docs, it seems like like end is an out parameter, and the return type is nullable and nonweak. Still, this test case has gcc warnings which I'm not sure about: using Gst; void main() { string s; var x = Structure.from_string ("hello", out s); } gststructure.c: In function ‘_main’: gststructure.c:26: warning: passing argument 2 of ‘gst_structure_from_string’ from incompatible pointer type
2008-07-17 Jürg Billeter <j@bitron.ch> * vapi/packages/gstreamer-0.10/: Fix various binding issues, based on patches by Thijs Vermeir and Jared Moore, fixes bug 543348, bug 543417, and bug 543344 * vapi/gstreamer-0.10.vapi: regenerated