summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-09 18:35:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-09 18:35:03 +0000
commitcea45bd9ce2a0a817d91bc666e45ba630100156a (patch)
tree72ef39c3a6211c2589c3d66698f39652d528e9e5
parent5933daee1710f0074d05732cb2af02b7e725e73a (diff)
releasing
Original commit message from CVS: releasing
-rw-r--r--ChangeLog2
-rw-r--r--NEWS35
-rw-r--r--configure.ac6
-rw-r--r--po/nl.po16
4 files changed, 48 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 48860e7c..2ee1b4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+=== gst-plugins 0.7.6 ===
+
2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
* pkgconfig/gstreamer-play-uninstalled.pc.in:
diff --git a/NEWS b/NEWS
index 91f6f03d..5e9c42f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,35 @@
-This is GStreamer Plugins 0.7.5
+This is GStreamer Plugins 0.7.6
-Changes since 0.7.5:
+Changes since 0.7.5:
+
+ * uses 0.8 as the major/minor number
+ * dist fixes for generated files
+ * MPEG video playback fixed
+ * error call fixes
+ * videodrop fixes
+ * alsa oss emulation mixer fixes
+ * audioconvert fixes
+ * gconf versioning fixes
+ * mad xing header fixes
+ * vorbisdec fixes
+ * mad leak and stream reporting fixes
+ * media-info fixed
+ * buffer leak fixes
+ * osssink timing fixes
+ * NAS fixes
+ * cdparanoia error
+
+Bugs fixed since 0.7.5:
+
+ * 114560 : rfc2250enc produces empty buffers
+ * 122279 : goom's first timestamp is broken
+ * 131128 : aasink and sdlvideosink are broken
+ * 133541 : int2float and int2floatnew conflict should be resolved
+ * 133783 : remove deprecated plugins
+ * 135597 : make gstosselement properly deal with symlinks
+ * 136334 : udpsrc pads / caps error
+
+Changes since 0.7.4:
* Compatible with gstreamer 0.7.5
* ffmpeg plugin moved to gst-ffmpeg module
@@ -27,7 +56,7 @@ Changes since 0.7.5:
* qtdemux fixes
* gamma correction fixes
-Bugs fixed since 0.7.5:
+Bugs fixed since 0.7.4:
* 129740 : MP4/M4A files not recognized properly
* 130507 : Silence/sine don't have a sync property
diff --git a/configure.ac b/configure.ac
index a857e18f..c1734c9a 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, 5, 1, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7, 6, 0, GST_CVS="no", GST_CVS="yes")
dnl add a suffix to apps
if test x$program_suffix = xNONE ; then
@@ -23,6 +23,8 @@ AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
dnl our libraries and install dirs use major.minor as a version
GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR
+dnl we override it for the release candidate
+GST_MAJORMINOR=0.8
AC_SUBST(GST_MAJORMINOR)
dnl CURRENT, REVISION, AGE
@@ -30,7 +32,7 @@ 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
-AS_LIBTOOL(GST_PLUGINS, 2, 0, 0)
+AS_LIBTOOL(GST_PLUGINS, 0, 0, 0)
AM_PROG_LIBTOOL
dnl FIXME take something else ?
diff --git a/po/nl.po b/po/nl.po
index 9658bc99..14c9bd07 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-23 19:35+0100\n"
+"POT-Creation-Date: 2004-03-09 19:31+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"
@@ -30,6 +30,10 @@ msgstr "Kon bestand \"%s\" niet sluiten."
msgid "Could not open file \"%s\" for reading."
msgstr "Kon bestand \"%s\" niet openen voor lezen."
+#: ext/cdparanoia/gstcdparanoia.c:638 ext/cdparanoia/gstcdparanoia.c:655
+msgid "Could not open CD device for reading."
+msgstr "Kon CD-apparaat niet openen voor lezen."
+
#: ext/gnomevfs/gstgnomevfssrc.c:1066 ext/gnomevfs/gstgnomevfssrc.c:1089
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
@@ -103,28 +107,28 @@ msgstr "Kon video-apparaat \"%s\" niet sluiten."
msgid "Could not write to device \"%s\"."
msgstr "Kon niet schrijven naar apparaat \"%s\"."
-#: sys/oss/gstosselement.c:702
+#: sys/oss/gstosselement.c:724
#, c-format
msgid "OSS device \"%s\" is already in use by another program."
msgstr "OSS-apparaat \"%s\" is al in gebruik door een ander programma."
-#: sys/oss/gstosselement.c:709 sys/oss/gstosselement.c:713
+#: sys/oss/gstosselement.c:731 sys/oss/gstosselement.c:735
#, c-format
msgid "Could not access device \"%s\", check its permissions."
msgstr ""
"Kon geen toegang krijgen tot apparaat \"%s\", controleer de permissies."
-#: sys/oss/gstosselement.c:720
+#: sys/oss/gstosselement.c:742
#, c-format
msgid "Device \"%s\" does not exist."
msgstr "Apparaat \"%s\" bestaat niet."
-#: sys/oss/gstosselement.c:727
+#: sys/oss/gstosselement.c:749
#, c-format
msgid "Could not open device \"%s\" for writing."
msgstr "Kon apparaat \"%s\" niet openen voor schrijven."
-#: sys/oss/gstosselement.c:731
+#: sys/oss/gstosselement.c:753
#, c-format
msgid "Could not open device \"%s\" for reading."
msgstr "Kon apparaat \"%s\" niet openen voor lezen."