win32: update for photography API changes

This commit is contained in:
Tim-Philipp Müller 2012-08-08 12:13:13 +01:00
parent 330b432044
commit 42e0ace84b
2 changed files with 14 additions and 13 deletions

View file

@ -24,7 +24,7 @@
#define GST_LICENSE "LGPL" #define GST_LICENSE "LGPL"
/* package name in plugins */ /* 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 */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -199,7 +199,7 @@
#undef USE_POISONING #undef USE_POISONING
/* Version number of package */ /* 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 /* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */ first (like Motorola and SPARC, unlike Intel and VAX). */

View file

@ -1,14 +1,14 @@
EXPORTS EXPORTS
gst_colour_tone_mode_get_type gst_photography_caps_get_type
gst_flash_mode_get_type gst_photography_color_tone_mode_get_type
gst_flicker_reduction_mode_get_type gst_photography_exposure_mode_get_type
gst_focus_mode_get_type gst_photography_flash_mode_get_type
gst_focus_status_get_type gst_photography_flicker_reduction_mode_get_type
gst_photo_caps_get_type gst_photography_focus_mode_get_type
gst_photo_shake_risk_get_type gst_photography_focus_status_get_type
gst_photography_get_aperture gst_photography_get_aperture
gst_photography_get_capabilities gst_photography_get_capabilities
gst_photography_get_colour_tone_mode gst_photography_get_color_tone_mode
gst_photography_get_config gst_photography_get_config
gst_photography_get_ev_compensation gst_photography_get_ev_compensation
gst_photography_get_exposure gst_photography_get_exposure
@ -23,9 +23,10 @@ EXPORTS
gst_photography_get_zoom gst_photography_get_zoom
gst_photography_noise_reduction_get_type gst_photography_noise_reduction_get_type
gst_photography_prepare_for_capture gst_photography_prepare_for_capture
gst_photography_scene_mode_get_type
gst_photography_set_aperture gst_photography_set_aperture
gst_photography_set_autofocus gst_photography_set_autofocus
gst_photography_set_colour_tone_mode gst_photography_set_color_tone_mode
gst_photography_set_config gst_photography_set_config
gst_photography_set_ev_compensation gst_photography_set_ev_compensation
gst_photography_set_exposure gst_photography_set_exposure
@ -37,5 +38,5 @@ EXPORTS
gst_photography_set_scene_mode gst_photography_set_scene_mode
gst_photography_set_white_balance_mode gst_photography_set_white_balance_mode
gst_photography_set_zoom gst_photography_set_zoom
gst_scene_mode_get_type gst_photography_shake_risk_get_type
gst_white_balance_mode_get_type gst_photography_white_balance_mode_get_type