summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-26 17:49:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-26 17:49:27 +0000
commit38ea5ee65ea2341d01270002c25168538eaae558 (patch)
tree7c4a5d7abf8b1a412eae7429d97157024b751a2c
parent0349bd37073d24cef78b61930bfb878c0e9b54c5 (diff)
downloadgstreamer-plugins-bad-38ea5ee65ea2341d01270002c25168538eaae558.tar.gz
releasing
Original commit message from CVS: releasing
-rw-r--r--ChangeLog8
-rw-r--r--Makefile.am2
-rw-r--r--NEWS53
-rw-r--r--RELEASE132
m---------common0
-rw-r--r--configure.ac2
-rw-r--r--po/nl.po4
7 files changed, 196 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 9103b0e8d..73ea4ecb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+=== release 0.7.5 ===
+
+2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac: release 0.7.5, "Under The Sea"
+
2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
@@ -189,7 +195,7 @@
2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
- * configure.ac: Export only gst_plugin_desc from plugins.
+ * configure.ac: Export only gst_plugin_desc from plugins.
Note that this change only makes any effect with Linux using libtool
1.5.2 or higher. Otherwise it is silently ignored, but it would build
fine. And don't try to have several versions of libtool in different
diff --git a/Makefile.am b/Makefile.am
index e44fed0ac..9d0ffec2d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ DIST_SUBDIRS=ext gst-libs \
pkgconfig
EXTRA_DIST=gst-plugins.spec depcomp \
- AUTHORS COPYING COPYING.LIB README REQUIREMENTS \
+ AUTHORS COPYING COPYING.LIB README RELEASE REQUIREMENTS \
ChangeLog autogen.sh common m4
DISTCLEANFILES=_stdint.h
diff --git a/NEWS b/NEWS
index e69de29bb..91f6f03d8 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,53 @@
+This is GStreamer Plugins 0.7.5
+
+Changes since 0.7.5:
+
+ * Compatible with gstreamer 0.7.5
+ * ffmpeg plugin moved to gst-ffmpeg module
+ * DV fixes
+ * mikmod fixes
+ * OSX build fixes
+ * jpeg fixes
+ * gdk_pixbuf fixes
+ * automake 1.8 underquotedness fixes
+ * rfb server/port addition
+ * colorspace fixes
+ * liboil usage in videofilter and videotestsrc
+ * better LADSPA classification
+ * ALSA xrun recovery fixes
+ * switch fixes
+ * xvimagesink fixes
+ * moved out MAS sink
+ * experimental xine lib plugin
+ * intfloat and oneton removed in favour of audioconvert and interleave
+ * only export gst_* from plugins
+ * lame tag writing fixed
+ * added reporting of codecs used
+ * version gconf schemas and install locations
+ * qtdemux fixes
+ * gamma correction fixes
+
+Bugs fixed since 0.7.5:
+
+ * 129740 : MP4/M4A files not recognized properly
+ * 130507 : Silence/sine don't have a sync property
+ * 131050 : avi-demux plays audio, but funky colors as video
+ * 131534 : jhbuild build failure with Debian sid
+ * 131948 : xoverlay and gstplay sample fails to build - missing include
+ * 133219 : missing include in ./gst/effectv/gstedge.c
+ * 133316 : gst/vbidec/vbiscreen missing cast
+ * 133410 : gstid3tag doesnt handle track-count
+ * 133508 : [oggdemux] Can't play files with multiple streams
+ * 133528 : sincesrc seems not to register its dparams correctly
+ * 133562 : Build breaks on dvdec
+ * 133663 : ext/ladspa categorises all plugins as Filter/Effect
+ * 133886 : libtool error while compiling alsamixer plug-in
+ * 134255 : vbidec won't compile
+ * 134318 : GConf schemas should be in versioned files, and install in v
+ * 134322 : gst/intfloat/gstint2float.c forgets to include "inttypes.h"
+ * 134612 : ext/gdk_pixbuf/Makefile: error in target install-loaderLTLIB
+ * 134750 : Problem building gst-plugins on Solaris
+ * 134894 : vorbisdec signals tags with bitrate < 1 (ie not set)
+ * 135038 : port gst-shorten to the new caps system
+ * 135042 : fix tag writing in lame
+ * 135116 : gstflacenc.c fails to build in NetBSD
diff --git a/RELEASE b/RELEASE
new file mode 100644
index 000000000..b027ba109
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,132 @@
+
+GStreamer: Release notes for GStreamer Plugins 0.7.5 "Under The Sea"
+
+
+The GStreamer team is happy to announce a new release in the
+0.7.x development series of the GStreamer Plugins.
+The goal of this release series is to stabilize towards a 0.8
+release series which will be part of the GNOME 2.6 releases
+and hopefully eventually KDE 4.x.
+
+
+The 0.7 series is a development series and is aimed at developers.
+It is NOT API or ABI compatible with the stable 0.6.x series or
+with other releases in the series. This means you can not use this
+release to upgrade your current GStreamer installation and expect your
+GStreamer applications to keep working without a recompile.
+It is, however, parallel installable with the 0.6.x series.
+
+
+Features of this release
+
+ * Compatible with gstreamer 0.7.5
+ * ffmpeg plugin moved to gst-ffmpeg module
+ * DV fixes
+ * mikmod fixes
+ * OSX build fixes
+ * jpeg fixes
+ * gdk_pixbuf fixes
+ * automake 1.8 underquotedness fixes
+ * rfb server/port addition
+ * colorspace fixes
+ * liboil usage in videofilter and videotestsrc
+ * better LADSPA classification
+ * ALSA xrun recovery fixes
+ * switch fixes
+ * xvimagesink fixes
+ * moved out MAS sink
+ * experimental xine lib plugin
+ * intfloat and oneton removed in favour of audioconvert and interleave
+ * only export gst_* from plugins
+ * lame tag writing fixed
+ * added reporting of codecs used
+ * version gconf schemas and install locations
+ * qtdemux fixes
+ * gamma correction fixes
+
+Known issues
+
+ * MPEG video playback needs to be updated, it doesn't work reliably
+ * The play library has visualisation disabled for now
+
+Bugs fixed in this release
+
+ * 129740 : MP4/M4A files not recognized properly
+ * 130507 : Silence/sine don't have a sync property
+ * 131050 : avi-demux plays audio, but funky colors as video
+ * 131534 : jhbuild build failure with Debian sid
+ * 131948 : xoverlay and gstplay sample fails to build - missing include
+ * 133219 : missing include in ./gst/effectv/gstedge.c
+ * 133316 : gst/vbidec/vbiscreen missing cast
+ * 133410 : gstid3tag doesnt handle track-count
+ * 133508 : [oggdemux] Can't play files with multiple streams
+ * 133528 : sincesrc seems not to register its dparams correctly
+ * 133562 : Build breaks on dvdec
+ * 133663 : ext/ladspa categorises all plugins as Filter/Effect
+ * 133886 : libtool error while compiling alsamixer plug-in
+ * 134255 : vbidec won't compile
+ * 134318 : GConf schemas should be in versioned files, and install in v
+ * 134322 : gst/intfloat/gstint2float.c forgets to include "inttypes.h"
+ * 134612 : ext/gdk_pixbuf/Makefile: error in target install-loaderLTLIB
+ * 134750 : Problem building gst-plugins on Solaris
+ * 134894 : vorbisdec signals tags with bitrate < 1 (ie not set)
+ * 135038 : port gst-shorten to the new caps system
+ * 135042 : fix tag writing in lame
+ * 135116 : gstflacenc.c fails to build in NetBSD
+
+Download
+
+You find source releases of gst-plugins in the download directory:
+http://gstreamer.freedesktop.org/src/gst-plugins/
+
+GStreamer Homepage
+
+More details can be found on the project's website:
+http://gstreamer.freedesktop.org/
+
+Support and Bugs
+
+We use GNOME's bugzilla for bug reports and feature requests:
+http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
+
+Developers
+
+CVS is hosted on cvs.freedesktop.org.
+All code is in CVS and can be checked out from there.
+Interested developers of the core library, plug-ins, and applications should
+subscribe to the gstreamer-devel list. If there is sufficient interest we
+will create more lists as necessary.
+
+
+Applications
+
+As mentioned there are some changes in API/ABI between the 0.6.x and 0.7.x
+releases.
+Many applications will probably be source compatible between 0.6.x. and 0.7.x
+however.
+Rhythmbox and
+Sound Juicer
+for instance work very well when compiled on 0.7.x.
+GStreamer Player does not work across releases however,
+so we will make a separate release of gst-player with the needed
+fixes for it to work with 0.7.x. This release contains the core fixes we
+were waiting for to port the player over so expect a gst-player release in
+the near future.
+
+
+Contributors to this release
+
+ * Jan Schmidt
+ * David I. Lehn
+ * David Schleef
+ * Benjamin Otte
+ * Thomas Vander Stichele
+ * Stefan Kost
+ * Julien Moutte
+ * Ramon Garcia
+ * Christophe Fergeau
+ * Julio M. Merino Vidal
+ * Johan Dahlin
+ * Arwed v. Merkatz
+ * Andy Wingo
diff --git a/common b/common
-Subproject 0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9
+Subproject 874dab5c3461ad7487f1ae029256b6da82dddf6
diff --git a/configure.ac b/configure.ac
index ab4de2a84..7de2306c9 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, GST_PLUGINS_VERSION, 0, 7, 4, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 5, 0, GST_CVS="no", GST_CVS="yes")
dnl add a suffix to apps
if test x$program_suffix = xNONE ; then
diff --git a/po/nl.po b/po/nl.po
index e9e06c428..0683c7625 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-02-04 22:48+0100\n"
+"POT-Creation-Date: 2004-02-26 18:03+0100\n"
"PO-Revision-Date: 2004-02-02 23:08+0100\n"
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
"Language-Team: Dutch <nl@li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Kon vfs-bestand \"%s\" niet sluiten."
msgid "No filename specified."
msgstr "Geen bestandsnaam gegeven."
-#: ext/sndfile/gstsf.c:793
+#: ext/sndfile/gstsf.c:805
#, c-format
msgid "Could not write to file \"%s\"."
msgstr "Kon niet schrijven naar bestand \"%s\"."