summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-05-10 10:04:28 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-05-10 11:40:53 +0100
commita2d88f90dc58725d61d0c10276ce60739fac7867 (patch)
treeeb9ed2a3595e4bbcb6c0ad96af836b0fadca8f64 /win32
parentcca48a42c69d69dcb86ec5ab4c3fd98c9b670731 (diff)
Release 0.10.29
Highlights: - amrparse, aacparse, ac3parse, flacparse, mpegaudioparse, dcaparse audio parsers (moved from -bad) - muxers now mux based on running time - ISO MP4 muxers: mp4mux/3gppmux/qtmux/mj2mux (moved from -bad) - new matroskaparse element - new v4l2radio element - rtpsession: support RTCP Early Feedback (the AVPF profile) - orc 0.4.14 or newer recommended - many other fixes and improvements
Diffstat (limited to 'win32')
-rw-r--r--win32/common/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/win32/common/config.h b/win32/common/config.h
index 97467bc15..f998b0361 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -43,13 +43,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Good Plug-ins prerelease"
+#define GST_PACKAGE_NAME "GStreamer Good Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2011-04-30T17:00Z"
+#define GST_PACKAGE_RELEASE_DATETIME "2011-05-10"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
@@ -396,7 +396,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.28.4"
+#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.29"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
@@ -405,7 +405,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.28.4"
+#define PACKAGE_VERSION "0.10.29"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -436,7 +436,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.28.4"
+#define VERSION "0.10.29"
/* old wavpack API */
#undef WAVPACK_OLD_API