summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-08 23:09:01 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-08 23:09:01 +0000
commit3d9213ffa2ad4ed84263f36b019c76a1e271e25f (patch)
tree257d45a831162ea45fcba03576304fe43e6f9cac
parent078d4e27218a0a593973c39afab0a01bf411fd65 (diff)
Release 0.10.28RELEASE-0.10.28
-rw-r--r--ChangeLog67
-rw-r--r--NEWS8
-rw-r--r--RELEASE55
-rw-r--r--configure.ac4
-rw-r--r--docs/plugins/inspect/plugin-coreelements.xml2
-rw-r--r--docs/plugins/inspect/plugin-coreindexers.xml2
-rw-r--r--gstreamer.doap11
-rw-r--r--win32/common/config.h6
-rw-r--r--win32/common/gstversion.h2
9 files changed, 99 insertions, 58 deletions
diff --git a/ChangeLog b/ChangeLog
index 444dc666eb..6373420869 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,72 @@
+=== release 0.10.28 ===
+
+2010-03-08 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * configure.ac:
+ releasing 0.10.28, "Same old, same old"
+
+2010-03-08 22:05:29 +0100 Benjamin Otte <otte@redhat.com>
+
+ * gst/gstvalue.c:
+ caps: Allow 1/max as the minimal fraction value > 0
+ This is useful for formats that require a valid framerate (like
+ theoraenc).
+
+2010-03-04 15:21:37 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/gstelement.c:
+ element: fix typo in comments
+
=== release 0.10.27 ===
-2010-03-05 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+2010-03-05 23:43:26 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 0.10.27, "You're Shocked, We Know"
+ * docs/plugins/inspect/plugin-coreelements.xml:
+ * docs/plugins/inspect/plugin-coreindexers.xml:
+ * gstreamer.doap:
+ * win32/common/config.h:
+ * win32/common/gstversion.h:
+ Release 0.10.27
+
+2010-03-05 23:41:09 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
+
+ * po/af.po:
+ * po/az.po:
+ * po/be.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/en_GB.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ru.po:
+ * po/rw.po:
+ * po/sk.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ * po/zh_TW.po:
+ Update .po files
2010-03-04 18:39:02 +0000 Tim-Philipp Müller <tim.muller@collabora.co.uk>
diff --git a/NEWS b/NEWS
index 3af9b23192..326b2db3f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-This is GStreamer 0.10.27 "You're Shocked, We Know"
+This is GStreamer 0.10.28 "Same Old, Same Old"
+
+Changes since 0.10.27:
+
+ * parse "1/MAX" fraction strings
+ * no material changes compared to 0.10.27, this release is mostly to
+ keep core/base version numbers in sync
Changes since 0.10.26:
diff --git a/RELEASE b/RELEASE
index 949f8da939..a356d3b35d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer 0.10.27 "You're Shocked, We Know"
+Release notes for GStreamer 0.10.28 "Same old, same old"
@@ -37,36 +37,12 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
- * basesrc: protect segment values from concurrent access from different threads
- * typefind: protect internal fields from concurrent changes from different threads
- * typefind: fix pad activation corner-case with have-type already having been emitted
- * typefind: reset the working mode when going to READY/NULL, fixes re-use from READY state as with decodebin2
- * gstpoll: fix crash when logging is enabled for GST_POLL
- * bytewriter: expose gst_byte_writer_put_{float32|float64}_*() properly in header
- * basesink: fix emergency rendering timestamp tracking
- * fdsink, fdsrc: fix compilation with MSVC
- * memindex: avoid busy loop when doing EXACT lookup
-
-Bugs fixed in this release
-
- * 610366 : [gstcollectpads][doc] Add a reminder for 'data' doc
- * 605189 : gst_element_get_state has wrong introspection
- * 607771 : [API] Add gst_byte_writer_fill
- * 608036 : [typefind] deadlock when upstream puts caps on buffers on pull mode
- * 608877 : [typefind] Access to internal fields not threadsafe
- * 609941 : GStreamer-WARNING **: External plugin loader failed.
- * 610210 : [PATCH] Fix compilation of fdsink and fdsrc with MSVC
- * 610246 : [optimization] Speed up _get_range()
- * 610367 : [memindex] might busy loop upon EXACT lookup
- * 610444 : [controller] Interpolation control source passes NULL pointers to GSequence API
- * 611087 : [basesink] emergency rendering of late buffers fails after resuming from PAUSE
- * 611719 : GST_DEBUG_OBJECT macros not fed with GObject* in gstpoll.c
-
-API changed in this release
-
-- API additions:
+ * No material changes compared to 0.10.27, this release is mostly to
+ keep the version in sync with gst-plugins-base
+ * Parse "1/MAX" fraction strings
+
+There were no bugs fixed in this release
-* gst_byte_writer_fill()
Download
@@ -91,23 +67,8 @@ subscribe to the gstreamer-devel list. If there is sufficient interest we
will create more lists as necessary.
-Applications
-
-Applications ported to GStreamer 0.10 include Totem, RhythmBox, Sound-Juicer,
-Gnome Media, Flumotion, Amarok, Jamboree, Pitivi, Istanbul, AnnoAmp, Elisa, and others.
-Let us know if you want to be added to this list.
-
-
Contributors to this release
- * Andoni Morales Alastruey
- * Arun Raghavan
* Benjamin Otte
- * Edward Hervey
- * Johan Bilien
- * Mark Nauwelaerts
- * Sebastian Dröge
- * Stefan Kost
- * Thiago Santos
- * Tim-Philipp Müller
-  \ No newline at end of file
+ * Wim Taymans
diff --git a/configure.ac b/configure.ac
index 7a8565dbbb..79f6564c9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
-AC_INIT(GStreamer, 0.10.27,
+AC_INIT(GStreamer, 0.10.28,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
@@ -43,7 +43,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 24, 0, 24)
+AS_LIBTOOL(GST, 24, 1, 24)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml
index 9b90c47475..744583f9c3 100644
--- a/docs/plugins/inspect/plugin-coreelements.xml
+++ b/docs/plugins/inspect/plugin-coreelements.xml
@@ -3,7 +3,7 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
- <version>0.10.27</version>
+ <version>0.10.28</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>
diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml
index 161b26efd5..91c2e43a1a 100644
--- a/docs/plugins/inspect/plugin-coreindexers.xml
+++ b/docs/plugins/inspect/plugin-coreindexers.xml
@@ -3,7 +3,7 @@
<description>GStreamer core indexers</description>
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
<basename>libgstcoreindexers.so</basename>
- <version>0.10.27</version>
+ <version>0.10.28</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>
diff --git a/gstreamer.doap b/gstreamer.doap
index a4fd4e4391..2906f807de 100644
--- a/gstreamer.doap
+++ b/gstreamer.doap
@@ -41,6 +41,17 @@ hierarchy, and a set of media-agnostic core elements.
<release>
<Version>
+ <revision>0.10.28</revision>
+ <branch>0.10</branch>
+ <name>Same Old, Same Old</name>
+ <created>2010-03-08</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.28.tar.bz2" />
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.28.tar.gz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>0.10.27</revision>
<branch>0.10</branch>
<name>You're Shocked, We Know</name>
diff --git a/win32/common/config.h b/win32/common/config.h
index ca50ea123a..8efd150cc1 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -316,7 +316,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 0.10.27"
+#define PACKAGE_STRING "GStreamer 0.10.28"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@@ -325,7 +325,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.27"
+#define PACKAGE_VERSION "0.10.28"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -356,7 +356,7 @@
#undef USE_POISONING
/* Version number of package */
-#define VERSION "0.10.27"
+#define VERSION "0.10.28"
/* 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/gstversion.h b/win32/common/gstversion.h
index 8dcaa7b688..c04a4a5ce8 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 (27)
+#define GST_VERSION_MICRO (28)
/**
* GST_VERSION_NANO:
*