GNOME Bugzilla – Bug 592346
gst_element_get_state params state and pending can be null.
Last modified: 2009-09-15 17:02:11 UTC
Created attachment 141167 [details] [review] gst_element_get_state params state and pending can be null. gst_element_get_state [1] accept nullable paramaters for state and pending 1. http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html#gst-element-get-state
This doesn't look correct. A nullable out parameter is a parameter that can return a nullable value. However, whatyou probably mean is that you can pass null to ignore the value. This is always accepted in Vala and doesn't need any annotation. Reopen the bug if you disagree.