Hello community,

here is the log from the commit of package gstreamer for openSUSE:Factory 
checked in at 2019-12-11 12:08:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer"

Wed Dec 11 12:08:40 2019 rev:63 rq:754302 version:1.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes      2019-10-10 
11:47:51.552210786 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer.new.4691/gstreamer.changes    
2019-12-11 12:09:02.332641578 +0100
@@ -1,0 +2,22 @@
+Wed Dec  4 10:20:33 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.2:
+  + Interlaced video scaling fixes
+  + CineForm video support in AVI
+  + audioresample: avoid glitches due to rounding errors after
+    changing rate
+  + Command line tool output printing improvements on Windows
+  + various performance improvements, memory leak fixes and
+    security fixes
+  + VP9 decoding fixes
+  + wasapi: bug fixes and stability improvements
+  + tsdemux: improved handling of certain discontinuities
+  + vaapi h265 decoder: wait for I-frame before trying to decode
+  + tee: Make sure to actually deactivate pads that are released
+  + bin: Drop need-context messages without source instead of
+    crashing
+  + gst: Don't pass miniobjects to GST_DEBUG_OBJECT() and similar
+    macros
+  + tracers: Don't leak temporary GstStructure
+
+-------------------------------------------------------------------

Old:
----
  gstreamer-1.16.1.tar.xz

New:
----
  gstreamer-1.16.2.tar.xz

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

Other differences:
------------------
++++++ gstreamer.spec ++++++
--- /var/tmp/diff_new_pack.CIagsc/_old  2019-12-11 12:09:03.432641115 +0100
+++ /var/tmp/diff_new_pack.CIagsc/_new  2019-12-11 12:09:03.432641115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 
 %define gst_branch 1.0
 Name:           gstreamer
-Version:        1.16.1
+Version:        1.16.2
 Release:        0
 Summary:        Streaming-Media Framework Runtime
 License:        LGPL-2.1-or-later
@@ -88,8 +88,8 @@
 
 %package -n libgstreamer-1_0-0
 Summary:        Streaming-Media Framework Runtime
-Group:          System/Libraries
 # We want to have core modules installed:
+Group:          System/Libraries
 Requires:       %{name}
 
 %description -n libgstreamer-1_0-0
@@ -129,8 +129,8 @@
 
 %package utils
 Summary:        Streaming-Media Framework Runtime
-Group:          Productivity/Multimedia/Other
 # Generic name, never used in SuSE:
+Group:          Productivity/Multimedia/Other
 Provides:       gstreamer:%{_bindir}/gst-launch-%{gst_branch} = %{version}
 # Symbol for unversioned wrappers:
 Provides:       gstreamer-utils_versioned = %{version}

++++++ gstreamer-1.16.1.tar.xz -> gstreamer-1.16.2.tar.xz ++++++
++++ 1666 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.16.1/ChangeLog new/gstreamer-1.16.2/ChangeLog
--- old/gstreamer-1.16.1/ChangeLog      2019-09-23 12:01:52.000000000 +0200
+++ new/gstreamer-1.16.2/ChangeLog      2019-12-03 11:57:31.000000000 +0100
@@ -1,3 +1,119 @@
+=== release 1.16.2 ===
+
+2019-12-03 10:57:30 +0000  Tim-Philipp Müller <[email protected]>
+
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
+       * configure.ac:
+       * gstreamer.doap:
+       * meson.build:
+         Release 1.16.2
+
+2019-12-03 10:57:30 +0000  Tim-Philipp Müller <[email protected]>
+
+       * docs/plugins/inspect/plugin-coreelements.xml:
+       * docs/plugins/inspect/plugin-coretracers.xml:
+         Update docs
+
+2019-12-03 10:57:29 +0000  Tim-Philipp Müller <[email protected]>
+
+       * po/hu.po:
+         Update translations
+
+2019-12-03 10:40:37 +0000  Tim-Philipp Müller <[email protected]>
+
+       * gst/parse/grammar.y:
+       * gst/parse/meson.build:
+         Revert "gst/parse: define pure-parser depending on bison version"
+         This reverts commit 77141834bb5d124fb5781ed3be6230cc66cb42de.
+         This breaks the autotools build and it seems too much effort to
+         fix that up just to fix a bison warning.
+
+2019-11-27 15:47:32 +0100  Edward Hervey <[email protected]>
+
+       * plugins/tracers/gstlatency.c:
+         tracers: Don't leak temporary GstStructure
+         CID: 1455462
+
+2019-08-26 12:48:28 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst/parse/grammar.y.in:
+       * gst/parse/meson.build:
+         gst/parse: define pure-parser depending on bison version
+         After release bison 2.5 the declaration %pure-parser was deprecated
+         in favor of %define api.pure
+         Nonetheless, until bison 3.4, the declaration was treated as backward
+         compatibility, but now bison shows a warning:
+         warning: deprecated directive, use ‘%define api.pure’
+         The patch's approach is to handle both directives according with the
+         used bison's version, by string replacement at source configuration
+         stage.
+
+2019-10-25 01:41:27 +0300  Sebastian Dröge <[email protected]>
+
+       * plugins/elements/gsttee.c:
+         tee: First deactivate the pad and then remove it when releasing pads
+         This reverts a96002bb28c21b30fb9338a4620ad20504c70aa5, which is not
+         necessary anymore. If we release the pad after removing it then none 
of
+         the deactivation code will actually be called because the pad has no
+         parent anymore, and we require a parent on the pad for deactivation to
+         happen.
+         This can then, among other things, cause a streaming thread to be 
still
+         stuck in a pad probe because the pad was never flushed, and waiting
+         there forever because now the pad will actually never be flushed 
anymore.
+
+2019-10-25 01:39:50 +0300  Sebastian Dröge <[email protected]>
+
+       * plugins/elements/gsttee.c:
+         tee: Check for the removed pad flag also in the slow pushing path
+         If a pad is currently being released we don't want to forward the
+         FLUSHING flow return but instead consider it as NOT_LINKED. FLUSHING
+         would also cause upstream to be FLUSHING.
+         This part was missed in a3c4a3201a705eb1934ceeea34d1ca42d4571c07 and
+         resulted in a different (and wrong) workaround in
+         a96002bb28c21b30fb9338a4620ad20504c70aa5.
+
+2019-10-25 01:39:05 +0300  Sebastian Dröge <[email protected]>
+
+       * plugins/elements/gsttee.c:
+         tee: Lock mutex before reading the removed flag of the pads
+         Otherwise we're not guaranteed to read the very latest value that
+         another thread might've written in there when the pad was released, 
and
+         could instead work with an old value.
+
+2019-09-30 11:34:51 +0300  Sebastian Dröge <[email protected]>
+
+       * gst/gstbin.c:
+         bin: Drop need-context messages without source instead of crashing
+
+2019-09-30 11:49:35 +0300  Sebastian Dröge <[email protected]>
+
+       * gst/gstbuffer.c:
+       * gst/gstcaps.c:
+         gst: Don't pass miniobjects to GST_DEBUG_OBJECT() and similar macros
+         The argument must be at least a GObject according to the 
GstLogFunction
+         definition, and while the default C log function handles miniobjects
+         just fine this is crashing bindings and user-supplied log functions 
that
+         (rightfully) don't expect anything but GObjects.
+
+2019-08-20 01:02:48 +0900  Seungha Yang <[email protected]>
+
+       * tools/gst-launch.c:
+         gst-launch: Use gst_print* instead of g_print* to fix broken stdout 
on Windows
+         Concurrent Windows' colored debug message and g_print will print
+         string hard to read. Instead, use gst_print* which serialize
+         debug output and the APIs call.
+
+2019-08-20 00:59:15 +0900  Seungha Yang <[email protected]>
+
+       * gst/gstinfo.c:
+         info: Take lock around all prinf on Windows
+         On Windows, concurrent colored gstreamr debug output and usual
+         stdout/stderr string will cause broken output on terminal.
+         Since it's OS specific behavior, that's hard to completely avoid it
+         but we can protect it at least among our printing interfaces side.
+
 === release 1.16.1 ===
 
 2019-09-23 11:01:50 +0100  Tim-Philipp Müller <[email protected]>
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.16.1/NEWS new/gstreamer-1.16.2/NEWS
--- old/gstreamer-1.16.1/NEWS   2019-09-23 12:01:49.000000000 +0200
+++ new/gstreamer-1.16.2/NEWS   2019-12-03 11:57:29.000000000 +0100
@@ -5,13 +5,13 @@
 
 GStreamer 1.16.0 was originally released on 19 April 2019.
 
-The latest bug-fix release in the 1.16 series is 1.16.1 and was released
-on 23 September 2019.
+The latest bug-fix release in the 1.16 series is 1.16.2 and was released
+on 3 December 2019.
 
 See https://gstreamer.freedesktop.org/releases/1.16/ for the latest
 version of this document.
 
-_Last updated: Sunday 22 September 2019, 21:00 UTC (log)_
+_Last updated: Tuesday 03 December 2019, 08:00 UTC (log)_
 
 
 Introduction
@@ -142,9 +142,9 @@
 
 Raw audio samples are usually passed around in interleaved form in
 GStreamer, which means that if there are multiple audio channels the
-samples for each channel are interleaved in memory, e.g.
-|LEFT|RIGHT|LEFT|RIGHT|LEFT|RIGHT| for stereo audio. A non-interleaved
-or planar arrangement in memory would look like
+samples for each channel are interleaved in memory,
+e.g. |LEFT|RIGHT|LEFT|RIGHT|LEFT|RIGHT| for stereo audio. A
+non-interleaved or planar arrangement in memory would look like
 |LEFT|LEFT|LEFT|RIGHT|RIGHT|RIGHT| instead, possibly with
 |LEFT|LEFT|LEFT| and |RIGHT|RIGHT|RIGHT| residing in separate memory
 chunks or separated by some padding.
@@ -243,7 +243,7 @@
     GstVideoOverlayCompositions on a stream. The element will emit the
     "draw" signal for each video buffer, and the application then
     generates an overlay for that frame (or not). This is much more
-    performant than e.g. cairooverlay for many use cases, e.g. because
+    performant than e.g. cairooverlay for many use cases, e.g. because
     pixel format conversions can be avoided or the blitting of the
     overlay can be delegated to downstream elements (such as
     gloverlaycompositor). It’s particularly useful for cases where only
@@ -336,7 +336,7 @@
 
     -   "reset-muxer" property: when unset, the muxer is reset using
         flush events instead of setting its state to NULL and back. This
-        means the muxer can keep state across resets, e.g. mpegtsmux
+        means the muxer can keep state across resets, e.g. mpegtsmux
         will keep the continuity counter continuous across segments as
         required by hlssink2.
 
@@ -700,9 +700,9 @@
 -   There is now a GDB PRETTY PRINTER FOR VARIOUS GSTREAMER TYPES: For
     GstObject pointers the type and name is added, e.g.
     0x5555557e4110 [GstDecodeBin|decodebin0]. For GstMiniObject pointers
-    the object type is added, e.g. 0x7fffe001fc50 [GstBuffer]. For
+    the object type is added, e.g. 0x7fffe001fc50 [GstBuffer]. For
     GstClockTime and GstClockTimeDiff the time is also printed in human
-    readable form, e.g. 150116219955 [+0:02:30.116219955].
+    readable form, e.g. 150116219955 [+0:02:30.116219955].
 
 -   GDB EXTENSION WITH TWO CUSTOM GDB COMMANDS gst-dot AND gst-print:
 
@@ -1044,7 +1044,7 @@
 -   Rust 1.31 is the minimum supported Rust version now
 -   Update to latest gir code generator and glib bindings
 
--   Functions returning e.g. gst::FlowReturn or other “combined” enums
+-   Functions returning e.g. gst::FlowReturn or other “combined” enums
     were changed to return split enums like
     Result<gst::FlowSuccess, gst::FlowError> to allow usage of the
     standard Rust error handling.
@@ -1388,7 +1388,8 @@
 -   decklinkaudiosink: Drop late buffers
 -   openh264enc: Fix compilation with openh264 v2.0
 -   wasapisrc: fix segtotal value being always 2
--   Fix issues on Android Q
+-   android: Fix gnutls issue causing a FORTIFY crash on Android Q
+-   windows: Fix two crashes due to cross-CRT free when using MSVC
 
 gstreamer core
 
@@ -1698,6 +1699,182 @@
 -   List of Merge Requests applied in 1.16
 -   List of Issues fixed in 1.16.1
 
+1.16.2
+
+The second 1.16 bug-fix release (1.16.2) was released on 03 December
+2019.
+
+This release only contains bugfixes and it _should_ be safe to update
+from 1.16.1.
+
+Highlighted bugfixes in 1.16.2
+
+-   Interlaced video scaling fixes
+-   CineForm video support in AVI
+-   audioresample: avoid glitches due to rounding errors after changing
+    rate
+-   Command line tool output printing improvements on Windows
+-   various performance improvements, memory leak fixes and security
+    fixes
+-   VP9 decoding fixes
+-   avfvideosrc: Explicitly request video permission on macOS 10.14+
+-   wasapi: bug fixes and stability improvements
+-   webrtc-audio-processing: fix segmentation fault on 32-bit windows
+-   tsdemux: improved handling of certain discontinuities
+-   vaapi h265 decoder: wait for I-frame before trying to decode
+
+gstreamer
+
+-   gst-launch: Fix ugly stdout on Windows
+-   tee: Make sure to actually deactivate pads that are released
+-   bin: Drop need-context messages without source instead of crashing
+-   gst: Don’t pass miniobjects to GST_DEBUG_OBJECT() and similar macros
+-   tracers: Don’t leak temporary GstStructure
+
+gst-plugins-base
+
+-   xvimagepool: Update size, stride, and offset with allocated XvImage
+-   video-converter: Fix RGB-XYZ-RGB conversion
+-   audiorate: Update next_offset on rate change
+-   audioringbuffer: Reset reorder flag before check
+-   audio-buffer: Don’t fail to map buffers with zero samples
+-   videorate: Fix max-duplication-time handling
+-   gl/gbm: ensure we call the resize callback before attempting to draw
+-   video-converter: Various fixes for interlaced scaling
+-   gstrtspconnection: messages_bytes not decreased
+-   check: Don’t use real audio devices for tests
+-   riff: add CineForm mapping
+-   glfilters: Don’t use static variables for storing per-element state
+-   glupload: Add VideoMetas and GLSyncMeta to the raw uploaded buffers
+-   streamsynchronizer: avoid pad release race during logging.
+-   gst-play: Use gst_print* to avoid broken stdout string on Windows
+
+gst-plugins-good
+
+-   vp9dec: Fix broken 4:4:4 8bits decoding
+-   rtpsession: add locking for clear-pt-map
+-   rtpL16depay: don’t crash if data is not modulo channels*width
+-   wavparse: Fix push mode ignoring audio with a size smaller than
+    segment buffer
+-   wavparse: Fix push mode ignoring last audio payload chunk
+-   aacparse: fix wrong offset of the channel number in adts header
+-   jpegdec: Fix incorrect logic in EOI tag detection
+-   videocrop: Also update the coordinate when in-place
+-   jpegdec: don’t overwrite the last valid line
+-   vpx: Error out if enabled and no features found
+-   v4l2videodec: ensure pool exists before orphaning it
+-   v4l2videoenc: fix type conversion errors
+-   v4l2bufferpool: Queue number of allocated buffers to capture
+-   v4l2object: fix mpegversion number typo
+-   v4l2object: Work around bad TRY_FMT colorimetry implementations
+
+gst-plugins-bad
+
+-   avfvideosrc: Explicitly request video permission on macOS 10.14+
+-   wasapi: Various fixes and a workaround for a specific driver bug
+-   wasapi: Move to CoInitializeEx for COM initialization
+-   wasapi: Fix runtime/build warnings
+-   waylandsink: Commit the parent after creating subsurface
+-   msdkdec: fix surface leak in msdkdec_handle_frame
+-   tsmux: Fix copying of buffer region
+-   tsdemux: Handle continuity mismatch in more cases
+-   tsdemux: Always issue a DTS even when it’s equal to PTS
+-   openexr: Fix build with OpenEXR 2.4 (and also OpenEXR 2.2 on Ubuntu
+    18.04)
+-   ccextractor: Always forward all sticky events to the caption pad
+-   pnmdec: Return early on ::finish() if we have no actual data to
+    parse
+-   ass: avoid infinite unref loop with bad data
+-   fluidsynth: add sf3 to soundfont search path
+-   webrtcdsp/webrtcechoprobe segmentation fault on windows (1.16.0 x86)
+
+gst-libav
+
+-   avvidenc: Fix error propagation
+-   avdemux: Fix segmentation fault if long_name is NULL
+-   avviddec: Fix huge leak caused by circular reference
+-   avviddec: Enforce allocate new AVFrame per input frame
+-   avdec_mpeg2video (and probably more): Huge memory leak in git master
+
+gst-rtsp-server
+
+-   rtsp-media: Use lock in gst_rtsp_media_is_receive_only
+-   rtsp-client: RTP Info when completed_sender
+-   rtsp-client: fix location uri-format by getting uri directly from
+    context instead
+
+gstreamer-vaapi
+
+-   meson build: halt configuration if no renderer API
+-   libs: decoder: h265: skip all pictures prior the first I-frame
+-   libs: window: x11: Avoid usage of deprecated API
+
+gst-editing-services
+
+-   Initialize debug categories before usage
+
+gst-build
+
+-   gst-env: Use locally built GStreamer utility programs
+
+Cerbero build tool and packaging changes in 1.16.2
+
+General
+
+-   openssl: Update to 1.1.1d
+-   Updated ffmpeg, expat, flac, freetype, croco, ogg, xml2, mpg123,
+    openjpeg, opus, pixman, speex, tiff recipes
+-   Fix setting of git credentials in local source repos
+
+Windows
+
+-   webrtc-audio-processing: fix segmentation fault on 32-bit windows
+    with webrtcdsp/webrtcechoprobe elemens
+-   vpx plugin has no features when built with Visual Studio 2019
+-   libvpx: Add support for Visual Studio 2019
+-   mingw-runtime.recipe: Correctly package pkg-config in the MSI
+-   GIO doesn’t load any modules on Windows with MSVC, which breaks TLS
+    support since glib-networking’s giognutls module isn’t loaded
+-   Make the instructions for running Cerbero the same on all platforms
+
+macOS + iOS
+
+-   Add support for macOS 10.15 Catalina
+-   Updates for Xcode 11
+-   macos/ios: expose objc++ compilers in env variables
+-   srt.recipe: Fix crash in constructor on iOS
+-   osx-framework.recipe: Dynamically generate the list of libraries and
+    ship pkg-config
+-   macos: add -mmacosx-version-min for framework
+-   gstreamer-1.0-osx-framework.recipe contains an outdated hard-coded
+    list of libraries
+-   We need to ship pkg-config with macOS
+
+Linux
+
+-   Fix filesprovider.find_shlib_regex when a lib_suffix is used in the
+    cerbero config file
+
+Contributors to 1.16.2
+
+Adam Nilsson, Amr Mahdi, Angus Ao, Charlie Turner, Edward Hervey, Fabian
+Greffrath, Fuwei Tang, Havard Graff, Hu Qian, James Cowgill, Jan
+Alexander Steffens (heftig), Jeffy Chen, Jeremy Lempereur, Joakim
+Johansson, Jochen Henneberg, Julien Isorce, Kevin Joly, Kristofer
+Bjorkstrom, Kyrylo Polezhaiev, Matthew Waters, Michael Olbrich, Muhammet
+Ilendemli, Nicolas Dufresne, Nirbheek Chauhan, Pablo Marcos Oltra, Roman
+Shpuntov, Ruben Gonzalez, Scott Kanowitz, Sebastian Dröge, Seungha Yang,
+Thibault Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Vivia
+Nikolaidou,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.16.2
+
+-   List of Merge Requests applied in 1.16
+-   List of Issues fixed in 1.16.2
+
 
 Known Issues
 
@@ -1721,9 +1898,8 @@
 development of 1.17/1.18 will happen in the git master branch.
 
 The plan for the 1.18 development cycle is yet to be confirmed, but it
-is now expected that feature freeze will take place shortly after the
-GStreamer conference/hackfest in early November 2019, with the first
-1.18 stable release ready in late November or early December.
+is now expected that feature freeze will take place in December 2019,
+with the first 1.18 stable release ready in late January or February.
 
 1.18 will be backwards-compatible to the stable 1.16, 1.14, 1.12, 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.16.1/RELEASE new/gstreamer-1.16.2/RELEASE
--- old/gstreamer-1.16.1/RELEASE        2019-09-23 12:01:49.000000000 +0200
+++ new/gstreamer-1.16.2/RELEASE        2019-12-03 11:57:29.000000000 +0100
@@ -1,4 +1,4 @@
-This is GStreamer core 1.16.1.
+This is GStreamer core 1.16.2.
 
 The GStreamer team is pleased to announce another bug-fix release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
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.16.1/configure.ac new/gstreamer-1.16.2/configure.ac
--- old/gstreamer-1.16.1/configure.ac   2019-09-23 11:55:57.000000000 +0200
+++ new/gstreamer-1.16.2/configure.ac   2019-12-03 11:52:11.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.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
+AC_INIT([GStreamer],[1.16.2],[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, 1601, 0, 1601)
+AS_LIBTOOL(GST, 1602, 0, 1602)
 
 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.16.1/docs/gst/html/gstreamer-GstVersion.html 
new/gstreamer-1.16.2/docs/gst/html/gstreamer-GstVersion.html
--- old/gstreamer-1.16.1/docs/gst/html/gstreamer-GstVersion.html        
2019-09-23 12:01:58.000000000 +0200
+++ new/gstreamer-1.16.2/docs/gst/html/gstreamer-GstVersion.html        
2019-12-03 11:57:37.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 (1)
+<pre class="programlisting">#define GST_VERSION_MICRO (2)
 </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.16.1/docs/gst/html/index.html 
new/gstreamer-1.16.2/docs/gst/html/index.html
--- old/gstreamer-1.16.1/docs/gst/html/index.html       2019-09-23 
12:01:58.000000000 +0200
+++ new/gstreamer-1.16.2/docs/gst/html/index.html       2019-12-03 
11:57:37.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.16.1)
+      for GStreamer Core 1.0 (1.16.2)
       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.16.1/docs/libs/html/index.html 
new/gstreamer-1.16.2/docs/libs/html/index.html
--- old/gstreamer-1.16.1/docs/libs/html/index.html      2019-09-23 
12:01:58.000000000 +0200
+++ new/gstreamer-1.16.2/docs/libs/html/index.html      2019-12-03 
11:57:37.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.16.1)
+      for GStreamer Library 1.0 (1.16.2)
       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.16.1/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
 
new/gstreamer-1.16.2/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
--- 
old/gstreamer-1.16.1/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
   2019-09-23 12:01:58.000000000 +0200
+++ 
new/gstreamer-1.16.2/docs/plugins/html/gstreamer-plugins-plugin-coreelements.html
   2019-12-03 11:57:37.000000000 +0100
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.16.1</td>
+<td>1.16.2</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.16.1/docs/plugins/html/gstreamer-plugins-plugin-coretracers.html
 
new/gstreamer-1.16.2/docs/plugins/html/gstreamer-plugins-plugin-coretracers.html
--- 
old/gstreamer-1.16.1/docs/plugins/html/gstreamer-plugins-plugin-coretracers.html
    2019-09-23 12:01:58.000000000 +0200
+++ 
new/gstreamer-1.16.2/docs/plugins/html/gstreamer-plugins-plugin-coretracers.html
    2019-12-03 11:57:37.000000000 +0100
@@ -41,7 +41,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.16.1</td>
+<td>1.16.2</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.16.1/docs/plugins/html/index.html 
new/gstreamer-1.16.2/docs/plugins/html/index.html
--- old/gstreamer-1.16.1/docs/plugins/html/index.html   2019-09-23 
12:01:58.000000000 +0200
+++ new/gstreamer-1.16.2/docs/plugins/html/index.html   2019-12-03 
11:57:37.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.16.1)
+      for GStreamer Core Plugins 1.0 (1.16.2)
       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.16.1/docs/plugins/inspect/plugin-coreelements.xml 
new/gstreamer-1.16.2/docs/plugins/inspect/plugin-coreelements.xml
--- old/gstreamer-1.16.1/docs/plugins/inspect/plugin-coreelements.xml   
2019-09-23 12:01:50.000000000 +0200
+++ new/gstreamer-1.16.2/docs/plugins/inspect/plugin-coreelements.xml   
2019-12-03 11:57:30.000000000 +0100
@@ -3,7 +3,7 @@
   <description>GStreamer core elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>1.16.1</version>
+  <version>1.16.2</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.16.1/docs/plugins/inspect/plugin-coretracers.xml 
new/gstreamer-1.16.2/docs/plugins/inspect/plugin-coretracers.xml
--- old/gstreamer-1.16.1/docs/plugins/inspect/plugin-coretracers.xml    
2019-09-23 12:01:50.000000000 +0200
+++ new/gstreamer-1.16.2/docs/plugins/inspect/plugin-coretracers.xml    
2019-12-03 11:57:30.000000000 +0100
@@ -3,7 +3,7 @@
   <description>GStreamer core tracers</description>
   <filename>../../plugins/tracers/.libs/libgstcoretracers.so</filename>
   <basename>libgstcoretracers.so</basename>
-  <version>1.16.1</version>
+  <version>1.16.2</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.16.1/gst/gstbin.c new/gstreamer-1.16.2/gst/gstbin.c
--- old/gstreamer-1.16.1/gst/gstbin.c   2019-09-21 19:52:08.000000000 +0200
+++ new/gstreamer-1.16.2/gst/gstbin.c   2019-11-02 16:59:15.000000000 +0100
@@ -4013,24 +4013,32 @@
       GList *l, *contexts;
 
       gst_message_parse_context_type (message, &context_type);
-      GST_OBJECT_LOCK (bin);
-      contexts = GST_ELEMENT_CAST (bin)->contexts;
-      GST_LOG_OBJECT (bin, "got need-context message type: %s", context_type);
-      for (l = contexts; l; l = l->next) {
-        GstContext *tmp = l->data;
-        const gchar *tmp_type = gst_context_get_context_type (tmp);
 
-        if (strcmp (context_type, tmp_type) == 0) {
-          gst_element_set_context (GST_ELEMENT (src), l->data);
-          break;
+      if (src) {
+        GST_OBJECT_LOCK (bin);
+        contexts = GST_ELEMENT_CAST (bin)->contexts;
+        GST_LOG_OBJECT (bin, "got need-context message type: %s", 
context_type);
+        for (l = contexts; l; l = l->next) {
+          GstContext *tmp = l->data;
+          const gchar *tmp_type = gst_context_get_context_type (tmp);
+
+          if (strcmp (context_type, tmp_type) == 0) {
+            gst_element_set_context (GST_ELEMENT (src), l->data);
+            break;
+          }
         }
-      }
-      GST_OBJECT_UNLOCK (bin);
+        GST_OBJECT_UNLOCK (bin);
 
-      /* Forward if we couldn't answer the message */
-      if (l == NULL) {
-        goto forward;
+        /* Forward if we couldn't answer the message */
+        if (l == NULL) {
+          goto forward;
+        } else {
+          gst_message_unref (message);
+        }
       } else {
+        g_warning
+            ("Got need-context message in bin '%s' without source element, 
dropping",
+            GST_ELEMENT_NAME (bin));
         gst_message_unref (message);
       }
 
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.16.1/gst/gstbuffer.c new/gstreamer-1.16.2/gst/gstbuffer.c
--- old/gstreamer-1.16.1/gst/gstbuffer.c        2019-08-24 14:23:49.000000000 
+0200
+++ new/gstreamer-1.16.2/gst/gstbuffer.c        2019-11-02 16:59:15.000000000 
+0100
@@ -1834,7 +1834,7 @@
   /* ERROR */
 not_writable:
   {
-    GST_WARNING_OBJECT (buffer, "write map requested on non-writable buffer");
+    GST_WARNING ("write map requested on non-writable buffer");
     g_critical ("write map requested on non-writable buffer");
     memset (info, 0, sizeof (GstMapInfo));
     return FALSE;
@@ -1842,13 +1842,13 @@
 no_memory:
   {
     /* empty buffer, we need to return NULL */
-    GST_DEBUG_OBJECT (buffer, "can't get buffer memory");
+    GST_DEBUG ("can't get buffer memory");
     memset (info, 0, sizeof (GstMapInfo));
     return TRUE;
   }
 cannot_map:
   {
-    GST_DEBUG_OBJECT (buffer, "cannot map memory");
+    GST_DEBUG ("cannot map memory");
     memset (info, 0, sizeof (GstMapInfo));
     return FALSE;
   }
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.16.1/gst/gstcaps.c new/gstreamer-1.16.2/gst/gstcaps.c
--- old/gstreamer-1.16.1/gst/gstcaps.c  2019-08-24 14:23:49.000000000 +0200
+++ new/gstreamer-1.16.2/gst/gstcaps.c  2019-11-02 16:59:15.000000000 +0100
@@ -175,8 +175,7 @@
   GST_CAPS_FLAGS (newcaps) = GST_CAPS_FLAGS (caps);
   n = GST_CAPS_LEN (caps);
 
-  GST_CAT_DEBUG_OBJECT (GST_CAT_PERFORMANCE, caps, "doing copy %p -> %p",
-      caps, newcaps);
+  GST_CAT_DEBUG (GST_CAT_PERFORMANCE, "doing copy %p -> %p", caps, newcaps);
 
   for (i = 0; i < n; i++) {
     structure = gst_caps_get_structure_unchecked (caps, i);
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.16.1/gst/gstinfo.c new/gstreamer-1.16.2/gst/gstinfo.c
--- old/gstreamer-1.16.1/gst/gstinfo.c  2019-08-24 14:23:49.000000000 +0200
+++ new/gstreamer-1.16.2/gst/gstinfo.c  2019-11-02 16:59:15.000000000 +0100
@@ -161,6 +161,17 @@
 #include <tlhelp32.h>
 #endif /* HAVE_DBGHELP */
 
+#ifdef G_OS_WIN32
+/* We take a lock in order to
+ * 1) keep colors and content together for a single line
+ * 2) serialise gst_print*() and gst_printerr*() with each other and the debug
+ *    log to keep the debug log colouring from interfering with those and
+ *    to prevent broken output on the windows terminal.
+ * Maybe there is a better way but for now this will do the right
+ * thing. */
+G_LOCK_DEFINE_STATIC (win_print_mutex);
+#endif
+
 extern gboolean gst_is_initialized (void);
 
 /* we want these symbols exported even if debug is disabled, to maintain
@@ -1178,11 +1189,7 @@
 
   if (color_mode != GST_DEBUG_COLOR_MODE_OFF) {
 #ifdef G_OS_WIN32
-    /* We take a lock to keep colors and content together.
-     * Maybe there is a better way but for now this will do the right
-     * thing. */
-    static GMutex win_print_mutex;
-    g_mutex_lock (&win_print_mutex);
+    G_LOCK (win_print_mutex);
     if (color_mode == GST_DEBUG_COLOR_MODE_UNIX) {
 #endif
       /* colors, non-windows */
@@ -1240,7 +1247,7 @@
       fprintf (log_file, " %s\n", message_str);
       fflush (log_file);
     }
-    g_mutex_unlock (&win_print_mutex);
+    G_UNLOCK (win_print_mutex);
 #endif
   } else {
     /* no color, all platforms */
@@ -2539,7 +2546,15 @@
   str = gst_info_strdup_vprintf (format, args);
   va_end (args);
 
+#ifdef G_OS_WIN32
+  G_LOCK (win_print_mutex);
+#endif
+
   g_print ("%s", str);
+
+#ifdef G_OS_WIN32
+  G_UNLOCK (win_print_mutex);
+#endif
   g_free (str);
 }
 
@@ -2574,7 +2589,15 @@
   str = gst_info_strdup_vprintf (format, args);
   va_end (args);
 
+#ifdef G_OS_WIN32
+  G_LOCK (win_print_mutex);
+#endif
+
   g_print ("%s\n", str);
+
+#ifdef G_OS_WIN32
+  G_UNLOCK (win_print_mutex);
+#endif
   g_free (str);
 }
 
@@ -2609,7 +2632,15 @@
   str = gst_info_strdup_vprintf (format, args);
   va_end (args);
 
+#ifdef G_OS_WIN32
+  G_LOCK (win_print_mutex);
+#endif
+
   g_printerr ("%s", str);
+
+#ifdef G_OS_WIN32
+  G_UNLOCK (win_print_mutex);
+#endif
   g_free (str);
 }
 
@@ -2644,7 +2675,15 @@
   str = gst_info_strdup_vprintf (format, args);
   va_end (args);
 
+#ifdef G_OS_WIN32
+  G_LOCK (win_print_mutex);
+#endif
+
   g_printerr ("%s\n", str);
+
+#ifdef G_OS_WIN32
+  G_UNLOCK (win_print_mutex);
+#endif
   g_free (str);
 }
 
@@ -2931,9 +2970,18 @@
 {
   gchar *trace = gst_debug_get_stack_trace (GST_STACK_TRACE_SHOW_FULL);
 
-  if (trace)
+  if (trace) {
+#ifdef G_OS_WIN32
+    G_LOCK (win_print_mutex);
+#endif
+
     g_print ("%s\n", trace);
 
+#ifdef G_OS_WIN32
+    G_UNLOCK (win_print_mutex);
+#endif
+  }
+
   g_free (trace);
 }
 
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.16.1/gstreamer.doap new/gstreamer-1.16.2/gstreamer.doap
--- old/gstreamer-1.16.1/gstreamer.doap 2019-09-23 11:55:57.000000000 +0200
+++ new/gstreamer-1.16.2/gstreamer.doap 2019-12-03 11:52:11.000000000 +0100
@@ -40,6 +40,16 @@
 
  <release>
   <Version>
+   <revision>1.16.2</revision>
+   <branch>1.16</branch>
+   <name></name>
+   <created>2019-12-03</created>
+   <file-release 
rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.16.2.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.16.1</revision>
    <branch>1.16</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.16.1/meson.build new/gstreamer-1.16.2/meson.build
--- old/gstreamer-1.16.1/meson.build    2019-09-23 11:55:57.000000000 +0200
+++ new/gstreamer-1.16.2/meson.build    2019-12-03 11:52:11.000000000 +0100
@@ -1,5 +1,5 @@
 project('gstreamer', 'c',
-  version : '1.16.1',
+  version : '1.16.2',
   meson_version : '>= 0.47',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
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.16.1/plugins/elements/gsttee.c 
new/gstreamer-1.16.2/plugins/elements/gsttee.c
--- old/gstreamer-1.16.1/plugins/elements/gsttee.c      2019-04-19 
11:16:16.000000000 +0200
+++ new/gstreamer-1.16.2/plugins/elements/gsttee.c      2019-11-02 
16:59:15.000000000 +0100
@@ -460,12 +460,8 @@
   }
   GST_OBJECT_UNLOCK (tee);
 
-  gst_object_ref (pad);
-  gst_element_remove_pad (GST_ELEMENT_CAST (tee), pad);
-
   gst_pad_set_active (pad, FALSE);
-
-  gst_object_unref (pad);
+  gst_element_remove_pad (GST_ELEMENT_CAST (tee), pad);
 
   if (changed) {
     gst_tee_notify_alloc_pad (tee);
@@ -899,12 +895,14 @@
       ret = gst_pad_push (pad, GST_BUFFER_CAST (data));
     }
 
+    GST_OBJECT_LOCK (tee);
     if (GST_TEE_PAD_CAST (pad)->removed)
       ret = GST_FLOW_NOT_LINKED;
 
     if (ret == GST_FLOW_NOT_LINKED && tee->allow_not_linked) {
       ret = GST_FLOW_OK;
     }
+    GST_OBJECT_UNLOCK (tee);
 
     gst_object_unref (pad);
 
@@ -943,6 +941,8 @@
 
       GST_OBJECT_LOCK (tee);
       /* keep track of which pad we pushed and the result value */
+      if (GST_TEE_PAD_CAST (pad)->removed)
+        ret = GST_FLOW_NOT_LINKED;
       GST_TEE_PAD_CAST (pad)->pushed = TRUE;
       GST_TEE_PAD_CAST (pad)->result = ret;
       gst_object_unref (pad);
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.16.1/plugins/tracers/gstlatency.c 
new/gstreamer-1.16.2/plugins/tracers/gstlatency.c
--- old/gstreamer-1.16.1/plugins/tracers/gstlatency.c   2019-08-24 
14:23:49.000000000 +0200
+++ new/gstreamer-1.16.2/plugins/tracers/gstlatency.c   2019-12-02 
21:00:54.000000000 +0100
@@ -529,6 +529,7 @@
 
       g_strfreev (split);
     }
+    gst_structure_free (params_struct);
   }
 
   g_free (params);
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.16.1/po/af.po new/gstreamer-1.16.2/po/af.po
--- old/gstreamer-1.16.1/po/af.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/af.po       2019-12-03 11:57:37.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2005-12-05 11:45+0200\n"
 "Last-Translator: Petri Jooste <[email protected]>\n"
 "Language-Team: Afrikaans <[email protected]>\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.16.1/po/ast.po new/gstreamer-1.16.2/po/ast.po
--- old/gstreamer-1.16.1/po/ast.po      2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/ast.po      2019-12-03 11:57:37.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 0.10.28.2\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2010-06-07 22:01+0100\n"
 "Last-Translator: astur <[email protected]>\n"
 "Language-Team: Asturian <[email protected]>\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.16.1/po/az.po new/gstreamer-1.16.2/po/az.po
--- old/gstreamer-1.16.1/po/az.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/az.po       2019-12-03 11:57:37.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2004-03-19 18:40+0200\n"
 "Last-Translator: Metin Amiroff <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\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.16.1/po/be.po new/gstreamer-1.16.2/po/be.po
--- old/gstreamer-1.16.1/po/be.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/be.po       2019-12-03 11:57:37.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2006-01-18 22:26+0200\n"
 "Last-Translator: Ales Nyakhaychyk <[email protected]>\n"
 "Language-Team: Belarusian <[email protected]>\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.16.1/po/bg.po new/gstreamer-1.16.2/po/bg.po
--- old/gstreamer-1.16.1/po/bg.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/bg.po       2019-12-03 11:57:37.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.16.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-09-04 08:49+0200\n"
 "Last-Translator: Alexander Shopov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\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.16.1/po/ca.po new/gstreamer-1.16.2/po/ca.po
--- old/gstreamer-1.16.1/po/ca.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/ca.po       2019-12-03 11:57:37.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2010-11-04 19:41+0100\n"
 "Last-Translator: Jordi Mallach <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\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.16.1/po/cs.po new/gstreamer-1.16.2/po/cs.po
--- old/gstreamer-1.16.1/po/cs.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/cs.po       2019-12-03 11:57:37.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.12.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2017-09-13 15:04+0200\n"
 "Last-Translator: Marek Černocký <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\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.16.1/po/da.po new/gstreamer-1.16.2/po/da.po
--- old/gstreamer-1.16.1/po/da.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/da.po       2019-12-03 11:57:37.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.15.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-02-14 13:26+0200\n"
 "Last-Translator: Joe Hansen <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\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.16.1/po/de.po new/gstreamer-1.16.2/po/de.po
--- old/gstreamer-1.16.1/po/de.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/de.po       2019-12-03 11:57:37.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.16.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-09-08 12:54+0200\n"
 "Last-Translator: Christian Kirbach <[email protected]>\n"
 "Language-Team: German <[email protected]>\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.16.1/po/el.po new/gstreamer-1.16.2/po/el.po
--- old/gstreamer-1.16.1/po/el.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/el.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2010-11-29 11:14+0200\n"
 "Last-Translator: Michael Kotsarinis <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\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.16.1/po/en_GB.po new/gstreamer-1.16.2/po/en_GB.po
--- old/gstreamer-1.16.1/po/en_GB.po    2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/en_GB.po    2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2004-04-26 10:36-0400\n"
 "Last-Translator: Gareth Owen <[email protected]>\n"
 "Language-Team: English (British) <[email protected]>\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.16.1/po/eo.po new/gstreamer-1.16.2/po/eo.po
--- old/gstreamer-1.16.1/po/eo.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/eo.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2011-06-04 21:11+0100\n"
 "Last-Translator: Kristjan SCHMIDT <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\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.16.1/po/es.po new/gstreamer-1.16.2/po/es.po
--- old/gstreamer-1.16.1/po/es.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/es.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2011-10-02 15:45+0200\n"
 "Last-Translator: Jorge González González <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\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.16.1/po/eu.po new/gstreamer-1.16.2/po/eu.po
--- old/gstreamer-1.16.1/po/eu.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/eu.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2010-03-25 13:10+0100\n"
 "Last-Translator: Mikel Olasagasti Uranga <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\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.16.1/po/fi.po new/gstreamer-1.16.2/po/fi.po
--- old/gstreamer-1.16.1/po/fi.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/fi.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2010-11-17 23:10+0200\n"
 "Last-Translator: Tommi Vainikainen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\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.16.1/po/fr.po new/gstreamer-1.16.2/po/fr.po
--- old/gstreamer-1.16.1/po/fr.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/fr.po       2019-12-03 11:57:38.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.16.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-09-10 20:22+0200\n"
 "Last-Translator: Stéphane Aulery <[email protected]>\n"
 "Language-Team: French <[email protected]>\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.16.1/po/fur.po new/gstreamer-1.16.2/po/fur.po
--- old/gstreamer-1.16.1/po/fur.po      2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/fur.po      2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2017-03-19 15:41+0100\n"
 "Last-Translator: Fabio Tomat <[email protected]>\n"
 "Language-Team: Friulian <[email protected]>\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.16.1/po/gl.po new/gstreamer-1.16.2/po/gl.po
--- old/gstreamer-1.16.1/po/gl.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/gl.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2012-12-15 03:29+0200\n"
 "Last-Translator: Fran Dieguez <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\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.16.1/po/hr.po new/gstreamer-1.16.2/po/hr.po
--- old/gstreamer-1.16.1/po/hr.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/hr.po       2019-12-03 11:57:38.000000000 +0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.16.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-09-03 14:53+0200\n"
 "Last-Translator: Božidar Putanec <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
Binary files old/gstreamer-1.16.1/po/hu.gmo and new/gstreamer-1.16.2/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.16.1/po/hu.po new/gstreamer-1.16.2/po/hu.po
--- old/gstreamer-1.16.1/po/hu.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/hu.po       2019-12-03 11:57:38.000000000 +0100
@@ -1,23 +1,23 @@
-# Hungarian translation for gstreamer
-# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2012, 2014, 2015, 2016, 2017 
Canonical Ltd, and Rosetta Contributors
+# Hungarian translation for gstreamer.
+# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2012, 2014, 2015, 2016, 2017, 
2019 Canonical Ltd, and Rosetta Contributors
 # This file is distributed under the same license as the gstreamer package.
 #
 # Gabor Kelemen <[email protected]>, 2006, 2007, 2008, 2009, 2010, 2012, 2016.
-# Balázs Úr <[email protected]>, 2014, 2015, 2017.
+# Balázs Úr <[email protected]>, 2014, 2015, 2017, 2019.
 msgid ""
 msgstr ""
-"Project-Id-Version: gstreamer 1.12.0\n"
+"Project-Id-Version: gstreamer 1.16.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
-"PO-Revision-Date: 2017-05-05 20:17+0200\n"
-"Last-Translator: Balázs Úr <[email protected]>\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
+"PO-Revision-Date: 2019-11-23 22:13+0100\n"
+"Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
 "Language: hu\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Lokalize 1.2\n"
+"X-Generator: Lokalize 19.04.3\n"
 "Plural-Forms:  nplurals=2; plural=(n != 1);\n"
 
 msgid "Print the GStreamer version"
@@ -929,7 +929,7 @@
 msgstr "üres adatcsatorna nem engedélyezett"
 
 msgid "Pipeline construction is invalid, please add queues."
-msgstr ""
+msgstr "A csővezetés felépítése érvénytelen, adjon hozzá sorokat."
 
 msgid "A lot of buffers are being dropped."
 msgstr "Rengetek puffer kerül eldobásra."
@@ -1014,7 +1014,7 @@
 msgstr "Ismétlések után kérésére meghiúsult."
 
 msgid "eos-after and error-after can't both be defined."
-msgstr ""
+msgstr "Az eos-after és error-after nem lehet egyszerre meghatározva."
 
 msgid "caps"
 msgstr "képességek"
@@ -1037,9 +1037,9 @@
 msgid "Stream contains no data."
 msgstr "Az adatfolyam nem tartalmaz adatokat."
 
-#, fuzzy, c-format
+#, c-format
 msgid "%sImplemented Interfaces%s:\n"
-msgstr "Megvalósított felületek:\n"
+msgstr "%sMegvalósított felületek%s:\n"
 
 msgid "readable"
 msgstr "olvasható"
@@ -1065,9 +1065,9 @@
 msgid "Blacklisted files:"
 msgstr "Feketelistás fájlok:"
 
-#, fuzzy, c-format
+#, c-format
 msgid "%sTotal count%s: %s"
-msgstr "Teljes szám: "
+msgstr "%sTeljes szám%s: %s"
 
 #, c-format
 msgid "%d blacklisted file"
@@ -1136,6 +1136,8 @@
 "Disable colors in output. You can also achieve the same by "
 "setting'GST_INSPECT_NO_COLORS' environment variable to any value."
 msgstr ""
+"Színek letiltása a kimeneten. Ugyanezt érheti el a „GST_INSPECT_NO_COLORS” "
+"környezeti változó bármilyen értékre történő beállításával."
 
 #, c-format
 msgid "Could not load plugin file: %s\n"
@@ -1344,15 +1346,3 @@
 
 msgid "Freeing pipeline ...\n"
 msgstr "Adatcsatorna felszabadítása…\n"
-
-#, fuzzy
-#~ msgid "Error creating pipe: %s\n"
-#~ msgstr "Hiba a(z) „%s” fájl bezárása közben."
-
-#, fuzzy
-#~ msgid "Error forking: %s\n"
-#~ msgstr "Hiba a(z) „%s” fájl bezárása közben."
-
-#, fuzzy
-#~ msgid "Error writing to console: %s\n"
-#~ msgstr "Hiba a(z) „%s” fájl írása közben."
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.16.1/po/id.po new/gstreamer-1.16.2/po/id.po
--- old/gstreamer-1.16.1/po/id.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/id.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2016-11-14 20:59+0700\n"
 "Last-Translator: Andhika Padmawan <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\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.16.1/po/it.po new/gstreamer-1.16.2/po/it.po
--- old/gstreamer-1.16.1/po/it.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/it.po       2019-12-03 11:57:38.000000000 +0100
@@ -108,7 +108,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.15.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-01-29 09:16+0100\n"
 "Last-Translator: Milo Casagrande <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\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.16.1/po/ja.po new/gstreamer-1.16.2/po/ja.po
--- old/gstreamer-1.16.1/po/ja.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/ja.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2013-08-20 14:56+0900\n"
 "Last-Translator: Makoto Kato <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\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.16.1/po/lt.po new/gstreamer-1.16.2/po/lt.po
--- old/gstreamer-1.16.1/po/lt.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/lt.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2010-07-16 00:50+0300\n"
 "Last-Translator: Žygimantas Beručka <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\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.16.1/po/nb.po new/gstreamer-1.16.2/po/nb.po
--- old/gstreamer-1.16.1/po/nb.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/nb.po       2019-12-03 11:57:38.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.16.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-09-03 09:32+0200\n"
 "Last-Translator: Johnny A. Solbu <[email protected]>\n"
 "Language-Team: Norwegian Bokmaal <[email protected]>\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.16.1/po/nl.po new/gstreamer-1.16.2/po/nl.po
--- old/gstreamer-1.16.1/po/nl.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/nl.po       2019-12-03 11:57:38.000000000 +0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.12.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2017-10-24 22:53+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\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.16.1/po/pl.po new/gstreamer-1.16.2/po/pl.po
--- old/gstreamer-1.16.1/po/pl.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/pl.po       2019-12-03 11:57:38.000000000 +0100
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.15.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-01-24 21:45+0100\n"
 "Last-Translator: Jakub Bogusz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\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.16.1/po/pt_BR.po new/gstreamer-1.16.2/po/pt_BR.po
--- old/gstreamer-1.16.1/po/pt_BR.po    2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/pt_BR.po    2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2016-05-06 18:23-0300\n"
 "Last-Translator: Fabrício Godoy <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <[email protected]."
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.16.1/po/ro.po new/gstreamer-1.16.2/po/ro.po
--- old/gstreamer-1.16.1/po/ro.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/ro.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2010-08-16 01:10+0300\n"
 "Last-Translator: Lucian Adrian Grijincu <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\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.16.1/po/ru.po new/gstreamer-1.16.2/po/ru.po
--- old/gstreamer-1.16.1/po/ru.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/ru.po       2019-12-03 11:57:38.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.15.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-01-25 19:43+0300\n"
 "Last-Translator: Yuri Kozlov <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\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.16.1/po/rw.po new/gstreamer-1.16.2/po/rw.po
--- old/gstreamer-1.16.1/po/rw.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/rw.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <[email protected]>\n"
 "Language-Team: Kinyarwanda <[email protected]>\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.16.1/po/sk.po new/gstreamer-1.16.2/po/sk.po
--- old/gstreamer-1.16.1/po/sk.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/sk.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2016-05-20 11:32+0100\n"
 "Last-Translator: Peter Tuhársky <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\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.16.1/po/sl.po new/gstreamer-1.16.2/po/sl.po
--- old/gstreamer-1.16.1/po/sl.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/sl.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2014-04-09 22:38+0100\n"
 "Last-Translator: Klemen Košir <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\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.16.1/po/sq.po new/gstreamer-1.16.2/po/sq.po
--- old/gstreamer-1.16.1/po/sq.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/sq.po       2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2004-08-07 23:46+0200\n"
 "Last-Translator: Laurent Dhima <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\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.16.1/po/sr.po new/gstreamer-1.16.2/po/sr.po
--- old/gstreamer-1.16.1/po/sr.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/sr.po       2019-12-03 11:57:38.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer-1.12.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2017-05-07 12:42+0200\n"
 "Last-Translator: Мирослав Николић <[email protected]>\n"
 "Language-Team: Serbian <(nothing)>\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.16.1/po/sv.po new/gstreamer-1.16.2/po/sv.po
--- old/gstreamer-1.16.1/po/sv.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/sv.po       2019-12-03 11:57:38.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.15.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-02-05 18:22+0100\n"
 "Last-Translator: Sebastian Rasmussen <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\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.16.1/po/tr.po new/gstreamer-1.16.2/po/tr.po
--- old/gstreamer-1.16.1/po/tr.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/tr.po       2019-12-03 11:57:38.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.16.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-09-03 19:52+0300\n"
 "Last-Translator: Mehmet Kececi <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\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.16.1/po/uk.po new/gstreamer-1.16.2/po/uk.po
--- old/gstreamer-1.16.1/po/uk.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/uk.po       2019-12-03 11:57:38.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.15.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-01-24 21:55+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\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.16.1/po/vi.po new/gstreamer-1.16.2/po/vi.po
--- old/gstreamer-1.16.1/po/vi.po       2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/vi.po       2019-12-03 11:57:38.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.12.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2017-05-05 06:45+0700\n"
 "Last-Translator: Trần Ngọc Quân <[email protected]>\n"
 "Language-Team: Vietnamese <[email protected]>\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.16.1/po/zh_CN.po new/gstreamer-1.16.2/po/zh_CN.po
--- old/gstreamer-1.16.1/po/zh_CN.po    2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/zh_CN.po    2019-12-03 11:57:38.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gstreamer 1.15.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2019-02-28 16:15+0100\n"
 "Last-Translator: Tianze Wang <[email protected]>\n"
 "Language-Team: Chinese (simplified) <[email protected]>\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.16.1/po/zh_TW.po new/gstreamer-1.16.2/po/zh_TW.po
--- old/gstreamer-1.16.1/po/zh_TW.po    2019-09-23 12:01:59.000000000 +0200
+++ new/gstreamer-1.16.2/po/zh_TW.po    2019-12-03 11:57:38.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: 2019-09-23 11:01+0100\n"
+"POT-Creation-Date: 2019-12-03 10:57+0000\n"
 "PO-Revision-Date: 2014-06-08 00:22+0800\n"
 "Last-Translator: Wen Liao <[email protected]>\n"
 "Language-Team: Chinese (traditional) <[email protected]>\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.16.1/tools/gst-launch.c new/gstreamer-1.16.2/tools/gst-launch.c
--- old/gstreamer-1.16.1/tools/gst-launch.c     2019-04-19 11:16:16.000000000 
+0200
+++ new/gstreamer-1.16.2/tools/gst-launch.c     2019-11-02 16:59:15.000000000 
+0100
@@ -68,7 +68,7 @@
 static gchar **exclude_args = NULL;
 
 /* convenience macro so we don't have to litter the code with if(!quiet) */
-#define PRINT if(!quiet)g_print
+#define PRINT if(!quiet)gst_print
 
 #ifdef G_OS_UNIX
 static void
@@ -322,9 +322,9 @@
   name = gst_object_get_path_string (msg->src);
   gst_message_parse_error (msg, &err, &debug);
 
-  g_printerr (_("ERROR: from element %s: %s\n"), name, err->message);
+  gst_printerr (_("ERROR: from element %s: %s\n"), name, err->message);
   if (debug != NULL)
-    g_printerr (_("Additional debug info:\n%s\n"), debug);
+    gst_printerr (_("Additional debug info:\n%s\n"), debug);
 
   g_clear_error (&err);
   g_free (debug);
@@ -1044,9 +1044,9 @@
   g_option_context_add_group (ctx, gst_init_get_option_group ());
   if (!g_option_context_parse (ctx, &argc, &argv, &err)) {
     if (err)
-      g_printerr ("Error initializing: %s\n", GST_STR_NULL (err->message));
+      gst_printerr ("Error initializing: %s\n", GST_STR_NULL (err->message));
     else
-      g_printerr ("Error initializing: Unknown error!\n");
+      gst_printerr ("Error initializing: Unknown error!\n");
     g_clear_error (&err);
     g_option_context_free (ctx);
     exit (1);
@@ -1074,15 +1074,15 @@
 
   if (!pipeline) {
     if (error) {
-      g_printerr (_("ERROR: pipeline could not be constructed: %s.\n"),
+      gst_printerr (_("ERROR: pipeline could not be constructed: %s.\n"),
           GST_STR_NULL (error->message));
       g_clear_error (&error);
     } else {
-      g_printerr (_("ERROR: pipeline could not be constructed.\n"));
+      gst_printerr (_("ERROR: pipeline could not be constructed.\n"));
     }
     return 1;
   } else if (error) {
-    g_printerr (_("WARNING: erroneous pipeline: %s\n"),
+    gst_printerr (_("WARNING: erroneous pipeline: %s\n"),
         GST_STR_NULL (error->message));
     g_clear_error (&error);
     return 1;
@@ -1098,7 +1098,7 @@
       GstElement *real_pipeline = gst_element_factory_make ("pipeline", NULL);
 
       if (real_pipeline == NULL) {
-        g_printerr (_("ERROR: the 'pipeline' element wasn't found.\n"));
+        gst_printerr (_("ERROR: the 'pipeline' element wasn't found.\n"));
         return 1;
       }
       gst_bin_add (GST_BIN (real_pipeline), pipeline);
@@ -1134,7 +1134,7 @@
 
     switch (ret) {
       case GST_STATE_CHANGE_FAILURE:
-        g_printerr (_("ERROR: Pipeline doesn't want to pause.\n"));
+        gst_printerr (_("ERROR: Pipeline doesn't want to pause.\n"));
         res = -1;
         event_loop (pipeline, FALSE, FALSE, GST_STATE_VOID_PENDING);
         goto end;
@@ -1146,7 +1146,7 @@
         PRINT (_("Pipeline is PREROLLING ...\n"));
         caught_error = event_loop (pipeline, TRUE, TRUE, GST_STATE_PAUSED);
         if (caught_error) {
-          g_printerr (_("ERROR: pipeline doesn't want to preroll.\n"));
+          gst_printerr (_("ERROR: pipeline doesn't want to preroll.\n"));
           res = caught_error;
           goto end;
         }
@@ -1160,7 +1160,7 @@
     caught_error = event_loop (pipeline, FALSE, TRUE, GST_STATE_PLAYING);
 
     if (caught_error) {
-      g_printerr (_("ERROR: pipeline doesn't want to preroll.\n"));
+      gst_printerr (_("ERROR: pipeline doesn't want to preroll.\n"));
       res = caught_error;
     } else {
       GstClockTime tfthen, tfnow;
@@ -1173,7 +1173,7 @@
         GstMessage *err_msg;
         GstBus *bus;
 
-        g_printerr (_("ERROR: pipeline doesn't want to play.\n"));
+        gst_printerr (_("ERROR: pipeline doesn't want to play.\n"));
         bus = gst_element_get_bus (pipeline);
         if ((err_msg = gst_bus_poll (bus, GST_MESSAGE_ERROR, 0))) {
           print_error_message (err_msg);


Reply via email to