Release 1.0.7 1.0.7
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 26 Apr 2013 10:11:02 +0000 (12:11 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 26 Apr 2013 10:11:02 +0000 (12:11 +0200)
46 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
gstreamer.doap
po/af.po
po/az.po
po/be.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/nb.po
po/nl.po
po/pl.po
po/pt_BR.po
po/ro.po
po/ru.po
po/rw.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/zh_TW.po
win32/common/config.h
win32/common/gstversion.h

index 92e3df9430fa1541afc165a97684b4463577283a..92216cd1b67145740a2ad029c16b9390df62fdbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,121 @@
+=== release 1.0.7 ===
+
+2013-04-26  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+         releasing 1.0.7
+
+2013-04-25 16:38:49 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * plugins/elements/gstinputselector.c:
+         inputselector: Try to not push read-only buffers
+         We should only increase the refcount before pushing if we're
+         really going to use the buffer afterwards.
+
+2013-04-22 18:08:43 -0300  Thibault Saunier <thibault.saunier@collabora.com>
+
+       * libs/gst/controller/gsttimedvaluecontrolsource.c:
+         controller: Fix element-type annotations
+
+2012-10-24 11:58:35 +0200  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * configure.ac:
+       * gst/gstplugin.h:
+       * plugins/elements/Makefile.am:
+         gst: Add better support for static plugins
+         API: GST_PLUGIN_STATIC_DECLARE()
+         API: GST_PLUGIN_STATIC_REGISTER()
+         Based on a patch by Håvard Graff <havard.graff@tandberg.com>.
+         This now allows GST_PLUGIN_DEFINE() to create a static plugin if
+         GST_PLUGIN_BUILD_STATIC is defined. The resulting plugin can be
+         statically linked or dynamically linked during compilation but
+         can't be dynamically loaded during runtime.
+         Also adds GST_PLUGIN_STATIC_DECLARE() and GST_PLUGIN_STATIC_REGISTER(),
+         which allows to register a static linked plugin easily.
+         It is still required to manually register every single statically linked
+         plugin from inside the application as this can't be automated in a portable
+         way.
+         A new configure parameter --enable-static-plugins was added that allows
+         to build all plugins we build here as static plugins.
+         Fixes bug #667305.
+
+2013-03-25 09:16:05 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * tests/check/gst/gstcaps.c:
+         caps: Add unit test for GST_CAPS_{ANY,NONE} and GST_STATIC_CAPS_{ANY,NONE}
+         https://bugzilla.gnome.org/show_bug.cgi?id=696435
+
+2013-03-25 09:19:24 +0100  Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+       * gst/gstcaps.c:
+         caps: Fix gst_static_caps_get(GST_STATIC_CAPS_NONE)
+         https://bugzilla.gnome.org/show_bug.cgi?id=696435
+
+2013-03-21 21:00:54 -0400  Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
+
+       * libs/gst/base/gstbasesrc.c:
+         basesrc: Don't send error if negotiate fails because we are flushing
+         Negotiation may be aborted by a flush from another thread that need to
+         stop the task (i.e. seek). Check that case and silently pause the task.
+         https://bugzilla.gnome.org/show_bug.cgi?id=696357
+
+2013-04-12 16:13:15 +0100  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gsttaglist.c:
+         taglist: avoid triggering an assertion
+         When deserialization of the structure fails, return a NULL taglist instead of
+         asserting.
+
+2013-04-13 12:00:12 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * tools/gst-inspect.c:
+         gst-inspect: only add a '*' for non-'gpointer' pointers
+         Spotted by Jose Antonio Santos Cadena.
+         https://bugzilla.gnome.org/show_bug.cgi?id=697791
+
+2013-04-11 14:54:32 +0200  Jose Antonio Santos Cadenas <santoscadenas@gmail.com>
+
+       * tools/gst-inspect.c:
+         gst-inspect: add pointer mark to signal and action return types that are pointers
+         When the return type of a signal or action is a pointer, it
+         should have an asterisk to mark it as such.
+         https://bugzilla.gnome.org/show_bug.cgi?id=697791
+
+2013-04-09 10:17:45 +0100  Tim-Philipp Müller <tim@centricular.net>
+
+       * libs/gst/net/gstnetclientclock.c:
+         netclientclock: bind socket before querying local address
+         Fails on windows otherwise.
+         https://bugzilla.gnome.org/show_bug.cgi?id=697608
+
+2013-04-04 16:39:23 +0200  Wim Taymans <wim.taymans@collabora.co.uk>
+
+       * gst/gstbufferpool.c:
+         bufferpool: fix docs
+
+2013-03-30 11:06:59 +0000  Nicolas Dufresne <nicolas.dufresne@collabora.com>
+
+       * gst/gstsegment.c:
+         segment: Fix seeking when position is slightly outside the segment
+         Very often, when the end of a segment is detected by demuxer, the position
+         is slightly outside the segment boundaries. Currently, if that is the case
+         the base will be set to NONE instead of normal accumulation. This would
+         break non-flushing seeks in oggdemux and most likely other demuxers.
+         Fixes https://bugzilla.gnome.org/show_bug.cgi?id=696899
+
 === release 1.0.6 ===
 
-2013-03-22  Tim-Philipp Müller <tim@centricular.net>
+2013-03-22 12:33:48 +0000  Tim-Philipp Müller <tim@centricular.net>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.0.6
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * gstreamer.doap:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         Release 1.0.6
 
 2013-03-22 09:53:58 +0000  Tim-Philipp Müller <tim.muller@collabora.co.uk>
 
diff --git a/NEWS b/NEWS
index d96b260810654cbc2337eef7620794689c3e3352..49aebb2836471414fef4bb8460025a50ad3ea6a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,15 @@
-This is GStreamer 1.0.6
+This is GStreamer 1.0.7
+
+Changes since 1.0.6:
+
+      * Add better support for static plugins
+
+Bugs fixed since 1.0.6:
+
+      * 667305 : build: Add --enable-static-plugins configure argument
+      * 696357 : Basesrc may send not-neg error when flushed
+      * 696435 : gst_static_caps_get(GST_STATIC_CAPS_NONE) doesn't work properly
+      * 697791 : gst-inspect: shows action signal return pointers as pointers
 
 Changes since 1.0.5:
 
diff --git a/RELEASE b/RELEASE
index f6dbe1d72762188468424804aef93b878f9d003d..b1e2aba197f1f4f2e4d3a919b7b5c834c69d5e4a 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-Release notes for GStreamer 1.0.6
+Release notes for GStreamer 1.0.7
 
 
 The GStreamer team is proud to announce a new bug-fix release
@@ -42,31 +42,14 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
 
 Features of this release
     
-      * bin: reset GValue from iterator after usage, fixing leak
-      * pipeline: fix seeking on pipeline with NULL clock
-      * message: accept NULL error argument in gst_message_parse_{error,warning,info}
-      * basesrc: handle renegotiation correctly
-      * basesink: handle sync of EOS after item without duration
-      * basetransform: avoid warnings from NULL outcaps passed to transform_size in shutdown race
-      * adapter, basesrc, typefind: handle gst_buffer_map failure
-      * queuearray: fix gst_queue_array_drop_element()
-      * queuearray: fix gst_queue_array_find()
-      * queue: remove query from queue if queue is flushing
-      * g-i: make sure enumeration types and flags are introspected and available to bindings
-      * g-i: add allow-none annotation for gst_pipeline_new()'s name property
+      * Add better support for static plugins
 
 Bugs fixed in this release
      
-      * 684804 : basesink: fails to post EOS message with RTSP stream
-      * 691185 : g-i: GStreamer enums and flags not usable - " expected enumeration type GstFormat, but got Format instead " warning when setting GstFormat property on GStreamer appsrc element
-      * 691985 : gst_pad_check_reconfigure: only remove flag if set.
-      * 691986 : basesrc: set NEED_RECONFIGURE flag if negotiate fails
-      * 692691 : queue: dangling pointer when doing allocation query on a flushing queue
-      * 692868 : basesink: expands GAP event without duration to last to segment end
-      * 693065 : pipeline: criticals when seeking on pipeline with NULL clock
-      * 693587 : Adding offset to GstSegment deserialize/serialize to fix jump on uninitialized value
-      * 693704 : gst_message_parse_{warning,error} annotations wrongly claim allow-none for GError parameter
-      * 693996 : basetransform: audioresample shutdown unit test fails with 'gst_audio_info_from_caps: caps != NULL'  in transform_size
+      * 667305 : build: Add --enable-static-plugins configure argument
+      * 696357 : Basesrc may send not-neg error when flushed
+      * 696435 : gst_static_caps_get(GST_STATIC_CAPS_NONE) doesn't work properly
+      * 697791 : gst-inspect: shows action signal return pointers as pointers
 
 ==== Download ====
 
@@ -103,12 +86,10 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
-      * Alexander Schrab
-      * Nate Bogdanowicz
-      * Niv Sardi
-      * Simon Feltman
-      * Stefan Sauer
-      * Tim 'mithro' Ansell
+      * Jose Antonio Santos Cadenas
+      * Nicolas Dufresne
+      * Sebastian Dröge
+      * Thibault Saunier
       * Tim-Philipp Müller
       * Wim Taymans
\ No newline at end of file
index 6be8fc36f1055fb69e590cee75c43e6eeab0ff48..7ff3b17d621b79ab272d1fa0e22b6553e5f156b8 100644 (file)
@@ -4,7 +4,7 @@ dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, git and prerelease does Werror too
 dnl
-AC_INIT(GStreamer, 1.0.6,
+AC_INIT(GStreamer, 1.0.7,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gstreamer)
 AG_GST_INIT
index f5fdc8e35323802bc4863fcc7c57b6f9e73fba26..29d1e1ce77a7f6bd67d18639ed85868eef1f7b70 100644 (file)
@@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
    </GitRepository>
  </repository> 
 
+ <release>
+  <Version>
+   <revision>1.0.7</revision>
+   <branch>1.0</branch>
+   <name></name>
+   <created>2013-04-26</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.0.7.tar.xz" />
+  </Version>
+ </release>
+
  <release>
   <Version>
    <revision>1.0.6</revision>
index 37defe358340aaf9c6fb13de5124cf3cce333ac0..82e17ee3adbbf3228b72717030eb049bf341a510 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2005-12-05 11:45+0200\n"
 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\n"
index 6604c612d3f41b5d73223d4992df4201f38f6d9d..24e6aac8f51847d350b6a3a750710a845be2c714 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-0.8.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2004-03-19 18:40+0200\n"
 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
index d0c294afe93ff1d40cd2e03ebd9bd01d4e95510b..fb644709d4ab6a6ad02efd4ad9b01d9c837ff583 100644 (file)
--- a/po/be.po
+++ b/po/be.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2006-01-18 22:26+0200\n"
 "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
 "Language-Team: Belarusian <i18n@mova.org>\n"
index 7b833b42fdf82c4dd6b30d0b03aa775e8fca933b..9afa0b7d1b9b59c999cddb7c5fd31c603621af07 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2011-04-26 22:40+0300\n"
 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
index 9973daa7bd1669a20f9a97db377eaba6ea80bff7..d7b20fe64169b26607a3ec07037c57514dd2a573 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-11-04 19:41+0100\n"
 "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
index b793fc37803b332f3bc0f741252bc840303931e6..c943aff8c55dd129c245204f1c7b5e76cff259d2 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2011-12-01 08:17+0100\n"
 "Last-Translator: Marek Černocký <marek@manet.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
index 4a87cc9b59836510027531de1c7171dbb2fe4c6b..5d97c62d4520e1959db61bff54d29aa7feff13f6 100644 (file)
--- a/po/da.po
+++ b/po/da.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-11-06 22:52+0100\n"
 "Last-Translator: Mogens Jaeger <mogensjaeger@gmail.com>\n"
 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
index 2b3da0a7c097717577592d2fa04d9480198a4c8d..10060c8fb481a2ef4363b381e289685e92101ad9 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-11-28 19:22+0100\n"
 "Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
index ead62c7a2f188660c12949f6afefb699c7d25e33..5aab08f5f199e06a60d6d5fe71d603d896c6e906 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-11-29 11:14+0200\n"
 "Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
 "Language-Team: Greek <team@lists.gnome.gr>\n"
index a39cb1c503d3c4187f49d24aed59dea836006cb0..8293f06d4ae3225eea768a312ae8b68637725556 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2004-04-26 10:36-0400\n"
 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\n"
index d967be5c2a0dd8732184dabdfeab53226b86eb89..8f7a1b7005157a4d3e59621c19a46455dc112d81 100644 (file)
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2011-06-04 21:11+0100\n"
 "Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
index 9b5b28f7cc5c1b88fb8496c62197b5e9af3c3e3c..d31dfd6847f4fc82d7fef242b73664fcce834e66 100644 (file)
--- a/po/es.po
+++ b/po/es.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2011-10-02 15:45+0200\n"
 "Last-Translator: Jorge González González <aloriel@gmail.com>\n"
 "Language-Team: Spanish <es@li.org>\n"
index 7bc3367a8e60a421bc24374c5d1cbab95fffd5ec..84eb83750955eac18c626f1c1fee14d4c40462d8 100644 (file)
--- a/po/eu.po
+++ b/po/eu.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-0.10.26.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-03-25 13:10+0100\n"
 "Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
 "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
index cf3395512332a864e3a09e2bb3487242c705be5e..331a0f911b95f3fe80de5c5e806369d6d0377256 100644 (file)
--- a/po/fi.po
+++ b/po/fi.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-11-17 23:10+0200\n"
 "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
index 99158943db9ecb420f1af85a1be06a2eabea1c8d..72522b685f7c93a91dc3cbce645a80d666b50e39 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-12-05 19:31+0100\n"
 "Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
 "Language-Team: French <traduc@traduc.org>\n"
index c87506d789d5cd46173b81c481b759d28f50ad2b..a10a1e4505642075e46c117ea2fd0816add457e8 100644 (file)
--- a/po/gl.po
+++ b/po/gl.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-12-15 03:29+0200\n"
 "Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n"
 "Language-Team: Galician <proxecto@trasno.net>\n"
index 2bbacc86cfc52f3af9de169310224553f3d90910..4b504458f31d2b2c6e009583ba43ab7b4530e74f 100644 (file)
--- a/po/hr.po
+++ b/po/hr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-05-25 16:47+0200\n"
 "Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
index 9e1d389e60ae1bb8526f28a27a94d92856930b2a..129a328208558a7faf1dc28c2fe417d64ef3c189 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-11-29 14:03+0100\n"
 "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
index ee87edfea659814a8517b521ec78ec3b7b5e24ab..72d6bf27b7674ee9f3bfa55a6125fe53a62b8000 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-01-28 11:44+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
index af16035c7aff4bacfec6f8c5192329e369389fbb..40336f91436854ff504fe15aa8c0b3789f8c00ba 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -106,7 +106,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-10-25 10:03+0200\n"
 "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
index 4da3c7794b71fb42aa042b96094cddd5ac1f7a9e..082582a84628ab4d36d23274223271c4faabea6f 100644 (file)
--- a/po/ja.po
+++ b/po/ja.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.20.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2008-10-16 19:57+0900\n"
 "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
index ce7295bfdd8be3d44fca67521fbcad9a667d446e..cfffca0f03bbb0a4f102f8df6d902b50f6f27538 100644 (file)
--- a/po/lt.po
+++ b/po/lt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.29.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-07-16 00:50+0300\n"
 "Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
index 95b290b80a53e5afbaf030b51b2469e2b56d6efd..08c9a20f21b8d3527ac65e311a22ab4479ccedfb 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-10-24 21:36+0200\n"
 "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
index 66f97c9eac10d4d17308bcb08aa390b372b2e892..33f4a0cdc514538a3381e41847dbcc69af04fefc 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-11-29 22:42+0100\n"
 "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
index a360aef374c054c365dfd6c03e6afb96d2999d7a..9efa5b90e79401b8b757adb6a3c92d51769c2eb4 100644 (file)
--- a/po/pl.po
+++ b/po/pl.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-11-28 19:15+0100\n"
 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
index a2abbac258b67a9557c9f32d79de4f3ed64de489..f7cd387656a3dae08cd1eb247e7bd22b19e60548 100644 (file)
@@ -17,7 +17,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-0.10.31.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2011-01-08 01:36-0300\n"
 "Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
index e664342c87950217243845b9d3d1036a22c492f1..3983ca6743730655461ea2106f421733f7a9e732 100644 (file)
--- a/po/ro.po
+++ b/po/ro.po
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.29.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-08-16 01:10+0300\n"
 "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
index 59edf293271320a51d4aff4e6628734c567a7824..bf78999281adf79d6f5ba711a213ff4bbbcf9072 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-12-01 13:36+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <gnu@mx.ru>\n"
index 03bf78b8c425d081f956c89908a7013319de9302..1301e7a6a1a5e8c8082f44bebb06bece918090a2 100644 (file)
--- a/po/rw.po
+++ b/po/rw.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
index 101f9db1d6bfa859955b88b74d7e49bf4ef90ae2..1255eb1b85bcc9b692d49f384796734af2b4fe5e 100644 (file)
--- a/po/sk.po
+++ b/po/sk.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-11-08 16:13+0100\n"
 "Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
index 0cf42599a18c651001fb7057b64a07750b5f1fb2..3f38fa345f12a5d2af1b3822074dada05ee22a7d 100644 (file)
--- a/po/sl.po
+++ b/po/sl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2013-01-05 10:16+0100\n"
 "Last-Translator: Klemen Košir <klemen913@gmail.com>\n"
 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
index f6c81b56a24266ff0316bc4a83d6fa5b29ac492c..d5a2ee3ac7059adda6ace8b70bcfee9dc086f3d0 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2004-08-07 23:46+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\n"
index f2521c4b149adf9af6521c622ca773c76c15eaa8..70fc789b76f946c8613616704424b53811845015 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2011-12-05 10:40+0200\n"
 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
 "Language-Team: Serbian <gnu@prevod.org>\n"
index a33217c14ac5e8d07a2907fe24c3e74dba78f547..fdcbe2655fa890f60a80284cbc7dd2dc4cba55e9 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.31.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2011-01-09 19:46+0100\n"
 "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
index 28c49bb05a3baa713db5775740d70ce24ab11854..f53c2829a50c9fb02a962972015e76ad625bcf49 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2004-04-03 03:14+0300\n"
 "Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
index 12e75a020d83c1fc23b3da0c6c41805522915e4e..7e673b6a397d9311f31fe1c5f9fa60d7d0164208 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-11-28 20:11+0200\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
index 64ee49f25a092227f414172386fffbb3438963e6..7b0a9ce1c10bcd6e7a8923fd35dcdd1ae891fa20 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2012-12-02 08:10+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
index 55a4e5bf75efff6901cf6bfe97401235251581e2..11817e0cca05d04836ce4c32d34a5ff379ffbbe1 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.25.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2010-02-02 18:58+0800\n"
 "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
index a78a5fa45b43e147454fa493916d3cd3145a6b86..bc15bd7fbd33c2a37ff18a80dba1ebf9d9011dd3 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2013-03-22 09:49+0000\n"
+"POT-Creation-Date: 2013-04-26 12:08+0200\n"
 "PO-Revision-Date: 2005-04-27 14:55+0800\n"
 "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
index 27fdfd956bc840e19a929289c2dc2d3d2e13b5ca..36c5dccbab50bb0b6486680e109230edacfda35f 100644 (file)
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2013-03-22"
+#define GST_PACKAGE_RELEASE_DATETIME "2013-04-26"
+
+/* Define if static plugins should be built */
+#undef GST_PLUGIN_BUILD_STATIC
 
 /* location of the installed gst-plugin-scanner */
 #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
 #define PACKAGE_NAME "GStreamer"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 1.0.6"
+#define PACKAGE_STRING "GStreamer 1.0.7"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gstreamer"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.6"
+#define PACKAGE_VERSION "1.0.7"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "1.0.6"
+#define VERSION "1.0.7"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
index 89985913a76d4585e4166fda817c8268ce12bcf0..5b0e5e062a03417f4ea552cf9d6ee8dd52bd39a8 100644 (file)
@@ -57,7 +57,7 @@ G_BEGIN_DECLS
  *
  * The micro version of GStreamer at compile time:
  */
-#define GST_VERSION_MICRO (6)
+#define GST_VERSION_MICRO (7)
 /**
  * GST_VERSION_NANO:
  *