summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-07-01 16:02:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-07-01 16:02:43 +0000
commit52c38be227537981d1599067e852b31a2addeedf (patch)
treee095927973559cc371ba28faeb8bf265b9d81746
parentc27721c47e56ef115dcde1862579637165e6b221 (diff)
downloadgstreamer-plugins-bad-52c38be227537981d1599067e852b31a2addeedf.tar.gz
releasing 0.8
Original commit message from CVS: releasing 0.8
-rw-r--r--ChangeLog16
-rw-r--r--NEWS40
-rw-r--r--RELEASE128
-rw-r--r--configure.ac2
-rw-r--r--po/af.po6
-rw-r--r--po/az.po6
-rw-r--r--po/cs.po6
-rw-r--r--po/en_GB.po6
-rw-r--r--po/hu.po6
-rw-r--r--po/it.po6
-rw-r--r--po/nb.po6
-rw-r--r--po/nl.po6
-rw-r--r--po/or.po6
-rw-r--r--po/sq.po6
-rw-r--r--po/sr.po6
-rw-r--r--po/sv.po8
-rw-r--r--po/uk.po6
-rw-r--r--po/vi.po6
-rw-r--r--po/zh_TW.po6
19 files changed, 137 insertions, 141 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cdbe6076..564ad70c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+=== release 0.8.10 ===
+
+2005-07-01 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * configure.ac: releasing 0.8.10, "Jangle"
+
2005-06-30 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gconf/gstreamer.schemas.in:
@@ -285,8 +291,8 @@
2005-06-09 Arwed v. Merkatz <v.merkatz@gmx.net>
* gst/tta/gstttaparse.c: (gst_tta_src_query):
- Fixed time query and added position query so totem can display current
- and total time.
+ Fixed time query and added position query so totem can display
+ current and total time.
2005-06-09 Arwed v. Merkatz <v.merkatz@gmx.net>
@@ -325,8 +331,8 @@
* ext/wavpack/words.c:
* ext/wavpack/wputils.c:
Replace wavpack plugin by a new plugin using the wavpack library.
- Supports playback from non-raw wavpack streams (e.g. matroska files),
- playback with correction file and float audio.
+ Supports playback from non-raw wavpack streams (e.g. matroska files),
+ playback with correction file and float audio.
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_parse_blockgroup),
(gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
@@ -514,7 +520,7 @@
2005-06-02 Stefan Kost <ensonic@users.sf.net>
* ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
- if faad wants params in exact bit-width, then deliver them as such
+ if faad wants params in exact bit-width, then deliver them as such
2005-06-01 Benjamin Otte <in7y118@public.uni-hamburg.de>
diff --git a/NEWS b/NEWS
index fd9a930d6..f5eed85f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,40 @@
-This is GStreamer Plugins 0.8.9, "Old Hat"
+This is GStreamer Plugins 0.8.10, "Jangle"
+
+Changes since 0.8.9:
+
+ * new videoscale algorithm: bilinear
+ * important fixes for cd-based applications (Sound Juicer, gnome-cd)
+
+Bugs fixed since 0.8.9:
+
+ * 140237 : Mp3 playback messes up on this file
+ * 161079 : [videoscale] implement bilinear or bicubic methods for do...
+ * 300305 : videobox in YUV adds green instead of black if right=(odd...
+ * 300471 : videoscale from odd to even width adds a green line at th...
+ * 301292 : caps nego problem in gst-adder
+ * 304627 : asfdemux producing a strange framerate
+ * 304754 : Say what devices couldn't be opened when cdparanoia thro...
+ * 305150 : faad plugin doesn't recognize end-of-song?
+ * 305428 : [audiorate] crashes if first buffer has offset of GST_BUF...
+ * 305435 : libgstaudiofile.so uses af_virtual_file_new, which is not...
+ * 305505 : Fail to compile plugin spc
+ * 305524 : Cairo plugin does not compile with cairo 0.5
+ * 305658 : the adder plugin doesn't connect to more than one sinks
+ * 306041 : gstreamer-plugins 0.8.8 stops Soundjuicer ripping properly
+ * 306641 : gst-compprep segfaults when mpeg2enc plugin is installed ...
+ * 306659 : [avidemux] certain avi file doesnt show video
+ * 306660 : glsink fails to build when OpenGL is used instead of MESA
+ * 306680 : mov with 8 bit raw pcm sound distorted
+ * 306938 : memory leak in gsttypefind
+ * 307354 : PATCH: gcc4 compile fix
+ * 307459 : Can not rip the last track of CDs
+ * 307606 : gstplaybasebin leaks mutex
+ * 307804 : [cdio] gst_element_make_from_uri hangs on " cdda:// " in totem
+ * 308644 : [matroska] Incorrect pixel-aspect-ratio in matroska demuxer
+ * 308794 : [auparse] minor memory leak
+ * 308827 : ogg muxer in 0.8 muxes wrong
+ * 309005 : leaks in gstlibfame.c
+ * 309043 : gstwavparse causes segfaults
Changes since 0.8.8:
@@ -704,5 +740,5 @@ Bugs fixed since 0.7.4:
* 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
index 566459e59..fc2de0843 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer Plugins 0.8.9 "Old Hat"
+GStreamer: Release notes for GStreamer Plugins 0.8.10 "Jangle"
The GStreamer team is happy to announce a new release
@@ -29,81 +29,39 @@ Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* Translations: af az ca cs en_GB fr hu it nb nl or sq sr sv uk vi
- * new element: ximagesrc
- * new plugin: video4linuxradio
- * new plugin: freeze
+ * new videoscale algorithm: bilinear
+ * important fixes for cd-based applications (Sound Juicer, gnome-cd)
Bugs fixed in this release
- * 118033 : Autodetect audiosink at run-time
- * 141189 : [PATCH] [SPC] playback
- * 149158 : [qtdemux/faad] MP4 file encoded Nero AAC Codec 2.6.2.0 is...
- * 154431 : [mpeg] on PPC, gstreamer segfaults on any mpeg video
- * 161661 : [PATCH] screenshots via gstreamer
- * 162024 : [alsasink] doesn't probe HW buffer_size/period_size/perio...
- * 162355 : [PATCH] [cdparanoia] Fix for _QUERY_POSITION
- * 163443 : crash when searching in a file (cvs)
- * 165643 : [qtdemux] doesn't handle embedded URLs
- * 165726 : [PATCH] New plugin: freeze
- * 166113 : [faad] plugin won't compile against faad CVS (unreleased ...
- * 168390 : data caching (queue) breaks mms/asf
- * 168406 : asfdemux always uses 25fps
- * 168558 : [faad] Unsupported FAAD channel position 0x0 encountered ...
- * 168728 : [v4lsrc] Support for v4l radio (patch included)
- * 169073 : muine crashes on song change
- * 169081 : ogg broken stream fix
- * 169289 : Playbin should fallback on x11 when xvideo isn't available
- * 169333 : [pngdec, pngenc] Stride problems
- * 169400 : decodebin finalization bug
- * 169629 : [theoraenc] sharpness property
- * 170060 : Segmentation Fault when open a video file with external s...
- * 170066 : Leak in oggdemux
- * 170083 : nautilus restarts (crashes) when trying to view the prope...
- * 170249 : [nassink] playing .wav gives only noise
- * 170319 : id3demuxbin loses tags
- * 170387 : gstreamer fails to play free format mp3 using playbin
- * 170390 : adder fails to implement a release_pad function
- * 171341 : seeks on the silence plugin
- * 171371 : need wavpack decoder
- * 171530 : new plugin: libcdio-based cdda source
- * 171777 : Ogm seek support is broken
- * 171997 : gst-plugins structure addon for mikmod < = 3.2.0 just a on...
- * 172242 : gstspeed doesn't handle seek events correct
- * 172281 : Buffer overflows in gstspeed
- * 172563 : [videocrop] corrupts video when setting property in state...
- * 172697 : [PATCH] mpeg2dec skip-frame
- * 172845 : one pixel cropped off at left when rendering subtitles
- * 172854 : totem spawns error and stops when opening with a badly fo...
- * 172884 : When un-muting the sound volume is restored to 100%
- * 172946 : crash when playing a .mov quicktime file
- * 300337 : [PATCH] [switch] Does not set debug category
- * 300377 : Totem cannot read files from davs URIs (other GNOME apps ...
- * 300457 : Totem never errors if you try playing a mp3 stream withou...
- * 300495 : configure does not find v4l, v4l2, Xlib.h, and SDL
- * 301158 : 2 casts of buf in the gst_ximagesink_chain function (xima...
+ * 140237 : Mp3 playback messes up on this file
+ * 161079 : [videoscale] implement bilinear or bicubic methods for do...
+ * 300305 : videobox in YUV adds green instead of black if right=(odd...
+ * 300471 : videoscale from odd to even width adds a green line at th...
* 301292 : caps nego problem in gst-adder
- * 301894 : Wavpack doesn't compile on FreeBSD.
- * 301944 : GstAdder doesn't EOS when all input channels did
- * 302188 : totem crashes on a mp3 file
- * 302222 : update for future Cairo 0.5 API
- * 302625 : mad element doesn't report bitrate for mp3 files with no ...
- * 302813 : volume inside playbin doesn't work after the first file h...
- * 302837 : [playbin] gst_tag_list_copy: assertion `GST_IS_TAG_LIST (...
- * 302864 : gst-plugins fails to compile with gcc4
- * 303011 : compilation fails on GCC4 warnings
- * 303117 : Gstreamer plugins 0.8.8 musepack plugin build fails
- * 303253 : More gcc4 issues in 0.8 head plugins
- * 303650 : mpeg1videoparse does not recognize keyframes
- * 303936 : should use g++ to link with cpp code
- * 304125 : POTFILES.in fixes for gst-plugins
- * 304180 : [directfb] compilation fails with gcc-4
- * 304284 : [dv1394src] doesn't compile with gcc4
- * 304537 : [dvdnav] dvdnav doesn't like gcc4
- * 304538 : [hermes] doesn't like gcc4
- * 304540 : [libmms] libmms doesn't like gcc4
- * 304588 : totem crashes on invalid WAV file (channels=0)
- * 305012 : [ximage] doesn't compile with gcc4
- * 305186 : alsasink borkage
+ * 304627 : asfdemux producing a strange framerate
+ * 304754 : Say what devices couldn't be opened when cdparanoia thro...
+ * 305150 : faad plugin doesn't recognize end-of-song?
+ * 305428 : [audiorate] crashes if first buffer has offset of GST_BUF...
+ * 305435 : libgstaudiofile.so uses af_virtual_file_new, which is not...
+ * 305505 : Fail to compile plugin spc
+ * 305524 : Cairo plugin does not compile with cairo 0.5
+ * 305658 : the adder plugin doesn't connect to more than one sinks
+ * 306041 : gstreamer-plugins 0.8.8 stops Soundjuicer ripping properly
+ * 306641 : gst-compprep segfaults when mpeg2enc plugin is installed ...
+ * 306659 : [avidemux] certain avi file doesnt show video
+ * 306660 : glsink fails to build when OpenGL is used instead of MESA
+ * 306680 : mov with 8 bit raw pcm sound distorted
+ * 306938 : memory leak in gsttypefind
+ * 307354 : PATCH: gcc4 compile fix
+ * 307459 : Can not rip the last track of CDs
+ * 307606 : gstplaybasebin leaks mutex
+ * 307804 : [cdio] gst_element_make_from_uri hangs on " cdda:// " in totem
+ * 308644 : [matroska] Incorrect pixel-aspect-ratio in matroska demuxer
+ * 308794 : [auparse] minor memory leak
+ * 308827 : ogg muxer in 0.8 muxes wrong
+ * 309005 : leaks in gstlibfame.c
+ * 309043 : gstwavparse causes segfaults
Download
@@ -138,28 +96,24 @@ as provided by gstreamer-gconf-0.8.pc, to access the default settings.
Contributors to this release
- * Ali Akcaagac
+ * Antoine Tremblay
* Arwed v. Merkatz
* Benjamin Otte
- * Benoit Amiaux
- * Brian Cameron
- * Chris Lee
* David Schleef
- * Edward Hervey
- * Gergely Nagy
+ * James Henstridge
+ * Jan de Groot
* Jan Schmidt
- * Kjartan Maraas
- * Koop Mast
+ * Jeroen Zwartepoorte
* Luca Ognibene
- * Lutz Mueller
- * Nickolay V. Shmyrev
- * Richard Hult
+ * Martin Soto
+ * Michael Benes
+ * Paolo Borelli
* Ronald Bultje
+ * Ross Burton
+ * Thomas Klausner
* Thomas Vander Stichele
- * Till Busch
+ * Stefan Kost
* Tim-Philipp Müller
- * William Jon McCann
- * Wim Taymans
* Wouter Paesen
* Zaheer Abbas Merali
-  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 56ac50520..d4b3f0e8d 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, 8, 9, 2, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 8, 10, 0, GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
diff --git a/po/af.po b/po/af.po
index a624f590d..1d10113af 100644
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -170,12 +170,12 @@ msgstr "Geen lernaam gespesifiseer."
msgid "Could not close vfs file \"%s\"."
msgstr "Kon nie vfs-ler \"%s\" toemaak nie."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Kon nie vfs-ler \"%s\" oopmaak vir lees nie."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Geen lernaam gespesifiseer."
diff --git a/po/az.po b/po/az.po
index 28918e3a3..c1cc1d4d8 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -171,12 +171,12 @@ msgstr "Fayl adı verilməyib."
msgid "Could not close vfs file \"%s\"."
msgstr "\"%s\" vfs faylı bağlana bilmədi."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "\"%s\" vfs faylı oxuma üçün açıla bilmədi."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Fayl adı verilməyib."
diff --git a/po/cs.po b/po/cs.po
index 366fa54f0..928ccc821 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-08-08 22:58+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -172,12 +172,12 @@ msgstr "Nezadán název souboru"
msgid "Could not close vfs file \"%s\"."
msgstr "Nemohu zavřít soubor vfs \"%s\"."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Nemohu otevřít soubor vfs \"%s\" pro čtení."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Nezadán název souboru"
diff --git a/po/en_GB.po b/po/en_GB.po
index 02c163e14..8764fb755 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n"
@@ -168,12 +168,12 @@ msgstr "No filename given"
msgid "Could not close vfs file \"%s\"."
msgstr "Could not close vfs file \"%s\"."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Could not open vfs file \"%s\" for reading."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "No filename given"
diff --git a/po/hu.po b/po/hu.po
index ab6386655..3b766b65d 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-07-18 11:03+0200\n"
"Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -169,12 +169,12 @@ msgstr "Nincs fájlnév megadva"
msgid "Could not close vfs file \"%s\"."
msgstr "Nem lehet bezárni a(z) \"%s\" vfs-fájlt."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Nem lehet olvasásra megnyitni a(z) \"%s\" vfs-fájlt."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Nincs fájlnév megadva"
diff --git a/po/it.po b/po/it.po
index 93b7c2da5..1fad98aa8 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-11-07 19:11+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -169,12 +169,12 @@ msgstr "Nessun nome di file fornito"
msgid "Could not close vfs file \"%s\"."
msgstr "Impossibile chiudere il file vfs «%s»."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Impossibile aprire il file vfs «%s» in lettura."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Nessun nome di file fornito"
diff --git a/po/nb.po b/po/nb.po
index e09db9109..4f0ade1e2 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-10-04 15:54+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@@ -168,12 +168,12 @@ msgstr "Ingen filnavn oppgitt"
msgid "Could not close vfs file \"%s\"."
msgstr "Kunne ikke lukke VFS-fil «%s»."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Kunne ikke åpne VFS-fil «%s» for lesing."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
msgid "No filename given."
msgstr "Ingen filnavn oppgitt."
diff --git a/po/nl.po b/po/nl.po
index c001fd953..abbfbdd9c 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-08-05 16:26+0200\n"
"Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -170,12 +170,12 @@ msgstr "Geen bestandsnaam opgegeven"
msgid "Could not close vfs file \"%s\"."
msgstr "Kon het VFS-bestand \"%s\" niet sluiten."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Kon het VFS-bestand \"%s\" niet openen om te lezen."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Geen bestandsnaam opgegeven"
diff --git a/po/or.po b/po/or.po
index d568e72bf..486a55bbe 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
@@ -170,12 +170,12 @@ msgstr "କୌଣସି ଫାଇଲନାମ ଦିଆଯାଇ ନାହିଁ
msgid "Could not close vfs file \"%s\"."
msgstr "ଭି.ଏଫ.ଏସ. ଫାଇଲ \"%s\" ବନ୍ଦ କରିହେଲା ନାହିଁ."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "ଭି.ଏଫ.ଏସ. ଫାଇଲ \"%s\" ପଢ଼ିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "କୌଣସି ଫାଇଲନାମ ଦିଆଯାଇ ନାହିଁ"
diff --git a/po/sq.po b/po/sq.po
index 4b0afe40d..0e260d58b 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <begraj@hotmail.com>\n"
@@ -168,12 +168,12 @@ msgstr "Nuk është dhënë asnjë emër file"
msgid "Could not close vfs file \"%s\"."
msgstr "E pamundur mbyllja e file vfs \"%s\"."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "E pamundur hapja e file vfs \"%s\" për lexim."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Nuk është dhënë asnjë emër file"
diff --git a/po/sr.po b/po/sr.po
index ba183225d..319ac0ae6 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-03-13 00:18+0100\n"
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"
@@ -172,12 +172,12 @@ msgid "Could not close vfs file \"%s\"."
msgstr "Не могу да затворим ВСД датотеку „%s“."
# Виртуелни Систем Датотека
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Не могу да отворим ВСД датотеку „%s“ ради читања."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Име датотеке није задато."
diff --git a/po/sv.po b/po/sv.po
index ee84d209a..094ee7bf2 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,13 +2,13 @@
# Copyright (C) 2004 Free Software Foundation, Inc.
# Christian Rose <menthos@menthos.com>, 2004.
#
-# $Id: sv.po,v 1.16.2.3 2005/06/27 15:42:41 thomasvs Exp $
+# $Id: sv.po,v 1.16.2.4 2005/07/01 16:02:43 thomasvs Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-08-03 20:53+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -176,12 +176,12 @@ msgstr "Inget filnamn angivet"
msgid "Could not close vfs file \"%s\"."
msgstr "Kunde inte stänga vfs-filen \"%s\"."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Kunde inte öppna vfs-filen \"%s\" för läsning."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Inget filnamn angivet"
diff --git a/po/uk.po b/po/uk.po
index bfc9b9115..7162b4675 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2004-08-03 15:40+0200\n"
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -172,13 +172,13 @@ msgstr "Не вказано файл"
msgid "Could not close vfs file \"%s\"."
msgstr "Не вдається закрити файл віртуальної файлової системи \"%s\"."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr ""
"Не вдається відкрити файл віртуальної файлової системи \"%s\" для читання."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Не вказано файл"
diff --git a/po/vi.po b/po/vi.po
index 8391d0ca6..79f57d73e 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2005-01-22 17:17+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@@ -170,12 +170,12 @@ msgstr "Chưa nhập tên tập tin "
msgid "Could not close vfs file \"%s\"."
msgstr "Đã không đóng được tập tin vfs \"%s\"."
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "Đã không mở được tập tin vfs \"%s\" để đọc."
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "Chưa nhập tên tập tin "
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 6f5f265b0..7fe3f1ecd 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-06-24 19:45+0200\n"
+"POT-Creation-Date: 2005-06-30 14:54+0200\n"
"PO-Revision-Date: 2005-04-13 15:42+0800\n"
"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@@ -168,12 +168,12 @@ msgstr "未指定檔案名稱。"
msgid "Could not close vfs file \"%s\"."
msgstr "無法關閉檔案 “%s”。"
-#: ext/gnomevfs/gstgnomevfssrc.c:1167
+#: ext/gnomevfs/gstgnomevfssrc.c:1177
#, c-format
msgid "Could not open vfs file \"%s\" for reading."
msgstr "無法開啟 vfs 檔案 “%s” 來讀取資料。"
-#: ext/gnomevfs/gstgnomevfssrc.c:1175
+#: ext/gnomevfs/gstgnomevfssrc.c:1185
#, fuzzy
msgid "No filename given."
msgstr "未指定檔案名稱。"