diff --git a/ChangeLog b/ChangeLog index fcd1ffb5ea..2a3b61bacf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2008-01-13 Julien Moutte + + * win32/common/config.h: + * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type), + (gst_rtsp_event_get_type), (gst_rtsp_family_get_type), + (gst_rtsp_state_get_type), (gst_rtsp_version_get_type), + (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type), + (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type): + * win32/common/interfaces-enumtypes.c: + (gst_color_balance_type_get_type), (gst_mixer_type_get_type), + (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type), + (gst_mixer_track_flags_get_type), + (gst_tuner_channel_flags_get_type): + * win32/common/multichannel-enumtypes.c: + (gst_audio_channel_position_get_type): + * win32/common/pbutils-enumtypes.c: + (gst_install_plugins_return_get_type): + * win32/common/pbutils-enumtypes.h: Update/Add generated files + in the win32 build directory. + 2008-01-12 Jan Schmidt * tests/check/Makefile.am: diff --git a/win32/common/config.h b/win32/common/config.h index 997ac30071..a82d997963 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -39,7 +39,7 @@ #define GST_LICENSE "LGPL" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release" +#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -211,13 +211,13 @@ #define PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.15" +#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.15.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.15" +#define PACKAGE_VERSION "0.10.15.1" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.15" +#define VERSION "0.10.15.1" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ @@ -257,5 +257,5 @@ #endif /* FIXME: this should probably be hard-coded to some win32 system path */ -#define GST_INSTALL_PLUGINS_HELPER "/home/jan/.install/libexec/gst-install-plugins-helper" +#define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" diff --git a/win32/common/gstrtsp-enumtypes.c b/win32/common/gstrtsp-enumtypes.c index 1bb5f89fa5..e9a8938676 100644 --- a/win32/common/gstrtsp-enumtypes.c +++ b/win32/common/gstrtsp-enumtypes.c @@ -1,7 +1,9 @@ /* Generated data (by glib-mkenums) */ -#include +#include "gstrtsp-enumtypes.h" + +#include "gstrtspdefs.h" /* enumerations from "gstrtspdefs.h" */ GType @@ -225,6 +227,7 @@ gst_rtsp_header_field_get_type (void) {GST_RTSP_HDR_LANGUAGE, "GST_RTSP_HDR_LANGUAGE", "language"}, {GST_RTSP_HDR_PLAYER_START_TIME, "GST_RTSP_HDR_PLAYER_START_TIME", "player-start-time"}, + {GST_RTSP_HDR_LOCATION, "GST_RTSP_HDR_LOCATION", "location"}, {0, NULL, NULL} }; etype = g_enum_register_static ("GstRTSPHeaderField", values); diff --git a/win32/common/interfaces-enumtypes.c b/win32/common/interfaces-enumtypes.c index fb01edef5a..5e05abdb5f 100644 --- a/win32/common/interfaces-enumtypes.c +++ b/win32/common/interfaces-enumtypes.c @@ -1,7 +1,20 @@ /* Generated data (by glib-mkenums) */ -#include +#include "interfaces-enumtypes.h" + +#include "colorbalance.h" +#include "colorbalancechannel.h" +#include "mixer.h" +#include "mixeroptions.h" +#include "mixertrack.h" +#include "navigation.h" +#include "propertyprobe.h" +#include "tuner.h" +#include "tunernorm.h" +#include "tunerchannel.h" +#include "videoorientation.h" +#include "xoverlay.h" /* enumerations from "colorbalance.h" */ GType diff --git a/win32/common/multichannel-enumtypes.c b/win32/common/multichannel-enumtypes.c index a31f9c14df..71f6d5eb20 100644 --- a/win32/common/multichannel-enumtypes.c +++ b/win32/common/multichannel-enumtypes.c @@ -1,7 +1,9 @@ /* Generated data (by glib-mkenums) */ -#include +#include "multichannel-enumtypes.h" + +#include "multichannel.h" /* enumerations from "multichannel.h" */ GType diff --git a/win32/common/pbutils-enumtypes.c b/win32/common/pbutils-enumtypes.c new file mode 100644 index 0000000000..1704ecd877 --- /dev/null +++ b/win32/common/pbutils-enumtypes.c @@ -0,0 +1,44 @@ + +/* Generated data (by glib-mkenums) */ + +#include "pbutils-enumtypes.h" + +#include "pbutils.h" +#include "descriptions.h" +#include "install-plugins.h" +#include "missing-plugins.h" + +/* enumerations from "install-plugins.h" */ +GType +gst_install_plugins_return_get_type (void) +{ + static GType etype = 0; + + if (etype == 0) { + static const GEnumValue values[] = { + {GST_INSTALL_PLUGINS_SUCCESS, "GST_INSTALL_PLUGINS_SUCCESS", "success"}, + {GST_INSTALL_PLUGINS_NOT_FOUND, "GST_INSTALL_PLUGINS_NOT_FOUND", + "not-found"}, + {GST_INSTALL_PLUGINS_ERROR, "GST_INSTALL_PLUGINS_ERROR", "error"}, + {GST_INSTALL_PLUGINS_PARTIAL_SUCCESS, + "GST_INSTALL_PLUGINS_PARTIAL_SUCCESS", "partial-success"}, + {GST_INSTALL_PLUGINS_USER_ABORT, "GST_INSTALL_PLUGINS_USER_ABORT", + "user-abort"}, + {GST_INSTALL_PLUGINS_CRASHED, "GST_INSTALL_PLUGINS_CRASHED", "crashed"}, + {GST_INSTALL_PLUGINS_INVALID, "GST_INSTALL_PLUGINS_INVALID", "invalid"}, + {GST_INSTALL_PLUGINS_STARTED_OK, "GST_INSTALL_PLUGINS_STARTED_OK", + "started-ok"}, + {GST_INSTALL_PLUGINS_INTERNAL_FAILURE, + "GST_INSTALL_PLUGINS_INTERNAL_FAILURE", "internal-failure"}, + {GST_INSTALL_PLUGINS_HELPER_MISSING, "GST_INSTALL_PLUGINS_HELPER_MISSING", + "helper-missing"}, + {GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS, + "GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS", "install-in-progress"}, + {0, NULL, NULL} + }; + etype = g_enum_register_static ("GstInstallPluginsReturn", values); + } + return etype; +} + +/* Generated data ends here */ diff --git a/win32/common/pbutils-enumtypes.h b/win32/common/pbutils-enumtypes.h new file mode 100644 index 0000000000..1b2398a68f --- /dev/null +++ b/win32/common/pbutils-enumtypes.h @@ -0,0 +1,19 @@ + +/* Generated data (by glib-mkenums) */ + +#ifndef __GST_INSTALL_ENUM_TYPES_H__ +#define __GST_INSTALL_ENUM_TYPES_H__ + +#include + +G_BEGIN_DECLS + +/* enumerations from "install-plugins.h" */ +GType gst_install_plugins_return_get_type (void); +#define GST_TYPE_INSTALL_PLUGINS_RETURN (gst_install_plugins_return_get_type()) +G_END_DECLS + +#endif /* __GST_INSTALL_ENUM_TYPES_H__ */ + +/* Generated data ends here */ +