Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2017-02-02 15:26:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes      2016-12-09 
09:32:54.877626875 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer.new/gstreamer.changes 2017-02-03 
17:41:44.618370364 +0100
@@ -1,0 +2,7 @@
+Mon Jan 30 15:03:17 UTC 2017 - zai...@opensuse.org
+
+- Update to version 1.10.3:
+  + Bugs fixed: bgo#776125, bgo#775538, bgo#775661, bgo#775714,
+    bgo#775728, bgo#775921, bgo#776039, bgo#776401, bgo#777263.
+
+-------------------------------------------------------------------

Old:
----
  gstreamer-1.10.2.tar.xz

New:
----
  gstreamer-1.10.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer.spec ++++++
--- /var/tmp/diff_new_pack.0wF4Nu/_old  2017-02-03 17:41:45.122299037 +0100
+++ /var/tmp/diff_new_pack.0wF4Nu/_new  2017-02-03 17:41:45.126298471 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           gstreamer
 %define _name   gstreamer
-Version:        1.10.2
+Version:        1.10.3
 Release:        0
 %define gst_branch 1.0
 Summary:        Streaming-Media Framework Runtime

++++++ gstreamer-1.10.2.tar.xz -> gstreamer-1.10.3.tar.xz ++++++
++++ 1714 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/ChangeLog new/gstreamer-1.10.3/ChangeLog
--- old/gstreamer-1.10.2/ChangeLog      2016-11-29 14:18:34.000000000 +0100
+++ new/gstreamer-1.10.3/ChangeLog      2017-01-30 14:20:11.000000000 +0100
@@ -1,9 +1,187 @@
+=== release 1.10.3 ===
+
+2017-01-30  Sebastian Dröge <sl...@coaxion.net>
+
+       * configure.ac:
+         releasing 1.10.3
+
+2017-01-15 11:52:44 +0000  Tim-Philipp Müller <t...@centricular.com>
+
+       * gst/gstdatetime.c:
+       * tests/check/gst/gstdatetime.c:
+         datetime: fix potential out-of-bound read on malformed datetime string
+         https://bugzilla.gnome.org/show_bug.cgi?id=777263
+
+2017-01-03 02:11:27 +1100  Jan Schmidt <j...@centricular.com>
+
+       * gst/gstcaps.c:
+         caps: Fix null pointer dereference on invalid static caps
+         A typo in a static caps string may result in failure to
+         deserialise it, so don't dereference the result without
+         checking.
+
+2017-01-03 02:13:30 +1100  Jan Schmidt <j...@centricular.com>
+
+       * plugins/elements/gstqueue.c:
+         queue: Don't generate GST_FLOW_ERROR without logging
+         At least log a message to the debug log when generating
+         a GST_FLOW_ERROR, to make it possible to find where it came from.
+
+2017-01-03 02:12:27 +1100  Jan Schmidt <j...@centricular.com>
+
+       * gst/gstpadtemplate.c:
+         padtemplate: Fix null pointer dereference on invalid static caps
+         A typo in a static caps string may result in failure to
+         deserialise it, so don't dereference the result without
+         checking.
+
+2016-12-22 18:45:10 +0100  Nicolas Dechesne <nicolas.deche...@linaro.org>
+
+       * tools/gst-launch.c:
+         tools: gst-launch: set GST_GL_XINITTHREADS
+         This ensure that XInitThreads is called and so gl contexts are 
properly
+         initialized.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776401
+
+2016-11-30 21:17:55 +0100  Fabrice Bellet <fabr...@bellet.info>
+
+       * libs/gst/base/gstbasesink.c:
+         basesink: fix a use after free case
+         The event may be disposed while being pushed, so we make sure the
+         debug infrastructure won't use it after the gst_pad_push().
+
+2016-12-13 20:00:55 +0200  Sebastian Dröge <sebast...@centricular.com>
+
+       * plugins/elements/gstqueue.c:
+       * plugins/elements/gstqueue2.c:
+         queue/queue2: Ensure that the streaming thread is unlocked after 
deactivating the srcpad
+         It might happen that the srcpad task function is never called at all, 
in
+         which case unlocking everything from there will never happen.
+         Make sure to unlock everything another time after the task function is
+         definitely stopped.
+         https://bugzilla.gnome.org/show_bug.cgi?id=776039
+
+2016-12-10 18:38:32 +0900  Seungha Yang <sh.y...@lge.com>
+
+       * plugins/elements/gstmultiqueue.c:
+         multiqueue: Fix overflow on get_buffering_level()
+         guint64 denominator factor for gst_util_uint64_scale_int() can cause 
overflow
+         https://bugzilla.gnome.org/show_bug.cgi?id=775921
+
+2016-12-08 20:20:17 +0100  Stefan Sauer <enso...@users.sf.net>
+
+       * gst/gstpad.c:
+         tracer: move the PAD_LINK tracer hook to _pad_link_full()
+         This is ultimately executing the pad_link. In the previous position 
we missed
+         some links, notably ghostpads.
+
+2016-12-12 16:19:13 +0100  Edward Hervey <edw...@centricular.com>
+
+       * plugins/elements/gstfilesrc.c:
+         filesrc: Set GError in another error case
+         When changing the location while open, properly set the GError 
regarding
+         the failure.
+
+2016-12-06 22:32:31 +0100  Peter Seiderer <ps.rep...@gmx.net>
+
+       * gst/gstconfig.h.in:
+         gstconfig: Fix unaligned access support for arc and nios2 
architectures
+         Fixes buildroot autobuild failures ([1], [2]).
+         [1] 
http://autobuild.buildroot.net/results/fbd/fbdcd90635d5ec3a62ad98a7ff93b71b8e5ecde4
+         [2] 
http://autobuild.buildroot.net/results/f3c/f3c9b0ed4ffb114221057237ce22c995b673a98b
+         https://bugzilla.gnome.org/show_bug.cgi?id=775728
+
+2016-12-06 16:27:23 +0100  Ricardo Ribalda Delgado <ricardo.riba...@gmail.com>
+
+       * libs/gst/helpers/gst:
+         helpers/gst: Get bash completion options from gst-launch
+         It is more likely that gst-launch is installed than ges-launch
+         Reported-by: Marianna Smidth Buschle <m...@qtec.com>
+         https://bugzilla.gnome.org/show_bug.cgi?id=775714
+
+2016-12-02 22:47:32 +0100  Marcin Kolny <marcin.ko...@gmail.com>
+
+       * libs/gst/net/gstnetclientclock.c:
+         net: set clock name in the constructor
+         gst_net_client_clock_new() and gst_ntp_clock_new() didn't set the
+         "name" property.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775538
+
+2016-12-05 21:09:52 +0100  Peter Seiderer <ps.rep...@gmx.net>
+
+       * gst/gstconfig.h.in:
+         gstconfig: Fix unaligned access support for microblaze and xtensa 
architectures
+         Fixes buildroot autobuild failures, for details see:
+         http://lists.busybox.net/pipermail/buildroot/2016-December/178895.html
+         https://bugzilla.gnome.org/show_bug.cgi?id=775661
+
+2016-12-05 11:01:45 +0200  Sebastian Dröge <sebast...@centricular.com>
+
+       * plugins/elements/gstconcat.c:
+       * plugins/elements/gsttee.c:
+         elements: Handle GstIterator RESYNC return value correctly in 
gst_iterator_foreach()
+
+2016-12-01 18:20:11 +0200  Sebastian Dröge <sebast...@centricular.com>
+
+       * gst/gstbin.c:
+         bin: Make sure to resync iterators and handle RESYNC at all in 
gst_iterator_foreach() calls
+
 === release 1.10.2 ===
 
-2016-11-29  Sebastian Dröge <sl...@coaxion.net>
+2016-11-29 16:20:15 +0200  Sebastian Dröge <sebast...@centricular.com>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.10.2
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * gstreamer.doap:
+       * win32/common/config.h:
+       * win32/common/gstversion.h:
+         Release 1.10.2
+
+2016-11-29 15:25:41 +0200  Sebastian Dröge <sebast...@centricular.com>
+
+       * 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:
+         Update .po files
 
 2016-11-29 14:08:41 +0200  Sebastian Dröge <sebast...@centricular.com>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/NEWS new/gstreamer-1.10.3/NEWS
--- old/gstreamer-1.10.2/NEWS   2016-11-29 14:20:15.000000000 +0100
+++ new/gstreamer-1.10.3/NEWS   2017-01-30 14:21:27.000000000 +0100
@@ -1,8 +1,8 @@
 # GStreamer 1.10 Release Notes
 
 GStreamer 1.10.0 was originally released on 1st November 2016.
-The latest bug-fix release in the 1.10 series is [1.10.2](#1.10.2) and was
-released on 29 November 2016.
+The latest bug-fix release in the 1.10 series is [1.10.3](#1.10.3) and was
+released on 30 January 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -13,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest
 version of this document.
 
-*Last updated: Tuesday 29 Nov 2016, 12:30 UTC [(log)][gitlog]*
+*Last updated: Monday 30 Jan 2017, 12:00 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.10/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md
@@ -1103,7 +1103,7 @@
 
 ### 1.10.2
 
-The first 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
+The second 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
 This release only contains bugfixes and it should be safe to update from 
1.10.x.
 
 #### Major bugfixes in 1.10.2
@@ -1111,7 +1111,9 @@
  - Security-relevant bugfix in the FLI/FLX/FLC decoder (CVE-2016-9634,
    CVE-2016-9635, CVE-2016-9636)
  - Various fixes for crashes, assertions and other failures on fuzzed input
-   files (among others, thanks to Hanno Böck for testing and reporting)
+   files. Among others, thanks to Hanno Böck for testing and reporting
+   (CVE-2016-9807, CVE-2016-9808, CVE-2016-9809, CVE-2016-9810, CVE-2016-9811,
+   CVE-2016-9812, CVE-2016-9813).
  - SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the
    correct MIKEY policy message is generated
  - Further OpenGL related bugfixes
@@ -1124,6 +1126,32 @@
 
 [buglist-1.10.2]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.2
 
+<a name="1.10.3"></a>
+
+### 1.10.3
+
+The third 1.10 bug-fix release (1.10.3) was released on 30 January 2017.
+This release only contains bugfixes and it should be safe to update from 
1.10.x.
+
+#### Major bugfixes in 1.10.3
+
+ - Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed
+   input files and in other situations
+ - Regression fixes for souphttpsrc with redirection tracking and retrying
+ - Regression fix for gst-rtsp-server not handling TCP-only medias anymore
+ - Various other bugfixes the RTP/RTSP codebase
+ - vp8enc works again on 32 bit Windows
+ - Fixes to Opus PLC handling in the decoder
+ - Fix for stream corruption in multihandlesink when removing clients
+ - gst-libav was updated to ffmpeg 3.2.2
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.10.3]. Note that this is
+not the full list of changes. For the full list of changes please refer to the
+GIT logs or ChangeLogs of the particular modules.
+
+[buglist-1.10.3]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=187054&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.3
+
 ## Known Issues
 
 - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead
@@ -1134,8 +1162,6 @@
 - Building applications with Android NDK r13 on Windows does not work. Other
   platforms and earlier/later versions of the NDK are not affected.
   [Bug #772842](https://bugzilla.gnome.org/show_bug.cgi?id=772842)
-- vp8enc crashes on 32 bit Windows, but was working fine in 1.6. 64 bit 
Windows is unaffected.
-  [Bug #763663](https://bugzilla.gnome.org/show_bug.cgi?id=763663)
 
 ## Schedule for 1.12
 
@@ -1144,9 +1170,9 @@
 of 1.11/1.12 will happen in the git master branch.
 
 The plan for the 1.12 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around early/mid-January,
+expected that feature freeze will be around early/mid-February,
 followed by several 1.11 pre-releases and the new 1.12 stable release
-in March.
+in April.
 
 1.12 will be backwards-compatible to the stable 1.10, 1.8, 1.6, 1.4, 1.2 and
 1.0 release series.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/RELEASE new/gstreamer-1.10.3/RELEASE
--- old/gstreamer-1.10.2/RELEASE        2016-11-29 14:19:22.000000000 +0100
+++ new/gstreamer-1.10.3/RELEASE        2017-01-30 14:21:04.000000000 +0100
@@ -1,7 +1,7 @@
 
-Release notes for GStreamer 1.10.2
+Release notes for GStreamer 1.10.3
 
-The GStreamer team is proud to announce the second bugfix release in the stable
+The GStreamer team is proud to announce the third bugfix release in the stable
 1.10 release series of your favourite cross-platform multimedia framework!
 
 
@@ -33,6 +33,18 @@
 
   
 
+Bugs fixed in this release
+     
+      * 776125 : fix an use after free in gst_base_sink_send_event()
+      * 775538 : Property " name " is not set for the net client clock
+      * 775661 : gstconfig: Compile failure for xtensa and microblaze 
architectures (unaligned access support)
+      * 775714 : bash autocomplete uses ges-launch for parameter autocompletion
+      * 775728 : gstconfig: Compile failure for arc and nios2 architectures 
(unaligned access support)
+      * 775921 : multiqueue: Fix overflow on get_buffering_level()
+      * 776039 : queue: deadlock between sink query and state change
+      * 776401 : gst-launch should set GST_GL_XINITHREADS so that 
XinitThread() is called appropriately
+      * 777263 : datetime: out of bounds read in 
gst_date_time_new_from_iso8601_string()
+
 ==== Download ====
 
 You can find source releases of gstreamer in the download
@@ -69,7 +81,14 @@
 Contributors to this release
     
       * Edward Hervey
+      * Fabrice Bellet
       * Jan Schmidt
+      * Marcin Kolny
+      * Nicolas Dechesne
+      * Peter Seiderer
+      * Ricardo Ribalda Delgado
       * Sebastian Dröge
+      * Seungha Yang
+      * Stefan Sauer
       * Tim-Philipp Müller
  
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/configure.ac new/gstreamer-1.10.3/configure.ac
--- old/gstreamer-1.10.2/configure.ac   2016-11-29 13:21:41.000000000 +0100
+++ new/gstreamer-1.10.3/configure.ac   2017-01-30 12:19:27.000000000 +0100
@@ -4,7 +4,7 @@
 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.10.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
+AC_INIT([GStreamer],[1.10.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
 AG_GST_INIT
 
 dnl initialize automake (we require GNU make)
@@ -62,7 +62,7 @@
 dnl      1.10.9 (who knows) => 1009
 dnl
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 1002, 0, 1002)
+AS_LIBTOOL(GST, 1003, 0, 1003)
 
 dnl *** autotools stuff ****
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/docs/gst/html/gstreamer-GstVersion.html 
new/gstreamer-1.10.3/docs/gst/html/gstreamer-GstVersion.html
--- old/gstreamer-1.10.2/docs/gst/html/gstreamer-GstVersion.html        
2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/docs/gst/html/gstreamer-GstVersion.html        
2017-01-30 14:21:44.000000000 +0100
@@ -143,7 +143,7 @@
 <hr>
 <div class="refsect2">
 <a name="GST-VERSION-MICRO:CAPS"></a><h3>GST_VERSION_MICRO</h3>
-<pre class="programlisting">#define GST_VERSION_MICRO (2)
+<pre class="programlisting">#define GST_VERSION_MICRO (3)
 </pre>
 <p>The micro version of GStreamer at compile time:</p>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/docs/gst/html/index.html 
new/gstreamer-1.10.3/docs/gst/html/index.html
--- old/gstreamer-1.10.2/docs/gst/html/index.html       2016-11-29 
14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/docs/gst/html/index.html       2017-01-30 
14:21:44.000000000 +0100
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer 1.0 Core 
Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for GStreamer Core 1.0 (1.10.2)
+      for GStreamer Core 1.0 (1.10.3)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/"; 
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/</a>.
     </p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/docs/libs/html/index.html 
new/gstreamer-1.10.3/docs/libs/html/index.html
--- old/gstreamer-1.10.2/docs/libs/html/index.html      2016-11-29 
14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/docs/libs/html/index.html      2017-01-30 
14:21:44.000000000 +0100
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer 1.0 Library 
Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for GStreamer Library 1.0 (1.10.2)
+      for GStreamer Library 1.0 (1.10.3)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/";
 
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/</a>.
     </p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
 
new/gstreamer-1.10.3/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
--- 
old/gstreamer-1.10.2/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
   2016-11-29 14:20:32.000000000 +0100
+++ 
new/gstreamer-1.10.3/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
   2017-01-30 14:21:44.000000000 +0100
@@ -41,7 +41,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.10.2</td>
+<td>1.10.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/docs/plugins/html/index.html 
new/gstreamer-1.10.3/docs/plugins/html/index.html
--- old/gstreamer-1.10.2/docs/plugins/html/index.html   2016-11-29 
14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/docs/plugins/html/index.html   2017-01-30 
14:21:44.000000000 +0100
@@ -15,7 +15,7 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Core Plugins 
1.0 Plugins Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      for GStreamer Core Plugins 1.0 (1.10.2)
+      for GStreamer Core Plugins 1.0 (1.10.3)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/";
 
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/</a>.
     </p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/docs/plugins/inspect/plugin-coreelements.xml 
new/gstreamer-1.10.3/docs/plugins/inspect/plugin-coreelements.xml
--- old/gstreamer-1.10.2/docs/plugins/inspect/plugin-coreelements.xml   
2016-11-29 14:20:29.000000000 +0100
+++ new/gstreamer-1.10.3/docs/plugins/inspect/plugin-coreelements.xml   
2017-01-30 14:21:41.000000000 +0100
@@ -3,7 +3,7 @@
   <description>GStreamer core elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>1.10.2</version>
+  <version>1.10.3</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/docs/plugins/inspect/plugin-coretracers.xml 
new/gstreamer-1.10.3/docs/plugins/inspect/plugin-coretracers.xml
--- old/gstreamer-1.10.2/docs/plugins/inspect/plugin-coretracers.xml    
2016-11-29 14:20:29.000000000 +0100
+++ new/gstreamer-1.10.3/docs/plugins/inspect/plugin-coretracers.xml    
2017-01-30 14:21:41.000000000 +0100
@@ -3,7 +3,7 @@
   <description>GStreamer core tracers</description>
   <filename>../../plugins/tracers/.libs/libgstcoretracers.so</filename>
   <basename>libgstcoretracers.so</basename>
-  <version>1.10.2</version>
+  <version>1.10.3</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gst/gstbin.c new/gstreamer-1.10.3/gst/gstbin.c
--- old/gstreamer-1.10.2/gst/gstbin.c   2016-11-04 18:07:01.000000000 +0100
+++ new/gstreamer-1.10.3/gst/gstbin.c   2016-12-05 10:02:15.000000000 +0100
@@ -1143,6 +1143,8 @@
         g_queue_foreach (&elements, (GFunc) g_object_unref, NULL);
         g_queue_clear (&elements);
       }
+      if (ires == GST_ITERATOR_RESYNC)
+        gst_iterator_resync (it);
     } while (ires == GST_ITERATOR_RESYNC);
     if (ires != GST_ITERATOR_ERROR) {
       GstElement *e;
@@ -1368,7 +1370,9 @@
 
   /* unlink all linked pads */
   it = gst_element_iterate_pads (element);
-  gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads, NULL);
+  while (gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads,
+          NULL) == GST_ITERATOR_RESYNC)
+    gst_iterator_resync (it);
   gst_iterator_free (it);
 
   GST_CAT_DEBUG_OBJECT (GST_CAT_PARENTAGE, bin, "added element \"%s\"",
@@ -1809,7 +1813,9 @@
 
   /* unlink all linked pads */
   it = gst_element_iterate_pads (element);
-  gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads, NULL);
+  while (gst_iterator_foreach (it, (GstIteratorForeachFunction) unlink_pads,
+          NULL) == GST_ITERATOR_RESYNC)
+    gst_iterator_resync (it);
   gst_iterator_free (it);
 
   GST_CAT_INFO_OBJECT (GST_CAT_PARENTAGE, bin, "removed child \"%s\"",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gst/gstcaps.c new/gstreamer-1.10.3/gst/gstcaps.c
--- old/gstreamer-1.10.2/gst/gstcaps.c  2016-11-04 18:07:01.000000000 +0100
+++ new/gstreamer-1.10.3/gst/gstcaps.c  2017-01-09 14:46:30.000000000 +0100
@@ -423,12 +423,14 @@
 
     *caps = gst_caps_from_string (string);
 
-    /* Caps generated from static caps are usually leaked */
-    GST_MINI_OBJECT_FLAG_SET (*caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED);
-
     /* convert to string */
-    if (G_UNLIKELY (*caps == NULL))
+    if (G_UNLIKELY (*caps == NULL)) {
       g_critical ("Could not convert static caps \"%s\"", string);
+      goto done;
+    }
+
+    /* Caps generated from static caps are usually leaked */
+    GST_MINI_OBJECT_FLAG_SET (*caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED);
 
     GST_CAT_TRACE (GST_CAT_CAPS, "created %p from string %s", static_caps,
         string);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gst/gstconfig.h.in new/gstreamer-1.10.3/gst/gstconfig.h.in
--- old/gstreamer-1.10.2/gst/gstconfig.h.in     2016-11-04 18:07:01.000000000 
+0100
+++ new/gstreamer-1.10.3/gst/gstconfig.h.in     2016-12-07 10:22:16.000000000 
+0100
@@ -104,7 +104,7 @@
  * http://docs.oracle.com/cd/E19205-01/820-4155/c++_faq.html#Vers6
  * https://software.intel.com/en-us/node/583402
  */
-#if defined(__alpha__) || defined(__arm__) || defined(__aarch64__) || 
defined(__bfin) || defined(__hppa__) || defined(__mips__) || defined(__sh__) || 
defined(__SH4__) || defined(__sparc__) || defined(__sparc) || defined(__ia64__) 
|| defined(_M_ALPHA) || defined(_M_ARM) || defined(_M_IA64)
+#if defined(__alpha__) || defined(__arc__) || defined(__arm__) || 
defined(__aarch64__) || defined(__bfin) || defined(__hppa__) || 
defined(__nios2__) || defined(__MICROBLAZE__) || defined(__mips__) || 
defined(__sh__) || defined(__SH4__) || defined(__sparc__) || defined(__sparc) 
|| defined(__ia64__) || defined(_M_ALPHA) || defined(_M_ARM) || 
defined(_M_IA64) || defined(__xtensa__)
 #  define GST_HAVE_UNALIGNED_ACCESS 0
 #elif defined(__i386__) || defined(__i386) || defined(__amd64__) || 
defined(__amd64) || defined(__x86_64__) || defined(__ppc__) || 
defined(__ppc64__) || defined(__powerpc__) || defined(__powerpc64__) || 
defined(__m68k__) || defined(_M_IX86) || defined(_M_AMD64) || defined(_M_X64) 
|| defined(__s390__) || defined(__s390x__) || defined(__zarch__)
 #  define GST_HAVE_UNALIGNED_ACCESS 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gst/gstdatetime.c new/gstreamer-1.10.3/gst/gstdatetime.c
--- old/gstreamer-1.10.2/gst/gstdatetime.c      2016-11-04 18:07:01.000000000 
+0100
+++ new/gstreamer-1.10.3/gst/gstdatetime.c      2017-01-23 12:07:42.000000000 
+0100
@@ -865,7 +865,7 @@
     else if (neg_pos)
       pos = neg_pos + 1;
 
-    if (pos) {
+    if (pos && strlen (pos) >= 3) {
       gint ret_tz;
       if (pos[2] == ':')
         ret_tz = sscanf (pos, "%d:%d", &gmt_offset_hour, &gmt_offset_min);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gst/gstpad.c new/gstreamer-1.10.3/gst/gstpad.c
--- old/gstreamer-1.10.2/gst/gstpad.c   2016-11-04 18:07:56.000000000 +0100
+++ new/gstreamer-1.10.3/gst/gstpad.c   2016-12-13 10:43:42.000000000 +0100
@@ -2443,6 +2443,8 @@
   g_return_val_if_fail (GST_PAD_IS_SINK (sinkpad),
       GST_PAD_LINK_WRONG_DIRECTION);
 
+  GST_TRACER_PAD_LINK_PRE (srcpad, sinkpad);
+
   /* Notify the parent early. See gst_pad_unlink for details. */
   if (G_LIKELY ((parent = GST_ELEMENT_CAST (gst_pad_get_parent (srcpad))))) {
     if (G_LIKELY (GST_IS_ELEMENT (parent))) {
@@ -2530,6 +2532,7 @@
     gst_object_unref (parent);
   }
 
+  GST_TRACER_PAD_LINK_POST (srcpad, sinkpad, result);
   return result;
 
   /* ERRORS */
@@ -2575,13 +2578,7 @@
 GstPadLinkReturn
 gst_pad_link (GstPad * srcpad, GstPad * sinkpad)
 {
-  GstPadLinkReturn ret;
-
-  GST_TRACER_PAD_LINK_PRE (srcpad, sinkpad);
-  ret = gst_pad_link_full (srcpad, sinkpad, GST_PAD_LINK_CHECK_DEFAULT);
-  GST_TRACER_PAD_LINK_POST (srcpad, sinkpad, ret);
-
-  return ret;
+  return gst_pad_link_full (srcpad, sinkpad, GST_PAD_LINK_CHECK_DEFAULT);
 }
 
 static void
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gst/gstpadtemplate.c 
new/gstreamer-1.10.3/gst/gstpadtemplate.c
--- old/gstreamer-1.10.2/gst/gstpadtemplate.c   2016-11-04 18:07:56.000000000 
+0100
+++ new/gstreamer-1.10.3/gst/gstpadtemplate.c   2017-01-09 14:46:17.000000000 
+0100
@@ -397,9 +397,11 @@
       break;
     case PROP_CAPS:
       GST_PAD_TEMPLATE_CAPS (object) = g_value_dup_boxed (value);
-      /* GstPadTemplate are usually leaked so are their caps */
-      GST_MINI_OBJECT_FLAG_SET (GST_PAD_TEMPLATE_CAPS (object),
-          GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED);
+      if (GST_PAD_TEMPLATE_CAPS (object) != NULL) {
+        /* GstPadTemplate are usually leaked so are their caps */
+        GST_MINI_OBJECT_FLAG_SET (GST_PAD_TEMPLATE_CAPS (object),
+            GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED);
+      }
       break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gstreamer.doap new/gstreamer-1.10.3/gstreamer.doap
--- old/gstreamer-1.10.2/gstreamer.doap 2016-11-29 13:21:41.000000000 +0100
+++ new/gstreamer-1.10.3/gstreamer.doap 2017-01-30 12:23:39.000000000 +0100
@@ -40,6 +40,16 @@
 
  <release>
   <Version>
+   <revision>1.10.3</revision>
+   <branch>1.10</branch>
+   <name></name>
+   <created>2017-01-30</created>
+   <file-release 
rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.3.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.10.2</revision>
    <branch>1.10</branch>
    <name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/gstreamer.spec new/gstreamer-1.10.3/gstreamer.spec
--- old/gstreamer-1.10.2/gstreamer.spec 2016-11-29 13:21:49.000000000 +0100
+++ new/gstreamer-1.10.3/gstreamer.spec 2017-01-30 12:27:23.000000000 +0100
@@ -4,7 +4,7 @@
 %define        _glib2          2.40.0
 
 Name:          %{gstreamer}
-Version:       1.10.2
+Version:       1.10.3
 Release:       1
 Summary:       GStreamer streaming media framework runtime
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/libs/gst/base/gstbasesink.c 
new/gstreamer-1.10.3/libs/gst/base/gstbasesink.c
--- old/gstreamer-1.10.2/libs/gst/base/gstbasesink.c    2016-11-04 
18:07:56.000000000 +0100
+++ new/gstreamer-1.10.3/libs/gst/base/gstbasesink.c    2016-12-22 
13:43:04.000000000 +0100
@@ -4429,6 +4429,8 @@
   }
 
   if (forward) {
+    GST_DEBUG_OBJECT (basesink, "sending event %p %" GST_PTR_FORMAT, event,
+        event);
     result = gst_pad_push_event (pad, event);
   } else {
     /* not forwarded, unref the event */
@@ -4437,8 +4439,7 @@
 
   gst_object_unref (pad);
 
-  GST_DEBUG_OBJECT (basesink, "handled event %p %" GST_PTR_FORMAT ": %d", 
event,
-      event, result);
+  GST_DEBUG_OBJECT (basesink, "handled event: %d", result);
 
   return result;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/libs/gst/helpers/gst 
new/gstreamer-1.10.3/libs/gst/helpers/gst
--- old/gstreamer-1.10.2/libs/gst/helpers/gst   2016-11-04 18:07:01.000000000 
+0100
+++ new/gstreamer-1.10.3/libs/gst/helpers/gst   2016-12-07 10:22:16.000000000 
+0100
@@ -28,7 +28,7 @@
 {
        if [[ "$prev" != "$command" ]]
        then
-               COMPREPLY=( $(compgen -W "$(ges-launch-1.0 --help-all | grep 
-oh '[[:graph:]]*--[[:graph:]]*' | cut -d'=' -f1)" -- $cur) )
+               COMPREPLY=( $(compgen -W "$(gst-launch-1.0 --help-all | grep 
-oh '[[:graph:]]*--[[:graph:]]*' | cut -d'=' -f1)" -- $cur) )
        else
                COMPREPLY=("$cur")
        fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/libs/gst/net/gstnetclientclock.c 
new/gstreamer-1.10.3/libs/gst/net/gstnetclientclock.c
--- old/gstreamer-1.10.2/libs/gst/net/gstnetclientclock.c       2016-11-04 
18:07:01.000000000 +0100
+++ new/gstreamer-1.10.3/libs/gst/net/gstnetclientclock.c       2016-12-07 
10:22:16.000000000 +0100
@@ -1395,8 +1395,9 @@
   g_return_val_if_fail (remote_port <= G_MAXUINT16, NULL);
   g_return_val_if_fail (base_time != GST_CLOCK_TIME_NONE, NULL);
 
-  ret = g_object_new (GST_TYPE_NET_CLIENT_CLOCK, "address", remote_address,
-      "port", remote_port, "base-time", base_time, NULL);
+  ret =
+      g_object_new (GST_TYPE_NET_CLIENT_CLOCK, "name", name, "address",
+      remote_address, "port", remote_port, "base-time", base_time, NULL);
 
   return ret;
 }
@@ -1440,7 +1441,8 @@
   g_return_val_if_fail (remote_port <= G_MAXUINT16, NULL);
   g_return_val_if_fail (base_time != GST_CLOCK_TIME_NONE, NULL);
 
-  ret = g_object_new (GST_TYPE_NTP_CLOCK, "address", remote_address,
+  ret =
+      g_object_new (GST_TYPE_NTP_CLOCK, "name", name, "address", 
remote_address,
       "port", remote_port, "base-time", base_time, NULL);
 
   return ret;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/plugins/elements/gstconcat.c 
new/gstreamer-1.10.3/plugins/elements/gstconcat.c
--- old/gstreamer-1.10.2/plugins/elements/gstconcat.c   2016-11-04 
18:07:01.000000000 +0100
+++ new/gstreamer-1.10.3/plugins/elements/gstconcat.c   2016-12-05 
10:02:15.000000000 +0100
@@ -800,10 +800,10 @@
       self->current_start_offset = 0;
       self->last_stop = GST_CLOCK_TIME_NONE;
 
-      do {
-        res = gst_iterator_foreach (iter, reset_pad, NULL);
-      } while (res == GST_ITERATOR_RESYNC);
-
+      while ((res =
+              gst_iterator_foreach (iter, reset_pad,
+                  NULL)) == GST_ITERATOR_RESYNC)
+        gst_iterator_resync (iter);
       gst_iterator_free (iter);
 
       if (res == GST_ITERATOR_ERROR)
@@ -815,10 +815,10 @@
       GstIteratorResult res;
 
       g_mutex_lock (&self->lock);
-      do {
-        res = gst_iterator_foreach (iter, unblock_pad, NULL);
-      } while (res == GST_ITERATOR_RESYNC);
-
+      while ((res =
+              gst_iterator_foreach (iter, unblock_pad,
+                  NULL)) == GST_ITERATOR_RESYNC)
+        gst_iterator_resync (iter);
       gst_iterator_free (iter);
       g_cond_broadcast (&self->cond);
       g_mutex_unlock (&self->lock);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/plugins/elements/gstfilesrc.c 
new/gstreamer-1.10.3/plugins/elements/gstfilesrc.c
--- old/gstreamer-1.10.2/plugins/elements/gstfilesrc.c  2016-11-04 
18:07:01.000000000 +0100
+++ new/gstreamer-1.10.3/plugins/elements/gstfilesrc.c  2016-12-13 
10:43:42.000000000 +0100
@@ -236,7 +236,8 @@
 }
 
 static gboolean
-gst_file_src_set_location (GstFileSrc * src, const gchar * location)
+gst_file_src_set_location (GstFileSrc * src, const gchar * location,
+    GError ** err)
 {
   GstState state;
 
@@ -272,6 +273,10 @@
   {
     g_warning ("Changing the `location' property on filesrc when a file is "
         "open is not supported.");
+    if (err)
+      g_set_error (err, GST_URI_ERROR, GST_URI_ERROR_BAD_STATE,
+          "Changing the `location' property on filesrc when a file is "
+          "open is not supported.");
     GST_OBJECT_UNLOCK (src);
     return FALSE;
   }
@@ -289,7 +294,7 @@
 
   switch (prop_id) {
     case PROP_LOCATION:
-      gst_file_src_set_location (src, g_value_get_string (value));
+      gst_file_src_set_location (src, g_value_get_string (value), NULL);
       break;
     default:
       G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
@@ -621,7 +626,7 @@
     /* Special case for "file://" as this is used by some applications
      *  to test with gst_element_make_from_uri if there's an element
      *  that supports the URI protocol. */
-    gst_file_src_set_location (src, NULL);
+    gst_file_src_set_location (src, NULL, NULL);
     return TRUE;
   }
 
@@ -650,7 +655,7 @@
     memmove (location, location + 1, strlen (location + 1) + 1);
 #endif
 
-  ret = gst_file_src_set_location (src, location);
+  ret = gst_file_src_set_location (src, location, err);
 
 beach:
   if (location)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/plugins/elements/gstmultiqueue.c 
new/gstreamer-1.10.3/plugins/elements/gstmultiqueue.c
--- old/gstreamer-1.10.2/plugins/elements/gstmultiqueue.c       2016-11-17 
11:09:21.000000000 +0100
+++ new/gstreamer-1.10.3/plugins/elements/gstmultiqueue.c       2016-12-13 
10:43:42.000000000 +0100
@@ -1133,7 +1133,7 @@
     buffering_level = 0;
     if (sq->max_size.time > 0) {
       tmp =
-          gst_util_uint64_scale_int (sq->cur_time,
+          gst_util_uint64_scale (sq->cur_time,
           MAX_BUFFERING_LEVEL, sq->max_size.time);
       buffering_level = MAX (buffering_level, tmp);
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/plugins/elements/gstqueue.c 
new/gstreamer-1.10.3/plugins/elements/gstqueue.c
--- old/gstreamer-1.10.2/plugins/elements/gstqueue.c    2016-11-24 
12:37:57.000000000 +0100
+++ new/gstreamer-1.10.3/plugins/elements/gstqueue.c    2017-01-09 
14:46:24.000000000 +0100
@@ -1004,8 +1004,10 @@
       }
       break;
   }
-  if (ret == FALSE)
+  if (ret == FALSE) {
+    GST_ERROR_OBJECT (queue, "Failed to push event");
     return GST_FLOW_ERROR;
+  }
   return GST_FLOW_OK;
 
   /* ERRORS */
@@ -1452,7 +1454,7 @@
   /* ERRORS */
 no_item:
   {
-    GST_CAT_LOG_OBJECT (queue_dataflow, queue,
+    GST_CAT_ERROR_OBJECT (queue_dataflow, queue,
         "exit because we have no item in the queue");
     return GST_FLOW_ERROR;
   }
@@ -1729,6 +1731,10 @@
 
         /* step 2, make sure streaming finishes */
         result = gst_pad_stop_task (pad);
+
+        GST_QUEUE_MUTEX_LOCK (queue);
+        gst_queue_locked_flush (queue, FALSE);
+        GST_QUEUE_MUTEX_UNLOCK (queue);
       }
       break;
     default:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/plugins/elements/gstqueue2.c 
new/gstreamer-1.10.3/plugins/elements/gstqueue2.c
--- old/gstreamer-1.10.2/plugins/elements/gstqueue2.c   2016-11-24 
12:37:57.000000000 +0100
+++ new/gstreamer-1.10.3/plugins/elements/gstqueue2.c   2016-12-22 
13:39:19.000000000 +0100
@@ -3509,6 +3509,10 @@
 
     /* step 2, make sure streaming finishes */
     result = gst_pad_stop_task (pad);
+
+    GST_QUEUE2_MUTEX_LOCK (queue);
+    gst_queue2_locked_flush (queue, FALSE, FALSE);
+    GST_QUEUE2_MUTEX_UNLOCK (queue);
   }
 
   return result;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/plugins/elements/gsttee.c 
new/gstreamer-1.10.3/plugins/elements/gsttee.c
--- old/gstreamer-1.10.2/plugins/elements/gsttee.c      2016-11-12 
09:43:35.000000000 +0100
+++ new/gstreamer-1.10.3/plugins/elements/gsttee.c      2016-12-05 
10:02:15.000000000 +0100
@@ -971,8 +971,10 @@
   GstIterator *iter;
 
   iter = gst_element_iterate_src_pads (GST_ELEMENT (tee));
-  gst_iterator_foreach (iter, (GstIteratorForeachFunction) gst_tee_push_eos,
-      tee);
+  while (gst_iterator_foreach (iter,
+          (GstIteratorForeachFunction) gst_tee_push_eos,
+          tee) == GST_ITERATOR_RESYNC)
+    gst_iterator_resync (iter);
   gst_iterator_free (iter);
 }
 
Binary files old/gstreamer-1.10.2/po/af.gmo and new/gstreamer-1.10.3/po/af.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/af.po new/gstreamer-1.10.3/po/af.po
--- old/gstreamer-1.10.2/po/af.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/af.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2005-12-05 11:45+0200\n"
 "Last-Translator: Petri Jooste <rkw...@puk.ac.za>\n"
 "Language-Team: Afrikaans <i...@af.org.za>\n"
Binary files old/gstreamer-1.10.2/po/az.gmo and new/gstreamer-1.10.3/po/az.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/az.po new/gstreamer-1.10.3/po/az.po
--- old/gstreamer-1.10.2/po/az.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/az.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-0.8.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2004-03-19 18:40+0200\n"
 "Last-Translator: Metin Amiroff <me...@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/be.gmo and new/gstreamer-1.10.3/po/be.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/be.po new/gstreamer-1.10.3/po/be.po
--- old/gstreamer-1.10.2/po/be.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/be.po       2017-01-30 14:21:45.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2006-01-18 22:26+0200\n"
 "Last-Translator: Ales Nyakhaychyk <n...@mail.by>\n"
 "Language-Team: Belarusian <i...@mova.org>\n"
Binary files old/gstreamer-1.10.2/po/bg.gmo and new/gstreamer-1.10.3/po/bg.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/bg.po new/gstreamer-1.10.3/po/bg.po
--- old/gstreamer-1.10.2/po/bg.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/bg.po       2017-01-30 14:21:45.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-02-21 21:02+0200\n"
 "Last-Translator: Alexander Shopov <a...@kambanaria.org>\n"
 "Language-Team: Bulgarian <d...@ludost.net>\n"
Binary files old/gstreamer-1.10.2/po/ca.gmo and new/gstreamer-1.10.3/po/ca.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/ca.po new/gstreamer-1.10.3/po/ca.po
--- old/gstreamer-1.10.2/po/ca.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/ca.po       2017-01-30 14:21:44.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2010-11-04 19:41+0100\n"
 "Last-Translator: Jordi Mallach <jo...@sindominio.net>\n"
 "Language-Team: Catalan <c...@dodds.net>\n"
Binary files old/gstreamer-1.10.2/po/cs.gmo and new/gstreamer-1.10.3/po/cs.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/cs.po new/gstreamer-1.10.3/po/cs.po
--- old/gstreamer-1.10.2/po/cs.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/cs.po       2017-01-30 14:21:45.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-03 15:31+0100\n"
 "Last-Translator: Marek Černocký <ma...@manet.cz>\n"
 "Language-Team: Czech <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/da.gmo and new/gstreamer-1.10.3/po/da.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/da.po new/gstreamer-1.10.3/po/da.po
--- old/gstreamer-1.10.2/po/da.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/da.po       2017-01-30 14:21:44.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-06-25 13:26+0200\n"
 "Last-Translator: Joe Hansen <joedalt...@yahoo.dk>\n"
 "Language-Team: Danish <da...@dansk-gruppen.dk>\n"
Binary files old/gstreamer-1.10.2/po/de.gmo and new/gstreamer-1.10.3/po/de.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/de.po new/gstreamer-1.10.3/po/de.po
--- old/gstreamer-1.10.2/po/de.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/de.po       2017-01-30 14:21:45.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-09-28 21:13+0200\n"
 "Last-Translator: Christian Kirbach <christian.kirb...@gmail.com>\n"
 "Language-Team: German <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/el.gmo and new/gstreamer-1.10.3/po/el.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/el.po new/gstreamer-1.10.3/po/el.po
--- old/gstreamer-1.10.2/po/el.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/el.po       2017-01-30 14:21:45.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2010-11-29 11:14+0200\n"
 "Last-Translator: Michael Kotsarinis <mk73...@gmail.com>\n"
 "Language-Team: Greek <t...@lists.gnome.gr>\n"
Binary files old/gstreamer-1.10.2/po/en_GB.gmo and 
new/gstreamer-1.10.3/po/en_GB.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/en_GB.po new/gstreamer-1.10.3/po/en_GB.po
--- old/gstreamer-1.10.2/po/en_GB.po    2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/en_GB.po    2017-01-30 14:21:44.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2004-04-26 10:36-0400\n"
 "Last-Translator: Gareth Owen <gowe...@yahoo.com>\n"
 "Language-Team: English (British) <en...@li.org>\n"
Binary files old/gstreamer-1.10.2/po/eo.gmo and new/gstreamer-1.10.3/po/eo.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/eo.po new/gstreamer-1.10.3/po/eo.po
--- old/gstreamer-1.10.2/po/eo.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/eo.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2011-06-04 21:11+0100\n"
 "Last-Translator: Kristjan SCHMIDT <kristjan.schm...@googlemail.com>\n"
 "Language-Team: Esperanto <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/es.gmo and new/gstreamer-1.10.3/po/es.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/es.po new/gstreamer-1.10.3/po/es.po
--- old/gstreamer-1.10.2/po/es.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/es.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.32.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2011-10-02 15:45+0200\n"
 "Last-Translator: Jorge González González <alor...@gmail.com>\n"
 "Language-Team: Spanish <e...@li.org>\n"
Binary files old/gstreamer-1.10.2/po/eu.gmo and new/gstreamer-1.10.3/po/eu.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/eu.po new/gstreamer-1.10.3/po/eu.po
--- old/gstreamer-1.10.2/po/eu.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/eu.po       2017-01-30 14:21:45.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-0.10.26.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2010-03-25 13:10+0100\n"
 "Last-Translator: Mikel Olasagasti Uranga <hey_ne...@mundurat.net>\n"
 "Language-Team: Basque <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/fi.gmo and new/gstreamer-1.10.3/po/fi.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/fi.po new/gstreamer-1.10.3/po/fi.po
--- old/gstreamer-1.10.2/po/fi.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/fi.po       2017-01-30 14:21:45.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2010-11-17 23:10+0200\n"
 "Last-Translator: Tommi Vainikainen <tommi.vainikai...@iki.fi>\n"
 "Language-Team: Finnish <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/fr.gmo and new/gstreamer-1.10.3/po/fr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/fr.po new/gstreamer-1.10.3/po/fr.po
--- old/gstreamer-1.10.2/po/fr.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/fr.po       2017-01-30 14:21:45.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-04 13:08+0100\n"
 "Last-Translator: Stéphane Aulery <lk...@free.fr>\n"
 "Language-Team: French <tra...@traduc.org>\n"
Binary files old/gstreamer-1.10.2/po/gl.gmo and new/gstreamer-1.10.3/po/gl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/gl.po new/gstreamer-1.10.3/po/gl.po
--- old/gstreamer-1.10.2/po/gl.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/gl.po       2017-01-30 14:21:44.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2012-12-15 03:29+0200\n"
 "Last-Translator: Fran Dieguez <frandieg...@ubuntu.com>\n"
 "Language-Team: Galician <proxe...@trasno.net>\n"
Binary files old/gstreamer-1.10.2/po/hr.gmo and new/gstreamer-1.10.3/po/hr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/hr.po new/gstreamer-1.10.3/po/hr.po
--- old/gstreamer-1.10.2/po/hr.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/hr.po       2017-01-30 14:21:45.000000000 +0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.10.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-11-19 09:55-0800\n"
 "Last-Translator: Božidar Putanec <bozid...@yahoo.com>\n"
 "Language-Team: Croatian <lokalizac...@linux.hr>\n"
Binary files old/gstreamer-1.10.2/po/hu.gmo and new/gstreamer-1.10.3/po/hu.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/hu.po new/gstreamer-1.10.3/po/hu.po
--- old/gstreamer-1.10.2/po/hu.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/hu.po       2017-01-30 14:21:45.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-14 16:10+0100\n"
 "Last-Translator: Gabor Kelemen <kelem...@gnome.hu>\n"
 "Language-Team: Hungarian <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/id.gmo and new/gstreamer-1.10.3/po/id.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/id.po new/gstreamer-1.10.3/po/id.po
--- old/gstreamer-1.10.2/po/id.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/id.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.10.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-11-14 20:59+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padma...@gmail.com>\n"
 "Language-Team: Indonesian <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/it.gmo and new/gstreamer-1.10.3/po/it.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/it.po new/gstreamer-1.10.3/po/it.po
--- old/gstreamer-1.10.2/po/it.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/it.po       2017-01-30 14:21:45.000000000 +0100
@@ -106,7 +106,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.30.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2010-10-25 10:03+0200\n"
 "Last-Translator: Luca Ferretti <elle....@infinito.it>\n"
 "Language-Team: Italian <t...@lists.linux.it>\n"
Binary files old/gstreamer-1.10.2/po/ja.gmo and new/gstreamer-1.10.3/po/ja.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/ja.po new/gstreamer-1.10.3/po/ja.po
--- old/gstreamer-1.10.2/po/ja.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/ja.po       2017-01-30 14:21:45.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.0.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2013-08-20 14:56+0900\n"
 "Last-Translator: Makoto Kato <makoto...@gmail.com>\n"
 "Language-Team: Japanese <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/lt.gmo and new/gstreamer-1.10.3/po/lt.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/lt.po new/gstreamer-1.10.3/po/lt.po
--- old/gstreamer-1.10.2/po/lt.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/lt.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.29.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2010-07-16 00:50+0300\n"
 "Last-Translator: Žygimantas Beručka <u...@akl.lt>\n"
 "Language-Team: Lithuanian <komp...@konferencijos.lt>\n"
Binary files old/gstreamer-1.10.2/po/nb.gmo and new/gstreamer-1.10.3/po/nb.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/nb.po new/gstreamer-1.10.3/po/nb.po
--- old/gstreamer-1.10.2/po/nb.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/nb.po       2017-01-30 14:21:45.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-10-08 21:26+0200\n"
 "Last-Translator: Johnny A. Solbu <joh...@solbu.net>\n"
 "Language-Team: Norwegian Bokmaal <i18n...@lister.ping.uio.no>\n"
Binary files old/gstreamer-1.10.2/po/nl.gmo and new/gstreamer-1.10.3/po/nl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/nl.po new/gstreamer-1.10.3/po/nl.po
--- old/gstreamer-1.10.2/po/nl.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/nl.po       2017-01-30 14:21:45.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-02-20 16:42+0100\n"
 "Last-Translator: Freek de Kruijf <f.de.kru...@gmail.com>\n"
 "Language-Team: Dutch <vertal...@vrijschrift.org>\n"
Binary files old/gstreamer-1.10.2/po/pl.gmo and new/gstreamer-1.10.3/po/pl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/pl.po new/gstreamer-1.10.3/po/pl.po
--- old/gstreamer-1.10.2/po/pl.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/pl.po       2017-01-30 14:21:45.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.10.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-11-01 20:41+0100\n"
 "Last-Translator: Jakub Bogusz <qbo...@pld-linux.org>\n"
 "Language-Team: Polish <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/pt_BR.gmo and 
new/gstreamer-1.10.3/po/pt_BR.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/pt_BR.po new/gstreamer-1.10.3/po/pt_BR.po
--- old/gstreamer-1.10.2/po/pt_BR.po    2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/pt_BR.po    2017-01-30 14:21:45.000000000 +0100
@@ -17,7 +17,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-05-06 18:23-0300\n"
 "Last-Translator: Fabrício Godoy <skarl...@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
Binary files old/gstreamer-1.10.2/po/ro.gmo and new/gstreamer-1.10.3/po/ro.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/ro.po new/gstreamer-1.10.3/po/ro.po
--- old/gstreamer-1.10.2/po/ro.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/ro.po       2017-01-30 14:21:45.000000000 +0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.29.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2010-08-16 01:10+0300\n"
 "Last-Translator: Lucian Adrian Grijincu <lucian.griji...@gmail.com>\n"
 "Language-Team: Romanian <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/ru.gmo and new/gstreamer-1.10.3/po/ru.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/ru.po new/gstreamer-1.10.3/po/ru.po
--- old/gstreamer-1.10.2/po/ru.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/ru.po       2017-01-30 14:21:45.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-05 08:41+0300\n"
 "Last-Translator: Yuri Kozlov <yu...@komyakino.ru>\n"
 "Language-Team: Russian <g...@d07.ru>\n"
Binary files old/gstreamer-1.10.2/po/rw.gmo and new/gstreamer-1.10.3/po/rw.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/rw.po new/gstreamer-1.10.3/po/rw.po
--- old/gstreamer-1.10.2/po/rw.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/rw.po       2017-01-30 14:21:45.000000000 +0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <m...@e-tools.com>\n"
 "Language-Team: Kinyarwanda <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/sk.gmo and new/gstreamer-1.10.3/po/sk.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/sk.po new/gstreamer-1.10.3/po/sk.po
--- old/gstreamer-1.10.2/po/sk.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/sk.po       2017-01-30 14:21:45.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-05-20 11:32+0100\n"
 "Last-Translator: Peter Tuhársky <tuhar...@misbb.sk>\n"
 "Language-Team: Slovak <sk-i...@lists.linux.sk>\n"
Binary files old/gstreamer-1.10.2/po/sl.gmo and new/gstreamer-1.10.3/po/sl.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/sl.po new/gstreamer-1.10.3/po/sl.po
--- old/gstreamer-1.10.2/po/sl.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/sl.po       2017-01-30 14:21:45.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.2.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2014-04-09 22:38+0100\n"
 "Last-Translator: Klemen Košir <klemen...@gmail.com>\n"
 "Language-Team: Slovenian <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/sq.gmo and new/gstreamer-1.10.3/po/sq.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/sq.po new/gstreamer-1.10.3/po/sq.po
--- old/gstreamer-1.10.2/po/sq.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/sq.po       2017-01-30 14:21:45.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.4\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2004-08-07 23:46+0200\n"
 "Last-Translator: Laurent Dhima <laure...@alblinux.net>\n"
 "Language-Team: Albanian <beg...@hotmail.com>\n"
Binary files old/gstreamer-1.10.2/po/sr.gmo and new/gstreamer-1.10.3/po/sr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/sr.po new/gstreamer-1.10.3/po/sr.po
--- old/gstreamer-1.10.2/po/sr.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/sr.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-05 10:03+0200\n"
 "Last-Translator: Мирослав Николић <miroslavniko...@rocketmail.com>\n"
 "Language-Team: Serbian <(nothing)>\n"
Binary files old/gstreamer-1.10.2/po/sv.gmo and new/gstreamer-1.10.3/po/sv.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/sv.po new/gstreamer-1.10.3/po/sv.po
--- old/gstreamer-1.10.2/po/sv.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/sv.po       2017-01-30 14:21:45.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-02 22:19+0100\n"
 "Last-Translator: Sebastian Rasmussen <seb...@gmail.com>\n"
 "Language-Team: Swedish <tp...@listor.tp-sv.se>\n"
Binary files old/gstreamer-1.10.2/po/tr.gmo and new/gstreamer-1.10.3/po/tr.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/tr.po new/gstreamer-1.10.3/po/tr.po
--- old/gstreamer-1.10.2/po/tr.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/tr.po       2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.4.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2015-01-10 21:06+0100\n"
 "Last-Translator: Volkan Gezer <volkange...@gmail.com>\n"
 "Language-Team: Turkish <gnu-tr-u...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/uk.gmo and new/gstreamer-1.10.3/po/uk.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/uk.po new/gstreamer-1.10.3/po/uk.po
--- old/gstreamer-1.10.2/po/uk.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/uk.po       2017-01-30 14:21:45.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-02 22:00+0200\n"
 "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n"
 "Language-Team: Ukrainian <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/vi.gmo and new/gstreamer-1.10.3/po/vi.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/vi.po new/gstreamer-1.10.3/po/vi.po
--- old/gstreamer-1.10.2/po/vi.po       2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/vi.po       2017-01-30 14:21:45.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.7.90\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-03-03 07:44+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwild...@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team...@lists.sourceforge.net>\n"
Binary files old/gstreamer-1.10.2/po/zh_CN.gmo and 
new/gstreamer-1.10.3/po/zh_CN.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/zh_CN.po new/gstreamer-1.10.3/po/zh_CN.po
--- old/gstreamer-1.10.2/po/zh_CN.po    2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/zh_CN.po    2017-01-30 14:21:45.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.10.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2016-11-02 13:43+0800\n"
 "Last-Translator: Tianze Wang <zwpwj...@126.com>\n"
 "Language-Team: Chinese (simplified) <i18n...@googlegroups.com>\n"
Binary files old/gstreamer-1.10.2/po/zh_TW.gmo and 
new/gstreamer-1.10.3/po/zh_TW.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/po/zh_TW.po new/gstreamer-1.10.3/po/zh_TW.po
--- old/gstreamer-1.10.2/po/zh_TW.po    2016-11-29 14:20:32.000000000 +0100
+++ new/gstreamer-1.10.3/po/zh_TW.po    2017-01-30 14:21:45.000000000 +0100
@@ -27,7 +27,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.3.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2016-11-29 15:20+0200\n"
+"POT-Creation-Date: 2017-01-30 15:21+0200\n"
 "PO-Revision-Date: 2014-06-08 00:22+0800\n"
 "Last-Translator: Wen Liao <wen.c...@gmail.com>\n"
 "Language-Team: Chinese (traditional) <zh-l...@linux.org.tw>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/tests/check/gst/gstdatetime.c 
new/gstreamer-1.10.3/tests/check/gst/gstdatetime.c
--- old/gstreamer-1.10.2/tests/check/gst/gstdatetime.c  2016-11-04 
18:07:02.000000000 +0100
+++ new/gstreamer-1.10.3/tests/check/gst/gstdatetime.c  2017-01-23 
12:07:42.000000000 +0100
@@ -701,6 +701,14 @@
   fail_unless (!gst_date_time_has_second (dt));
   gst_date_time_unref (dt);
 
+  /* some bogus ones, make copy to detect out of bound read in valgrind/asan */
+  {
+    gchar *s = g_strdup ("0002000000T00000:00+0");
+    dt = gst_date_time_new_from_iso8601_string (s);
+    gst_date_time_unref (dt);
+    g_free (s);
+  }
+
   g_date_time_unref (gdt2);
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/tools/gst-launch.c new/gstreamer-1.10.3/tools/gst-launch.c
--- old/gstreamer-1.10.2/tools/gst-launch.c     2016-11-04 18:07:56.000000000 
+0100
+++ new/gstreamer-1.10.3/tools/gst-launch.c     2017-01-09 14:41:06.000000000 
+0100
@@ -1005,6 +1005,8 @@
 #endif
 
   g_set_prgname ("gst-launch-" GST_API_VERSION);
+  /* Ensure XInitThreads() is called if/when needed */
+  g_setenv ("GST_GL_XINITTHREADS", "1", TRUE);
 
 #ifndef GST_DISABLE_OPTION_PARSING
   ctx = g_option_context_new ("PIPELINE-DESCRIPTION");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/win32/common/config.h 
new/gstreamer-1.10.3/win32/common/config.h
--- old/gstreamer-1.10.2/win32/common/config.h  2016-11-29 14:18:34.000000000 
+0100
+++ new/gstreamer-1.10.3/win32/common/config.h  2017-01-30 14:20:11.000000000 
+0100
@@ -68,7 +68,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2016-11-29"
+#define GST_PACKAGE_RELEASE_DATETIME "2017-01-30"
 
 /* Define if static plugins should be built */
 #undef GST_PLUGIN_BUILD_STATIC
@@ -468,7 +468,7 @@
 #define PACKAGE_NAME "GStreamer"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer 1.10.2"
+#define PACKAGE_STRING "GStreamer 1.10.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gstreamer"
@@ -477,7 +477,7 @@
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.10.2"
+#define PACKAGE_VERSION "1.10.3"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
@@ -521,7 +521,7 @@
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "1.10.2"
+#define VERSION "1.10.3"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-1.10.2/win32/common/gstversion.h 
new/gstreamer-1.10.3/win32/common/gstversion.h
--- old/gstreamer-1.10.2/win32/common/gstversion.h      2016-11-29 
14:18:34.000000000 +0100
+++ new/gstreamer-1.10.3/win32/common/gstversion.h      2017-01-30 
14:20:11.000000000 +0100
@@ -60,7 +60,7 @@
  *
  * The micro version of GStreamer at compile time:
  */
-#define GST_VERSION_MICRO (2)
+#define GST_VERSION_MICRO (3)
 /**
  * GST_VERSION_NANO:
  *


Reply via email to