summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-08-08 12:13:13 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-08-08 12:13:13 +0100
commit42e0ace84b7617d110e5e08cd08bd038f91cd621 (patch)
treed4e51fb3e4124b5894cceb3f6a8c09df329199f1 /win32
parent330b4320446b304bcd0e4f3ad91be376591c3fa6 (diff)
downloadgstreamer-plugins-bad-42e0ace84b7617d110e5e08cd08bd038f91cd621.tar.gz
win32: update for photography API changes
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h4
-rw-r--r--win32/common/libgstphotography.def23
2 files changed, 14 insertions, 13 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 45ad42d91..08cbdf48e 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 a27afa20d..6a703bcbe 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