diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 19:14:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 19:14:57 +0000 |
commit | d369957927b4f56aaef95aed32af6580ef8712a0 (patch) | |
tree | 85482c480624a6c5ddd24e4f03048fe10c8e5e27 | |
parent | 11677c9968f6cd097aff9ffd35a70911857f0e1e (diff) |
releasing 0.9.7RELEASE-0_9_7
Original commit message from CVS:
releasing 0.9.7
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | RELEASE | 13 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-ugly-plugins.args | 10 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-a52dec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-iec958.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-lame.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mad.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpeg2dec.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-mpegaudioparse.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-rmdemux.xml | 2 | ||||
-rw-r--r-- | docs/random/LICENSE (renamed from LICENSE) | 0 | ||||
-rw-r--r-- | docs/random/PORTED_09 (renamed from PORTED_09) | 0 |
16 files changed, 43 insertions, 20 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: @@ -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: @@ -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
\ No newline at end of file diff --git a/common b/common -Subproject 54bb21c57bb86941d80c15590e0a12140517315 +Subproject fe94837afc0b10eaf867156fc29eea0073ba45d diff --git a/configure.ac b/configure.ac index d198f273..dfd42fbd 100644 --- a/configure.ac +++ b/configure.ac @@ -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") diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args index 556ab2ea..92f4f70c 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -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> + diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index a3cd2696..dd49b6a4 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 822ab61e..c4b688b0 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 8dabedf2..2141b995 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 28b74422..5208f420 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 13fa3e48..d31bfe12 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index b24f54b0..8a1fd16c 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index d60353e7..3f3eeb27 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml index 71317654..14ccc339 100644 --- a/docs/plugins/inspect/plugin-rmdemux.xml +++ b/docs/plugins/inspect/plugin-rmdemux.xml @@ -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> diff --git a/LICENSE b/docs/random/LICENSE index 1fedf924..1fedf924 100644 --- a/LICENSE +++ b/docs/random/LICENSE diff --git a/PORTED_09 b/docs/random/PORTED_09 index 92c40fa8..92c40fa8 100644 --- a/PORTED_09 +++ b/docs/random/PORTED_09 |