releasing 0.9.5

Original commit message from CVS:
releasing 0.9.5
This commit is contained in:
Thomas Vander Stichele 2005-11-11 19:33:23 +00:00
parent 4afd1c36fb
commit 20204bafa3
42 changed files with 212 additions and 52 deletions

View file

@ -1,3 +1,10 @@
=== release 0.9.5 ===
2005-11-11 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
releasing 0.9.5, "Phone Alarm"
2005-11-11 Edward Hervey <edward@fluendo.com>
* gst/avi/gstavidemux.c: (gst_avi_demux_reset),

16
NEWS
View file

@ -1,4 +1,18 @@
This is GStreamer Good Plug-ins 0.9.4, "Dromiceiomimus"
This is GStreamer Good Plug-ins 0.9.5, "Phone Alarm"
Changes since 0.9.4:
* matroskamux fixes
* wavenc fixes
* cairotextoverlay ported
Bugs fixed since 0.9.4:
* 315194 : Licence information inconsistency of gst-plugins-good/gst...
* 319731 : [matroska] SimpleBlock support for muxer and demuxer
* 320308 : [matroska] set timestamps for buffers with ebml elements
* 320920 : [osssink] tries to reuse a bad file descriptor
* 321136 : [matroska-mux] avoid reading from unref'ed buffer
Changes since 0.9.3:

24
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer Good Plug-ins 0.9.4 "Dromiceiomimus"
GStreamer: Release notes for GStreamer Good Plug-ins 0.9.5 "Phone Alarm"
The GStreamer team is petrified to announce a new release
@ -53,14 +53,17 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* DV/Firewire fixes
* speexenc, cairotimeoverlay, matroska, pngdec, flxdec, videomixer, alphacolor ported
* matroskamux fixes
* wavenc fixes
* cairotextoverlay ported
Bugs fixed in this release
* 316204 : MinGW compilation: smtpe plugin has undefined symbols fro...
* 316205 : Debug category for wavenc is not defined
* 318847 : Matroska muxer port to 0.9
* 315194 : Licence information inconsistency of gst-plugins-good/gst...
* 319731 : [matroska] SimpleBlock support for muxer and demuxer
* 320308 : [matroska] set timestamps for buffers with ebml elements
* 320920 : [osssink] tries to reuse a bad file descriptor
* 321136 : [matroska-mux] avoid reading from unref'ed buffer
Download
@ -90,13 +93,14 @@ Applications
Contributors to this release
* Alessandro Decina
* Andy Wingo
* Christian Schaller
* Edgard Lima
* Edward Hervey
* Julien Moutte
* Michael Benes
* Michael Smith
* Stefan Kost
* Josef Zlomek
* Julien MOUTTE
* Michal Benes
* Thomas Vander Stichele
* Tim-Philipp Müller
* Wim Taymans

View file

@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 4, 1,
AS_VERSION(gst-plugins-good, GST_PLUGINS_GOOD_VERSION, 0, 9, 5, 0,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)

View file

@ -6838,6 +6838,16 @@
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstMatroskaMux::version</NAME>
<TYPE>gint</TYPE>
<RANGE>[1,2]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Matroska version</NICK>
<BLURB>This parameter determines what matroska features can be used.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstTest::allowed-timestamp-deviation</NAME>
<TYPE>gint64</TYPE>
@ -6988,3 +6998,93 @@
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::deltax</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>X position modifier</NICK>
<BLURB>Shift X position to the left or to the right. Unit is pixels.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::deltay</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>Y position modifier</NICK>
<BLURB>Shift Y position up or down. Unit is pixels.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::font-desc</NAME>
<TYPE>gchararray</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>font description</NICK>
<BLURB>Pango font description of font to be used for rendering. See documentation of pango_font_description_from_string for syntax.</BLURB>
<DEFAULT>""</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::halign</NAME>
<TYPE>gchararray</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>horizontal alignment</NICK>
<BLURB>Horizontal alignment of the text. Can be either 'left', 'right', or 'center'.</BLURB>
<DEFAULT>"center"</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::shaded-background</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>shaded background</NICK>
<BLURB>Whether to shade the background under the text area.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::text</NAME>
<TYPE>gchararray</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>text</NICK>
<BLURB>Text to be display.</BLURB>
<DEFAULT>""</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::valign</NAME>
<TYPE>gchararray</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>vertical alignment</NICK>
<BLURB>Vertical alignment of the text. Can be either 'baseline', 'bottom', or 'top'.</BLURB>
<DEFAULT>"baseline"</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::xpad</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>horizontal paddding</NICK>
<BLURB>Horizontal paddding when using left/right alignment.</BLURB>
<DEFAULT>25</DEFAULT>
</ARG>
<ARG>
<NAME>GstTextOverlay::ypad</NAME>
<TYPE>gint</TYPE>
<RANGE></RANGE>
<FLAGS>w</FLAGS>
<NICK>vertical padding</NICK>
<BLURB>Vertical padding when using top/bottom alignment.</BLURB>
<DEFAULT>25</DEFAULT>
</ARG>

View file

@ -3,7 +3,7 @@
<description>Source for DV data via IEEE1394 interface</description>
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
<basename>libgst1394.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>ASCII Art video sink</description>
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
<basename>libgstaasink.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>ALaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstalaw.so</filename>
<basename>libgstalaw.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>adds an alpha channel to video</description>
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
<basename>libgstalpha.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>RGB-&gt;YUV colorspace conversion preserving the alpha channels</description>
<filename>../../gst/alpha/.libs/libgstalphacolor.so</filename>
<basename>libgstalphacolor.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>parses au streams</description>
<filename>../../gst/auparse/.libs/libgstauparse.so</filename>
<basename>libgstauparse.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Plugin contains auto-detection plugins for video/audio outputs</description>
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
<basename>libgstautodetect.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>AVI stream handling</description>
<filename>../../gst/avi/.libs/libgstavi.so</filename>
<basename>libgstavi.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Colored ASCII Art video sink</description>
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
<basename>libgstcacasink.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,12 +3,19 @@
<description>Cairo-based overlaying</description>
<filename>../../ext/cairo/.libs/libgstcairo.so</filename>
<basename>libgstcairo.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
<name>cairotextoverlay</name>
<longname>Text Overlay</longname>
<class>Filter/Editor/Video</class>
<description>Adds text strings on top of a video buffer</description>
<author>David Schleef &lt;ds@schleef.org&gt;</author>
</element>
<element>
<name>cairotimeoverlay</name>
<longname>Time Overlay</longname>

View file

@ -3,7 +3,7 @@
<description>elements for testing and debugging</description>
<filename>../../gst/debug/.libs/libgstdebug.so</filename>
<basename>libgstdebug.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
<filename>../../ext/dv/.libs/libgstdv.so</filename>
<basename>libgstdv.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>This element converts a stream of normal GStreamer buffers into a stream of buffers that are allocated in such a way that out-of-bounds access to data in the buffer is more likely to cause segmentation faults. This allocation method is very similar to the debugging tool "Electric Fence".</description>
<filename>../../gst/debug/.libs/libgstefence.so</filename>
<basename>libgstefence.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>effect plugins from the effectv project</description>
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
<basename>libgsteffectv.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>ESD Element Plugins</description>
<filename>../../ext/esd/.libs/libgstesd.so</filename>
<basename>libgstesd.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>The FLAC Lossless compressor Codec</description>
<filename>../../ext/flac/.libs/libgstflac.so</filename>
<basename>libgstflac.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>FLX video decoder</description>
<filename>../../gst/flx/.libs/libgstflxdec.so</filename>
<basename>libgstflxdec.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
<basename>libgstgconfelements.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>GOOM visualization filter</description>
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
<basename>libgstgoom.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>JPeg plugin library</description>
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
<basename>libgstjpeg.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Audio level plugin</description>
<filename>../../gst/level/.libs/libgstlevel.so</filename>
<basename>libgstlevel.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Matroska stream handling</description>
<filename>../../gst/matroska/.libs/libgstmatroska.so</filename>
<basename>libgstmatroska.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>MuLaw audio conversion routines</description>
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
<basename>libgstmulaw.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Template for a video filter</description>
<filename>../../gst/debug/.libs/libgstnavigationtest.so</filename>
<basename>libgstnavigationtest.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>OSS (Open Sound System) support for GStreamer</description>
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
<basename>libgstossaudio.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>PNG plugin library</description>
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
<basename>libgstpng.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,12 +3,19 @@
<description>Real-time protocol plugins</description>
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
<basename>libgstrtp.so</basename>
<version>0.9.4</version>
<license>GPL</license>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>
<origin>http://gstreamer.freedesktop.org/</origin>
<elements>
<element>
<name>asteriskh263</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts H263 video from RTP and encodes in Asterisk H263 format</description>
<author>Neil Stratford &lt;neils@vipadia.com&gt;</author>
</element>
<element>
<name>rtpamrdec</name>
<longname>RTP packet parser</longname>
@ -30,19 +37,40 @@
<description>Accepts raw RTP and RTCP packets and sends them forward</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;</author>
</element>
<element>
<name>rtpg711dec</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts PCMU/PCMA audio from RTP packets</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;, Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
<element>
<name>rtpg711enc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes PCMU/PCMA audio into a RTP packet</description>
<author>Edgard Lima &lt;edgard.lima@indt.org.br&gt;</author>
</element>
<element>
<name>rtpgsmenc</name>
<longname>RTP GSM Audio Encoder</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes GSM audio into a RTP packet</description>
<author>Zeeshan Ali &lt;zak147@yahoo.com&gt;</author>
<author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
<element>
<name>rtpgsmparse</name>
<longname>RTP packet parser</longname>
<class>Codec/Parser/Network</class>
<description>Extracts GSM audio from RTP packets</description>
<author>Zeeshan Ali &lt;zak147@yahoo.com&gt;</author>
<author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
</element>
<element>
<name>rtph263enc</name>
<longname>RTP packet parser</longname>
<class>Codec/Encoder/Network</class>
<description>Encodes H263 video in RTP packets (RFC 2190)</description>
<author>Neil Stratford &lt;neils@vipadia.com&gt;</author>
</element>
<element>
<name>rtph263pdec</name>

View file

@ -3,7 +3,7 @@
<description>transfer data via RTSP</description>
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
<basename>libgstrtsp.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Sends data to an icecast server using libshout2</description>
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
<basename>libgstshout2.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>libshout2</package>

View file

@ -3,7 +3,7 @@
<description>Apply the standard SMPTE transitions on video images</description>
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
<basename>libgstsmpte.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Speex plugin library</description>
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
<basename>libgstspeex.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>transfer data via UDP</description>
<filename>../../gst/udp/.libs/libgstudp.so</filename>
<basename>libgstudp.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>resizes a video by adding borders or cropping</description>
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
<basename>libgstvideobox.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Flips and rotates video</description>
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
<basename>libgstvideoflip.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Video mixer</description>
<filename>../../gst/videomixer/.libs/libgstvideomixer.so</filename>
<basename>libgstvideomixer.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Encode raw audio into WAV</description>
<filename>../../gst/wavenc/.libs/libgstwavenc.so</filename>
<basename>libgstwavenc.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Parse a .wav file into raw audio</description>
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
<basename>libgstwavparse.so</basename>
<version>0.9.4</version>
<version>0.9.5</version>
<license>LGPL</license>
<source>gst-plugins-good</source>
<package>GStreamer source release</package>