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 Mar 22, 2012
1 parent 7c9a54a commit c03f93a
Show file tree
Hide file tree
Showing 103 changed files with 1,607 additions and 243 deletions.
1,391 changes: 1,389 additions & 2 deletions ChangeLog

Large diffs are not rendered by default.

28 changes: 27 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
This is GStreamer Good Plug-ins 0.11.1, "The Leper Affinity"
This is GStreamer Good Plug-ins 0.11.2, "Rite of Devastation"

New features in 0.11.2:

* Many cleanups
* Ported to new 0.11 core API changes
* flacenc: various fixes
* gdkpixbuf: port to 0.11
* wavpack: port to 0.11
* rtpbin: many fixes
* qtdemux: use PTS and DTS
* imagefreeze: port to 0.11
* qtdemux: negotiate allocators

Bugs fixed in this release

* 670623 : [0.11] flacenc not working
* 628773 : [0.11] rtp -- match properties and caps fields
* 658357 : [0.11] pulse: build fails with recent pulseaudio
* 662615 : [0.11] build failure due to printf format compiler warnings on OSX 64 bit
* 667085 : [0.11] dcaparse: uses uninitialized variable
* 669607 : [0.11] directsoundsink: Fix compiling
* 669612 : [0.11] waveformsink: Port to 0.11
* 669643 : [0.11] interleave port
* 670320 : gst-plugins-good 0.11.1 fails to build due to missing gstsmokedec.h
* 671534 : [0.11] qtmux: cover art tag is GstSample now
* 670303 : [0.11] Can't access " rms " , " peak " and " decay " keys from GstLevel bus message trough PyGI

New features in 0.11.1:

* Many cleanups
Expand Down
84 changes: 29 additions & 55 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Release notes for GStreamer Good Plug-ins 0.11.1 "The Leper Affinity"
Release notes for GStreamer Good Plug-ins 0.11.2 "Rite of Devastation"



Expand Down Expand Up @@ -57,10 +57,27 @@ Features of this release

* Many cleanups
* Ported to new 0.11 core API changes
* v4l2 major improvements
* Ported network elements to GIO
There were no bugs fixed in this release

* flacenc: various fixes
* gdkpixbuf: port to 0.11
* wavpack: port to 0.11
* rtpbin: many fixes
* qtdemux: use PTS and DTS
* imagefreeze: port to 0.11
* qtdemux: negotiate allocators

Bugs fixed in this release

* 670623 : [0.11] flacenc not working
* 628773 : [0.11] rtp -- match properties and caps fields
* 658357 : [0.11] pulse: build fails with recent pulseaudio
* 662615 : [0.11] build failure due to printf format compiler warnings on OSX 64 bit
* 667085 : [0.11] dcaparse: uses uninitialized variable
* 669607 : [0.11] directsoundsink: Fix compiling
* 669612 : [0.11] waveformsink: Port to 0.11
* 669643 : [0.11] interleave port
* 670320 : gst-plugins-good 0.11.1 fails to build due to missing gstsmokedec.h
* 671534 : [0.11] qtmux: cover art tag is GstSample now
* 670303 : [0.11] Can't access " rms " , " peak " and " decay " keys from GstLevel bus message trough PyGI

Download

Expand Down Expand Up @@ -90,67 +107,24 @@ Applications
Contributors to this release

* Alessandro Decina
* Alexey Fisher
* Andoni Morales Alastruey
* Antoine Jacoutot
* Arun Raghavan
* Branko Subasic
* Brian Li
* Chad
* Christian Fredrik Kalager Schaller
* David Henningsson
* Andrej Gelenberg
* Antoine Tremblay
* David Schleef
* David Svensson Fors
* Debarshi Ray
* Dominique Leuenberger
* Edward Hervey
* Gary Ching-Pang Lin
* Guillaume Desmottes
* Ha Nguyen
* Havard Graff
* Jan Schmidt
* Jayakrishnan M
* John Ogness
* Jonas Larsson
* Jonny Lamb
* Julien Isorce
* Konstantin Miller
* Lasse Laukkanen
* Leo Singer
* Luis de Bethencourt
* Marc Leeman
* Mark Nauwelaerts
* Mart Raudsepp
* Matej Knopp
* Miguel Angel Cabrera Moya
* Monty Montgomery
* Nicola Murino
* Nicolas Baron
* Oleksij Rempel (Alexey Fisher)
* Olivier Crête
* Pascal Buhler
* Peter Korsgaard
* Peter Seiderer
* Philip Jägenstedt
* Philippe Normand
* Raimo Järvi
* Ralph Giles
* Raul Gutierrez Segales
* René Stadler
* Reynaldo H. Verdejo Pinochet
* Robert Krakora
* Peteris Krisjanis
* Ross Burton
* Sebastian Dröge
* Sebastian Rasmussen
* Sjoerd Simons
* Stas Sergeev
* Stefan Kost
* Sreerenj Balachandran
* Stefan Sauer
* Stig Sandnes
* Thiago Santos
* Thomas Vander Stichele
* Tim-Philipp Müller
* Tristan Matthews
* Tuukka Pasanen
* Vincent Penquerc'h
* Vincent Untz
* Wim Taymans
* Yaakov Selkowitz

6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
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/pre
AC_INIT(GStreamer Good Plug-ins, 0.11.1.1,
AC_INIT(GStreamer Good Plug-ins, 0.11.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)

Expand Down Expand Up @@ -54,8 +54,8 @@ AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL

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

dnl *** autotools stuff ****

Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/gst-plugins-good-plugins.args
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@
<FLAGS>rw</FLAGS>
<NICK>port</NICK>
<BLURB>The port to send the packets to.</BLURB>
<DEFAULT>4951</DEFAULT>
<DEFAULT>5004</DEFAULT>
</ARG>

<ARG>
Expand Down Expand Up @@ -495,7 +495,7 @@
<FLAGS>rw</FLAGS>
<NICK>Port</NICK>
<BLURB>The port to receive the packets from, 0=allocate.</BLURB>
<DEFAULT>4951</DEFAULT>
<DEFAULT>5004</DEFAULT>
</ARG>

<ARG>
Expand All @@ -505,7 +505,7 @@
<FLAGS>rw</FLAGS>
<NICK>URI</NICK>
<BLURB>URI in the form of udp://multicast_group:port.</BLURB>
<DEFAULT>"udp://0.0.0.0:4951"</DEFAULT>
<DEFAULT>"udp://0.0.0.0:5004"</DEFAULT>
</ARG>

<ARG>
Expand Down
16 changes: 15 additions & 1 deletion docs/plugins/gst-plugins-good-plugins.hierarchy
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ GObject
GstAudioDecoder
GstFlacDec
GstSpeexDec
GstWavpackDec
GstAudioEncoder
GstFlacEnc
GstSpeexEnc
GstWavpackEnc
GstAviDemux
GstAviMux
GstAviSubtitle
Expand All @@ -33,8 +35,8 @@ GObject
GstDcaParse
GstFlacParse
GstMpegAudioParse
GstWavpackParse
GstBaseSink
GstAASink
GstAudioBaseSink
GstJackAudioSink
GstPulseSink
Expand All @@ -44,7 +46,9 @@ GObject
GstUDPSink
GstShout2send
GstSoupHttpClientSink
GstTest
GstVideoSink
GstAASink
GstV4l2Sink
GstBaseSrc
GstPushSrc
Expand Down Expand Up @@ -79,9 +83,15 @@ GObject
GstIirEqualizerNBands
GstSpectrum
GstAudioPanorama
GstBreakMyData
GstCapsSetter
GstCpuReport
GstLevel
GstNavSeek
GstProgressReport
GstRgAnalysis
GstRgLimiter
GstTagInject
GstVideoCrop
GstVideoFilter
GstAgingTV
Expand All @@ -90,6 +100,7 @@ GObject
GstDiceTV
GstEdgeTV
GstGamma
GstNavigationtest
GstOpTV
GstQuarkTV
GstRadioacTV
Expand All @@ -109,6 +120,7 @@ GObject
GstAutoVideoSrc
GstPipeline
GstQTMoovRecover
GstPushFileSrc
GstRTSPSrc
GstRgVolume
GstRtpBin
Expand All @@ -125,6 +137,7 @@ GObject
GstGoom2k1
GstICYDemux
GstISMLMux
GstImageFreeze
GstJpegDec
GstJpegEnc
GstMJ2Mux
Expand Down Expand Up @@ -214,6 +227,7 @@ GObject
GstRtpVRawPay
GstRtpVorbisPay
GstRTPDec
GstRndBufferSize
GstRtpJitterBuffer
GstRtpPtDemux
GstRtpSession
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-aasink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inspect/plugin-alaw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand All @@ -26,7 +26,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw, format=(string)S16LE, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]</details>
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]</details>
</caps>
</pads>
</element>
Expand All @@ -41,7 +41,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-raw, format=(string)S16LE, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]</details>
<details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]</details>
</caps>
<caps>
<name>src</name>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alpha.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>adds an alpha channel to video - constant or via chroma-keying</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-alphacolor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>RGBA from/to AYUV colorspace conversion preserving the alpha channel</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-annodex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>annodex stream manipulation (info about annodex: http://www.annodex.net)</description>
<filename>../../ext/annodex/.libs/libgstannodex.so</filename>
<basename>libgstannodex.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-apetag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>APEv1/2 tag reader</description>
<filename>../../gst/apetag/.libs/libgstapetag.so</filename>
<basename>libgstapetag.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiofx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Audio effects plugin</description>
<filename>../../gst/audiofx/.libs/libgstaudiofx.so</filename>
<basename>libgstaudiofx.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
6 changes: 3 additions & 3 deletions docs/plugins/inspect/plugin-audioparsers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Parsers for various audio formats</description>
<filename>../../gst/audioparsers/.libs/libgstaudioparsers.so</filename>
<basename>libgstaudioparsers.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down Expand Up @@ -136,7 +136,7 @@
</pads>
</element>
<element>
<name>wavpackparse2</name>
<name>wavpackparse</name>
<longname>Wavpack audio stream parser</longname>
<class>Codec/Parser/Audio</class>
<description>Wavpack parser</description>
Expand All @@ -152,7 +152,7 @@
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-wavpack, width=(int)[ 1, 32 ], channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ], framed=(boolean)true; audio/x-wavpack-correction, framed=(boolean)true</details>
<details>audio/x-wavpack, depth=(int)[ 1, 32 ], channels=(int)[ 1, 8 ], rate=(int)[ 6000, 192000 ], framed=(boolean)true; audio/x-wavpack-correction, framed=(boolean)true</details>
</caps>
</pads>
</element>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-auparse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename>
<version>0.11.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer Good Plug-ins source release</package>
Expand Down
Loading

0 comments on commit c03f93a

Please sign in to comment.