Skip to content

Commit

Permalink
RELEASE 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim Taymans committed Feb 17, 2012
1 parent b3c5da2 commit 61c446f
Show file tree
Hide file tree
Showing 80 changed files with 8,309 additions and 688 deletions.
7,369 changes: 7,367 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

17 changes: 10 additions & 7 deletions NEWS
@@ -1,9 +1,12 @@
This is GStreamer Base Plug-ins 0.11.1, "A handful sometimes, A heartful always"
This is GStreamer Base Plug-ins 0.11.2, "Drool Pool"

New in 0.11.1:
New in 0.11.2:

* Ported to 0.11.0 core API changes
* Rename GstXOverlay -> GstVideoOverlay
* Reworked audio caps
* Support for multiple frames in buffers
* Add video colorimetry support
* 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
77 changes: 52 additions & 25 deletions RELEASE
@@ -1,5 +1,5 @@

Release notes for GStreamer Base Plug-ins 0.11.1 "A handful sometimes, A heartful always"
Release notes for GStreamer Base Plug-ins 0.11.2 "Drool Pool"



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.
The 0.11.x series is an unstable series targeted at developers and will
eventually lead up to the stable 1.0 series.
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, v4lsrc, cdparanoia
device plugins: x(v)imagesink, alsa, cdparanoia
containers: ogg
codecs: vorbis, theora
text: textoverlay, subparse
sources: audiotestsrc, videotestsrc, gnomevfssrc, giosrc
sources: audiotestsrc, videotestsrc, 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, netbuffer, pbutils, riff, rtp, rtsp, sdp, tag, video
libraries: app, audio, cdda, fft, interfaces, pbutils, riff, rtp, rtsp, sdp, tag, video


Other modules containing plug-ins are:
Expand All @@ -56,12 +56,23 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release

* Parallel installability with 0.10.x series
* Rename GstXOverlay -> GstVideoOverlay
* Reworked audio caps
* Support for multiple frames in buffers
* Add video colorimetry support
There were no bugs fixed in this release

* 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

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

Download

Expand Down Expand Up @@ -90,38 +101,54 @@ Applications

Contributors to this release

* Age Bosma
* Alessandro Decina
* Alex Lancaster
* 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
* Erich Schubert
* Iago Toral
* Felipe Contreras
* George Kiagiadakis
* Havard Graff
* Idar Tollefsen
* Jan Schmidt
* Jason Kivlighn
* Jason DeRose
* Jonathan Matthew
* Josep Torra
* LoneStar
* Kipp Cannon
* Mark Nauwelaerts
* Monty Montgomery
* Mart Raudsepp
* Matej Knopp
* Mersad Jelacic
* Michael Smith
* Nicolas Dufresne
* Oleksij Rempel (Alexey Fisher)
* Olivier Aubert
* Olivier Crête
* Raimo Järvi
* Pascal Buhler
* Philip Flarsheim
* Philip Jägenstedt
* Philippe Normand
* Piotr Fusik
* René Stadler
* Reynaldo H. Verdejo Pinochet
* Robert Swain
* Ryan Lortie
* Sebastian Dröge
* Sergey Scobich
* Sergey Scobich)
* Sjoerd Simons
* Stefan Kost
* Stefan Sauer
* Sébastien Moutte
* Thiago Santos
* Thibault Saunier
* Thomas Vander Stichele
* Tim-Philipp Müller
* Tommi Myöhänen
* Vincent Penquerc'h
* 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.1.1,
AC_INIT(GStreamer Base Plug-ins, 0.11.2,
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, 26, 0, 0)
AS_LIBTOOL(GST, 27, 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.1
GST_REQ=0.11.2

dnl *** autotools stuff ****

Expand Down
17 changes: 13 additions & 4 deletions docs/plugins/gst-plugins-base-plugins.hierarchy
Expand Up @@ -26,8 +26,10 @@ GObject
GstGioBaseSink
GstGioSink
GstGioStreamSink
GstMultiSocketSink
GstTCPServerSink
GstMultiHandleSink
GstMultiFdSink
GstMultiSocketSink
GstTCPServerSink
GstTCPClientSink
GstVideoSink
GstXImageSink
Expand Down Expand Up @@ -84,6 +86,15 @@ GObject
GstTheoraDec
GstTheoraEnc
GstTheoraParse
GstVisual
GstVisualbumpscope
GstVisualcorona
GstVisualinfinite
GstVisualjakdaw
GstVisualjess
GstVisuallv_analyzer
GstVisuallv_scope
GstVisualoinksie
GstVorbisParse
GstVorbisTag
GstPad
Expand All @@ -98,8 +109,6 @@ GObject
GInputStream
GOutputStream
GSocket
GTypeModule
PangoModule
GstColorBalanceChannel
GstEncodingProfile
GstMixerTrack
Expand Down
30 changes: 23 additions & 7 deletions docs/plugins/gst-plugins-base-plugins.signals
Expand Up @@ -27,12 +27,12 @@ gint arg1
<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
GstClientStatus arg2
GstMultiHandleSinkClientStatus arg2
</SIGNAL>

<SIGNAL>
<NAME>GstMultiFdSink::get-stats</NAME>
<RETURNS>GValueArray*</RETURNS>
<RETURNS>GstStructure*</RETURNS>
<FLAGS>la</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
Expand Down Expand Up @@ -60,10 +60,10 @@ gint arg1
<FLAGS>la</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
GstSyncMethod arg2
GstTCPUnitType arg3
GstMultiHandleSinkSyncMethod arg2
GstFormat arg3
guint64 arg4
GstTCPUnitType arg5
GstFormat arg5
guint64 arg6
</SIGNAL>

Expand All @@ -75,6 +75,14 @@ GstMultiFdSink *gstmultifdsink
gint arg1
</SIGNAL>

<SIGNAL>
<NAME>GstMultiFdSink::client-handle-removed</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstMultiFdSink *gstmultifdsink
gint arg1
</SIGNAL>

<SIGNAL>
<NAME>GstDecodeBin::new-decoded-pad</NAME>
<RETURNS>void</RETURNS>
Expand Down Expand Up @@ -586,7 +594,7 @@ GSocket *arg1
<FLAGS>la</FLAGS>
GstMultiSocketSink *gstmultisocketsink
GSocket *arg1
GstMultiSocketSinkSyncMethod arg2
GstMultiHandleSinkSyncMethod arg2
GstFormat arg3
guint64 arg4
GstFormat arg5
Expand Down Expand Up @@ -614,7 +622,7 @@ GObject *arg1
<FLAGS>l</FLAGS>
GstMultiSocketSink *gstmultisocketsink
gint arg1
GstMultiSocketSinkClientStatus arg2
GstMultiHandleSinkClientStatus arg2
</SIGNAL>

<SIGNAL>
Expand Down Expand Up @@ -649,6 +657,14 @@ GstMultiSocketSink *gstmultisocketsink
GSocket *arg1
</SIGNAL>

<SIGNAL>
<NAME>GstMultiSocketSink::client-handle-removed</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstMultiSocketSink *gstmultisocketsink
GSocket *arg1
</SIGNAL>

<SIGNAL>
<NAME>GstPlayBin::about-to-finish</NAME>
<RETURNS>void</RETURNS>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-adder.xml
Expand Up @@ -3,10 +3,10 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
<version>0.11.1.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-alsa.xml
Expand Up @@ -3,10 +3,10 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
<version>0.11.1.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-app.xml
Expand Up @@ -3,10 +3,10 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
<version>0.11.1.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-audioconvert.xml
Expand Up @@ -3,10 +3,10 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
<version>0.11.1.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-audiorate.xml
Expand Up @@ -3,10 +3,10 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
<version>0.11.1.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-audioresample.xml
Expand Up @@ -3,10 +3,10 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
<version>0.11.1.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-audiotestsrc.xml
Expand Up @@ -3,10 +3,10 @@
<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.1.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins git</package>
<package>GStreamer Base Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down

0 comments on commit 61c446f

Please sign in to comment.