summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-01-08 01:07:20 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2013-01-08 11:40:06 +0000
commita858a9845d6b01ca98f98fb790ebe6053722fbdd (patch)
treec476f4bbd793df058dbb8d7decf4171fa7cd3cb7
parentc06614c6aa4497d0200a66e8fe8f1a170d9b0268 (diff)
Release 1.0.51.0.5
-rw-r--r--ChangeLog121
-rw-r--r--NEWS12
-rw-r--r--RELEASE25
-rw-r--r--configure.ac6
-rw-r--r--docs/plugins/inspect/plugin-adder.xml2
-rw-r--r--docs/plugins/inspect/plugin-alsa.xml2
-rw-r--r--docs/plugins/inspect/plugin-app.xml2
-rw-r--r--docs/plugins/inspect/plugin-audioconvert.xml2
-rw-r--r--docs/plugins/inspect/plugin-audiorate.xml2
-rw-r--r--docs/plugins/inspect/plugin-audioresample.xml2
-rw-r--r--docs/plugins/inspect/plugin-audiotestsrc.xml2
-rw-r--r--docs/plugins/inspect/plugin-cdparanoia.xml2
-rw-r--r--docs/plugins/inspect/plugin-encoding.xml2
-rw-r--r--docs/plugins/inspect/plugin-gio.xml2
-rw-r--r--docs/plugins/inspect/plugin-ivorbisdec.xml2
-rw-r--r--docs/plugins/inspect/plugin-libvisual.xml2
-rw-r--r--docs/plugins/inspect/plugin-ogg.xml2
-rw-r--r--docs/plugins/inspect/plugin-pango.xml2
-rw-r--r--docs/plugins/inspect/plugin-playback.xml2
-rw-r--r--docs/plugins/inspect/plugin-subparse.xml2
-rw-r--r--docs/plugins/inspect/plugin-tcp.xml2
-rw-r--r--docs/plugins/inspect/plugin-theora.xml2
-rw-r--r--docs/plugins/inspect/plugin-typefindfunctions.xml2
-rw-r--r--docs/plugins/inspect/plugin-videoconvert.xml2
-rw-r--r--docs/plugins/inspect/plugin-videorate.xml2
-rw-r--r--docs/plugins/inspect/plugin-videoscale.xml2
-rw-r--r--docs/plugins/inspect/plugin-videotestsrc.xml2
-rw-r--r--docs/plugins/inspect/plugin-volume.xml2
-rw-r--r--docs/plugins/inspect/plugin-vorbis.xml2
-rw-r--r--docs/plugins/inspect/plugin-ximagesink.xml2
-rw-r--r--docs/plugins/inspect/plugin-xvimagesink.xml2
-rw-r--r--gst-plugins-base.doap10
-rw-r--r--po/da.po201
-rw-r--r--po/nb.po47
-rw-r--r--po/sl.po191
-rw-r--r--win32/common/_stdint.h2
-rw-r--r--win32/common/config.h8
37 files changed, 250 insertions, 427 deletions
diff --git a/ChangeLog b/ChangeLog
index 73f22db56..da6d8a900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,126 @@
+=== release 1.0.5 ===
+
+2013-01-08 Tim-Philipp Müller <tim@centricular.net>
+
+ * configure.ac:
+ releasing 1.0.5
+
+2012-05-02 13:50:45 -0400 Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+ * gst-libs/gst/video/gstvideoencoder.c:
+ videoencoder: Documentation fix
+ https://bugzilla.gnome.org/show_bug.cgi?id=675761
+
+2012-12-21 16:38:36 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/playback/gstdecodebin2.c:
+ decodebin2: use NO_RESYNC flag
+ to avoid the state change function from messing with the state of the elements
+ that we add.
+ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=690420
+
+2012-12-20 16:42:42 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst-libs/gst/audio/gstaudioclock.c:
+ audioclock: mark as using some other clock
+ We need to mark our clock as using some other clock source. Alsa source uses the
+ clock type to decide if it can use alsa driver timestamps or not.
+ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=690465
+
+2012-12-20 16:41:48 +0100 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst-libs/gst/audio/gstaudiobasesrc.c:
+ audiobasesrc: init variable
+ We need to initialize this variable because we can't be sure that the subclass
+ will set it.
+
+2012-12-22 21:04:11 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * gst-libs/gst/video/video-info.c:
+ video: fix A420 size calculation
+
=== release 1.0.4 ===
-2012-12-18 Tim-Philipp Müller <tim@centricular.net>
+2012-12-18 18:13:59 +0000 Tim-Philipp Müller <tim@centricular.net>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.0.4
+ * docs/plugins/inspect/plugin-adder.xml:
+ * docs/plugins/inspect/plugin-alsa.xml:
+ * docs/plugins/inspect/plugin-app.xml:
+ * docs/plugins/inspect/plugin-audioconvert.xml:
+ * docs/plugins/inspect/plugin-audiorate.xml:
+ * docs/plugins/inspect/plugin-audioresample.xml:
+ * docs/plugins/inspect/plugin-audiotestsrc.xml:
+ * docs/plugins/inspect/plugin-cdparanoia.xml:
+ * docs/plugins/inspect/plugin-encoding.xml:
+ * docs/plugins/inspect/plugin-gio.xml:
+ * docs/plugins/inspect/plugin-ivorbisdec.xml:
+ * docs/plugins/inspect/plugin-libvisual.xml:
+ * docs/plugins/inspect/plugin-ogg.xml:
+ * docs/plugins/inspect/plugin-pango.xml:
+ * docs/plugins/inspect/plugin-playback.xml:
+ * docs/plugins/inspect/plugin-subparse.xml:
+ * docs/plugins/inspect/plugin-tcp.xml:
+ * docs/plugins/inspect/plugin-theora.xml:
+ * docs/plugins/inspect/plugin-typefindfunctions.xml:
+ * docs/plugins/inspect/plugin-videoconvert.xml:
+ * docs/plugins/inspect/plugin-videorate.xml:
+ * docs/plugins/inspect/plugin-videoscale.xml:
+ * docs/plugins/inspect/plugin-videotestsrc.xml:
+ * docs/plugins/inspect/plugin-volume.xml:
+ * docs/plugins/inspect/plugin-vorbis.xml:
+ * docs/plugins/inspect/plugin-ximagesink.xml:
+ * docs/plugins/inspect/plugin-xvimagesink.xml:
+ * gst-plugins-base.doap:
+ * win32/common/_stdint.h:
+ * win32/common/config.h:
+ Release 1.0.4
+
+2012-12-18 18:13:36 +0000 Tim-Philipp Müller <tim@centricular.net>
+
+ * po/LINGUAS:
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/eo.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/gl.po:
+ * po/hr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ro.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ po: update translations
2012-12-18 15:34:42 +0100 Thijs Vermeir <thijsvermeir@gmail.com>
diff --git a/NEWS b/NEWS
index 28e372261..4e9d7d13e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-This is GStreamer Base Plugins 1.0.4
+This is GStreamer Base Plugins 1.0.5
+
+Changes since 1.0.4:
+
+ * alsasrc: don't output buffers without timestamps or with bogus timestamps
+ * discoverer, decodebin: fix state change re-sync race that might lead to deadlocks
+ * video: fix crashes with and frame sizes of A420 video format
+
+Bugs fixed since 1.0.4:
+
+ * 691244 : unable to play flv file with VP6 alpha video
Changes since 1.0.3:
diff --git a/RELEASE b/RELEASE
index 9b1a908c2..f4cb5577b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,8 +1,8 @@
-Release notes for GStreamer Base Plugins 1.0.4
+Release notes for GStreamer Base Plugins 1.0.5
-The GStreamer team is proud to announce a new bug-fix release
+The GStreamer team is pleased to announce a new bug-fix release
in the 1.x stable series of the
core of the GStreamer streaming media framework.
@@ -60,17 +60,14 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Features of this release
- * playbin: fix occasional not-negotiated errors when switching visualisations
- * ssaparse: ignore invalid UTF-8 in SSA/ASS subtitles init sections in matroska files
- * streamsynchronizer: better timestamp and gap handling at EOS, fixing potential OOM in baseaudiosink
- * bindings: fix annotation for gst_app_src_push_buffer(), fixing crash
- * bindings: add several missing annotations for GstRtspMessage API
+ * alsasrc: don't output buffers without timestamps or with bogus timestamps
+ * discoverer, decodebin: fix state change re-sync race that might lead to deadlocks
+ * video: fix crashes with and frame sizes of A420 video format
Bugs fixed in this release
-
- * 679976 : playbin: switching visualisations results in not-negotiated flow erros
- * 689814 : Memory allocated by GstVideoDecoder base class is not freed
- * 689873 : gstrtspmessage: Several functions are missing introspection annotations...
+
+ * 691244 : unable to play flv file with VP6 alpha video
+
==== Download ====
@@ -107,9 +104,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
- * Sebastian Dröge
- * Sebastian Rasmussen
- * Thijs Vermeir
+ * Nicolas Dufresne
* Tim-Philipp Müller
* Wim Taymans
-  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index d5c8df720..228127dd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
-AC_INIT(GStreamer Base Plug-ins, 1.0.4,
+AC_INIT(GStreamer Base Plug-ins, 1.0.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-base)
@@ -50,10 +50,10 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 4, 0, 4)
+AS_LIBTOOL(GST, 5, 0, 5)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.0.0
+GST_REQ=1.0.5
dnl *** autotools stuff ****
diff --git a/docs/plugins/inspect/plugin-adder.xml b/docs/plugins/inspect/plugin-adder.xml
index 7c99175a8..7576de799 100644
--- a/docs/plugins/inspect/plugin-adder.xml
+++ b/docs/plugins/inspect/plugin-adder.xml
@@ -3,7 +3,7 @@
<description>Adds multiple streams</description>
<filename>../../gst/adder/.libs/libgstadder.so</filename>
<basename>libgstadder.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-alsa.xml b/docs/plugins/inspect/plugin-alsa.xml
index 1e8aa7ceb..256314036 100644
--- a/docs/plugins/inspect/plugin-alsa.xml
+++ b/docs/plugins/inspect/plugin-alsa.xml
@@ -3,7 +3,7 @@
<description>ALSA plugin library</description>
<filename>../../ext/alsa/.libs/libgstalsa.so</filename>
<basename>libgstalsa.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-app.xml b/docs/plugins/inspect/plugin-app.xml
index 636994bc5..b27848100 100644
--- a/docs/plugins/inspect/plugin-app.xml
+++ b/docs/plugins/inspect/plugin-app.xml
@@ -3,7 +3,7 @@
<description>Elements used to communicate with applications</description>
<filename>../../gst/app/.libs/libgstapp.so</filename>
<basename>libgstapp.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-audioconvert.xml b/docs/plugins/inspect/plugin-audioconvert.xml
index 481592a9b..6579a3dcd 100644
--- a/docs/plugins/inspect/plugin-audioconvert.xml
+++ b/docs/plugins/inspect/plugin-audioconvert.xml
@@ -3,7 +3,7 @@
<description>Convert audio to different formats</description>
<filename>../../gst/audioconvert/.libs/libgstaudioconvert.so</filename>
<basename>libgstaudioconvert.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-audiorate.xml b/docs/plugins/inspect/plugin-audiorate.xml
index 4e18aedc5..885f4a82c 100644
--- a/docs/plugins/inspect/plugin-audiorate.xml
+++ b/docs/plugins/inspect/plugin-audiorate.xml
@@ -3,7 +3,7 @@
<description>Adjusts audio frames</description>
<filename>../../gst/audiorate/.libs/libgstaudiorate.so</filename>
<basename>libgstaudiorate.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-audioresample.xml b/docs/plugins/inspect/plugin-audioresample.xml
index 628312b2e..8eea5230f 100644
--- a/docs/plugins/inspect/plugin-audioresample.xml
+++ b/docs/plugins/inspect/plugin-audioresample.xml
@@ -3,7 +3,7 @@
<description>Resamples audio</description>
<filename>../../gst/audioresample/.libs/libgstaudioresample.so</filename>
<basename>libgstaudioresample.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-audiotestsrc.xml b/docs/plugins/inspect/plugin-audiotestsrc.xml
index f31515d42..b1dca5bf3 100644
--- a/docs/plugins/inspect/plugin-audiotestsrc.xml
+++ b/docs/plugins/inspect/plugin-audiotestsrc.xml
@@ -3,7 +3,7 @@
<description>Creates audio test signals of given frequency and volume</description>
<filename>../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so</filename>
<basename>libgstaudiotestsrc.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-cdparanoia.xml b/docs/plugins/inspect/plugin-cdparanoia.xml
index 5ad637336..e03058b68 100644
--- a/docs/plugins/inspect/plugin-cdparanoia.xml
+++ b/docs/plugins/inspect/plugin-cdparanoia.xml
@@ -3,7 +3,7 @@
<description>Read audio from CD in paranoid mode</description>
<filename>../../ext/cdparanoia/.libs/libgstcdparanoia.so</filename>
<basename>libgstcdparanoia.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-encoding.xml b/docs/plugins/inspect/plugin-encoding.xml
index c1e2894e9..88b714605 100644
--- a/docs/plugins/inspect/plugin-encoding.xml
+++ b/docs/plugins/inspect/plugin-encoding.xml
@@ -3,7 +3,7 @@
<description>various encoding-related elements</description>
<filename>../../gst/encoding/.libs/libgstencodebin.so</filename>
<basename>libgstencodebin.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-gio.xml b/docs/plugins/inspect/plugin-gio.xml
index 8935f3e31..9841da816 100644
--- a/docs/plugins/inspect/plugin-gio.xml
+++ b/docs/plugins/inspect/plugin-gio.xml
@@ -3,7 +3,7 @@
<description>GIO elements</description>
<filename>../../gst/gio/.libs/libgstgio.so</filename>
<basename>libgstgio.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-ivorbisdec.xml b/docs/plugins/inspect/plugin-ivorbisdec.xml
index 929b6e30a..282357323 100644
--- a/docs/plugins/inspect/plugin-ivorbisdec.xml
+++ b/docs/plugins/inspect/plugin-ivorbisdec.xml
@@ -3,7 +3,7 @@
<description>Vorbis Tremor decoder</description>
<filename>../../ext/vorbis/.libs/libgstivorbisdec.so</filename>
<basename>libgstivorbisdec.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-libvisual.xml b/docs/plugins/inspect/plugin-libvisual.xml
index 21a463f4b..3ddea22ee 100644
--- a/docs/plugins/inspect/plugin-libvisual.xml
+++ b/docs/plugins/inspect/plugin-libvisual.xml
@@ -3,7 +3,7 @@
<description>libvisual visualization plugins</description>
<filename>../../ext/libvisual/.libs/libgstlibvisual.so</filename>
<basename>libgstlibvisual.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-ogg.xml b/docs/plugins/inspect/plugin-ogg.xml
index 987a39938..3c8a03cea 100644
--- a/docs/plugins/inspect/plugin-ogg.xml
+++ b/docs/plugins/inspect/plugin-ogg.xml
@@ -3,7 +3,7 @@
<description>ogg stream manipulation (info about ogg: http://xiph.org)</description>
<filename>../../ext/ogg/.libs/libgstogg.so</filename>
<basename>libgstogg.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-pango.xml b/docs/plugins/inspect/plugin-pango.xml
index dd705d94d..cd7e784fd 100644
--- a/docs/plugins/inspect/plugin-pango.xml
+++ b/docs/plugins/inspect/plugin-pango.xml
@@ -3,7 +3,7 @@
<description>Pango-based text rendering and overlay</description>
<filename>../../ext/pango/.libs/libgstpango.so</filename>
<basename>libgstpango.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-playback.xml b/docs/plugins/inspect/plugin-playback.xml
index 6f0ecb840..78639e4ed 100644
--- a/docs/plugins/inspect/plugin-playback.xml
+++ b/docs/plugins/inspect/plugin-playback.xml
@@ -3,7 +3,7 @@
<description>various playback elements</description>
<filename>../../gst/playback/.libs/libgstplayback.so</filename>
<basename>libgstplayback.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-subparse.xml b/docs/plugins/inspect/plugin-subparse.xml
index c70fa3cee..56f4aff07 100644
--- a/docs/plugins/inspect/plugin-subparse.xml
+++ b/docs/plugins/inspect/plugin-subparse.xml
@@ -3,7 +3,7 @@
<description>Subtitle parsing</description>
<filename>../../gst/subparse/.libs/libgstsubparse.so</filename>
<basename>libgstsubparse.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-tcp.xml b/docs/plugins/inspect/plugin-tcp.xml
index afa0456f3..b9c33db3a 100644
--- a/docs/plugins/inspect/plugin-tcp.xml
+++ b/docs/plugins/inspect/plugin-tcp.xml
@@ -3,7 +3,7 @@
<description>transfer data over the network via TCP</description>
<filename>../../gst/tcp/.libs/libgsttcp.so</filename>
<basename>libgsttcp.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-theora.xml b/docs/plugins/inspect/plugin-theora.xml
index 602f42905..9cf46e12d 100644
--- a/docs/plugins/inspect/plugin-theora.xml
+++ b/docs/plugins/inspect/plugin-theora.xml
@@ -3,7 +3,7 @@
<description>Theora plugin library</description>
<filename>../../ext/theora/.libs/libgsttheora.so</filename>
<basename>libgsttheora.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-typefindfunctions.xml b/docs/plugins/inspect/plugin-typefindfunctions.xml
index c3f036551..b112ba0b3 100644
--- a/docs/plugins/inspect/plugin-typefindfunctions.xml
+++ b/docs/plugins/inspect/plugin-typefindfunctions.xml
@@ -3,7 +3,7 @@
<description>default typefind functions</description>
<filename>../../gst/typefind/.libs/libgsttypefindfunctions.so</filename>
<basename>libgsttypefindfunctions.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-videoconvert.xml b/docs/plugins/inspect/plugin-videoconvert.xml
index b71747dc4..a9f5aa5b6 100644
--- a/docs/plugins/inspect/plugin-videoconvert.xml
+++ b/docs/plugins/inspect/plugin-videoconvert.xml
@@ -3,7 +3,7 @@
<description>Colorspace conversion</description>
<filename>../../gst/videoconvert/.libs/libgstvideoconvert.so</filename>
<basename>libgstvideoconvert.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-videorate.xml b/docs/plugins/inspect/plugin-videorate.xml
index f59f44a9b..3423a20ed 100644
--- a/docs/plugins/inspect/plugin-videorate.xml
+++ b/docs/plugins/inspect/plugin-videorate.xml
@@ -3,7 +3,7 @@
<description>Adjusts video frames</description>
<filename>../../gst/videorate/.libs/libgstvideorate.so</filename>
<basename>libgstvideorate.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-videoscale.xml b/docs/plugins/inspect/plugin-videoscale.xml
index cfca8df55..952cc3856 100644
--- a/docs/plugins/inspect/plugin-videoscale.xml
+++ b/docs/plugins/inspect/plugin-videoscale.xml
@@ -3,7 +3,7 @@
<description>Resizes video</description>
<filename>../../gst/videoscale/.libs/libgstvideoscale.so</filename>
<basename>libgstvideoscale.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-videotestsrc.xml b/docs/plugins/inspect/plugin-videotestsrc.xml
index d2cabb867..7a0c23d78 100644
--- a/docs/plugins/inspect/plugin-videotestsrc.xml
+++ b/docs/plugins/inspect/plugin-videotestsrc.xml
@@ -3,7 +3,7 @@
<description>Creates a test video stream</description>
<filename>../../gst/videotestsrc/.libs/libgstvideotestsrc.so</filename>
<basename>libgstvideotestsrc.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-volume.xml b/docs/plugins/inspect/plugin-volume.xml
index ca80f11a1..df5b756f6 100644
--- a/docs/plugins/inspect/plugin-volume.xml
+++ b/docs/plugins/inspect/plugin-volume.xml
@@ -3,7 +3,7 @@
<description>plugin for controlling audio volume</description>
<filename>../../gst/volume/.libs/libgstvolume.so</filename>
<basename>libgstvolume.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-vorbis.xml b/docs/plugins/inspect/plugin-vorbis.xml
index e491829fd..252896e75 100644
--- a/docs/plugins/inspect/plugin-vorbis.xml
+++ b/docs/plugins/inspect/plugin-vorbis.xml
@@ -3,7 +3,7 @@
<description>Vorbis plugin library</description>
<filename>../../ext/vorbis/.libs/libgstvorbis.so</filename>
<basename>libgstvorbis.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-ximagesink.xml b/docs/plugins/inspect/plugin-ximagesink.xml
index 5077d7a0c..73519dc3e 100644
--- a/docs/plugins/inspect/plugin-ximagesink.xml
+++ b/docs/plugins/inspect/plugin-ximagesink.xml
@@ -3,7 +3,7 @@
<description>X11 video output element based on standard Xlib calls</description>
<filename>../../sys/ximage/.libs/libgstximagesink.so</filename>
<basename>libgstximagesink.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-xvimagesink.xml b/docs/plugins/inspect/plugin-xvimagesink.xml
index de3930803..fb4c7795f 100644
--- a/docs/plugins/inspect/plugin-xvimagesink.xml
+++ b/docs/plugins/inspect/plugin-xvimagesink.xml
@@ -3,7 +3,7 @@
<description>XFree86 video output plugin using Xv extension</description>
<filename>../../sys/xvimage/.libs/libgstxvimagesink.so</filename>
<basename>libgstxvimagesink.so</basename>
- <version>1.0.4</version>
+ <version>1.0.5</version>
<license>LGPL</license>
<source>gst-plugins-base</source>
<package>GStreamer Base Plug-ins source release</package>
diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap
index 43fd97342..1d0de7322 100644
--- a/gst-plugins-base.doap
+++ b/gst-plugins-base.doap
@@ -36,6 +36,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
<release>
<Version>
+ <revision>1.0.5</revision>
+ <branch>1.0</branch>
+ <name></name>
+ <created>2013-01-08</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.0.5.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.0.4</revision>
<branch>1.0</branch>
<name></name>
diff --git a/po/da.po b/po/da.po
index 5193cdd9e..bbd97d0af 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,9 +1,9 @@
# Danish translation of gst-plugins-base.
-# Copyright (C) 2011 gst, Mogens Jaeger, Joe Hansen.
+# Copyright (C) 2013 gst, Mogens Jaeger, Joe Hansen.
# This file is distributed under the same license as the gst-plugins-base package.
#
# Mogens Jaeger <mogens@jaeger.tf>, 2007.
-# Joe Hansen <joedalton2@yahoo.dk>, 2009, 2010, 2011.
+# Joe Hansen <joedalton2@yahoo.dk>, 2009, 2010, 2011, 2013.
#
# capture -> optage
# gain -> forstærkning
@@ -31,10 +31,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-base 0.10.32.2\n"
+"Project-Id-Version: gst-plugins-base 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2012-12-18 00:25+0000\n"
-"PO-Revision-Date: 2011-04-28 16:38+0100\n"
+"POT-Creation-Date: 2013-01-04 13:11+0000\n"
+"PO-Revision-Date: 2013-01-01 16:38+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
"Language: da\n"
@@ -321,7 +321,7 @@ msgid "capturing sharpness"
msgstr "optageskarphed"
msgid "The direction of sharpness processing applied when capturing an image"
-msgstr "skarphedindstilling brugt under optagelse af et billede"
+msgstr "Skarphedindstilling brugt under optagelse af et billede"
msgid "capturing flash fired"
msgstr "optagerblitzen der blev brugt"
@@ -360,11 +360,12 @@ msgstr "billedets lodrette billedtæthed (ppi)"
msgid "Media (image/video) intended vertical pixel density in ppi"
msgstr "Påtænkt lodret billedtæthed for medie (billede/video) i ppi"
+# frame kan da ikke være billede her?
msgid "ID3v2 frame"
-msgstr ""
+msgstr "ID3v2-ramme"
msgid "unparsed id3v2 tag frame"
-msgstr ""
+msgstr "ufortolket id3v2-mærkeramme"
msgid "ID3 tag"
msgstr "ID3-mærke"
@@ -400,58 +401,50 @@ msgid "Run-length encoding"
msgstr "Kørsels-længde indkodning"
msgid "Subtitle"
-msgstr ""
+msgstr "Undertekst"
-#, fuzzy
msgid "MPL2 subtitle format"
-msgstr "TMPlayer undertekstformat"
+msgstr "MPL2-undertekstformat"
-#, fuzzy
msgid "DKS subtitle format"
-msgstr "Sami undertekstformat"
+msgstr "DKS-undertekstformat"
-#, fuzzy
msgid "QTtext subtitle format"
-msgstr "Undertekstformat Kate"
+msgstr "QTtext-undertekstformat"
msgid "Sami subtitle format"
-msgstr "Sami undertekstformat"
+msgstr "Sami-undertekstformat"
msgid "TMPlayer subtitle format"
-msgstr "TMPlayer undertekstformat"
+msgstr "TMPlayer-undertekstformat"
msgid "Kate subtitle format"
-msgstr "Undertekstformat Kate"
+msgstr "Kate-undertekstformat"
-#, fuzzy
msgid "Uncompressed video"
-msgstr "Ukomprimeret YUV"
+msgstr "Ukomprimeret video"
-#, fuzzy
msgid "Uncompressed gray"
-msgstr "Ukomprimeret gråtonebillede"
+msgstr "Ukomprimeret gråtone"
-#, fuzzy, c-format
+#, c-format
msgid "Uncompressed %s YUV %s"
-msgstr "Ukomprimeret YUV"
+msgstr "Ukomprimeret %s YUV %s"
-# Findes dette ord palettet på dansk ? evt. indekseret
-# Ukomprimeret palettet %d-bit %s
-#, fuzzy, c-format
+#, c-format
msgid "Uncompressed %s%d-bit %s"
-msgstr "Ukomprimeret indekseret %d-bit %s"
+msgstr "Ukomprimeret %s%d-bit %s"
#, c-format
msgid "DivX MPEG-4 Version %d"
msgstr "DivX MPEG-4 version %d"
-#, fuzzy
msgid "Uncompressed audio"
-msgstr "Ukomprimeret YUV"
+msgstr "Ukomprimeret lyd"
-#, fuzzy, c-format
+#, c-format
msgid "Raw %d-bit %s audio"
-msgstr "Ufiltreret %d-bit PCM audio"
+msgstr "Ufiltreret %d-bit %s-lyd"
msgid "Audio CD source"
msgstr "Audio cd kilde"
@@ -531,147 +524,3 @@ msgstr "Ukendt indkodeelement"
msgid "Plugin or element of unknown type"
msgstr "Plugin eller element af ukendt type"
-
-#~ msgid "Master"
-#~ msgstr "Master"
-
-#~ msgid "Bass"
-#~ msgstr "Bas"
-
-#~ msgid "Treble"
-#~ msgstr "Diskant"
-
-#~ msgid "PCM"
-#~ msgstr "Pcm"
-
-#~ msgid "Synth"
-#~ msgstr "Synthesizer"
-
-#~ msgid "Line-in"
-#~ msgstr "Linie-ind"
-
-#~ msgid "CD"
-#~ msgstr "Cd"
-
-#~ msgid "Microphone"
-#~ msgstr "Mikrofon"
-
-#~ msgid "PC Speaker"
-#~ msgstr "Pc-højttaler"
-
-#~ msgid "Playback"
-#~ msgstr "Afspilning"
-
-#~ msgid "Capture"
-#~ msgstr "Optage"
-
-#~ msgid "Connection to %s:%d refused."
-#~ msgstr "Opkobling til %s:%d afvist."
-
-#~ msgid "Uncompressed planar YUV 4:2:0"
-#~ msgstr "Ukomprimeret plan-YUV 4:2:0"
-
-#~ msgid "Uncompressed planar YVU 4:2:0"
-#~ msgstr "Ukomprimeret plan-YVU 4:2:0"
-
-#~ msgid "Uncompressed packed YUV 4:2:2"
-#~ msgstr "Ukomprimeret pakket YUV 4:2:2"
-
-#~ msgid "Uncompressed packed YUV 4:1:0"
-#~ msgstr "Ukomprimeret pakket YUV 4:1:0"
-
-#~ msgid "Uncompressed packed YVU 4:1:0"
-#~ msgstr "Ukomprimeret pakket YVU 4:1:0"
-
-#~ msgid "Uncompressed packed YUV 4:1:1"
-#~ msgstr "Ukomprimeret pakket YUV 4:1:1"
-
-#~ msgid "Uncompressed packed YUV 4:4:4"
-#~ msgstr "Ukomprimeret pakket YUV 4:4:4"
-
-#~ msgid "Uncompressed planar YUV 4:2:2"
-#~ msgstr "Ukomprimeret plan-YUV 4:2:2"
-
-#~ msgid "Uncompressed planar YUV 4:1:1"
-#~ msgstr "Ukomprimeret plan-YUV 4:1:1"
-
-#~ msgid "Uncompressed black and white Y-plane"
-#~ msgstr "Ukomprimeret sort og hvid Y-plan"
-
-#~ msgid "Raw PCM audio"
-#~ msgstr "Ufiltreret PCM audio"
-
-#~ msgid "Raw %d-bit floating-point audio"
-#~ msgstr "Ufiltreret %d-bit flydende-komma audio"
-
-#~ msgid "Raw floating-point audio"
-#~ msgstr "Ufiltreret flydende-komma audio"
-
-#~ msgid "Could not open vfs file \"%s\" for writing: %s."
-#~ msgstr "Kunne ikke åbne vfs-filen \"%s\" til skrivning: %s."
-
-#~ msgid "No filename given"
-#~ msgstr "Intet filnavn angivet"
-
-#~ msgid "Could not close vfs file \"%s\"."
-#~ msgstr "Kunne ikke lukke vfs-filen \"%s\"."
-
-#~ msgid "Error while writing to file \"%s\"."
-#~ msgstr "Fejl ved skrivning til filen \"%s\"."
-
-#~ msgid "Invalid subtitle URI \"%s\", subtitles disabled."
-#~ msgstr "Defekt undertekst URI \"%s\", undertekster deaktiveret."
-
-#~ msgid "RTSP streams cannot be played yet."
-#~ msgstr "RTSP sekvenser kan endnu ikke afspilles."
-
-#~ msgid "Could not create \"decodebin\" element."
-#~ msgstr "Kunne ikke danne et \"decodebin\" element."
-
-#~ msgid ""
-#~ "Only a subtitle stream was detected. Either you are loading a subtitle "
-#~ "file or some other type of text file, or the media file was not "
-#~ "recognized."
-#~ msgstr ""
-#~ "Der blev kun fundet en undertekst-sekvens. Enten forsøger du at indlæse "
-#~ "en undertekst-fil eller en anden type tekstfil, eller media-filen blev "
-#~ "ikke genkendt."
-
-#~ msgid ""
-#~ "You do not have a decoder installed to handle this file. You might need "
-#~ "to install the necessary plugins."
-#~ msgstr ""
-#~ "Du har ingen dekoder installeret, der kan håndtere denne fil. Du er nødt "
-#~ "til at installere de nødvendige plugins."
-
-#~ msgid "This is not a media file"
-#~ msgstr "Dette er ikke en media-fil"
-
-#~ msgid "A subtitle stream was detected, but no video stream."
-#~ msgstr "En undertekst-sekvens blev fundet, men ingen video-sekvens."
-
-#~ msgid "Both autovideosink and xvimagesink elements are missing."
-#~ msgstr "Både autovideosink og xvimagesink elementerne mangler."
-
-#~ msgid "Both autoaudiosink and alsasink elements are missing."
-#~ msgstr "Både autoaudiosink og alsasink elementerne mangler."
-
-#~ msgid "No device specified."
-#~ msgstr "Ingen enhed angivet."
-
-#~ msgid "Device \"%s\" does not exist."
-#~ msgstr "Enheden \"%s\" eksisterer ikke."
-
-#~ msgid "Device \"%s\" is already being used."
-#~ msgstr "Enheden \"%s\" er allerede i brug."
-
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Kunne ikke tilgå enheden \"%s\"."
-
-#~ msgid "Error while sending gdp header data to \"%s:%d\"."
-#~ msgstr ""
-#~ "Der opstod en fejl under overførsel af gdp-overskriftsdata til \"%s:%d\"."
-
-#~ msgid "Error while sending gdp payload data to \"%s:%d\"."
-#~ msgstr ""
-#~ "Der opstod en fejl under overførsel af gdp-pakkeindhold til \"%s:%d\"."
diff --git a/po/nb.po b/po/nb.po
index 24138a30b..d72f5b05f 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,19 +6,18 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-base 0.10.32.2\n"
+"Project-Id-Version: gst-plugins-base 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2012-12-18 00:25+0000\n"
-"PO-Revision-Date: 2012-07-29 01:38+0100\n"
+"POT-Creation-Date: 2013-01-04 13:11+0000\n"
+"PO-Revision-Date: 2012-12-21 21:43+0100\n"
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
-"Language: \n"
+"Language: nb_NO\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-Language: Norwegian Bokmal\n"
-"X-Poedit-Country: NORWAY\n"
+"X-Generator: Poedit 1.5.4\n"
msgid "Could not open device for playback in mono mode."
msgstr "Kunne ikke åpne enheten for avspilling i mono-modus."
@@ -325,10 +324,10 @@ msgid "Media (image/video) intended vertical pixel density in ppi"
msgstr "Media (bilde/video) beregnet vertikal piksel tetthet i ppi"
msgid "ID3v2 frame"
-msgstr ""
+msgstr "ID3v2-ramme"
msgid "unparsed id3v2 tag frame"
-msgstr ""
+msgstr "Utolket id3v2 merkeramme"
msgid "ID3 tag"
msgstr "ID3-merke"
@@ -364,19 +363,16 @@ msgid "Run-length encoding"
msgstr "Kjørelengde-koding"
msgid "Subtitle"
-msgstr ""
+msgstr "Undertekst"
-#, fuzzy
msgid "MPL2 subtitle format"
-msgstr "TMPlayer undertekstformat"
+msgstr "MPL2 undertekstformat"
-#, fuzzy
msgid "DKS subtitle format"
-msgstr "Samisk undertekstformat"
+msgstr "DKS undertekstformat"
-#, fuzzy
msgid "QTtext subtitle format"
-msgstr "Kate undertekstformat"
+msgstr "QTtext undertekstformat"
msgid "Sami subtitle format"
msgstr "Samisk undertekstformat"
@@ -387,33 +383,30 @@ msgstr "TMPlayer undertekstformat"
msgid "Kate subtitle format"
msgstr "Kate undertekstformat"
-#, fuzzy
msgid "Uncompressed video"
-msgstr "Ukomprimert YUV"
+msgstr "Ukomprimert video"
-#, fuzzy
msgid "Uncompressed gray"
-msgstr "Ukomprimert grått bilde"
+msgstr "Ukomprimert grå"
-#, fuzzy, c-format
+#, c-format
msgid "Uncompressed %s YUV %s"
-msgstr "Ukomprimert YUV"
+msgstr "Ukomprimert %s YUV %s"
-#, fuzzy, c-format
+#, c-format
msgid "Uncompressed %s%d-bit %s"
-msgstr "Ukomprimert palettisert %d-bit %s"
+msgstr "Ukomprimert %s%d-bit %s"
#, c-format
msgid "DivX MPEG-4 Version %d"
msgstr "DivX MPEG-4-versjon %d"
-#, fuzzy
msgid "Uncompressed audio"
-msgstr "Ukomprimert YUV"
+msgstr "Ukomprimert lyd"
-#, fuzzy, c-format
+#, c-format
msgid "Raw %d-bit %s audio"
-msgstr "Rå %d-bit PCM-lyd"
+msgstr "Rå %d-bit %s-lyd"
msgid "Audio CD source"
msgstr "Lyd-CD-kilde"
diff --git a/po/sl.po b/po/sl.po
index 401a2fafa..f59dae67a 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,18 +1,18 @@
-# Slovenian translation of gst-plugins-base.
-# Copyright (C) 2005 - 2012 Free Software Foundation, Inc.
+# Slovenian translation for gst-plugins-base.
+# Copyright (C) 2005 - 2013 Free Software Foundation, Inc.
# This file is distributed under the same license as the gst-plugins-base package.
#
# Matej Urbančič <matej.urban@gmail.com>, 2010.
-# Klemen Košir <klemen.kosir@gmx.com>, 2011.
# Martin Srebotnjak <miles@filmsi.net>, 2011.
+# Klemen Košir <klemen913@gmail.com>, 2011 - 2013.
#
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-base 0.10.32.2\n"
+"Project-Id-Version: gst-plugins-base-1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2012-12-18 00:25+0000\n"
-"PO-Revision-Date: 2012-03-01 14:03+0100\n"
-"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
+"POT-Creation-Date: 2013-01-04 13:11+0000\n"
+"PO-Revision-Date: 2013-01-05 10:10+0100\n"
+"Last-Translator: Klemen Košir <klemen913@gmail.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
@@ -20,9 +20,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
"%100==4 ? 3 : 0);\n"
-"X-Poedit-Language: Slovenian\n"
-"X-Poedit-Country: SLOVENIA\n"
-"X-Poedit-SourceCharset: utf-8\n"
msgid "Could not open device for playback in mono mode."
msgstr "Naprave ni mogoče odpreti za predvajanje v mono načinu."
@@ -366,19 +363,16 @@ msgid "Run-length encoding"
msgstr "Kodiranje trajanja izvajanja"
msgid "Subtitle"
-msgstr ""
+msgstr "Podnapisi"
-#, fuzzy
msgid "MPL2 subtitle format"
-msgstr "Oblika podnapisov TMPlayer"
+msgstr "Oblika podnapisov MPL2"
-#, fuzzy
msgid "DKS subtitle format"
-msgstr "Oblika podnapisov Sami"
+msgstr "Oblika podnapisov DKS"
-#, fuzzy
msgid "QTtext subtitle format"
-msgstr "Oblika podnapisov Kate"
+msgstr "Oblika podnapisov QTtext"
msgid "Sami subtitle format"
msgstr "Oblika podnapisov Sami"
@@ -389,33 +383,30 @@ msgstr "Oblika podnapisov TMPlayer"
msgid "Kate subtitle format"
msgstr "Oblika podnapisov Kate"
-#, fuzzy
msgid "Uncompressed video"
-msgstr "Nestisnjen YUV"
+msgstr "Nestisnjen video"
-#, fuzzy
msgid "Uncompressed gray"
-msgstr "Nestisnjena sivinska slika"
+msgstr "Nestisnjen sivinski video"
-#, fuzzy, c-format
+#, c-format
msgid "Uncompressed %s YUV %s"
-msgstr "Nestisnjen YUV"
+msgstr "Nestisnjen %s YUV %s"
-#, fuzzy, c-format
+#, c-format
msgid "Uncompressed %s%d-bit %s"
-msgstr "Nestisnjen paletni %d-bitni %s"
+msgstr "Nestisnjen %s%d-bitni %s"
#, c-format
msgid "DivX MPEG-4 Version %d"
msgstr "DivX MPEG-4 različice %d"
-#, fuzzy
msgid "Uncompressed audio"
-msgstr "Nestisnjen YUV"
+msgstr "Nestisnjen zvok"
-#, fuzzy, c-format
+#, c-format
msgid "Raw %d-bit %s audio"
-msgstr "Surovi %d-bitni zvok PCM"
+msgstr "Surov %d-bitni zvok %s"
msgid "Audio CD source"
msgstr "Vir zvočnega CD-ja"
@@ -494,145 +485,3 @@ msgstr "Neznan predmet kodirnika"
msgid "Plugin or element of unknown type"
msgstr "Vstavek ali predmet neznane vrste"
-
-#~ msgid "Master"
-#~ msgstr "Glavni"
-
-#~ msgid "Bass"
-#~ msgstr "Bas"
-
-#~ msgid "Treble"
-#~ msgstr "Visoki toni"
-
-#~ msgid "PCM"
-#~ msgstr "PCM"
-
-#~ msgid "Synth"
-#~ msgstr "Sintetizator"
-
-#~ msgid "Line-in"
-#~ msgstr "Analogni vhod"
-
-#~ msgid "CD"
-#~ msgstr "CD"
-
-#~ msgid "Microphone"
-#~ msgstr "Mikrofon"
-
-#~ msgid "PC Speaker"
-#~ msgstr "Računalniški zvočnik"
-
-#~ msgid "Playback"
-#~ msgstr "Predvajanje"
-
-#~ msgid "Capture"
-#~ msgstr "Zajemanje"
-
-#~ msgid "Could not open vfs file \"%s\" for writing: %s."
-#~ msgstr "VFS datoteke \"%s\" ni mogoče odpreti za pisanje: %s"
-
-#~ msgid "No filename given"
-#~ msgstr "Ni podanega imena datoteke"
-
-#~ msgid "Could not close vfs file \"%s\"."
-#~ msgstr "VFS datoteke \"%s\" ni mogoče zapreti."
-
-#~ msgid "Error while writing to file \"%s\"."
-#~ msgstr "Napaka med pisanjem v datoteko \"%s\"."
-
-#~ msgid "Invalid subtitle URI \"%s\", subtitles disabled."
-#~ msgstr "Neveljaven URI podnapisov \"%s\", zato bodo onemogočeni."
-
-#~ msgid "RTSP streams cannot be played yet."
-#~ msgstr "Pretokov RTSP še ni mogoče predvajati."
-
-#~ msgid "Could not create \"decodebin\" element."
-#~ msgstr "Predmeta \"decodebin\" ni mogoče ustvariti."
-
-#~ msgid ""
-#~ "Only a subtitle stream was detected. Either you are loading a subtitle "
-#~ "file or some other type of text file, or the media file was not "
-#~ "recognized."
-#~ msgstr ""
-#~ "Zaznan je bil le pretok podnapisov. Morda je bila naložena datoteka "
-#~ "podnapisov ali katera druga vrsta besedilne datoteke, ali pa "
-#~ "predstavnostne datoteke ni mogoče prepoznati."
-
-#~ msgid ""
-#~ "You do not have a decoder installed to handle this file. You might need "
-#~ "to install the necessary plugins."
-#~ msgstr ""
-#~ "Za to vrsto datotek ni nameščenega ustreznega odkodirnika. Morda je "
-#~ "potrebno namestiti manjkajoče vstavke."
-
-#~ msgid "This is not a media file"
-#~ msgstr "Datoteka ni predstavnostna datoteka"
-
-#~ msgid "A subtitle stream was detected, but no video stream."
-#~ msgstr "Zaznan je bil pretok podnapisov, ne pa tudi pretok videa."
-
-#~ msgid "Both autovideosink and xvimagesink elements are missing."
-#~ msgstr "Predmeta autovideosink in xvimagesink manjkata."
-
-#~ msgid "Both autoaudiosink and alsasink elements are missing."
-#~ msgstr "Predmeta autovideosink in alsasink manjkata."
-
-#~ msgid "Error while sending gdp header data to \"%s:%d\"."
-#~ msgstr "Napaka med pošiljanjem podatkov glave GDP na \"%s:%d\"."
-
-#~ msgid "Error while sending gdp payload data to \"%s:%d\"."
-#~ msgstr "Napaka med pošiljanjem podatkov vsebine GDP na \"%s:%d\"."
-
-#~ msgid "Connection to %s:%d refused."
-#~ msgstr "Povezava s %s:%d zavrnjena."
-
-#~ msgid "Uncompressed planar YUV 4:2:0"
-#~ msgstr "Nestisnjen ploskovni YUV 4:2:0"
-
-#~ msgid "Uncompressed planar YVU 4:2:0"
-#~ msgstr "Nestisnjen ploskovni YVU 4:2:0"
-
-#~ msgid "Uncompressed packed YUV 4:2:2"
-#~ msgstr "Nestisnjen pakiran YUV 4:2:2"
-
-#~ msgid "Uncompressed packed YUV 4:1:0"
-#~ msgstr "Nestisnjen pakiran YUV 4:1:0"
-
-#~ msgid "Uncompressed packed YVU 4:1:0"
-#~ msgstr "Nestisnjen pakiran YVU 4:1:0"
-
-#~ msgid "Uncompressed packed YUV 4:1:1"
-#~ msgstr "Nestisnjen pakiran YUV 4:1:1"
-
-#~ msgid "Uncompressed packed YUV 4:4:4"
-#~ msgstr "Nestisnjen pakiran YUV 4:4:4"
-
-#~ msgid "Uncompressed planar YUV 4:2:2"
-#~ msgstr "Nestisnjen ploskovni YUV 4:2:2"
-
-#~ msgid "Uncompressed planar YUV 4:1:1"
-#~ msgstr "Nestisnjen ploskovni YUV 4:1:1"
-
-#~ msgid "Uncompressed black and white Y-plane"
-#~ msgstr "Nestisnjena črno-bela slika Y-ravnine"
-
-#~ msgid "Raw PCM audio"
-#~ msgstr "Surovi zvok PCM"
-
-#~ msgid "Raw %d-bit floating-point audio"
-#~ msgstr "Surovi %d-bitni zvok, določen s plavajočo vejico"
-
-#~ msgid "Raw floating-point audio"
-#~ msgstr "Surovi zvok, določen s plavajočo vejico"
-
-#~ msgid "No device specified."
-#~ msgstr "Ni navedene naprave."
-
-#~ msgid "Device \"%s\" does not exist."
-#~ msgstr "Naprava \"%s\" ne obstaja."
-
-#~ msgid "Device \"%s\" is already being used."
-#~ msgstr "Naprava \"%s\" je že v uporabi."
-
-#~ msgid "Could not open device \"%s\" for reading and writing."
-#~ msgstr "Naprave \"%s\" ni mogoče odpreti za branje in pisanje."
diff --git a/win32/common/_stdint.h b/win32/common/_stdint.h
index 0b0f116ae..e55f754f3 100644
--- a/win32/common/_stdint.h
+++ b/win32/common/_stdint.h
@@ -1,7 +1,7 @@
#ifndef _GST_PLUGINS_BASE__STDINT_H
#define _GST_PLUGINS_BASE__STDINT_H 1
#ifndef _GENERATED_STDINT_H
-#define _GENERATED_STDINT_H "gst-plugins-base 1.0.4"
+#define _GENERATED_STDINT_H "gst-plugins-base 1.0.5"
/* generated using gnu compiler gcc (Debian 4.7.2-4) 4.7.2 */
#define _STDINT_HAVE_STDINT_H 1
#include <stdint.h>
diff --git a/win32/common/config.h b/win32/common/config.h
index 90e3928dd..b85ed269e 100644
--- a/win32/common/config.h
+++ b/win32/common/config.h
@@ -87,7 +87,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2012-12-18"
+#define GST_PACKAGE_RELEASE_DATETIME "2013-01-05"
/* Define to enable ALSA (used by alsa). */
#undef HAVE_ALSA
@@ -319,7 +319,7 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Base Plug-ins 1.0.4"
+#define PACKAGE_STRING "GStreamer Base Plug-ins 1.0.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
@@ -328,7 +328,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.4"
+#define PACKAGE_VERSION "1.0.5"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -362,7 +362,7 @@
#undef USE_TREMOLO
/* Version number of package */
-#define VERSION "1.0.4"
+#define VERSION "1.0.5"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */