From: Sébastien Moutte Date: Fri, 12 May 2006 10:50:42 +0000 (+0000) Subject: win32/MANIFEST: Update win32 files listing. X-Git-Tag: RELEASE-0_10_6~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48255b13afba4d631db1a79019b6fc42efa465b5;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 99c4c8b..f496d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-05-12 Sebastien Moutte + + * 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 * gst/gstplugin.c: (gst_plugin_load_file): diff --git a/win32/MANIFEST b/win32/MANIFEST index c406a94..2297aac 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -1,34 +1,42 @@ win32/MANIFEST win32/README.txt -win32/common/dirent.c win32/common/config.h +win32/common/config.h.in +win32/common/dirent.c 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/libgstbase.def win32/common/libgstcontroller.def -win32/common/libgstreamer.def -win32/common/libgstnet.def win32/common/libgstdataprotocol.def -win32/common/gstenumtypes.c -win32/common/gstconfig.h -win32/common/gstenumtypes.h -win32/common/gstversion.h -win32/common/config.h.in -win32/vs6/grammar.dsp +win32/common/libgstnet.def +win32/common/libgstreamer.def win32/vs6/gstreamer.dsw +win32/vs6/grammar.dsp win32/vs6/gst_inspect.dsp win32/vs6/gst_launch.dsp win32/vs6/libgstbase.dsp win32/vs6/libgstcontroller.dsp -win32/vs6/libgstreamer.dsp -win32/vs6/libgstnet.dsp -win32/vs6/libgstdataprotocol.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/gst-inspect.vcproj win32/vs7/gst-launch.vcproj -win32/vs7/gstreamer.sln win32/vs7/libgstbase.vcproj win32/vs7/libgstcontroller.vcproj win32/vs7/libgstcoreelements.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 \ No newline at end of file diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h index 4e20fc5..e039fea 100644 --- a/win32/common/gstversion.h +++ b/win32/common/gstversion.h @@ -51,7 +51,7 @@ G_BEGIN_DECLS * * The minor version of GStreamer at compile time: */ -#define GST_VERSION_MINOR (9) +#define GST_VERSION_MINOR (10) /** * GST_VERSION_MICRO: * @@ -66,6 +66,8 @@ G_BEGIN_DECLS */ #define GST_VERSION_NANO (1) +#define GST_MAJORMINOR "0.10" + G_END_DECLS #endif /* __GST_VERSION_H__ */ diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index cd0ec9c..1463d36 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -43,6 +43,7 @@ EXPORTS gst_buffer_span gst_buffer_stamp gst_bus_add_signal_watch_full + gst_bus_add_watch gst_bus_add_watch_full gst_bus_disable_sync_message_emission gst_bus_enable_sync_message_emission @@ -242,11 +243,13 @@ EXPORTS gst_event_new_flush_stop gst_event_new_navigation gst_event_new_new_segment + gst_event_new_new_segment_full gst_event_new_qos gst_event_new_seek gst_event_new_tag gst_event_parse_buffer_size gst_event_parse_new_segment + gst_event_parse_new_segment_full gst_event_parse_qos gst_event_parse_seek gst_event_parse_tag @@ -567,6 +570,7 @@ EXPORTS gst_segment_set_duration gst_segment_set_last_stop gst_segment_set_newsegment + gst_segment_set_newsegment_full gst_segment_set_seek gst_segment_to_running_time gst_segment_to_stream_time @@ -626,6 +630,7 @@ EXPORTS gst_tag_list_copy gst_tag_list_foreach gst_tag_list_free + gst_tag_list_get_char gst_tag_list_get_date gst_tag_list_get_date_index gst_tag_list_get_double_index @@ -699,6 +704,7 @@ EXPORTS gst_value_get_mini_object gst_value_init_and_copy gst_value_intersect + gst_value_is_fixed gst_value_list_append_value gst_value_list_get_size gst_value_list_get_type