From d369957927b4f56aaef95aed32af6580ef8712a0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Dec 2005 19:14:57 +0000 Subject: [PATCH] releasing 0.9.7 Original commit message from CVS: releasing 0.9.7 --- ChangeLog | 7 +++++++ NEWS | 11 ++++++++++- RELEASE | 13 +++++-------- common | 2 +- configure.ac | 6 +++--- docs/plugins/gst-plugins-ugly-plugins.args | 10 ++++++++++ docs/plugins/inspect/plugin-a52dec.xml | 2 +- docs/plugins/inspect/plugin-dvdlpcmdec.xml | 2 +- docs/plugins/inspect/plugin-iec958.xml | 2 +- docs/plugins/inspect/plugin-lame.xml | 2 +- docs/plugins/inspect/plugin-mad.xml | 2 +- docs/plugins/inspect/plugin-mpeg2dec.xml | 2 +- docs/plugins/inspect/plugin-mpegaudioparse.xml | 2 +- docs/plugins/inspect/plugin-rmdemux.xml | 2 +- LICENSE => docs/random/LICENSE | 0 PORTED_09 => docs/random/PORTED_09 | 0 16 files changed, 44 insertions(+), 21 deletions(-) rename LICENSE => docs/random/LICENSE (100%) rename PORTED_09 => docs/random/PORTED_09 (100%) diff --git a/ChangeLog b/ChangeLog index 24aff91..b084423 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.7 === + +2005-12-01 + + * configure.ac: + releasing 0.9.7, "Canis Meus Naso Non Habet" + 2005-12-01 Thomas Vander Stichele * ext/amrnb/Makefile.am: diff --git a/NEWS b/NEWS index 9feb3ee..5001a8d 100644 --- a/NEWS +++ b/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: diff --git a/RELEASE b/RELEASE index d02b327..0593cb5 100644 --- a/RELEASE +++ b/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   \ No newline at end of file diff --git a/common b/common index 54bb21c..fe94837 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 54bb21c57bb86941d80c15590e0a121405173156 +Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df diff --git a/configure.ac b/configure.ac index d198f27..dfd42fb 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 556ab2e..92f4f70 100644 --- a/docs/plugins/gst-plugins-ugly-plugins.args +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -578,3 +578,13 @@ 18446744073709551615 + +GstMPEGParse::max-scr-gap +gint +>= -1 +rw +Max SCR gap +Maximum allowed gap between expected and actual SCR values. -1 means never adjust. +120000 + + diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml index a3cd269..dd49b6a 100644 --- a/docs/plugins/inspect/plugin-a52dec.xml +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -3,7 +3,7 @@ Decodes ATSC A/52 encoded audio streams ../../ext/a52dec/.libs/libgsta52dec.so libgsta52dec.so - 0.9.6 + 0.9.7 GPL gst-plugins-ugly GStreamer source release diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml index 822ab61..c4b688b 100644 --- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -3,7 +3,7 @@ Decode DVD LPCM frames into standard PCM ../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so libgstdvdlpcmdec.so - 0.9.6 + 0.9.7 LGPL gst-plugins-ugly GStreamer source release diff --git a/docs/plugins/inspect/plugin-iec958.xml b/docs/plugins/inspect/plugin-iec958.xml index 8dabedf..2141b99 100644 --- a/docs/plugins/inspect/plugin-iec958.xml +++ b/docs/plugins/inspect/plugin-iec958.xml @@ -3,7 +3,7 @@ Convert raw AC3 into IEC958 (S/PDIF) frames ../../gst/iec958/.libs/libgstiec958.so libgstiec958.so - 0.9.6 + 0.9.7 LGPL gst-plugins-ugly GStreamer source release diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml index 28b7442..5208f42 100644 --- a/docs/plugins/inspect/plugin-lame.xml +++ b/docs/plugins/inspect/plugin-lame.xml @@ -3,7 +3,7 @@ Encode MP3's with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 0.9.6 + 0.9.7 LGPL gst-plugins-ugly GStreamer source release diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml index 13fa3e4..d31bfe1 100644 --- a/docs/plugins/inspect/plugin-mad.xml +++ b/docs/plugins/inspect/plugin-mad.xml @@ -3,7 +3,7 @@ id3 tag manipulation and mp3 decoding based on the mad library ../../ext/mad/.libs/libgstmad.so libgstmad.so - 0.9.6 + 0.9.7 GPL gst-plugins-ugly GStreamer source release diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml index b24f54b..8a1fd16 100644 --- a/docs/plugins/inspect/plugin-mpeg2dec.xml +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -3,7 +3,7 @@ LibMpeg2 decoder ../../ext/mpeg2dec/.libs/libgstmpeg2dec.so libgstmpeg2dec.so - 0.9.6 + 0.9.7 GPL gst-plugins-ugly GStreamer source release diff --git a/docs/plugins/inspect/plugin-mpegaudioparse.xml b/docs/plugins/inspect/plugin-mpegaudioparse.xml index d60353e..3f3eeb2 100644 --- a/docs/plugins/inspect/plugin-mpegaudioparse.xml +++ b/docs/plugins/inspect/plugin-mpegaudioparse.xml @@ -3,7 +3,7 @@ MPEG-1 layer 1/2/3 audio parser ../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so libgstmpegaudioparse.so - 0.9.6 + 0.9.7 LGPL gst-plugins-ugly GStreamer source release diff --git a/docs/plugins/inspect/plugin-rmdemux.xml b/docs/plugins/inspect/plugin-rmdemux.xml index 7131765..14ccc33 100644 --- a/docs/plugins/inspect/plugin-rmdemux.xml +++ b/docs/plugins/inspect/plugin-rmdemux.xml @@ -3,7 +3,7 @@ Realmedia stream demuxer ../../gst/realmedia/.libs/libgstrmdemux.so libgstrmdemux.so - 0.9.6 + 0.9.7 LGPL gst-plugins-ugly GStreamer source release diff --git a/LICENSE b/docs/random/LICENSE similarity index 100% rename from LICENSE rename to docs/random/LICENSE diff --git a/PORTED_09 b/docs/random/PORTED_09 similarity index 100% rename from PORTED_09 rename to docs/random/PORTED_09 -- 2.7.4