Skip to content
Snippets Groups Projects
Commit 3998cd6f authored by Wim Taymans's avatar Wim Taymans
Browse files

Release 0.11.3

parent 007a00cd
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This is GStreamer 0.11.2 "A Shiny white Tooth" This is GStreamer 0.11.3 "Thrill of the Hunt"
New featues in 0.11.2: New features in 0.11.3:
* Various bug fixes and improvements
* Input-selector defaults to sync-streams=true
* Queue don't just start the thread on linking
* Add user_data and notify to gst_memory_new_wrapped()
* Rework caps function for performance
* Improve basetransform allocator handling
* Implement metadata transforms
* Metadata registration improvements
* Use generic marshallers everywhere
* Push Sticky events in more cases
* Register queries like events
* Add DRAIN serialized query
* Add 0-padding and prefix to GstMemory
* Rework the ALLOCATION query
* Allow setting the allocator in a bufferpool
* Improve pull/get_range
New features in 0.11.2:
* Parallel installability with 0.10.x series * Parallel installability with 0.10.x series
* Added pts/dts to buffers * Added pts/dts to buffers
......
Release notes for GStreamer 0.11.2 "A Shiny White Tooth" Release notes for GStreamer 0.11.3 "Thrill of the Hunt"
...@@ -38,39 +38,24 @@ contains a set of less supported plug-ins that haven't passed the ...@@ -38,39 +38,24 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release Features of this release
* Added pts/dts to buffers * Various bug fixes and improvements
* Moved controller into core * Input-selector defaults to sync-streams=true
* Pad probe rewrite * Queue don't just start the thread on linking
* AcceptCaps and GetCaps made as queries * Add user_data and notify to gst_memory_new_wrapped()
* Added parent to pad functions * Rework caps function for performance
* Sticky events rewrite * Improve basetransform allocator handling
* New GstSample object * Implement metadata transforms
* Asynchronous state change support for basesrc * Metadata registration improvements
* Added new bitmask type * Use generic marshallers everywhere
* GstMemory updates * Push Sticky events in more cases
* Port to gio * Register queries like events
* Port to newest glib * Add DRAIN serialized query
* Add stepped ranges * Add 0-padding and prefix to GstMemory
* Do typefind in separate thread * Rework the ALLOCATION query
* Rework alloc tracing * Allow setting the allocator in a bufferpool
* Added STREAM_CONFIG, GAP and STREAM_START events * Improve pull/get_range
* Various cleanups and leak fixes There were no bugs fixed in this release
Bugs fixed in this release
* 664491 : compiler warnings on OS X 64bit
* 402562 : [gst_parse_launch] Requesting pads but not releasing them
* 383102 : [0.11] Rethink pad_blocking
* 610338 : [0.11] [controller] Triggers should be moved into their own control source
* 660300 : gst_memory_alignment undefined if HAVE_POSIX_MEMALIGN isn't defined
* 662207 : gst: Fix a lot of GLib deprecations and errors
* 664099 : 0.11 new to use new floating ref annotation
* 664880 : [0.11] GstBaseParse default caps query implementation broken
* 664927 : GST_STATIC_CAPS missing initializer
* 666096 : [0.11] encodebin bindings failing to accept None
* 666154 : [0.11] Python - query_caps fails to accept 'None'
* 666351 : [0.11] Get rid of GST_TYPE_DATE
* 666890 : [0.11] controller compiler warning: gsttriggercontrolsource.c:82: control reaches end of non-void function
Download Download
...@@ -103,34 +88,15 @@ Webkit, Jokosher, Transmageddon and others. We're working on porting more applic ...@@ -103,34 +88,15 @@ Webkit, Jokosher, Transmageddon and others. We're working on porting more applic
Contributors to this release Contributors to this release
* Andoni Morales Alastruey
* Antoine Tremblay
* Christian Fredrik Kalager Schaller * Christian Fredrik Kalager Schaller
* Colin Walters
* David Schleef * David Schleef
* Edward Hervey * Edward Hervey
* Havard Graff
* Idar Tollefsen
* Jan Schmidt
* Jason DeRose
* Johan Boulé
* Johan Dahlin
* Mark Nauwelaerts * Mark Nauwelaerts
* Matej Knopp * Matej Knopp
* Nicolas Dufresne * Ryan Lortie
* Olivier Crête
* Peteris Krisjanis
* Philippe Normand
* René Stadler
* Reynaldo H. Verdejo Pinochet
* Robert Swain
* Sebastian Dröge * Sebastian Dröge
* Sjoerd Simons * Sreerenj Balachandran
* Stas Sergeev
* Stefan Sauer * Stefan Sauer
* Thiago Santos
* Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Vincent Penquerc'h
* Wim Taymans * Wim Taymans
\ No newline at end of file
...@@ -3,7 +3,7 @@ AC_PREREQ(2.60) ...@@ -3,7 +3,7 @@ AC_PREREQ(2.60)
dnl initialize autoconf dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right ! dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too dnl releases only do Wall, git and prerelease does Werror too
AC_INIT(GStreamer, 0.11.2.1, AC_INIT(GStreamer, 0.11.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer) gstreamer)
AG_GST_INIT AG_GST_INIT
...@@ -48,7 +48,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 ...@@ -48,7 +48,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0 dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 32, 0, 0) AS_LIBTOOL(GST, 33, 0, 0)
dnl FIXME: this macro doesn't actually work; dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags. dnl the generated libtool script has no support for the listed tags.
......
...@@ -1085,6 +1085,6 @@ ...@@ -1085,6 +1085,6 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Sync Streams</NICK> <NICK>Sync Streams</NICK>
<BLURB>Synchronize inactive streams to the running time of the active stream.</BLURB> <BLURB>Synchronize inactive streams to the running time of the active stream.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
timestamp
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<description>standard GStreamer elements</description> <description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename> <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename> <basename>libgstcoreelements.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gstreamer</source> <source>gstreamer</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>
......
...@@ -38,6 +38,17 @@ hierarchy, and a set of media-agnostic core elements. ...@@ -38,6 +38,17 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>0.11.3</revision>
<branch>0.11</branch>
<name>Thrill of the Hunt</name>
<created>2012-03-22</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.3.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.3.tar.gz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>0.11.2</revision> <revision>0.11.2</revision>
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.9.7\n" "Project-Id-Version: gstreamer 0.9.7\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2005-12-05 11:45+0200\n" "PO-Revision-Date: 2005-12-05 11:45+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n" "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n" "Language-Team: Afrikaans <i18n@af.org.za>\n"
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.8.0\n" "Project-Id-Version: gstreamer-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2004-03-19 18:40+0200\n" "PO-Revision-Date: 2004-03-19 18:40+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n" "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n" "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
......
...@@ -6,7 +6,7 @@ msgid "" ...@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.9.7\n" "Project-Id-Version: gstreamer 0.9.7\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2006-01-18 22:26+0200\n" "PO-Revision-Date: 2006-01-18 22:26+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n" "Language-Team: Belarusian <i18n@mova.org>\n"
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-26 22:40+0300\n" "PO-Revision-Date: 2011-04-26 22:40+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n" "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-04 19:41+0100\n" "PO-Revision-Date: 2010-11-04 19:41+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
......
...@@ -9,7 +9,7 @@ msgid "" ...@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-12-01 08:17+0100\n" "PO-Revision-Date: 2011-12-01 08:17+0100\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n" "Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
......
...@@ -8,7 +8,7 @@ msgid "" ...@@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-06 22:52+0100\n" "PO-Revision-Date: 2010-11-06 22:52+0100\n"
"Last-Translator: Mogens Jaeger <mogensjaeger@gmail.com>\n" "Last-Translator: Mogens Jaeger <mogensjaeger@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
......
...@@ -9,7 +9,7 @@ msgid "" ...@@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-27 23:44+0200\n" "PO-Revision-Date: 2011-04-27 23:44+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n" "Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
......
...@@ -6,7 +6,7 @@ msgid "" ...@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.10.30.3\n" "Project-Id-Version: gstreamer-0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-29 11:14+0200\n" "PO-Revision-Date: 2010-11-29 11:14+0200\n"
"Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n" "Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n" "Language-Team: Greek <team@lists.gnome.gr>\n"
......
...@@ -6,7 +6,7 @@ msgid "" ...@@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.1\n" "Project-Id-Version: gstreamer 0.8.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2004-04-26 10:36-0400\n" "PO-Revision-Date: 2004-04-26 10:36-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n" "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n" "Language-Team: English (British) <en_gb@li.org>\n"
......
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-06-04 21:11+0100\n" "PO-Revision-Date: 2011-06-04 21:11+0100\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n" "Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment