From 99bc49025092686e7755d821ba59a4b3f3118f81 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 23 Oct 2005 22:34:38 +0000 Subject: [PATCH] releasing 0.9.4 Original commit message from CVS: releasing 0.9.4 --- ChangeLog | 9 ++++++++ NEWS | 8 ++++++- RELEASE | 19 ++++++++--------- configure.ac | 2 +- docs/Makefile.am | 2 +- docs/libs/tmpl/gstcolorbalance.sgml | 9 ++++++++ docs/plugins/inspect/plugin-adder.xml | 6 +++--- docs/plugins/inspect/plugin-alsa.xml | 6 +++--- docs/plugins/inspect/plugin-audioconvert.xml | 13 +++--------- docs/plugins/inspect/plugin-audiorate.xml | 6 +++--- docs/plugins/inspect/plugin-audioresample.xml | 6 +++--- docs/plugins/inspect/plugin-audiotestsrc.xml | 6 +++--- docs/plugins/inspect/plugin-decodebin.xml | 6 +++--- docs/plugins/inspect/plugin-ffmpegcolorspace.xml | 2 +- docs/plugins/inspect/plugin-gnomevfs.xml | 6 +++--- docs/plugins/inspect/plugin-libvisual.xml | 6 +++--- docs/plugins/inspect/plugin-ogg.xml | 6 +++--- docs/plugins/inspect/plugin-playbin.xml | 6 +++--- docs/plugins/inspect/plugin-sine.xml | 6 +++--- docs/plugins/inspect/plugin-subparse.xml | 6 +++--- docs/plugins/inspect/plugin-tcp.xml | 6 +++--- docs/plugins/inspect/plugin-theora.xml | 6 +++--- docs/plugins/inspect/plugin-typefindfunctions.xml | 6 +++--- docs/plugins/inspect/plugin-video4linux.xml | 6 +++--- docs/plugins/inspect/plugin-videorate.xml | 6 +++--- docs/plugins/inspect/plugin-videoscale.xml | 6 +++--- docs/plugins/inspect/plugin-videotestsrc.xml | 6 +++--- docs/plugins/inspect/plugin-volume.xml | 6 +++--- docs/plugins/inspect/plugin-vorbis.xml | 6 +++--- docs/plugins/inspect/plugin-ximage.xml | 6 +++--- docs/plugins/inspect/plugin-xvimagesink.xml | 6 +++--- docs/upload.mak | 1 + po/af.po | 24 ++++++++++++--------- po/az.po | 24 ++++++++++++--------- po/cs.po | 24 ++++++++++++--------- po/en_GB.po | 24 ++++++++++++--------- po/hu.po | 24 ++++++++++++--------- po/it.po | 24 ++++++++++++--------- po/nb.po | 24 ++++++++++++--------- po/nl.po | 24 ++++++++++++--------- po/or.po | 24 ++++++++++++--------- po/sq.po | 24 ++++++++++++--------- po/sr.po | 24 ++++++++++++--------- po/sv.po | 26 +++++++++++++---------- po/uk.po | 24 ++++++++++++--------- po/vi.po | 24 ++++++++++++--------- 46 files changed, 307 insertions(+), 234 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47c5941..4258f0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +=== release 0.9.4 === + +2005-10-23 Thomas Vander Stichele + + * NEWS: + * RELEASE: + * configure.ac: + releasing 0.9.4, "Velociraptor" + 2005-10-23 Thomas Vander Stichele * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop): diff --git a/NEWS b/NEWS index 94dc8e8..3a9f2aa 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ -This is GStreamer Base Plug-ins 0.9.3, "De Facto". +This is GStreamer Base Plug-ins 0.9.4, "Velociraptor". + +Changes since 0.9.3: + + * New element: audiotestsrc + * typefind improvements + * buffer-frames removed Changes since 0.9.2: diff --git a/RELEASE b/RELEASE index d386851..b428936 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Base Plug-ins 0.9.2 "Spoon" +GStreamer: Release notes for GStreamer Base Plug-ins 0.9.4 "Velociraptor" The GStreamer team is petrified to announce a new release @@ -12,9 +12,6 @@ It is not API or ABI compatible with the stable 0.8.x series. It is, however, parallel installable with the 0.8.x series. -The - - This module contains a set of reference plugins, base classes for other plugins, and helper libraries. @@ -56,6 +53,10 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API + * RTP base classes + * New element: audiotestsrc + * typefind improvements + * buffer-frames removed Bugs fixed in this release @@ -88,17 +89,15 @@ Applications Contributors to this release + * Akos Maroy * Andy Wingo - * Christian Schaller - * David Schleef - * Edward Hervey - * Jan Schmidt + * Edgar Lima + * Fabrizio Gennari + * Julien Moutte * Michael Smith * Philippe Khalaf - * Ronald Bultje * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller * Wim Taymans - * Zaheer Abbas Merali   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 2706808..165f499 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT 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-base, GST_PLUGINS_BASE_VERSION, 0, 9, 3, 1, +AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 9, 4, 0, GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? diff --git a/docs/Makefile.am b/docs/Makefile.am index b8ec717..3d88b9f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -12,4 +12,4 @@ EXTRA_DIST = \ version.entities.in upload: - @if test "x$(SUBDIRS_DOCS)" != x; then for a in $(SUBDIRS_DOCS); do cd $$a; make upload; cd ..; done; fi + @if test "x$(SUBDIRS)" != x; then for a in $(SUBDIRS); do cd $$a; make upload; cd ..; done; fi diff --git a/docs/libs/tmpl/gstcolorbalance.sgml b/docs/libs/tmpl/gstcolorbalance.sgml index 6190e66..59fb98a 100644 --- a/docs/libs/tmpl/gstcolorbalance.sgml +++ b/docs/libs/tmpl/gstcolorbalance.sgml @@ -23,6 +23,15 @@ interface for elements that provide color balance operations + + + + + +@gstcolorbalance: the object which received the signal. +@arg1: +@arg2: + diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml index ed5644f..685435e 100644 --- a/docs/plugins/inspect/plugin-adder.xml +++ b/docs/plugins/inspect/plugin-adder.xml @@ -3,11 +3,11 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin adder diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml index d7dd600..312ba34 100644 --- a/docs/plugins/inspect/plugin-alsa.xml +++ b/docs/plugins/inspect/plugin-alsa.xml @@ -3,11 +3,11 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin alsamixer diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml index 1f26677..551878d 100644 --- a/docs/plugins/inspect/plugin-audioconvert.xml +++ b/docs/plugins/inspect/plugin-audioconvert.xml @@ -3,11 +3,11 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin audioconvert @@ -16,12 +16,5 @@ Convert audio to different formats Benjamin Otte <in7y118@public.uni-hamburg.de> - - buffer-frames-convert - buffer-frames conversion - Filter/Converter/Audio - Convert between different values of the buffer-frames stream property - Andy Wingo <wingo at pobox.com> - \ No newline at end of file diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml index 42a5893..aaa2892 100644 --- a/docs/plugins/inspect/plugin-audiorate.xml +++ b/docs/plugins/inspect/plugin-audiorate.xml @@ -3,11 +3,11 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin audiorate diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml index aaee8a1..4e19b57 100644 --- a/docs/plugins/inspect/plugin-audioresample.xml +++ b/docs/plugins/inspect/plugin-audioresample.xml @@ -3,11 +3,11 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin audioresample diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml index 09b4266..c0e6d26 100644 --- a/docs/plugins/inspect/plugin-audiotestsrc.xml +++ b/docs/plugins/inspect/plugin-audiotestsrc.xml @@ -3,11 +3,11 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin audiotestsrc diff --git a/docs/plugins/inspect/plugin-decodebin.xml b/docs/plugins/inspect/plugin-decodebin.xml index f165e86..a468dd2 100644 --- a/docs/plugins/inspect/plugin-decodebin.xml +++ b/docs/plugins/inspect/plugin-decodebin.xml @@ -3,11 +3,11 @@ decoder bin ../../gst/playback/.libs/libgstdecodebin.so libgstdecodebin.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin decodebin diff --git a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml index 80ee09c..15a6329 100644 --- a/docs/plugins/inspect/plugin-ffmpegcolorspace.xml +++ b/docs/plugins/inspect/plugin-ffmpegcolorspace.xml @@ -3,7 +3,7 @@ colorspace conversion copied from FFMpeg 0.4.9-pre1 ../../gst/ffmpegcolorspace/.libs/libgstffmpegcolorspace.so libgstffmpegcolorspace.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base FFMpeg diff --git a/docs/plugins/inspect/plugin-gnomevfs.xml b/docs/plugins/inspect/plugin-gnomevfs.xml index 06b233b..8c879ec 100644 --- a/docs/plugins/inspect/plugin-gnomevfs.xml +++ b/docs/plugins/inspect/plugin-gnomevfs.xml @@ -3,11 +3,11 @@ elements to read from and write to Gnome-VFS uri's ../../ext/gnomevfs/.libs/libgstgnomevfs.so libgstgnomevfs.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin gnomevfssrc diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml index 14b4b48..df158e9 100644 --- a/docs/plugins/inspect/plugin-libvisual.xml +++ b/docs/plugins/inspect/plugin-libvisual.xml @@ -3,11 +3,11 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin libvisual_G-Force diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml index 7ab0178..967b4d5 100644 --- a/docs/plugins/inspect/plugin-ogg.xml +++ b/docs/plugins/inspect/plugin-ogg.xml @@ -3,11 +3,11 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin oggdemux diff --git a/docs/plugins/inspect/plugin-playbin.xml b/docs/plugins/inspect/plugin-playbin.xml index 87e3438..dfbf23c 100644 --- a/docs/plugins/inspect/plugin-playbin.xml +++ b/docs/plugins/inspect/plugin-playbin.xml @@ -3,11 +3,11 @@ player bin ../../gst/playback/.libs/libgstplaybin.so libgstplaybin.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin playbin diff --git a/docs/plugins/inspect/plugin-sine.xml b/docs/plugins/inspect/plugin-sine.xml index b6558a6..2da233d 100644 --- a/docs/plugins/inspect/plugin-sine.xml +++ b/docs/plugins/inspect/plugin-sine.xml @@ -3,11 +3,11 @@ Sine audio wave generator ../../gst/sine/.libs/libgstsinesrc.so libgstsinesrc.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin sinesrc diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml index 401aaee..d25d2e0 100644 --- a/docs/plugins/inspect/plugin-subparse.xml +++ b/docs/plugins/inspect/plugin-subparse.xml @@ -3,11 +3,11 @@ Subtitle (.sub) file parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin subparse diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml index 9367076..ac8f924 100644 --- a/docs/plugins/inspect/plugin-tcp.xml +++ b/docs/plugins/inspect/plugin-tcp.xml @@ -3,11 +3,11 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin multifdsink diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml index e84469a..e26d2d3 100644 --- a/docs/plugins/inspect/plugin-theora.xml +++ b/docs/plugins/inspect/plugin-theora.xml @@ -3,11 +3,11 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin theoradec diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml index 9c1639c..c961578 100644 --- a/docs/plugins/inspect/plugin-typefindfunctions.xml +++ b/docs/plugins/inspect/plugin-typefindfunctions.xml @@ -3,11 +3,11 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin diff --git a/docs/plugins/inspect/plugin-video4linux.xml b/docs/plugins/inspect/plugin-video4linux.xml index ed98a19..1bbac14 100644 --- a/docs/plugins/inspect/plugin-video4linux.xml +++ b/docs/plugins/inspect/plugin-video4linux.xml @@ -3,11 +3,11 @@ elements for Video 4 Linux ../../sys/v4l/.libs/libgstvideo4linux.so libgstvideo4linux.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin v4lsrc diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml index 7409a39..019b630 100644 --- a/docs/plugins/inspect/plugin-videorate.xml +++ b/docs/plugins/inspect/plugin-videorate.xml @@ -3,11 +3,11 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin videorate diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml index 079378a..b04a390 100644 --- a/docs/plugins/inspect/plugin-videoscale.xml +++ b/docs/plugins/inspect/plugin-videoscale.xml @@ -3,11 +3,11 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin videoscale diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml index 16ed5ae..582ed68 100644 --- a/docs/plugins/inspect/plugin-videotestsrc.xml +++ b/docs/plugins/inspect/plugin-videotestsrc.xml @@ -3,11 +3,11 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin videotestsrc diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml index cbc71a6..6d757e5 100644 --- a/docs/plugins/inspect/plugin-volume.xml +++ b/docs/plugins/inspect/plugin-volume.xml @@ -3,11 +3,11 @@ element for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin volume diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml index e4ed9c6..a331aff 100644 --- a/docs/plugins/inspect/plugin-vorbis.xml +++ b/docs/plugins/inspect/plugin-vorbis.xml @@ -3,11 +3,11 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin vorbisdec diff --git a/docs/plugins/inspect/plugin-ximage.xml b/docs/plugins/inspect/plugin-ximage.xml index 4756588..3b8eb43 100644 --- a/docs/plugins/inspect/plugin-ximage.xml +++ b/docs/plugins/inspect/plugin-ximage.xml @@ -3,11 +3,11 @@ XFree86 video output and input elements based on standard Xlib calls ../../sys/ximage/.libs/libgstximage.so libgstximage.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin ximagesink diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml index 1ea82cd..e02672e 100644 --- a/docs/plugins/inspect/plugin-xvimagesink.xml +++ b/docs/plugins/inspect/plugin-xvimagesink.xml @@ -3,11 +3,11 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 0.9.3.1 + 0.9.4 LGPL gst-plugins-base - GStreamer CVS/prerelease - http://gstreamer.freedesktop.org/ + GStreamer Base Plug-ins source release + Unknown package origin xvimagesink diff --git a/docs/upload.mak b/docs/upload.mak index ed01e5e..69ccd95 100644 --- a/docs/upload.mak +++ b/docs/upload.mak @@ -16,6 +16,7 @@ DOC_SERVER=freedesktop.org DOC_BASE=/srv/gstreamer.freedesktop.org/www/data/doc DOC_URL=$(DOC_SERVER):$(DOC_BASE) +GST_VERSION_NANO = $(GST_PLUGINS_BASE_VERSION_NANO) upload: $(FORMATS) diff --git a/po/af.po b/po/af.po index 69f1f3e..f45bb5c 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" @@ -72,47 +72,51 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Kon nie CD-toestel oopmaak om te lees nie." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, fuzzy, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Kon nie vfs-lêer \"%s\" oopmaak vir skryf nie." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 #, fuzzy msgid "No filename given" msgstr "Geen lêernaam gespesifiseer." -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Kon nie vfs-lêer \"%s\" toemaak nie." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Toestel \"%s\" is nie 'n vasleggingtoestel nie." diff --git a/po/az.po b/po/az.po index 9aa34e9..8010fbd 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" @@ -73,47 +73,51 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "CD avadanlığı oxuma üçün açıla bilmədi." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, fuzzy, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "\"%s\" vfs faylı yazma üçün açıla bilmədi." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 #, fuzzy msgid "No filename given" msgstr "Fayl adı verilməyib." -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "\"%s\" vfs faylı bağlana bilmədi." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "\"%s\" avadanlığı capture avadanlığı deyil." diff --git a/po/cs.po b/po/cs.po index c2a657c..e2c362f 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-08-08 22:58+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -75,46 +75,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Nemohu otevřít zařízení CD pro čtení." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Nemohu otevřít soubor vfs \"%s\" pro zápis: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Nezadán název souboru" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Nemohu zavřít soubor vfs \"%s\"." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Zařízení \"%s\" není zachytávací zařízení." diff --git a/po/en_GB.po b/po/en_GB.po index 1df6ea9..9b318d0 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" @@ -71,46 +71,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Could not open CD device for reading." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, fuzzy, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Could not open vfs file \"%s\" for writing." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "No filename given" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Could not close vfs file \"%s\"." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Device \"%s\" is not a capture device." diff --git a/po/hu.po b/po/hu.po index 11f5f0e..08d5958 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-07-18 11:03+0200\n" "Last-Translator: Laszlo Dvornik \n" "Language-Team: Hungarian \n" @@ -71,46 +71,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Nem lehet olvasásra megnyitni a CD-eszközt." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Nem lehet írásra megnyitni a(z) \"%s\" vfs-fájlt: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Nincs fájlnév megadva" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Nem lehet bezárni a(z) \"%s\" vfs-fájlt." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "A(z) \"%s\" eszköz nem rögzítőeszköz." diff --git a/po/it.po b/po/it.po index bcf5531..6e0fb44 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-11-07 19:11+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -72,46 +72,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Impossibile aprire il device CD in lettura." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Impossibile aprire il file vfs «%s» in scrittura: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Nessun nome di file fornito" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Impossibile chiudere il file vfs «%s»." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Il device «%s» non è un device di cattura." diff --git a/po/nb.po b/po/nb.po index 2e407fc..f4b53b9 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-10-04 15:54+0200\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" @@ -71,46 +71,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Kunne ikke Ã¥pne CD-enheten for lesing." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Kunne ikke Ã¥pne VFS-fil «%s» for skriving: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Ingen filnavn oppgitt" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Kunne ikke lukke VFS-fil «%s»." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Enhet «%s» kan ikke fange data." diff --git a/po/nl.po b/po/nl.po index d01c561..e86e23a 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-08-05 16:26+0200\n" "Last-Translator: Elros Cyriatan \n" "Language-Team: Dutch \n" @@ -72,46 +72,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Kon het CD-apparaat niet openen om te lezen." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Kon het VFS-bestand \"%s\" niet openen om te schrijven: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Geen bestandsnaam opgegeven" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Kon het VFS-bestand \"%s\" niet sluiten." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Apparaat \"%s\" is niet een opvangapparaat." diff --git a/po/or.po b/po/or.po index 1f6da2b..244ea5b 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty \n" "Language-Team: Oriya \n" @@ -73,46 +73,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "ସି.ଡି. ଯନ୍ତ୍ର ପଢ଼ିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "ଭି.ଏଫ.ଏସ. ଫାଇଲ \"%s\" ଲେଖିବା ପାଇଁ ଖୋଲିହେଲା ନାହିଁ: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "କୌଣସି ଫାଇଲନାମ ଦିଆଯାଇ ନାହିଁ" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "ଭି.ଏଫ.ଏସ. ଫାଇଲ \"%s\" ବନ୍ଦ କରିହେଲା ନାହିଁ." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "\"%s\" ଯନ୍ତ୍ର ଗୋଟିଏ ଅନୁଲିପିକାର ନୁହେଁ." diff --git a/po/sq.po b/po/sq.po index 2871e6c..0820781 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -71,46 +71,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "I pamundur hapja e dispozitivit CD për lexim." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "E pamundur hapja e file vfs \"%s\" për shkrim: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Nuk është dhënë asnjë emër file" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "E pamundur mbyllja e file vfs \"%s\"." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Dispozitivi \"%s\" nuk është një dispozitiv marrje." diff --git a/po/sr.po b/po/sr.po index 46c6d3d..23cc2d6 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-03-13 00:18+0100\n" "Last-Translator: Danilo Segan \n" "Language-Team: Serbian \n" @@ -73,47 +73,51 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Не могу да отворим ЦД уређај ради читања." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, fuzzy, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Не могу да отворим ВСД датотеку „%s“ ради уписа." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 #, fuzzy msgid "No filename given" msgstr "Име датотеке није задато." -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Не могу да затворим ВСД датотеку „%s“." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Уређај „%s“ не представља уређај за снимање." diff --git a/po/sv.po b/po/sv.po index 2ae99dc..1906c3d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2,13 +2,13 @@ # Copyright (C) 2004 Free Software Foundation, Inc. # Christian Rose , 2004. # -# $Id: sv.po,v 1.27 2005/10/03 17:48:19 thomasvs Exp $ +# $Id: sv.po,v 1.28 2005/10/23 22:34:38 thomasvs Exp $ # msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-08-03 20:53+0200\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -76,46 +76,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Kunde inte öppna cd-enheten för läsning." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Kunde inte öppna vfs-filen \"%s\" för skrivning: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Inget filnamn angivet" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Kunde inte stänga vfs-filen \"%s\"." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "%s är ingen cdrom-enhet" diff --git a/po/uk.po b/po/uk.po index c19c0f9..a4625c5 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2004-08-03 15:40+0200\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -72,47 +72,51 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Не вдається відкрити пристрій компакт-дисків для читання." -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "" "Не вдається відкрити файл віртуальної файлової системи \"%s\" для запису: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "Не вказано файл" -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Не вдається закрити файл віртуальної файлової системи \"%s\"." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Пристрій \"%s\" не є пристроєм захоплення." diff --git a/po/vi.po b/po/vi.po index 3297903..5733962 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-10-03 14:53+0200\n" +"POT-Creation-Date: 2005-10-23 12:58+0200\n" "PO-Revision-Date: 2005-01-22 17:17+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -73,46 +73,50 @@ msgstr "" msgid "Could not open CD device for reading." msgstr "Đã không mở được thiết bị CD để đọc" -#: ext/gnomevfs/gstgnomevfssink.c:430 +#: ext/gnomevfs/gstgnomevfssink.c:431 #, c-format msgid "Could not open vfs file \"%s\" for writing: %s." msgstr "Đã không mở được tập tin vfs \"%s\" để ghi: %s." -#: ext/gnomevfs/gstgnomevfssink.c:437 +#: ext/gnomevfs/gstgnomevfssink.c:438 msgid "No filename given" msgstr "ChÆ°a nhập tên tập tin " -#: ext/gnomevfs/gstgnomevfssink.c:465 +#: ext/gnomevfs/gstgnomevfssink.c:466 #, c-format msgid "Could not close vfs file \"%s\"." msgstr "Đã không đóng được tập tin vfs \"%s\"." -#: gst/playback/gstplaybasebin.c:1310 +#: ext/ogg/gstoggdemux.c:2294 +msgid "Internal data stream error." +msgstr "" + +#: gst/playback/gstplaybasebin.c:1322 msgid "No URI specified to play from." msgstr "" -#: gst/playback/gstplaybasebin.c:1316 +#: gst/playback/gstplaybasebin.c:1328 #, c-format msgid "No URI handler implemented for \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1320 +#: gst/playback/gstplaybasebin.c:1332 #, c-format msgid "Invalid URI \"%s\"." msgstr "" -#: gst/playback/gstplaybasebin.c:1327 +#: gst/playback/gstplaybasebin.c:1339 msgid "Could not create \"decodebin\" element." msgstr "" -#: gst/playback/gstplaybasebin.c:1393 +#: gst/playback/gstplaybasebin.c:1405 #, c-format msgid "" "You do not have a decoder installed to handle \"%s\". You might need to " "install the necessary plugins." msgstr "" -#: gst/playback/gstplaybasebin.c:1396 +#: gst/playback/gstplaybasebin.c:1408 #, fuzzy, c-format msgid "\"%s\" is not a media file" msgstr "Thiết bị \"%s\" không bắt gì được." -- 2.7.4