mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
releasing 0.9.7
Original commit message from CVS: releasing 0.9.7
This commit is contained in:
parent
11677c9968
commit
d369957927
16 changed files with 44 additions and 21 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.9.7 ===
|
||||
|
||||
2005-12-01 <thomas (at) apestaart (dot) org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.9.7, "Canis Meus Naso Non Habet"
|
||||
|
||||
2005-12-01 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* ext/amrnb/Makefile.am:
|
||||
|
|
11
NEWS
11
NEWS
|
@ -1,4 +1,13 @@
|
|||
This is GStreamer Ugly Plug-ins 0.9.6, "The Marshals Are Dead".
|
||||
This is GStreamer Ugly Plug-ins 0.9.7, "Canis Meus Naso Non Habet".
|
||||
|
||||
Changes since 0.9.6:
|
||||
|
||||
* mpegstream fixes
|
||||
|
||||
Bugs fixed since 0.9.6:
|
||||
|
||||
* 319784 : mad claims to need more data
|
||||
* 322745 : [mpegdemux] segfaults
|
||||
|
||||
Changes since 0.9.5:
|
||||
|
||||
|
|
13
RELEASE
13
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.6 "The Marshals Are Dead"
|
||||
GStreamer: Release notes for GStreamer Ugly Plug-ins 0.9.7 "Canis Meus Naso Non Habet"
|
||||
|
||||
|
||||
The GStreamer team is petrified to announce a new release
|
||||
|
@ -55,13 +55,12 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* mpegstream ported
|
||||
* fractional framerates
|
||||
* mpegstream fixes
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 319862 : Partial mpegstream/dvddemux port
|
||||
* 321955 : gst-plugins-ugly fail to compile
|
||||
* 319784 : mad claims to need more data
|
||||
* 322745 : [mpegdemux] segfaults
|
||||
|
||||
Download
|
||||
|
||||
|
@ -91,13 +90,11 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andy Wingo
|
||||
* Edward Hervey
|
||||
* Jan Schmidt
|
||||
* Johan Dahlin
|
||||
* Martin Soto
|
||||
* Michael Smith
|
||||
* Michal Benes
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
* Wim Taymans
|
||||
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 54bb21c57bb86941d80c15590e0a121405173156
|
||||
Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df
|
|
@ -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-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 6, 1,
|
||||
AS_VERSION(gst-plugins-ugly, GST_PLUGINS_UGLY_VERSION, 0, 9, 7, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
@ -20,7 +20,7 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
|||
dnl our libraries and install dirs use major.minor as a version
|
||||
GST_MAJORMINOR=$GST_PLUGINS_UGLY_VERSION_MAJOR.$GST_PLUGINS_UGLY_VERSION_MINOR
|
||||
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)
|
||||
|
||||
AS_LIBTOOL_TAGS([CXX])
|
||||
|
@ -134,7 +134,7 @@ GST_ARCH()
|
|||
|
||||
dnl check for gstreamer
|
||||
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,
|
||||
HAVE_GST="yes", HAVE_GST="no")
|
||||
|
||||
|
|
|
@ -578,3 +578,13 @@
|
|||
<DEFAULT>18446744073709551615</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstMPEGParse::max-scr-gap</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Max SCR gap</NICK>
|
||||
<BLURB>Maximum allowed gap between expected and actual SCR values. -1 means never adjust.</BLURB>
|
||||
<DEFAULT>120000</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decodes ATSC A/52 encoded audio streams</description>
|
||||
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
|
||||
<basename>libgsta52dec.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||
<basename>libgstdvdlpcmdec.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Convert raw AC3 into IEC958 (S/PDIF) frames</description>
|
||||
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
|
||||
<basename>libgstiec958.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encode MP3's with LAME</description>
|
||||
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
||||
<basename>libgstlame.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
|
||||
<filename>../../ext/mad/.libs/libgstmad.so</filename>
|
||||
<basename>libgstmad.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>LibMpeg2 decoder</description>
|
||||
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
|
||||
<basename>libgstmpeg2dec.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>MPEG-1 layer 1/2/3 audio parser</description>
|
||||
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
|
||||
<basename>libgstmpegaudioparse.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Realmedia stream demuxer</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>0.9.6</version>
|
||||
<version>0.9.7</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
Loading…
Reference in a new issue