win32/MANIFEST: Update win32 files listing.

Original commit message from CVS:
* win32/MANIFEST:
Update win32 files listing.
* win32/common/gstversion.h:
Add GST_MAJORMINOR definition.
* win32/common/libgstreamer.def:
Add new exported functions.
This commit is contained in:
Sébastien Moutte 2006-05-12 10:50:42 +00:00
parent b71fd2f4f6
commit 48255b13af
4 changed files with 39 additions and 14 deletions

View file

@ -1,3 +1,12 @@
2006-05-12 Sebastien Moutte <sebastien@moutte.net>
* win32/MANIFEST:
Update win32 files listing.
* win32/common/gstversion.h:
Add GST_MAJORMINOR definition.
* win32/common/libgstreamer.def:
Add new exported functions.
2006-05-12 Michael Smith <msmith@fluendo.com> 2006-05-12 Michael Smith <msmith@fluendo.com>
* gst/gstplugin.c: (gst_plugin_load_file): * gst/gstplugin.c: (gst_plugin_load_file):

View file

@ -1,34 +1,42 @@
win32/MANIFEST win32/MANIFEST
win32/README.txt win32/README.txt
win32/common/dirent.c
win32/common/config.h win32/common/config.h
win32/common/config.h.in
win32/common/dirent.c
win32/common/dirent.h win32/common/dirent.h
win32/common/gstconfig.h
win32/common/gstenumtypes.c
win32/common/gstenumtypes.h
win32/common/gstversion.h
win32/common/gtchar.h win32/common/gtchar.h
win32/common/libgstbase.def win32/common/libgstbase.def
win32/common/libgstcontroller.def win32/common/libgstcontroller.def
win32/common/libgstreamer.def
win32/common/libgstnet.def
win32/common/libgstdataprotocol.def win32/common/libgstdataprotocol.def
win32/common/gstenumtypes.c win32/common/libgstnet.def
win32/common/gstconfig.h win32/common/libgstreamer.def
win32/common/gstenumtypes.h
win32/common/gstversion.h
win32/common/config.h.in
win32/vs6/grammar.dsp
win32/vs6/gstreamer.dsw win32/vs6/gstreamer.dsw
win32/vs6/grammar.dsp
win32/vs6/gst_inspect.dsp win32/vs6/gst_inspect.dsp
win32/vs6/gst_launch.dsp win32/vs6/gst_launch.dsp
win32/vs6/libgstbase.dsp win32/vs6/libgstbase.dsp
win32/vs6/libgstcontroller.dsp win32/vs6/libgstcontroller.dsp
win32/vs6/libgstreamer.dsp
win32/vs6/libgstnet.dsp
win32/vs6/libgstdataprotocol.dsp
win32/vs6/libgstcoreelements.dsp win32/vs6/libgstcoreelements.dsp
win32/vs6/libgstdataprotocol.dsp
win32/vs6/libgstnet.dsp
win32/vs6/libgstreamer.dsp
win32/vs7/gstreamer.sln
win32/vs7/grammar.vcproj win32/vs7/grammar.vcproj
win32/vs7/gst-inspect.vcproj win32/vs7/gst-inspect.vcproj
win32/vs7/gst-launch.vcproj win32/vs7/gst-launch.vcproj
win32/vs7/gstreamer.sln
win32/vs7/libgstbase.vcproj win32/vs7/libgstbase.vcproj
win32/vs7/libgstcontroller.vcproj win32/vs7/libgstcontroller.vcproj
win32/vs7/libgstcoreelements.vcproj win32/vs7/libgstcoreelements.vcproj
win32/vs7/libgstreamer.vcproj win32/vs7/libgstreamer.vcproj
win32/vs8/gstreamer.sln
win32/vs8/grammar.vcproj
win32/vs8/gst-inspect.vcproj
win32/vs8/gst-launch.vcproj
win32/vs8/libgstbase.vcproj
win32/vs8/libgstcontroller.vcproj
win32/vs8/libgstcoreelements.vcproj
win32/vs8/libgstreamer.vcproj

View file

@ -51,7 +51,7 @@ G_BEGIN_DECLS
* *
* The minor version of GStreamer at compile time: * The minor version of GStreamer at compile time:
*/ */
#define GST_VERSION_MINOR (9) #define GST_VERSION_MINOR (10)
/** /**
* GST_VERSION_MICRO: * GST_VERSION_MICRO:
* *
@ -66,6 +66,8 @@ G_BEGIN_DECLS
*/ */
#define GST_VERSION_NANO (1) #define GST_VERSION_NANO (1)
#define GST_MAJORMINOR "0.10"
G_END_DECLS G_END_DECLS
#endif /* __GST_VERSION_H__ */ #endif /* __GST_VERSION_H__ */

View file

@ -43,6 +43,7 @@ EXPORTS
gst_buffer_span gst_buffer_span
gst_buffer_stamp gst_buffer_stamp
gst_bus_add_signal_watch_full gst_bus_add_signal_watch_full
gst_bus_add_watch
gst_bus_add_watch_full gst_bus_add_watch_full
gst_bus_disable_sync_message_emission gst_bus_disable_sync_message_emission
gst_bus_enable_sync_message_emission gst_bus_enable_sync_message_emission
@ -242,11 +243,13 @@ EXPORTS
gst_event_new_flush_stop gst_event_new_flush_stop
gst_event_new_navigation gst_event_new_navigation
gst_event_new_new_segment gst_event_new_new_segment
gst_event_new_new_segment_full
gst_event_new_qos gst_event_new_qos
gst_event_new_seek gst_event_new_seek
gst_event_new_tag gst_event_new_tag
gst_event_parse_buffer_size gst_event_parse_buffer_size
gst_event_parse_new_segment gst_event_parse_new_segment
gst_event_parse_new_segment_full
gst_event_parse_qos gst_event_parse_qos
gst_event_parse_seek gst_event_parse_seek
gst_event_parse_tag gst_event_parse_tag
@ -567,6 +570,7 @@ EXPORTS
gst_segment_set_duration gst_segment_set_duration
gst_segment_set_last_stop gst_segment_set_last_stop
gst_segment_set_newsegment gst_segment_set_newsegment
gst_segment_set_newsegment_full
gst_segment_set_seek gst_segment_set_seek
gst_segment_to_running_time gst_segment_to_running_time
gst_segment_to_stream_time gst_segment_to_stream_time
@ -626,6 +630,7 @@ EXPORTS
gst_tag_list_copy gst_tag_list_copy
gst_tag_list_foreach gst_tag_list_foreach
gst_tag_list_free gst_tag_list_free
gst_tag_list_get_char
gst_tag_list_get_date gst_tag_list_get_date
gst_tag_list_get_date_index gst_tag_list_get_date_index
gst_tag_list_get_double_index gst_tag_list_get_double_index
@ -699,6 +704,7 @@ EXPORTS
gst_value_get_mini_object gst_value_get_mini_object
gst_value_init_and_copy gst_value_init_and_copy
gst_value_intersect gst_value_intersect
gst_value_is_fixed
gst_value_list_append_value gst_value_list_append_value
gst_value_list_get_size gst_value_list_get_size
gst_value_list_get_type gst_value_list_get_type