From: Tim-Philipp Müller Date: Wed, 8 Aug 2012 11:13:13 +0000 (+0100) Subject: win32: update for photography API changes X-Git-Tag: 1.19.3~507^2~15226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42e0ace84b7617d110e5e08cd08bd038f91cd621;p=platform%2Fupstream%2Fgstreamer.git win32: update for photography API changes --- diff --git a/win32/common/config.h b/win32/common/config.h index 45ad42d918..08cbdf48ec 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -24,7 +24,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git" +#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -199,7 +199,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.11.92.1" +#define VERSION "0.11.93" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/win32/common/libgstphotography.def b/win32/common/libgstphotography.def index a27afa20d6..6a703bcbe1 100644 --- a/win32/common/libgstphotography.def +++ b/win32/common/libgstphotography.def @@ -1,14 +1,14 @@ EXPORTS - gst_colour_tone_mode_get_type - gst_flash_mode_get_type - gst_flicker_reduction_mode_get_type - gst_focus_mode_get_type - gst_focus_status_get_type - gst_photo_caps_get_type - gst_photo_shake_risk_get_type + gst_photography_caps_get_type + gst_photography_color_tone_mode_get_type + gst_photography_exposure_mode_get_type + gst_photography_flash_mode_get_type + gst_photography_flicker_reduction_mode_get_type + gst_photography_focus_mode_get_type + gst_photography_focus_status_get_type gst_photography_get_aperture gst_photography_get_capabilities - gst_photography_get_colour_tone_mode + gst_photography_get_color_tone_mode gst_photography_get_config gst_photography_get_ev_compensation gst_photography_get_exposure @@ -23,9 +23,10 @@ EXPORTS gst_photography_get_zoom gst_photography_noise_reduction_get_type gst_photography_prepare_for_capture + gst_photography_scene_mode_get_type gst_photography_set_aperture gst_photography_set_autofocus - gst_photography_set_colour_tone_mode + gst_photography_set_color_tone_mode gst_photography_set_config gst_photography_set_ev_compensation gst_photography_set_exposure @@ -37,5 +38,5 @@ EXPORTS gst_photography_set_scene_mode gst_photography_set_white_balance_mode gst_photography_set_zoom - gst_scene_mode_get_type - gst_white_balance_mode_get_type + gst_photography_shake_risk_get_type + gst_photography_white_balance_mode_get_type