mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
win32/common/libgstinterfaces.def: Add a lot of export functions for gst-python
Original commit message from CVS: * win32/common/libgstinterfaces.def: Add a lot of export functions for gst-python * win32/common/libgstinterfaces.dsp: Add a missing include folder in the project configuration
This commit is contained in:
parent
4df07064b8
commit
34c9c8dfd6
3 changed files with 63 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-03-23 Sebastien Moutte <sebastien@moutte.net>
|
||||
|
||||
* win32/common/libgstinterfaces.def:
|
||||
Add a lot of export functions for gst-python
|
||||
* win32/vs6/libgstinterfaces.dsp:
|
||||
Add a missing include folder in the project configuration
|
||||
|
||||
2006-03-23 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosrc.c:
|
||||
|
|
|
@ -1,4 +1,53 @@
|
|||
EXPORTS
|
||||
gst_color_balance_channel_get_type
|
||||
gst_color_balance_get_type
|
||||
gst_color_balance_get_value
|
||||
gst_color_balance_list_channels
|
||||
gst_color_balance_set_value
|
||||
gst_color_balance_type_get_type
|
||||
gst_color_balance_value_changed
|
||||
gst_mixer_get_option
|
||||
gst_mixer_get_type
|
||||
gst_mixer_list_tracks
|
||||
gst_mixer_mute_toggled
|
||||
gst_mixer_option_changed
|
||||
gst_mixer_options_get_type
|
||||
gst_mixer_options_get_values
|
||||
gst_mixer_record_toggled
|
||||
gst_mixer_set_mute
|
||||
gst_mixer_set_option
|
||||
gst_mixer_set_record
|
||||
gst_mixer_track_flags_get_type
|
||||
gst_mixer_track_get_type
|
||||
|
||||
gst_mixer_type_get_type
|
||||
gst_navigation_get_type
|
||||
gst_navigation_send_event
|
||||
gst_navigation_send_key_event
|
||||
gst_navigation_send_mouse_event
|
||||
gst_property_probe_get_type
|
||||
gst_property_probe_needs_probe_name
|
||||
gst_property_probe_probe_property_name
|
||||
gst_tuner_channel_changed
|
||||
gst_tuner_channel_flags_get_type
|
||||
gst_tuner_channel_get_type
|
||||
gst_tuner_find_channel_by_name
|
||||
gst_tuner_find_norm_by_name
|
||||
gst_tuner_frequency_changed
|
||||
gst_tuner_get_channel
|
||||
gst_tuner_get_frequency
|
||||
gst_tuner_get_norm
|
||||
gst_tuner_get_type
|
||||
gst_tuner_list_channels
|
||||
gst_tuner_list_norms
|
||||
gst_tuner_norm_changed
|
||||
gst_tuner_norm_get_type
|
||||
gst_tuner_set_channel
|
||||
gst_tuner_set_frequency
|
||||
gst_tuner_set_norm
|
||||
gst_tuner_signal_changed
|
||||
gst_tuner_signal_strength
|
||||
gst_x_overlay_expose
|
||||
gst_x_overlay_get_type
|
||||
gst_x_overlay_got_xwindow_id
|
||||
gst_x_overlay_prepare_xwindow_id
|
||||
gst_x_overlay_set_xwindow_id
|
||||
|
|
|
@ -43,7 +43,7 @@ RSC=rc.exe
|
|||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTINTERFACES_EXPORTS" /YX /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /O2 /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTINTERFACES_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /O2 /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /I "../../gst-libs/gst/interfaces" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTINTERFACES_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /c
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x40c /d "NDEBUG"
|
||||
|
@ -74,7 +74,7 @@ PostBuild_Cmds=copy /Y $(TargetPath) c:\gstreamer\bin
|
|||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTINTERFACES_EXPORTS" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTINTERFACES_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "../../gst-libs" /I "../../../gstreamer" /I "../common" /I "../../../gstreamer/libs" /I "../../gst-libs/gst/interfaces" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBGSTINTERFACES_EXPORTS" /D "HAVE_CONFIG_H" /YX /FD /GZ /c
|
||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x40c /d "_DEBUG"
|
||||
|
@ -110,6 +110,10 @@ SOURCE="..\..\gst-libs\gst\interfaces\colorbalancechannel.c"
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE="..\..\gst-libs\gst\interfaces\interfaces-enumtypes.c"
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE="..\..\gst-libs\gst\interfaces\interfaces-marshal.c"
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Reference in a new issue