Skip to content

Commit

Permalink
Release 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim Taymans committed Mar 22, 2012
1 parent 32bd12d commit 1982d1c
Show file tree
Hide file tree
Showing 83 changed files with 3,025 additions and 1,437 deletions.
1,609 changes: 1,607 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion NEWS
@@ -1,4 +1,17 @@
This is GStreamer Base Plug-ins 0.11.2, "Drool Pool"
This is GStreamer Base Plug-ins 0.11.3, "Axe and Smash"

New in 0.11.3:

* Many fixes and improvements
* video: Improve video frame map/unmap
* theora: Improve video negotiation
* Various performance improvements

Bugs fixed in this release

* 668343 : [0.11] - segfault when using missing plugin support in 0.11
* 668542 : [0.11] EncodingProfileClass is missing from GstPbutils-0.11.gir


New in 0.11.2:

Expand Down
72 changes: 16 additions & 56 deletions RELEASE
@@ -1,5 +1,5 @@

Release notes for GStreamer Base Plug-ins 0.11.2 "Drool Pool"
Release notes for GStreamer Base Plug-ins 0.11.3 "Axe and Smash"



Expand All @@ -8,12 +8,12 @@ in the 0.11.x unstable series of the
GStreamer Base Plug-ins.


The 0.11.x series is an unstable series targeted at developers and will
eventually lead up to the stable 1.0 series.
The 0.11.x series is an unstable series targeted at developers.
It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series.



This module contains a set of reference plugins, base classes for other
plugins, and helper libraries.

Expand All @@ -23,18 +23,18 @@ their development.

This module contains elements for, among others:

device plugins: x(v)imagesink, alsa, cdparanoia
device plugins: x(v)imagesink, alsa, v4lsrc, cdparanoia
containers: ogg
codecs: vorbis, theora
text: textoverlay, subparse
sources: audiotestsrc, videotestsrc, giosrc
sources: audiotestsrc, videotestsrc, gnomevfssrc, giosrc
network: tcp
typefind functions
audio processing: audioconvert, adder, audiorate, audioresample, volume
visualisation: libvisual
video processing: videoconvert
aggregate elements: uridecodebin, playbin, decodebin, encodebin
libraries: app, audio, cdda, fft, interfaces, pbutils, riff, rtp, rtsp, sdp, tag, video
libraries: app, audio, cdda, fft, interfaces, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video


Other modules containing plug-ins are:
Expand All @@ -55,24 +55,17 @@ contains a set of less supported plug-ins that haven't passed the

Features of this release

* Parallel installability with 0.10.x series
* Many API cleanups
* Ported to new 0.11 core API changes
* Use new GstSample for snapshots
* Improved video filter base class
* New multichannel caps with mask
* Port network elements to GIO
* Many fixes and improvements
* video: Improve video frame map/unmap
* theora: Improve video negotiation
* Various performance improvements

Bugs fixed in this release

* 651222 : [0.11] [playbin(2)/uridecodebin] " connection-speed " should be a guint64 instead of a guint
* 656264 : tag: no-return-in-nonvoid-function compiler warning gstxmptag.c:178
* 659692 : [0.11] circular dependency between libgstpbutils and libgstaudio
* 661911 : Audiotestsrc segfaults when trying to changing 'wave' parameter
* 662607 : printf format mismatch causes compiler warnings
* 663689 : Missing DiscoverInfo API in 0.11
* 669328 : [0.11] Remove deprecated theoraenc properties
* 668343 : [0.11] - segfault when using missing plugin support in 0.11
* 668542 : [0.11] EncodingProfileClass is missing from GstPbutils-0.11.gir

Download

Expand Down Expand Up @@ -102,53 +95,20 @@ Applications
Contributors to this release

* Alessandro Decina
* Alexey Fisher
* Andoni Morales Alastruey
* Andy Wingo
* Anssi Hannula
* Benjamin Otte
* Brian Cameron
* Christian Fredrik Kalager Schaller
* Colin Walters
* Damien Lespiau
* David Schleef
* Edward Hervey
* Felipe Contreras
* George Kiagiadakis
* Havard Graff
* Idar Tollefsen
* Jan Schmidt
* Jason DeRose
* Holger Kaelberer
* Jonathan Matthew
* Josep Torra
* Kipp Cannon
* Mark Nauwelaerts
* Mart Raudsepp
* Matej Knopp
* Mersad Jelacic
* Michael Smith
* Nicolas Dufresne
* Ognyan Tonchev
* Oleksij Rempel (Alexey Fisher)
* Olivier Aubert
* Olivier Crête
* Pascal Buhler
* Philip Flarsheim
* Philip Jägenstedt
* Peter Korsgaard
* Philippe Normand
* Piotr Fusik
* René Stadler
* Reynaldo H. Verdejo Pinochet
* Robert Swain
* Ryan Lortie
* Sebastian Dröge
* Stefan Kost
* Sreerenj Balachandran
* Stefan Sauer
* Thiago Santos
* Thibault Saunier
* Thomas Vander Stichele
* Tim-Philipp Müller
* Vincent Penquerc'h
* Vincent Untz
* Wim Taymans
* Youness Alaoui
* Zaheer Abbas Merali

6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer Base Plug-ins, 0.11.2.1,
AC_INIT(GStreamer Base Plug-ins, 0.11.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)

Expand Down Expand Up @@ -49,7 +49,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, 27, 0, 0)
AS_LIBTOOL(GST, 28, 0, 0)

dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.
Expand All @@ -60,7 +60,7 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL

dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.2
GST_REQ=0.11.3

dnl *** autotools stuff ****

Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/gst-plugins-base-plugins.args
Expand Up @@ -1195,7 +1195,7 @@
<FLAGS>rw</FLAGS>
<NICK>Flags</NICK>
<BLURB>Flags to control behaviour.</BLURB>
<DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume</DEFAULT>
<DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume|Use software color balance</DEFAULT>
</ARG>

<ARG>
Expand Down Expand Up @@ -3705,7 +3705,7 @@
<FLAGS>rw</FLAGS>
<NICK>Flags</NICK>
<BLURB>Flags to control behaviour.</BLURB>
<DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume</DEFAULT>
<DEFAULT>Render the video stream|Render the audio stream|Render subtitles|Use software volume|Use software color balance</DEFAULT>
</ARG>

<ARG>
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/gst-plugins-base-plugins.interfaces
Expand Up @@ -24,8 +24,10 @@ GstPipeline GstChildProxy
GstPlayBaseBin GstChildProxy
GstPlayBin GstChildProxy
GstPlayBin GstChildProxy GstStreamVolume
GstPlayBin GstChildProxy GstStreamVolume GstVideoOverlay GstNavigation GstColorBalance
GstPlayBin2 GstChildProxy GstStreamVolume
GstPlaySink GstChildProxy
GstPlaySink GstChildProxy GstStreamVolume GstVideoOverlay GstNavigation GstColorBalance
GstSubtitleOverlay GstChildProxy
GstTheoraEnc GstPreset
GstURIDecodeBin GstChildProxy
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-adder.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alsa.xml
Expand Up @@ -3,7 +3,7 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-app.xml
Expand Up @@ -3,7 +3,7 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audioconvert.xml
Expand Up @@ -3,7 +3,7 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiorate.xml
Expand Up @@ -3,7 +3,7 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audioresample.xml
Expand Up @@ -3,7 +3,7 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiotestsrc.xml
Expand Up @@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-cdparanoia.xml
Expand Up @@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-encoding.xml
Expand Up @@ -3,7 +3,7 @@
<description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
<basename>libgstencodebin.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-gdp.xml
Expand Up @@ -3,7 +3,7 @@
<description>Payload/depayload GDP packets</description>
<filename>../../gst/gdp/.libs/libgstgdp.so</filename>
<basename>libgstgdp.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-gio.xml
Expand Up @@ -3,7 +3,7 @@
<description>GIO elements</description>
<filename>../../gst/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-libvisual.xml
Expand Up @@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
<version>0.11.2</version>
<version>0.11.3</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
Expand Down

0 comments on commit 1982d1c

Please sign in to comment.