summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-19 10:48:24 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-19 10:48:24 +0200
commit7d76c2d538617db1c046417a82e112cf2282be79 (patch)
tree1b58c2586633c40eb881a19884826f86f9802be9 /win32
parent75ae5c9f001223d627398c1c8081a79e0c9d1f01 (diff)
downloadgstreamer-7d76c2d538617db1c046417a82e112cf2282be79.tar.gz
Release 1.1.901.1.90
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h11
-rw-r--r--win32/common/gstenumtypes.c1
-rw-r--r--win32/common/gstversion.h2
3 files changed, 5 insertions, 9 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 195f432ad8..2bd5385ac8 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -62,7 +62,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2013-08-28"
+#define GST_PACKAGE_RELEASE_DATETIME "2013-09-19"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
@@ -344,9 +344,6 @@
/* Memory alignment by pagesize */
#undef MEMORY_ALIGNMENT_PAGESIZE
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* Name of package */
#define PACKAGE "gstreamer"
@@ -357,7 +354,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 1.1.4"
+#define PACKAGE_STRING "GStreamer 1.1.90"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@@ -366,7 +363,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1.4"
+#define PACKAGE_VERSION "1.1.90"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -404,7 +401,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "1.1.4"
+#define VERSION "1.1.90"
/* 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/gstenumtypes.c b/win32/common/gstenumtypes.c
index e595f97a21..93468a1134 100644
--- a/win32/common/gstenumtypes.c
+++ b/win32/common/gstenumtypes.c
@@ -599,7 +599,6 @@ gst_event_type_get_type (void)
{C_ENUM (GST_EVENT_SINK_MESSAGE), "GST_EVENT_SINK_MESSAGE", "sink-message"},
{C_ENUM (GST_EVENT_EOS), "GST_EVENT_EOS", "eos"},
{C_ENUM (GST_EVENT_TOC), "GST_EVENT_TOC", "toc"},
- {C_ENUM (GST_EVENT_CONTEXT), "GST_EVENT_CONTEXT", "context"},
{C_ENUM (GST_EVENT_SEGMENT_DONE), "GST_EVENT_SEGMENT_DONE", "segment-done"},
{C_ENUM (GST_EVENT_GAP), "GST_EVENT_GAP", "gap"},
{C_ENUM (GST_EVENT_QOS), "GST_EVENT_QOS", "qos"},
diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h
index 781a56e9b2..a4e6ae8c89 100644
--- a/win32/common/gstversion.h
+++ b/win32/common/gstversion.h
@@ -57,7 +57,7 @@ G_BEGIN_DECLS
*
* The micro version of GStreamer at compile time:
*/
-#define GST_VERSION_MICRO (4)
+#define GST_VERSION_MICRO (90)
/**
* GST_VERSION_NANO:
*