diff --git a/ChangeLog b/ChangeLog index cf995ffca4..3928abd9a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-23 Sebastien Moutte + + * 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 * gst-libs/gst/audio/gstbaseaudiosrc.c: diff --git a/win32/common/libgstinterfaces.def b/win32/common/libgstinterfaces.def index c22fa588b2..92dc998c32 100644 --- a/win32/common/libgstinterfaces.def +++ b/win32/common/libgstinterfaces.def @@ -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 - \ No newline at end of file + 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 diff --git a/win32/vs6/libgstinterfaces.dsp b/win32/vs6/libgstinterfaces.dsp index 66c1ef8388..ac85cf0bf0 100644 --- a/win32/vs6/libgstinterfaces.dsp +++ b/win32/vs6/libgstinterfaces.dsp @@ -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