summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-01-27 01:07:55 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-01-27 01:07:55 +0000
commitb5d0a6d981bd681e89aef80a689b771aca1af117 (patch)
tree6dd4881e728c950f5e2d9b0d41f64935d9eb848b
parent4b0c1d4bb6ebe0a0ac6b830a1619275d46a37ffb (diff)
win32: update generated files for non-autotools win32 builds
-rw-r--r--win32/common/_stdint.h4
-rw-r--r--win32/common/config.h26
-rw-r--r--win32/common/gstrtsp-enumtypes.c12
-rw-r--r--win32/common/interfaces-enumtypes.c24
-rw-r--r--win32/common/interfaces-enumtypes.h4
-rw-r--r--win32/common/pbutils-enumtypes.c10
-rw-r--r--win32/common/video-enumtypes.c2
7 files changed, 69 insertions, 13 deletions
diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h
index fd0dfd6a8..63062faf1 100644
--- a/win32/common/_stdint.h
+++ b/win32/common/_stdint.h
@@ -1,8 +1,8 @@
#ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H
-#define _GENERATED_STDINT_H "gst-plugins-base 0.10.23.3"
-/* generated using gnu compiler gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 */
+#define _GENERATED_STDINT_H "gst-plugins-base 0.10.25.2"
+/* generated using gnu compiler gcc (Debian 4.4.2-9) 4.4.3 20100108 (prerelease) */
#define _STDINT_HAVE_STDINT_H 1
#include <stdint.h>
#endif
diff --git a/win32/common/config.h b/win32/common/config.h
index 42b7c8a8d..acc46ca2c 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -66,7 +66,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Base Plug-ins git/prerelease"
+#define GST_PACKAGE_NAME "GStreamer Base Plug-ins prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -77,6 +77,9 @@
/* Define to enable ALSA (used by alsa). */
#undef HAVE_ALSA
+/* Define to 1 if you have the `cbrt' function. */
+#undef HAVE_CBRT
+
/* Define to enable CDParanoia (used by cdparanoia). */
#undef HAVE_CDPARANOIA
@@ -182,6 +185,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* make use of iso-codes for ISO-639 */
+#undef HAVE_ISO_CODES
+
/* Define to 1 if you have the `asound' library (-lasound). */
#undef HAVE_LIBASOUND
@@ -227,9 +233,6 @@
/* Define if RDTSC is available */
#undef HAVE_RDTSC
-/* Define to 1 if you have the <regex.h> header file. */
-#undef HAVE_REGEX_H
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -284,6 +287,12 @@
/* the host CPU */
#define HOST_CPU "i686"
+/* prefix */
+#undef ISO_CODES_PREFIX
+
+/* */
+#undef ISO_CODES_VERSION
+
/* directory in which the detected libvisual's plugins are located */
#undef LIBVISUAL_PLUGINSBASEDIR
@@ -310,13 +319,16 @@
#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.23.3"
+#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.25.2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.23.3"
+#define PACKAGE_VERSION "0.10.25.2"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -344,7 +356,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.23.3"
+#define VERSION "0.10.25.2"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
diff --git a/win32/common/gstrtsp-enumtypes.c b/win32/common/gstrtsp-enumtypes.c
index 3c5572acc..8e47a45dc 100644
--- a/win32/common/gstrtsp-enumtypes.c
+++ b/win32/common/gstrtsp-enumtypes.c
@@ -99,6 +99,7 @@ gst_rtsp_version_get_type (void)
static const GEnumValue values[] = {
{GST_RTSP_VERSION_INVALID, "GST_RTSP_VERSION_INVALID", "invalid"},
{GST_RTSP_VERSION_1_0, "GST_RTSP_VERSION_1_0", "1-0"},
+ {GST_RTSP_VERSION_1_1, "GST_RTSP_VERSION_1_1", "1-1"},
{0, NULL, NULL}
};
GType g_define_type_id = g_enum_register_static ("GstRTSPVersion", values);
@@ -125,6 +126,8 @@ gst_rtsp_method_get_type (void)
{GST_RTSP_SETUP, "GST_RTSP_SETUP", "setup"},
{GST_RTSP_SET_PARAMETER, "GST_RTSP_SET_PARAMETER", "set-parameter"},
{GST_RTSP_TEARDOWN, "GST_RTSP_TEARDOWN", "teardown"},
+ {GST_RTSP_GET, "GST_RTSP_GET", "get"},
+ {GST_RTSP_POST, "GST_RTSP_POST", "post"},
{0, NULL, NULL}
};
GType g_define_type_id = g_flags_register_static ("GstRTSPMethod", values);
@@ -268,6 +271,15 @@ gst_rtsp_header_field_get_type (void)
{GST_RTSP_HDR_X_STARTUPPROFILE, "GST_RTSP_HDR_X_STARTUPPROFILE",
"x-startupprofile"},
{GST_RTSP_HDR_TIMESTAMP, "GST_RTSP_HDR_TIMESTAMP", "timestamp"},
+ {GST_RTSP_HDR_AUTHENTICATION_INFO, "GST_RTSP_HDR_AUTHENTICATION_INFO",
+ "authentication-info"},
+ {GST_RTSP_HDR_HOST, "GST_RTSP_HDR_HOST", "host"},
+ {GST_RTSP_HDR_PRAGMA, "GST_RTSP_HDR_PRAGMA", "pragma"},
+ {GST_RTSP_HDR_X_SERVER_IP_ADDRESS, "GST_RTSP_HDR_X_SERVER_IP_ADDRESS",
+ "x-server-ip-address"},
+ {GST_RTSP_HDR_X_SESSIONCOOKIE, "GST_RTSP_HDR_X_SESSIONCOOKIE",
+ "x-sessioncookie"},
+ {GST_RTSP_HDR_LAST, "GST_RTSP_HDR_LAST", "last"},
{0, NULL, NULL}
};
GType g_define_type_id =
diff --git a/win32/common/interfaces-enumtypes.c b/win32/common/interfaces-enumtypes.c
index 57417ae98..3213b811c 100644
--- a/win32/common/interfaces-enumtypes.c
+++ b/win32/common/interfaces-enumtypes.c
@@ -10,6 +10,7 @@
#include "mixertrack.h"
#include "navigation.h"
#include "propertyprobe.h"
+#include "streamvolume.h"
#include "tuner.h"
#include "tunernorm.h"
#include "tunerchannel.h"
@@ -115,6 +116,8 @@ gst_mixer_track_flags_get_type (void)
{GST_MIXER_TRACK_NO_RECORD, "GST_MIXER_TRACK_NO_RECORD", "no-record"},
{GST_MIXER_TRACK_NO_MUTE, "GST_MIXER_TRACK_NO_MUTE", "no-mute"},
{GST_MIXER_TRACK_WHITELIST, "GST_MIXER_TRACK_WHITELIST", "whitelist"},
+ {GST_MIXER_TRACK_READONLY, "GST_MIXER_TRACK_READONLY", "readonly"},
+ {GST_MIXER_TRACK_WRITEONLY, "GST_MIXER_TRACK_WRITEONLY", "writeonly"},
{0, NULL, NULL}
};
GType g_define_type_id =
@@ -229,6 +232,27 @@ gst_navigation_event_type_get_type (void)
return g_define_type_id__volatile;
}
+/* enumerations from "streamvolume.h" */
+GType
+gst_stream_volume_format_get_type (void)
+{
+ static volatile gsize g_define_type_id__volatile = 0;
+ if (g_once_init_enter (&g_define_type_id__volatile)) {
+ static const GEnumValue values[] = {
+ {GST_STREAM_VOLUME_FORMAT_LINEAR, "GST_STREAM_VOLUME_FORMAT_LINEAR",
+ "linear"},
+ {GST_STREAM_VOLUME_FORMAT_CUBIC, "GST_STREAM_VOLUME_FORMAT_CUBIC",
+ "cubic"},
+ {GST_STREAM_VOLUME_FORMAT_DB, "GST_STREAM_VOLUME_FORMAT_DB", "db"},
+ {0, NULL, NULL}
+ };
+ GType g_define_type_id =
+ g_enum_register_static ("GstStreamVolumeFormat", values);
+ g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
+ }
+ return g_define_type_id__volatile;
+}
+
/* enumerations from "tunerchannel.h" */
GType
gst_tuner_channel_flags_get_type (void)
diff --git a/win32/common/interfaces-enumtypes.h b/win32/common/interfaces-enumtypes.h
index 09633c38a..3c6960f0d 100644
--- a/win32/common/interfaces-enumtypes.h
+++ b/win32/common/interfaces-enumtypes.h
@@ -34,6 +34,10 @@ GType gst_navigation_message_type_get_type (void);
GType gst_navigation_event_type_get_type (void);
#define GST_TYPE_NAVIGATION_EVENT_TYPE (gst_navigation_event_type_get_type())
+/* enumerations from "streamvolume.h" */
+GType gst_stream_volume_format_get_type (void);
+#define GST_TYPE_STREAM_VOLUME_FORMAT (gst_stream_volume_format_get_type())
+
/* enumerations from "tunerchannel.h" */
GType gst_tuner_channel_flags_get_type (void);
#define GST_TYPE_TUNER_CHANNEL_FLAGS (gst_tuner_channel_flags_get_type())
diff --git a/win32/common/pbutils-enumtypes.c b/win32/common/pbutils-enumtypes.c
index 41b9f974a..18ae03d93 100644
--- a/win32/common/pbutils-enumtypes.c
+++ b/win32/common/pbutils-enumtypes.c
@@ -12,8 +12,8 @@
GType
gst_install_plugins_return_get_type (void)
{
- static GType etype = 0;
- if (etype == 0) {
+ static volatile gsize g_define_type_id__volatile = 0;
+ if (g_once_init_enter (&g_define_type_id__volatile)) {
static const GEnumValue values[] = {
{GST_INSTALL_PLUGINS_SUCCESS, "GST_INSTALL_PLUGINS_SUCCESS", "success"},
{GST_INSTALL_PLUGINS_NOT_FOUND, "GST_INSTALL_PLUGINS_NOT_FOUND",
@@ -35,9 +35,11 @@ gst_install_plugins_return_get_type (void)
"GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS", "install-in-progress"},
{0, NULL, NULL}
};
- etype = g_enum_register_static ("GstInstallPluginsReturn", values);
+ GType g_define_type_id =
+ g_enum_register_static ("GstInstallPluginsReturn", values);
+ g_once_init_leave (&g_define_type_id__volatile, g_define_type_id);
}
- return etype;
+ return g_define_type_id__volatile;
}
/* Generated data ends here */
diff --git a/win32/common/video-enumtypes.c b/win32/common/video-enumtypes.c
index 13aaef23d..c5b9e46e7 100644
--- a/win32/common/video-enumtypes.c
+++ b/win32/common/video-enumtypes.c
@@ -34,6 +34,8 @@ gst_video_format_get_type (void)
{GST_VIDEO_FORMAT_Y444, "GST_VIDEO_FORMAT_Y444", "y444"},
{GST_VIDEO_FORMAT_v210, "GST_VIDEO_FORMAT_v210", "v210"},
{GST_VIDEO_FORMAT_v216, "GST_VIDEO_FORMAT_v216", "v216"},
+ {GST_VIDEO_FORMAT_NV12, "GST_VIDEO_FORMAT_NV12", "nv12"},
+ {GST_VIDEO_FORMAT_NV21, "GST_VIDEO_FORMAT_NV21", "nv21"},
{0, NULL, NULL}
};
GType g_define_type_id = g_enum_register_static ("GstVideoFormat", values);