Hello community,
here is the log from the commit of package gstreamer-plugins-ugly for
openSUSE:Factory checked in at 2019-12-11 12:09:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-ugly"
Wed Dec 11 12:09:04 2019 rev:58 rq:754307 version:1.16.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2019-10-10 11:48:24.192124156 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.4691/gstreamer-plugins-ugly.changes
2019-12-11 12:09:19.684634279 +0100
@@ -1,0 +2,6 @@
+Wed Dec 4 12:59:34 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.2:
+ + Update docs.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-ugly-1.16.1.tar.xz
New:
----
gst-plugins-ugly-1.16.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.9BXaoJ/_old 2019-12-11 12:09:20.136634088 +0100
+++ /var/tmp/diff_new_pack.9BXaoJ/_new 2019-12-11 12:09:20.140634086 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-ugly
#
-# 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
@@ -27,7 +27,7 @@
# Currently disabled because plugin documentation isn't built
%define use_meson 0
Name: gstreamer-plugins-ugly
-Version: 1.16.1
+Version: 1.16.2
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
++++++ gst-plugins-ugly-1.16.1.tar.xz -> gst-plugins-ugly-1.16.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/ChangeLog
new/gst-plugins-ugly-1.16.2/ChangeLog
--- old/gst-plugins-ugly-1.16.1/ChangeLog 2019-09-23 12:10:56.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/ChangeLog 2019-12-03 12:07:52.000000000
+0100
@@ -1,3 +1,32 @@
+=== release 1.16.2 ===
+
+2019-12-03 11:07:52 +0000 Tim-Philipp Müller <[email protected]>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-ugly.doap:
+ * meson.build:
+ Release 1.16.2
+
+2019-12-03 11:07:52 +0000 Tim-Philipp Müller <[email protected]>
+
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-sid.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ Update docs
+
=== release 1.16.1 ===
2019-09-23 11:10:55 +0100 Tim-Philipp Müller <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/NEWS
new/gst-plugins-ugly-1.16.2/NEWS
--- old/gst-plugins-ugly-1.16.1/NEWS 2019-09-23 12:10:54.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/NEWS 2019-12-03 12:07:51.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' old/gst-plugins-ugly-1.16.1/RELEASE
new/gst-plugins-ugly-1.16.2/RELEASE
--- old/gst-plugins-ugly-1.16.1/RELEASE 2019-09-23 12:10:54.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/RELEASE 2019-12-03 12:07:51.000000000 +0100
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-ugly 1.16.1.
+This is GStreamer gst-plugins-ugly 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' old/gst-plugins-ugly-1.16.1/configure
new/gst-plugins-ugly-1.16.2/configure
--- old/gst-plugins-ugly-1.16.1/configure 2019-09-23 12:10:28.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/configure 2019-12-03 12:07:25.000000000
+0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.16.1.
+# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.16.2.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='GStreamer Ugly Plug-ins'
PACKAGE_TARNAME='gst-plugins-ugly'
-PACKAGE_VERSION='1.16.1'
-PACKAGE_STRING='GStreamer Ugly Plug-ins 1.16.1'
+PACKAGE_VERSION='1.16.2'
+PACKAGE_STRING='GStreamer Ugly Plug-ins 1.16.2'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -1646,7 +1646,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GStreamer Ugly Plug-ins 1.16.1 to adapt to many kinds
of systems.
+\`configure' configures GStreamer Ugly Plug-ins 1.16.2 to adapt to many kinds
of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1719,7 +1719,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins
1.16.1:";;
+ short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins
1.16.2:";;
esac
cat <<\_ACEOF
@@ -1951,7 +1951,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer Ugly Plug-ins configure 1.16.1
+GStreamer Ugly Plug-ins configure 1.16.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2815,7 +2815,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GStreamer Ugly Plug-ins $as_me 1.16.1, which was
+It was created by GStreamer Ugly Plug-ins $as_me 1.16.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3794,7 +3794,7 @@
# Define the identity of the package.
PACKAGE='gst-plugins-ugly'
- VERSION='1.16.1'
+ VERSION='1.16.2'
cat >>confdefs.h <<_ACEOF
@@ -4005,9 +4005,9 @@
- PACKAGE_VERSION_MAJOR=$(echo 1.16.1 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.16.1 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.16.1 | cut -d'.' -f3)
+ PACKAGE_VERSION_MAJOR=$(echo 1.16.2 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.16.2 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.16.2 | cut -d'.' -f3)
@@ -4018,7 +4018,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.16.1 | cut -d'.' -f4)
+ NANO=$(echo 1.16.2 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8849,10 +8849,10 @@
done
- GST_CURRENT=1601
+ GST_CURRENT=1602
GST_REVISION=0
- GST_AGE=1601
- GST_LIBVERSION=1601:0:1601
+ GST_AGE=1602
+ GST_LIBVERSION=1602:0:1602
@@ -13486,8 +13486,8 @@
-GST_REQ=1.16.1
-GSTPB_REQ=1.16.1
+GST_REQ=1.16.2
+GSTPB_REQ=1.16.2
@@ -28173,7 +28173,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GStreamer Ugly Plug-ins $as_me 1.16.1, which was
+This file was extended by GStreamer Ugly Plug-ins $as_me 1.16.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -28239,7 +28239,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-GStreamer Ugly Plug-ins config.status 1.16.1
+GStreamer Ugly Plug-ins config.status 1.16.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/configure.ac
new/gst-plugins-ugly-1.16.2/configure.ac
--- old/gst-plugins-ugly-1.16.1/configure.ac 2019-09-23 12:10:16.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/configure.ac 2019-12-03 12:07:12.000000000
+0100
@@ -5,7 +5,7 @@
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([GStreamer Ugly
Plug-ins],[1.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly
Plug-ins],[1.16.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AG_GST_INIT
@@ -42,11 +42,11 @@
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 1601, 0, 1601)
+AS_LIBTOOL(GST, 1602, 0, 1602)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.16.1
-GSTPB_REQ=1.16.1
+GST_REQ=1.16.2
+GSTPB_REQ=1.16.2
dnl *** autotools stuff ****
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2019-12-03 12:07:55.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'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html
2019-12-03 12:07:55.000000000 +0100
@@ -59,7 +59,7 @@
<a
name="gst-plugins-ugly-plugins-rtspreal.implemented-interfaces"></a><h2>Implemented
Interfaces</h2>
<p>
GstRTSPReal implements
- <a
href="/usr/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPExtension.html#GstRTSPExtension">GstRTSPExtension</a>.</p>
+ <a
href="/usr/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTSPExtension.html#GstRTSPExtension-struct">GstRTSPExtension</a>.</p>
</div>
<div class="refsect1">
<a
name="gst-plugins-ugly-plugins-rtspreal.description"></a><h2>Description</h2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html
2019-12-03 12:07:55.000000000 +0100
@@ -59,7 +59,7 @@
<a
name="gst-plugins-ugly-plugins-rtspwms.implemented-interfaces"></a><h2>Implemented
Interfaces</h2>
<p>
GstRTSPWMS implements
- <a
href="/usr/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstRTSPExtension.html#GstRTSPExtension">GstRTSPExtension</a>.</p>
+ <a
href="/usr/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstRTSPExtension.html#GstRTSPExtension-struct">GstRTSPExtension</a>.</p>
</div>
<div class="refsect1">
<a name="gst-plugins-ugly-plugins-rtspwms.description"></a><h2>Description</h2>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html
---
old/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html
2019-09-23 12:10:58.000000000 +0200
+++
new/gst-plugins-ugly-1.16.2/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html
2019-12-03 12:07:55.000000000 +0100
@@ -273,7 +273,7 @@
<span class="lineart">╰──</span> <a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
<span class="lineart">╰──</span> <a
href="/usr/share/gtk-doc/html/gstreamer-1.0/GstObject.html#GstObject-struct">GstObject</a>
<span class="lineart">╰──</span> <a
href="/usr/share/gtk-doc/html/gstreamer-1.0/GstElement.html#GstElement-struct">GstElement</a>
- <span class="lineart">╰──</span> <a
href="/usr/share/gtk-doc/html/gst-plugins-base-libs-1.0/gst-plugins-base-libs-GstVideoEncoder.html#GstVideoEncoder">GstVideoEncoder</a>
+ <span class="lineart">╰──</span> <a
href="/usr/share/gtk-doc/html/gst-plugins-base-libs-1.0/GstVideoEncoder.html#GstVideoEncoder-struct">GstVideoEncoder</a>
<span class="lineart">╰──</span> GstX264Enc
</pre>
</div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/docs/plugins/html/index.html
new/gst-plugins-ugly-1.16.2/docs/plugins/html/index.html
--- old/gst-plugins-ugly-1.16.1/docs/plugins/html/index.html 2019-09-23
12:10:58.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/html/index.html 2019-12-03
12:07:55.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 Ugly Plugins
1.0 Plugins Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
- for GStreamer Ugly Plugins 1.0 (1.16.1)
+ for GStreamer Ugly 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/gst-plugins-ugly/html/"
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/</a>.
</p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-a52dec.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-a52dec.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-a52dec.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-a52dec.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrnb.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-amrnb.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrnb.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-amrnb.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrwbdec.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-amrwbdec.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrwbdec.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-amrwbdec.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-asf.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-asf.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-asf.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-asf.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Demuxes and muxes audio and video in Microsofts ASF
format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-cdio.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-cdio.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-cdio.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-cdio.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdlpcmdec.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-dvdlpcmdec.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdread.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-dvdread.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdread.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-dvdread.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdsub.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-dvdsub.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdsub.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-dvdsub.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-mpeg2dec.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-mpeg2dec.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-mpeg2dec.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-mpeg2dec.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-realmedia.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-realmedia.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-realmedia.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-realmedia.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
<basename>libgstrealmedia.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-sid.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-sid.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-sid.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-sid.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-x264.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-x264.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-x264.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-x264.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-xingmux.xml
new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-xingmux.xml
--- old/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-xingmux.xml
2019-09-23 12:10:55.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/docs/plugins/inspect/plugin-xingmux.xml
2019-12-03 12:07:52.000000000 +0100
@@ -3,7 +3,7 @@
<description>Add XING tags to mpeg audio files</description>
<filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
<basename>libgstxingmux.so</basename>
- <version>1.16.1</version>
+ <version>1.16.2</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/gst-plugins-ugly.doap
new/gst-plugins-ugly-1.16.2/gst-plugins-ugly.doap
--- old/gst-plugins-ugly-1.16.1/gst-plugins-ugly.doap 2019-09-23
12:10:16.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/gst-plugins-ugly.doap 2019-12-03
12:07:12.000000000 +0100
@@ -35,6 +35,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/gst-plugins-ugly/gst-plugins-ugly-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' old/gst-plugins-ugly-1.16.1/ltmain.sh
new/gst-plugins-ugly-1.16.2/ltmain.sh
--- old/gst-plugins-ugly-1.16.1/ltmain.sh 2019-09-23 12:10:24.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/ltmain.sh 2019-12-03 12:07:20.000000000
+0100
@@ -31,7 +31,7 @@
PROGRAM=libtool
PACKAGE=libtool
-VERSION="2.4.6 Debian-2.4.6-10"
+VERSION="2.4.6 Debian-2.4.6-11"
package_revision=2.4.6
@@ -2141,7 +2141,7 @@
compiler: $LTCC
compiler flags: $LTCFLAGS
linker: $LD (gnu? $with_gnu_ld)
- version: $progname $scriptversion Debian-2.4.6-10
+ version: $progname $scriptversion Debian-2.4.6-11
automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/meson.build
new/gst-plugins-ugly-1.16.2/meson.build
--- old/gst-plugins-ugly-1.16.1/meson.build 2019-09-23 12:10:16.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/meson.build 2019-12-03 12:07:12.000000000
+0100
@@ -1,5 +1,5 @@
project('gst-plugins-ugly', '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' old/gst-plugins-ugly-1.16.1/po/af.po
new/gst-plugins-ugly-1.16.2/po/af.po
--- old/gst-plugins-ugly-1.16.1/po/af.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/af.po 2019-12-03 12:07:57.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2004-03-18 14:16+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' old/gst-plugins-ugly-1.16.1/po/ast.po
new/gst-plugins-ugly-1.16.2/po/ast.po
--- old/gst-plugins-ugly-1.16.1/po/ast.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/ast.po 2019-12-03 12:07:57.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.10.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2018-07-14 12:03+0100\n"
"Last-Translator: enolp <[email protected]>\n"
"Language-Team: Asturian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/az.po
new/gst-plugins-ugly-1.16.2/po/az.po
--- old/gst-plugins-ugly-1.16.1/po/az.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/az.po 2019-12-03 12:07:57.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2004-03-19 18:29+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' old/gst-plugins-ugly-1.16.1/po/bg.po
new/gst-plugins-ugly-1.16.2/po/bg.po
--- old/gst-plugins-ugly-1.16.1/po/bg.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/bg.po 2019-12-03 12:07:57.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.7.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2016-02-21 21:03+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' old/gst-plugins-ugly-1.16.1/po/ca.po
new/gst-plugins-ugly-1.16.2/po/ca.po
--- old/gst-plugins-ugly-1.16.1/po/ca.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/ca.po 2019-12-03 12:07:57.000000000
+0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-01-01 14:19+0100\n"
"Last-Translator: Gil Forcada <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/cs.po
new/gst-plugins-ugly-1.16.2/po/cs.po
--- old/gst-plugins-ugly-1.16.1/po/cs.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/cs.po 2019-12-03 12:07:57.000000000
+0100
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2013-09-07 07:06+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' old/gst-plugins-ugly-1.16.1/po/da.po
new/gst-plugins-ugly-1.16.2/po/da.po
--- old/gst-plugins-ugly-1.16.1/po/da.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/da.po 2019-12-03 12:07:57.000000000
+0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-12-09 03:56+0100\n"
"Last-Translator: Joe Hansen <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/de.po
new/gst-plugins-ugly-1.16.2/po/de.po
--- old/gst-plugins-ugly-1.16.1/po/de.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/de.po 2019-12-03 12:07:57.000000000
+0100
@@ -13,7 +13,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.3.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2014-05-22 18:29+0100\n"
"Last-Translator: Christian Kirbach <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/el.po
new/gst-plugins-ugly-1.16.2/po/el.po
--- old/gst-plugins-ugly-1.16.1/po/el.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/el.po 2019-12-03 12:07:57.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-03-18 01:04+0100\n"
"Last-Translator: Savvas Radevic <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/en_GB.po
new/gst-plugins-ugly-1.16.2/po/en_GB.po
--- old/gst-plugins-ugly-1.16.1/po/en_GB.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/en_GB.po 2019-12-03 12:07:57.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2004-04-26 10:41-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' old/gst-plugins-ugly-1.16.1/po/eo.po
new/gst-plugins-ugly-1.16.2/po/eo.po
--- old/gst-plugins-ugly-1.16.1/po/eo.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/eo.po 2019-12-03 12:07:57.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.4.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2014-09-21 21:03+0200\n"
"Last-Translator: Benno Schulenberg <[email protected]>\n"
"Language-Team: Esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/es.po
new/gst-plugins-ugly-1.16.2/po/es.po
--- old/gst-plugins-ugly-1.16.1/po/es.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/es.po 2019-12-03 12:07:57.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+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' old/gst-plugins-ugly-1.16.1/po/eu.po
new/gst-plugins-ugly-1.16.2/po/eu.po
--- old/gst-plugins-ugly-1.16.1/po/eu.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/eu.po 2019-12-03 12:07:57.000000000
+0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2010-03-07 13:12+0200\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' old/gst-plugins-ugly-1.16.1/po/fi.po
new/gst-plugins-ugly-1.16.2/po/fi.po
--- old/gst-plugins-ugly-1.16.1/po/fi.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/fi.po 2019-12-03 12:07:57.000000000
+0100
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2009-03-10 20:41+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' old/gst-plugins-ugly-1.16.1/po/fr.po
new/gst-plugins-ugly-1.16.2/po/fr.po
--- old/gst-plugins-ugly-1.16.1/po/fr.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/fr.po 2019-12-03 12:07:57.000000000
+0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.7.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2015-12-27 01:51+0100\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' old/gst-plugins-ugly-1.16.1/po/fur.po
new/gst-plugins-ugly-1.16.2/po/fur.po
--- old/gst-plugins-ugly-1.16.1/po/fur.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/fur.po 2019-12-03 12:07:57.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.10.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2016-11-30 16:23+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' old/gst-plugins-ugly-1.16.1/po/gl.po
new/gst-plugins-ugly-1.16.2/po/gl.po
--- old/gst-plugins-ugly-1.16.1/po/gl.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/gl.po 2019-12-03 12:07:57.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-12-15 03:47+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' old/gst-plugins-ugly-1.16.1/po/gst-plugins-ugly-1.0.pot
new/gst-plugins-ugly-1.16.2/po/gst-plugins-ugly-1.0.pot
--- old/gst-plugins-ugly-1.16.1/po/gst-plugins-ugly-1.0.pot 2019-09-23
12:10:59.000000000 +0200
+++ new/gst-plugins-ugly-1.16.2/po/gst-plugins-ugly-1.0.pot 2019-12-03
12:07:57.000000000 +0100
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 1.16.1\n"
+"Project-Id-Version: gst-plugins-ugly 1.16.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/hr.po
new/gst-plugins-ugly-1.16.2/po/hr.po
--- old/gst-plugins-ugly-1.16.1/po/hr.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/hr.po 2019-12-03 12:07:57.000000000
+0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.15.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2019-02-03 13:14-0800\n"
"Last-Translator: Božidar Putanec <[email protected]>\n"
"Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/hu.po
new/gst-plugins-ugly-1.16.2/po/hu.po
--- old/gst-plugins-ugly-1.16.1/po/hu.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/hu.po 2019-12-03 12:07:57.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-11-30 15:02+0100\n"
"Last-Translator: Gabor Kelemen <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/id.po
new/gst-plugins-ugly-1.16.2/po/id.po
--- old/gst-plugins-ugly-1.16.1/po/id.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/id.po 2019-12-03 12:07:57.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.2.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2014-01-27 20:04+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' old/gst-plugins-ugly-1.16.1/po/it.po
new/gst-plugins-ugly-1.16.2/po/it.po
--- old/gst-plugins-ugly-1.16.1/po/it.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/it.po 2019-12-03 12:07:57.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.10.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2017-09-15 09:56+0200\n"
"Last-Translator: Sebastiano Pistore <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/ja.po
new/gst-plugins-ugly-1.16.2/po/ja.po
--- old/gst-plugins-ugly-1.16.1/po/ja.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/ja.po 2019-12-03 12:07:57.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-12-22 19:42+0900\n"
"Last-Translator: Takeshi Hamasaki <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/lt.po
new/gst-plugins-ugly-1.16.2/po/lt.po
--- old/gst-plugins-ugly-1.16.1/po/lt.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/lt.po 2019-12-03 12:07:57.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.7.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2008-05-14 02:52+0300\n"
"Last-Translator: Gintautas Miliauskas <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/lv.po
new/gst-plugins-ugly-1.16.2/po/lv.po
--- old/gst-plugins-ugly-1.16.1/po/lv.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/lv.po 2019-12-03 12:07:57.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.2.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2014-04-20 16:24+0300\n"
"Last-Translator: Rihards Prieditis <[email protected]>\n"
"Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/ms.po
new/gst-plugins-ugly-1.16.2/po/ms.po
--- old/gst-plugins-ugly-1.16.1/po/ms.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/ms.po 2019-12-03 12:07:57.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2009-07-16 15:07+0800\n"
"Last-Translator: Muhammad Najmi bin Ahmad Zabidi <[email protected]>\n"
"Language-Team: Malay <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/mt.po
new/gst-plugins-ugly-1.16.2/po/mt.po
--- old/gst-plugins-ugly-1.16.1/po/mt.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/mt.po 2019-12-03 12:07:58.000000000
+0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.9.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2008-11-13 18:18+0100\n"
"Last-Translator: Michel Bugeja <[email protected]>\n"
"Language-Team: Maltese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/nb.po
new/gst-plugins-ugly-1.16.2/po/nb.po
--- old/gst-plugins-ugly-1.16.1/po/nb.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/nb.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-12-21 21:38+0100\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' old/gst-plugins-ugly-1.16.1/po/nl.po
new/gst-plugins-ugly-1.16.2/po/nl.po
--- old/gst-plugins-ugly-1.16.1/po/nl.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/nl.po 2019-12-03 12:07:58.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.10.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2017-10-24 23:30+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' old/gst-plugins-ugly-1.16.1/po/or.po
new/gst-plugins-ugly-1.16.2/po/or.po
--- old/gst-plugins-ugly-1.16.1/po/or.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/or.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <[email protected]>\n"
"Language-Team: Oriya <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/pl.po
new/gst-plugins-ugly-1.16.2/po/pl.po
--- old/gst-plugins-ugly-1.16.1/po/pl.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/pl.po 2019-12-03 12:07:58.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-11-28 19:34+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' old/gst-plugins-ugly-1.16.1/po/pt_BR.po
new/gst-plugins-ugly-1.16.2/po/pt_BR.po
--- old/gst-plugins-ugly-1.16.1/po/pt_BR.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/pt_BR.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.7.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2015-12-28 19:54-0200\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' old/gst-plugins-ugly-1.16.1/po/ro.po
new/gst-plugins-ugly-1.16.2/po/ro.po
--- old/gst-plugins-ugly-1.16.1/po/ro.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/ro.po 2019-12-03 12:07:58.000000000
+0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2010-08-16 03:32+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' old/gst-plugins-ugly-1.16.1/po/ru.po
new/gst-plugins-ugly-1.16.2/po/ru.po
--- old/gst-plugins-ugly-1.16.1/po/ru.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/ru.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-12-01 13:38+0400\n"
"Last-Translator: Yuri Kozlov <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/sk.po
new/gst-plugins-ugly-1.16.2/po/sk.po
--- old/gst-plugins-ugly-1.16.1/po/sk.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/sk.po 2019-12-03 12:07:58.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.2.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2014-01-30 10:28+0100\n"
"Last-Translator: Peter Tuharsky <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/sl.po
new/gst-plugins-ugly-1.16.2/po/sl.po
--- old/gst-plugins-ugly-1.16.1/po/sl.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/sl.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-03-26 22:48+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' old/gst-plugins-ugly-1.16.1/po/sq.po
new/gst-plugins-ugly-1.16.2/po/sq.po
--- old/gst-plugins-ugly-1.16.1/po/sq.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/sq.po 2019-12-03 12:07:58.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2004-08-07 20:29+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' old/gst-plugins-ugly-1.16.1/po/sr.po
new/gst-plugins-ugly-1.16.2/po/sr.po
--- old/gst-plugins-ugly-1.16.1/po/sr.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/sr.po 2019-12-03 12:07:58.000000000
+0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.1.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2013-10-03 22:30+0200\n"
"Last-Translator: Мирослав Николић <[email protected]>\n"
"Language-Team: Serbian <(nothing)>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/sv.po
new/gst-plugins-ugly-1.16.2/po/sv.po
--- old/gst-plugins-ugly-1.16.1/po/sv.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/sv.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.15.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2019-01-17 02:02+0000\n"
"Last-Translator: Sebastian Rasmussen <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/ta.po
new/gst-plugins-ugly-1.16.2/po/ta.po
--- old/gst-plugins-ugly-1.16.1/po/ta.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/ta.po 2019-12-03 12:07:58.000000000
+0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.15.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2019-02-06 01:10+0530\n"
"Last-Translator: Arun Isaac <[email protected]>\n"
"Language-Team: Tamil <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/tr.po
new/gst-plugins-ugly-1.16.2/po/tr.po
--- old/gst-plugins-ugly-1.16.1/po/tr.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/tr.po 2019-12-03 12:07:58.000000000
+0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-12-01 01:19+0200\n"
"Last-Translator: Server Acim <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.1/po/uk.po
new/gst-plugins-ugly-1.16.2/po/uk.po
--- old/gst-plugins-ugly-1.16.1/po/uk.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/uk.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2012-11-28 20:25+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' old/gst-plugins-ugly-1.16.1/po/vi.po
new/gst-plugins-ugly-1.16.2/po/vi.po
--- old/gst-plugins-ugly-1.16.1/po/vi.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/vi.po 2019-12-03 12:07:58.000000000
+0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.3.90\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2014-06-30 09:20+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' old/gst-plugins-ugly-1.16.1/po/zh_CN.po
new/gst-plugins-ugly-1.16.2/po/zh_CN.po
--- old/gst-plugins-ugly-1.16.1/po/zh_CN.po 2019-09-23 12:10:59.000000000
+0200
+++ new/gst-plugins-ugly-1.16.2/po/zh_CN.po 2019-12-03 12:07:58.000000000
+0100
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.5.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-09-23 11:10+0100\n"
+"POT-Creation-Date: 2019-12-03 11:07+0000\n"
"PO-Revision-Date: 2015-08-28 15:36+0800\n"
"Last-Translator: Mingye Wang <[email protected]>\n"
"Language-Team: Chinese (simplified) <[email protected]>\n"