releasing 0.9.7

Original commit message from CVS:
releasing 0.9.7
This commit is contained in:
Thomas Vander Stichele 2005-12-01 19:13:20 +00:00
parent 85d3362e34
commit 3b2a2ab633
15 changed files with 48 additions and 32 deletions

View file

@ -1,3 +1,10 @@
=== release 0.9.7 ===
2005-12-01 <thomas (at) apestaart (dot) org>
* configure.ac:
releasing 0.9.7, "Arrigato Gasuimas Skebisan"
2005-11-28 Edgard Lima <edgard.lima@indt.org.br> 2005-11-28 Edgard Lima <edgard.lima@indt.org.br>
* PORTED_09: * PORTED_09:

7
NEWS
View file

@ -1,4 +1,9 @@
This is GStreamer Bad Plug-ins 0.9.6, "Hot Tea" This is GStreamer Bad Plug-ins 0.9.7, "Arrigato Gasuimas Skebisan"
Changes since 0.9.6:
* wavpack ported
* libmms ported
Changes since 0.9.5: Changes since 0.9.5:

13
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.6 "Hot Tea" GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.7 "Arrigato Gasuimas Skebisan"
The GStreamer team is petrified to announce a new release The GStreamer team is petrified to announce a new release
@ -60,12 +60,11 @@ Features of this release
* Parallel installability with 0.8.x series * Parallel installability with 0.8.x series
* Threadsafe design and API * Threadsafe design and API
* Fractional framerates * wavpack ported
* libmms ported
Bugs fixed in this release Bugs fixed in this release
* 320532 : [faac] set output samplerate and number of channels
* 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5
Download Download
@ -95,13 +94,7 @@ Applications
Contributors to this release Contributors to this release
* Andy Wingo
* Edgard Lima * Edgard Lima
* Edward Hervey * Edward Hervey
* Jan Schmidt
* Julien MOUTTE
* Michael Smith
* Thomas Vander Stichele * Thomas Vander Stichele
* Tim-Philipp Müller
* Wim Taymans
   

2
common

@ -1 +1 @@
Subproject commit 33084fbe0531733bc02aa1d9de608206d5553a15 Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df

View file

@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
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, cvs and prerelease does Werror too dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 6, 1, AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 7, 0,
GST_CVS="no", GST_CVS="yes") GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
@ -20,16 +20,9 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version dnl our libraries and install dirs use major.minor as a version
GST_MAJORMINOR=$GST_PLUGINS_BAD_VERSION_MAJOR.$GST_PLUGINS_BAD_VERSION_MINOR GST_MAJORMINOR=$GST_PLUGINS_BAD_VERSION_MAJOR.$GST_PLUGINS_BAD_VERSION_MINOR
dnl we override it here if we need to for the release candidate of new series dnl we override it here if we need to for the release candidate of new series
GST_MAJORMINOR=0.9 GST_MAJORMINOR=0.10
AC_SUBST(GST_MAJORMINOR) AC_SUBST(GST_MAJORMINOR)
dnl CURRENT, REVISION, AGE
dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl for 0.8.3 release, gst_play_get_all_by_interface was added, so update
AS_LIBTOOL(GST_PLUGINS, 1, 0, 1)
AS_LIBTOOL_TAGS([CXX]) AS_LIBTOOL_TAGS([CXX])
AM_PROG_LIBTOOL AM_PROG_LIBTOOL
@ -212,7 +205,7 @@ GST_CHECK_FEATURE(GCONF, [GConf libraries], , [
dnl check for gstreamer dnl check for gstreamer
dnl uninstalled is selected preferentially -- see pkg-config(1) dnl uninstalled is selected preferentially -- see pkg-config(1)
GST_REQ=0.9.0.1 GST_REQ=0.9.7
PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ, PKG_CHECK_MODULES(GST, gstreamer-$GST_MAJORMINOR >= $GST_REQ,
HAVE_GST="yes", HAVE_GST="no") HAVE_GST="yes", HAVE_GST="no")

View file

@ -1,9 +1,7 @@
75% symbol docs coverage. 50% symbol docs coverage.
3 symbols documented. 1 symbols documented.
0 symbols incomplete.
1 not documented. 1 not documented.
GstDfbVideoSink GstDfbVideoSink

View file

@ -28,3 +28,23 @@
<DEFAULT>1</DEFAULT> <DEFAULT>1</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstMMS::blocksize</NAME>
<TYPE>gint</TYPE>
<RANGE>[0,65536]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>blocksize</NICK>
<BLURB>How many bytes should be read at once.</BLURB>
<DEFAULT>2048</DEFAULT>
</ARG>
<ARG>
<NAME>GstMMS::location</NAME>
<TYPE>gchararray</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>location</NICK>
<BLURB>Host URL to connect to. Accepted are mms://, mmsu://, mmst:// URL types.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>

View file

@ -3,7 +3,7 @@
<description>Free AAC Decoder (FAAD)</description> <description>Free AAC Decoder (FAAD)</description>
<filename>../../ext/faad/.libs/libgstfaad.so</filename> <filename>../../ext/faad/.libs/libgstfaad.so</filename>
<basename>libgstfaad.so</basename> <basename>libgstfaad.so</basename>
<version>0.9.6</version> <version>0.9.7</version>
<license>GPL</license> <license>GPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>GSM encoder/decoder</description> <description>GSM encoder/decoder</description>
<filename>../../ext/gsm/.libs/libgstgsm.so</filename> <filename>../../ext/gsm/.libs/libgstgsm.so</filename>
<basename>libgstgsm.so</basename> <basename>libgstgsm.so</basename>
<version>0.9.6</version> <version>0.9.7</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>Gstreamer</package> <package>Gstreamer</package>

View file

@ -3,7 +3,7 @@
<description>Quicktime stream demuxer</description> <description>Quicktime stream demuxer</description>
<filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename> <filename>../../gst/qtdemux/.libs/libgstqtdemux.so</filename>
<basename>libgstqtdemux.so</basename> <basename>libgstqtdemux.so</basename>
<version>0.9.6</version> <version>0.9.7</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>SDL Video Sink</description> <description>SDL Video Sink</description>
<filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename> <filename>../../ext/sdl/.libs/libgstsdlvideosink.so</filename>
<basename>libgstsdlvideosink.so</basename> <basename>libgstsdlvideosink.so</basename>
<version>0.9.6</version> <version>0.9.7</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>Set speed/pitch on audio/raw streams (resampler)</description> <description>Set speed/pitch on audio/raw streams (resampler)</description>
<filename>../../gst/speed/.libs/libgstspeed.so</filename> <filename>../../gst/speed/.libs/libgstspeed.so</filename>
<basename>libgstspeed.so</basename> <basename>libgstspeed.so</basename>
<version>0.9.6</version> <version>0.9.7</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>TTA lossless audio format handling</description> <description>TTA lossless audio format handling</description>
<filename>../../gst/tta/.libs/libgsttta.so</filename> <filename>../../gst/tta/.libs/libgsttta.so</filename>
<basename>libgsttta.so</basename> <basename>libgsttta.so</basename>
<version>0.9.6</version> <version>0.9.7</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>gst-tta</package> <package>gst-tta</package>