GNOME Bugzilla – Bug 688486
GstPhotography: add new enum values for android
Last modified: 2012-11-20 09:46:24 UTC
Created attachment 229176 [details] [review] GstPhotography: Add new enum values to match android's parameters In order to match the capabilities of the android camera parameters, I've added some enum values to the GstPhotography interface. See attached patch. For documentation on the new enums and capabilities of android cameras, see here : http://developer.android.com/reference/android/hardware/Camera.Parameters.html
Could you please also provide a patch against git master?
Created attachment 229429 [details] [review] Patch for master branch Here's the patch applied to the master git. I thought it was apply directly, but there were small changes needed. COLOR_TONE instead of COLOUR_TONE and I also added gtk-doc for the new enums. Thanks.
Thanks, also added some Since markers: commit faf7370a27717665eb5d12d71682bdae3ce5d06a Author: Youness Alaoui <youness.alaoui@collabora.co.uk> Date: Mon Nov 19 19:29:48 2012 -0500 GstPhotography: Add new enum values to match android's parameters https://bugzilla.gnome.org/show_bug.cgi?id=688486