GNOME Bugzilla – Bug 533681
GStreamer's Structure.get_value doesn't work
Last modified: 2008-05-18 11:49:15 UTC
I can't compile code that uses the get_value method of the Gst.Structure class
Created attachment 111088 [details] Test case $ LANG=en_US valac -o structure-test --pkg gstreamer-0.10 structure-test.vala structure-test.c: In function 'structure_test_doit': structure-test.c:20: error: incompatible types in assignment error: cc exited with status 256 Compilation failed: 1 error(s), 0 warning(s) Looking at the C source it is: GValue val; val = gst_structure_get_value (s, "programs"); but it should be GValue *val; in the first line.
*** This bug has been marked as a duplicate of 530817 ***