GNOME Bugzilla – Bug 758770
clutter_gst_camera_device_get_capture_resolution not usable by Python
Last modified: 2015-12-10 15:25:49 UTC
Created attachment 316438 [details] [review] CameraDevice: add (out) annotation to get_capture_resolution parameters No integer pointers in Python therefore need to annotate with (out). Patch attached. N.B. also causes change from transfer-ownership="none" to transfer-ownership="full" in gir file: <type name="gint" c:type="gint*"/> </parameter> - <parameter name="height" transfer-ownership="none"> + <parameter name="height" + direction="out" + caller-allocates="0" + transfer-ownership="full">
Review of attachment 316438 [details] [review]: Thanks, pushed to the 3.0 branch.