diff options
author | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2010-11-09 18:10:43 -0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2010-11-09 18:32:07 -0300 |
commit | a64e0ff930f6272e52abc5b5ac06014bbc5a0afd (patch) | |
tree | 064412a64c8a56bfb901c653f5a422589c88515d | |
parent | 896c4b71afd5d47b632863bfe30ea6a247467507 (diff) | |
download | gstreamer-plugins-bad-a64e0ff930f6272e52abc5b5ac06014bbc5a0afd.tar.gz |
win32: Adding photography interface .def file
Adds check-exports to -bad to have photography interface
.def file created
Fixes #578629
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | win32/common/libgstphotography.def | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ff0249420..98c541686 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ endif include $(top_srcdir)/common/coverage/lcov.mak +check: check-exports # cruft: plugins that have been merged or moved or renamed diff --git a/win32/common/libgstphotography.def b/win32/common/libgstphotography.def new file mode 100644 index 000000000..a27afa20d --- /dev/null +++ b/win32/common/libgstphotography.def @@ -0,0 +1,41 @@ +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_get_aperture + gst_photography_get_capabilities + gst_photography_get_colour_tone_mode + gst_photography_get_config + gst_photography_get_ev_compensation + gst_photography_get_exposure + gst_photography_get_flash_mode + gst_photography_get_flicker_mode + gst_photography_get_focus_mode + gst_photography_get_iso_speed + gst_photography_get_noise_reduction + gst_photography_get_scene_mode + gst_photography_get_type + gst_photography_get_white_balance_mode + gst_photography_get_zoom + gst_photography_noise_reduction_get_type + gst_photography_prepare_for_capture + gst_photography_set_aperture + gst_photography_set_autofocus + gst_photography_set_colour_tone_mode + gst_photography_set_config + gst_photography_set_ev_compensation + gst_photography_set_exposure + gst_photography_set_flash_mode + gst_photography_set_flicker_mode + gst_photography_set_focus_mode + gst_photography_set_iso_speed + gst_photography_set_noise_reduction + 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 |