Hello community,
here is the log from the commit of package gstreamer-plugins-ugly for
openSUSE:Factory checked in at 2019-06-13 22:34:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-ugly"
Thu Jun 13 22:34:32 2019 rev:55 rq:707916 version:1.14.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2018-10-11 11:42:16.739029118 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.4811/gstreamer-plugins-ugly.changes
2019-06-13 22:34:34.748357263 +0200
@@ -1,0 +2,8 @@
+Fri May 31 22:12:11 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.14.5:
+ + sid: Fix cross-compilation by using AC_TRY_LINK instead of
+ AC_TRY_RUN.
+ + x264: Only enable dynamic loading code for x264 before v253.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-ugly-1.14.4.tar.xz
New:
----
gst-plugins-ugly-1.14.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.pUo97G/_old 2019-06-13 22:34:35.312357080 +0200
+++ /var/tmp/diff_new_pack.pUo97G/_new 2019-06-13 22:34:35.316357079 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-ugly
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
# Get minimum gstreamer and gstreamer-plugins-base required versions from
configure.ac
%define gstreamer_plugins_ugly_req %(xzgrep --text "^GST.*_REQ" %{SOURCE0} |
sort -u | sed 's/GST_REQ=/gstreamer >= /;s/GSTPB_REQ=/gstreamer-plugins-base >=
/' | tr '\\n' ' ')
Name: gstreamer-plugins-ugly
-Version: 1.14.4
+Version: 1.14.5
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
++++++ gst-plugins-ugly-1.14.4.tar.xz -> gst-plugins-ugly-1.14.5.tar.xz ++++++
++++ 2402 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/gst-plugins-ugly-1.14.4/ChangeLog new/gst-plugins-ugly-1.14.5/ChangeLog
--- old/gst-plugins-ugly-1.14.4/ChangeLog 2018-10-03 00:04:14.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/ChangeLog 2019-05-29 18:41:19.000000000
+0200
@@ -1,3 +1,79 @@
+=== release 1.14.5 ===
+
+2019-05-29 17:41:18 +0100 Tim-Philipp Müller <[email protected]>
+
+ * ChangeLog:
+ * NEWS:
+ * README:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-ugly.doap:
+ * meson.build:
+ Release 1.14.5
+
+2019-05-29 17:41:18 +0100 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
+
+2018-11-05 05:38:33 +0000 Matthew Waters <[email protected]>
+
+ * .gitmodules:
+ Update common submodule location
+ Remove the git directory
+
+2018-11-05 12:52:46 +0800 Haihao Xiang <[email protected]>
+
+ * .gitmodules:
+ * gst-plugins-ugly.doap:
+ Clone the code from gitlab
+ This fixes
https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/issues/22
+
+2019-01-25 14:36:55 +0200 Sebastian Dröge <[email protected]>
+
+ * ext/x264/meson.build:
+ x264: Link to gmodule in the meson build if extra x264 libraries are
provided
+ We would dynamically load additional x264 libraries then.
+
+2019-04-22 12:51:33 +0300 Sebastian Dröge <[email protected]>
+
+ * ext/dvdread/meson.build:
+ * meson.build:
+ meson: Always require the gmodule dependency
+ It's needed by the dvdread plugin but also by the x264 plugin in
certain
+ circumstances. As it's part of GLib and always available, simply move
it
+ as a hard dependency to the top-level meson.build.
+
+2019-01-25 14:38:05 +0200 Sebastian Dröge <[email protected]>
+
+ * ext/x264/gstx264enc.c:
+ x264: Only enable dynamic loading code for x264 < 253
+ Otherwise we get some compiler warnings:
+ ../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:200:1: warning:
‘unload_x264’ defined but not used [-Wunused-function]
+ unload_x264 (GstX264EncVTable * vtable)
+ ^~~~~~~~~~~
+ ../subprojects/gst-plugins-ugly/ext/x264/gstx264enc.c:154:1: warning:
‘load_x264’ defined but not used [-Wunused-function]
+ load_x264 (const gchar * filename)
+ ^~~~~~~~~
+
+2019-01-17 17:29:38 +0200 Helmut Grohne <[email protected]>
+
+ * m4/gst-sid.m4:
+ sid: Fix cross-compilation by using AC_TRY_LINK instead of AC_TRY_RUN
+ https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917899
+
=== release 1.14.4 ===
2018-10-02 23:04:13 +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/gst-plugins-ugly-1.14.4/NEWS new/gst-plugins-ugly-1.14.5/NEWS
--- old/gst-plugins-ugly-1.14.4/NEWS 2018-10-03 00:04:12.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/NEWS 2019-05-29 18:41:17.000000000 +0200
@@ -5,13 +5,16 @@
GStreamer 1.14.0 was originally released on 19 March 2018.
-The latest bug-fix release in the 1.14 series is 1.14.3 and was released
-on 16 September 2018.
+The latest bug-fix release in the 1.14 series is 1.14.5 and was released
+on 29 May 2019.
+
+1.14.5 will likely be the last release in the 1.14 release series which
+has now been superseded by the 1.16 release series.
See https://gstreamer.freedesktop.org/releases/1.14/ for the latest
version of this document.
-_Last updated: Sunday 16 September 2018, 13:00 UTC (log)_
+_Last updated: Wednesday 29 May 2019, 12:00 UTC (log)_
Introduction
@@ -1519,6 +1522,187 @@
list of changes. For the full list of changes please refer to the GIT
logs or ChangeLogs of the particular modules.
+1.14.5
+
+The fifth and likely last 1.14 bug-fix release (1.14.5) was released on
+29 May 2019.
+
+This release only contains bugfixes and it should be safe to update from
+1.14.x.
+
+Highlighted bugfixes in 1.14.5
+
+GStreamer core
+
+- aggregator: take the pad lock around queue gap event removal
+- aggregator: don’t leak gap buffer when out of segment
+- buffer: fix possible memory corruption in gst_buffer_foreach_meta()
+ when removing metas
+- bus: Make removing of signal/bus watches thread-safe
+- bus: Don’t allow removing signal watches with gst_bus_remove_watch()
+- controlbinding: Check if the weak pointer was cleared before
+ explicitly removing it
+- ptp clock: Wait for ANNOUNCE before selecting a master; increase
+ tolerance for late follow-up and delay-resp
+- segment: Allow stop == -1 in gst_segment_to_running_time() and
+ negative rate
+- g-i: annotations fixes
+
+gst-plugins-base
+
+- audioconvert: fix endianness conversion for unpacked formats
+ (e.g. S24_32BE)
+- audioringbuffer: Fix wrong memcpy address when reordering channels
+- decodebin2: Make sure to remove pad probes when freeing
+ GstDecodeGroup
+- glviewconvert: fix output when a transformation matrix is used
+- glupload: prevent segfault when updating caps
+- gl/egl: Determine correct format on dmabuf import
+- glupload: dmabuf: be explicit about gl formats used
+- id3tag: validate the year from v1 tags before passing to GstDateTime
+- rtpbasepayload: fix sequence numbers when using buffer lists
+- rtspconnection: fix security issue, potential heap overflow
+ (CVE-2019-9928)
+- rtspconnection: fix GError set over the top of a previous GError
+- rtspconnection: do not duplicate authentication headers
+- subparse: don’t assert when failing to parse subrip timestamp
+- video: various convert sample frame fixes
+- video-converter: fix conversion from I420_10LE/BE, I420_12LE/BE,
+ A420_10LE/BE to BGRA/RGBA which created corrupted output
+- video-format: Fix GBRA_10/12 alpha channel pixel strides
+
+gst-plugins-good
+
+- flv: Use 8kHz sample rate for alaw/mulaw audio
+- flvdemux: Do not error out if the first added and chained pad is not
+ linked
+- flvmux: try harder to make sure timestamps are always increasing
+- gdkpixbufdec: output a TIME segment which is what’s expected for raw
+ video
+- matroskademux: fix handling of MS ACM audio
+- matroska: fix handling of FlagInterlaced
+- pulsesink: Deal with not being able to convert a format to caps
+- rtph265depay, rtph264depay; aggregation packet marker handling fixes
+- rtpmp4gdepay: detect broken senders who send AAC with ADTS frames
+- rtprawdepay: keep buffer pool around when flushing/seeking
+- rtpssrcdemux: Forward serialized events to all pads
+- qmlglsink: Handle OPENGL header guard changes
+- qtdemux: fix track language code parsing; ignore corrupted CTTS box
+- qtmux: Correctly set tkhd width/height to the display size
+- splitmuxsink: various timecode meta handling fixes
+- splitmuxsink: make work with audio-only encoders as muxers,
+ e.g. wavenc
+- v4l2sink: fix pool-less allocation query handling
+- v4l2dec/enc: fix use after free when handling events
+- vpx: Fix build against libvpx 1.8
+- webmmux: allow resolutions above 4096
+
+gst-plugins-ugly
+
+- sid: Fix cross-compilation by using AC_TRY_LINK instead of
+ AC_TRY_RUN
+- x264: Only enable dynamic loading code for x264 before v253
+
+gst-plugins-bad
+
+- assrender: fix disappearing subtitles when seeking back in time
+- decklinkvideosink: fix segfault when audiosink is closed before
+ videosink
+- decklinkvideosrc: respect pixel format property even if mode is set
+ to auto
+- d3dvideosink: Fix calculating buffer size of packed format; don’t
+ leak thread object
+- dtls: Don’t abort on non-fatal issues, make work with newer OpenSSL
+ versions
+- msdk: more robust error handling; fix intel sdk libdir path
+- nvenc: Ensure drain all frames on finish; fix element reuse and
+ clean up properly
+- openh264dec: Fix handling of errors when doing EOS
+- shmsrc: fixes a crash when is-live is true due a race condition
+- shmsink: fix possible (racy) deadlock on shutdown
+- siren: Fix invalid floating point operation
+- tsdemux: Skew correction improvements: use upstream DTS if set
+- wasapi: number of segments was always 2 (the absolute minimum) by
+ accident
+- wasapi: Fix infinite loop when the device disappears
+
+gst-libav
+
+- libav: Update internal snapshot to ffmpeg n3.4.6
+- avdemux: fix negative pts if start_time is bigger than the ts
+
+gst-rtsp-server
+
+- rtsp-client: Fix crash in close handler and remove timeout GSource
+ on cleanup
+- rtsp-stream: Use cached address when allocating sockets
+- rtsp-media: Handle set state when preparing
+- rtsp-media: Fix race condition in finish_unprepare
+- rtsp-stream: Use seqnum-offset for rtpinfo
+- rtsp-stream: add source elements to the pipeline before activation
+ for stream-status create message
+
+gst-editing-services
+
+- Fix compilation with latest GLib
+- layer: Resort clips before syncing priorities
+- timeline: Better handle loading inconsistent timelines
+
+gstreamer-vaapi
+
+- thread-safety and memory leak fixes
+- improve caps negotiation if downstream takes ANY caps
+- fix build with -DG_DISABLE_ASSERT
+
+gst-omx
+
+- fix caps leak
+
+cerbero
+
+- Add support for MacOSX 10.14, iOS 12.1, Fedora 29/30, Linux Mint
+ Tara (19)
+- Miscellaneous tarball download / error handling improvements
+- disable parallel builds by default on Windows
+
+Contributors to 1.14.5
+
+Aaron Boxer, Adam Jackson, Aleix Conchillo Flaqué, Alexandru Băluț,
+Alicia Boya García, Andreas Frisch, Antonio Ospite, Arun Raghavan,
+Benjamin Berg, Brad Reitmeyer, Christopher Snowhill, Daniel Drake,
+Daniel Stone, Dardo D Kleiner, David Ing, Denis Nagorny, Edward Hervey,
+Erlend Eriksen, Florent Thiéry, Freyr666, Göran Jönsson, Guillaume
+Desmottes, Haihao Xiang, Haihua Hu, Havard Graff, He Junyan, Helmut
+Grohne, Ilya Smelykh, Jacek Tomaszewski, James Cowgill, Jan Alexander
+Steffens (heftig), Jan Schmidt, Johan Bjäreholt, Jordan Petridis, Josep
+Torra, Joshua M. Doe, Justin Kim, Kristofer Bjorkstrom, Lars Petter
+Endresen, Lars Wiréen, Linus Svensson, Lucas Stach, Maciej Wolny,
+Marc-André Lureau, Marc Leeman, Marcos Kintschner, Marco Trevisan
+(Treviño), Marouen Ghodhbane, Matej Knopp, Mathieu Duponchelle, Matthew
+Waters, Michael Olbrich, Michael Tretter, mrk501, Naveen Cherukuri,
+Nicola Murino, Nicolas Dufresne, Niels De Graef, Nirbheek Chauhan,
+okuoku, Olivier Crête, Patricia Muscalu, Per Forlin, Peter Körner,
+Philippe Normand, Philipp Zabel, Roland Jon, Russel Winder, Santiago
+Carot-Nemesio, Sebastian Dröge, Seungha Yang, Sjoerd Simons, Thiago
+Santos, Thibault Saunier, Tim-Philipp Müller, Tobias Ronge, Tomislav
+Tustonić, U. Artie Eoff, Víctor Manuel Jáquez Leal, Vincenzo Bono, Vivia
+Nikolaidou, Wangfei, Wim Taymans, Xabier Rodriguez Calvar, Xavier
+Claessens, Xiang, Haihao, Yeongjin Jeong, and many others. Thank you
+all!
+
+List of bugs fixed in 1.14.5
+
+For a full list of bugfixes see Bugzilla. Note that this is not the full
+list of changes. For the full list of changes please refer to the GIT
+logs or ChangeLogs of the particular modules.
+
+During the release cycle issue and patch tracking moved from bugzilla to
+gitlab, so information about this release may be on either of those two
+trackers.
+
+MRs with milestone 1.14.5:
+https://gitlab.freedesktop.org/groups/gstreamer/-/merge_requests?scope=all&utf8=%E2%9C%93&state=all&milestone_title=1.14.5
+
Known Issues
@@ -1541,12 +1725,8 @@
unstable development version leading up to the stable 1.16 release. The
development of 1.15/1.16 will happen in the git master branch.
-The plan for the 1.16 development cycle is yet to be confirmed, but it
-is expected that feature freeze will be around September 2018 followed
-by several 1.15 pre-releases and the new 1.16 stable release in October.
-
-1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8,
-1.6, 1.4, 1.2 and 1.0 release series.
+1.16.0 was released on 19 April 2019 and is backwards-compatible to the
+stable 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/gst-plugins-ugly-1.14.4/README new/gst-plugins-ugly-1.14.5/README
--- old/gst-plugins-ugly-1.14.4/README 2018-03-23 21:44:53.000000000 +0100
+++ new/gst-plugins-ugly-1.14.5/README 2019-05-29 18:41:17.000000000 +0200
@@ -1,4 +1,4 @@
-GStreamer 1.13.x development series
+GStreamer 1.14.x development series
WHAT IT IS
----------
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/gst-plugins-ugly-1.14.4/RELEASE new/gst-plugins-ugly-1.14.5/RELEASE
--- old/gst-plugins-ugly-1.14.4/RELEASE 2018-10-03 00:04:12.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/RELEASE 2019-05-29 18:41:17.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-ugly 1.14.4.
+This is GStreamer gst-plugins-ugly 1.14.5.
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!
@@ -7,6 +7,10 @@
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
+The 1.14 release series has now been superseded by the stable 1.16 series
+which was released on 19 April 2019 and should be backwards compatible. We
+recommend you upgrade to 1.16 at your earliest convenience.
+
Full release notes can be found at:
https://gstreamer.freedesktop.org/releases/1.14/
@@ -54,10 +58,10 @@
==== Download ====
You can find source releases of gstreamer in the download
-directory: https://gstreamer.freedesktop.org/src/gstreamer/
+directory: https://gstreamer.freedesktop.org/src/
The git repository and details how to clone it can be found at
-https://cgit.freedesktop.org/gstreamer/gstreamer/
+https://gitlab.freedesktop.org/gstreamer/
==== Homepage ====
@@ -65,10 +69,16 @@
==== Support and Bugs ====
-We use GNOME's bugzilla for bug reports and feature requests:
-https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
+We have recently moved from GNOME Bugzilla to GitLab on freedesktop.org
+for bug reports and feature requests:
+
+ https://gitlab.freedesktop.org/gstreamer
+
+Please submit patches via GitLab as well, in form of Merge Requests. See
+
+ https://gstreamer.freedesktop.org/documentation/contribute/
-Please submit patches via bugzilla as well.
+for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
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/gst-plugins-ugly-1.14.4/configure.ac
new/gst-plugins-ugly-1.14.5/configure.ac
--- old/gst-plugins-ugly-1.14.4/configure.ac 2018-10-03 00:03:34.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/configure.ac 2019-05-29 18:40:43.000000000
+0200
@@ -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.14.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly
Plug-ins],[1.14.5],[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, 1404, 0, 1404)
+AS_LIBTOOL(GST, 1405, 0, 1405)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.14.4
-GSTPB_REQ=1.14.4
+GST_REQ=1.14.5
+GSTPB_REQ=1.14.5
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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2019-05-29 18:41:22.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
---
old/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2018-10-03 00:04:16.000000000 +0200
+++
new/gst-plugins-ugly-1.14.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2019-05-29 18:41:22.000000000 +0200
@@ -41,7 +41,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.4</td>
+<td>1.14.5</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/gst-plugins-ugly-1.14.4/docs/plugins/html/index.html
new/gst-plugins-ugly-1.14.5/docs/plugins/html/index.html
--- old/gst-plugins-ugly-1.14.4/docs/plugins/html/index.html 2018-10-03
00:04:16.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/html/index.html 2019-05-29
18:41:22.000000000 +0200
@@ -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.14.4)
+ for GStreamer Ugly Plugins 1.0 (1.14.5)
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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-a52dec.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-a52dec.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-a52dec.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-a52dec.xml
2019-05-29 18:41:18.000000000 +0200
@@ -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.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrnb.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-amrnb.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrnb.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-amrnb.xml
2019-05-29 18:41:18.000000000 +0200
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
- <version>1.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrwbdec.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-amrwbdec.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrwbdec.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-amrwbdec.xml
2019-05-29 18:41:18.000000000 +0200
@@ -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.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-asf.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-asf.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-asf.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-asf.xml
2019-05-29 18:41:18.000000000 +0200
@@ -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.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-cdio.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-cdio.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-cdio.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-cdio.xml
2019-05-29 18:41:18.000000000 +0200
@@ -3,7 +3,7 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
- <version>1.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-dvdlpcmdec.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2019-05-29 18:41:18.000000000 +0200
@@ -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.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdread.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-dvdread.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdread.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-dvdread.xml
2019-05-29 18:41:18.000000000 +0200
@@ -3,7 +3,7 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
- <version>1.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdsub.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-dvdsub.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdsub.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-dvdsub.xml
2019-05-29 18:41:18.000000000 +0200
@@ -3,7 +3,7 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
- <version>1.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-mpeg2dec.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-mpeg2dec.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-mpeg2dec.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-mpeg2dec.xml
2019-05-29 18:41:18.000000000 +0200
@@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>1.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-realmedia.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-realmedia.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-realmedia.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-realmedia.xml
2019-05-29 18:41:18.000000000 +0200
@@ -3,7 +3,7 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
<basename>libgstrealmedia.so</basename>
- <version>1.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-sid.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-sid.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-sid.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-sid.xml
2019-05-29 18:41:18.000000000 +0200
@@ -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.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-x264.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-x264.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-x264.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-x264.xml
2019-05-29 18:41:18.000000000 +0200
@@ -3,7 +3,7 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
- <version>1.14.4</version>
+ <version>1.14.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
@@ -20,7 +20,7 @@
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
- <details>video/x-raw, framerate=(fraction)[ 0/1, 2147483647/1 ],
width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ], format=(string){
Y444, Y42B, I420, YV12, NV12 }</details>
+ <details>video/x-raw, framerate=(fraction)[ 0/1, 2147483647/1 ],
width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ], format=(string){
Y444, Y42B, I420, YV12, NV12, Y444_10LE, I422_10LE, I420_10LE }</details>
</caps>
<caps>
<name>src</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/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-xingmux.xml
new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-xingmux.xml
--- old/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-xingmux.xml
2018-10-03 00:04:13.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/docs/plugins/inspect/plugin-xingmux.xml
2019-05-29 18:41:18.000000000 +0200
@@ -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.14.4</version>
+ <version>1.14.5</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' --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/gst-plugins-ugly-1.14.4/ext/dvdread/meson.build
new/gst-plugins-ugly-1.14.5/ext/dvdread/meson.build
--- old/gst-plugins-ugly-1.14.4/ext/dvdread/meson.build 2018-03-23
21:44:54.000000000 +0100
+++ new/gst-plugins-ugly-1.14.5/ext/dvdread/meson.build 2019-05-02
17:49:14.000000000 +0200
@@ -1,4 +1,3 @@
-gmodule_dep = dependency('gmodule-2.0', required : false)
dvdread_dep = dependency('dvdread', version : '>= 0.5.0', required : false)
if gmodule_dep.found() and dvdread_dep.found()
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/gst-plugins-ugly-1.14.4/ext/x264/gstx264enc.c
new/gst-plugins-ugly-1.14.5/ext/x264/gstx264enc.c
--- old/gst-plugins-ugly-1.14.4/ext/x264/gstx264enc.c 2018-09-08
14:05:46.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/ext/x264/gstx264enc.c 2019-05-02
17:49:14.000000000 +0200
@@ -143,6 +143,7 @@
static GstX264EncVTable *vtable_8bit = NULL, *vtable_10bit = NULL;
+#if X264_BUILD < 153
#define LOAD_SYMBOL(name) G_STMT_START { \
if (!g_module_symbol (module, #name, (gpointer *) &vtable->name)) { \
GST_ERROR ("Failed to load '" #name "' from '%s'", filename); \
@@ -172,9 +173,7 @@
"' from '%s'. Incompatible version?", filename);
goto error;
}
-#if X264_BUILD < 153
LOAD_SYMBOL (x264_bit_depth);
-#endif
LOAD_SYMBOL (x264_chroma_format);
LOAD_SYMBOL (x264_encoder_close);
LOAD_SYMBOL (x264_encoder_delayed_frames);
@@ -209,6 +208,7 @@
#endif
#undef LOAD_SYMBOL
+#endif
static gboolean
gst_x264_enc_add_x264_chroma_format (GstStructure * s,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gst-plugins-ugly-1.14.4/ext/x264/meson.build
new/gst-plugins-ugly-1.14.5/ext/x264/meson.build
--- old/gst-plugins-ugly-1.14.4/ext/x264/meson.build 2018-03-23
21:44:54.000000000 +0100
+++ new/gst-plugins-ugly-1.14.5/ext/x264/meson.build 2019-05-02
17:49:14.000000000 +0200
@@ -9,13 +9,16 @@
x264_args = []
if x264_libraries != ''
x264_args +=
['-DHAVE_X264_ADDITIONAL_LIBRARIES="@0@"'.format(x264_libraries)]
+ extra_gmodule_dep = [gmodule_dep]
+ else
+ extra_gmodule_dep = []
endif
gstx264 = library('gstx264',
x264_sources,
c_args : ugly_args + x264_args,
include_directories : [configinc],
- dependencies : [gstbase_dep, gstvideo_dep, gstpbutils_dep, x264_dep],
+ dependencies : [gstbase_dep, gstvideo_dep, gstpbutils_dep, x264_dep] +
extra_gmodule_dep,
install : true,
install_dir : plugins_install_dir,
)
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/gst-plugins-ugly-1.14.4/gst-plugins-ugly.doap
new/gst-plugins-ugly-1.14.5/gst-plugins-ugly.doap
--- old/gst-plugins-ugly-1.14.4/gst-plugins-ugly.doap 2018-10-03
00:03:34.000000000 +0200
+++ new/gst-plugins-ugly-1.14.5/gst-plugins-ugly.doap 2019-05-29
18:40:43.000000000 +0200
@@ -28,13 +28,23 @@
<repository>
<GitRepository>
- <location
rdf:resource="git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly"/>
- <browse
rdf:resource="http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly"/>
+ <location
rdf:resource="git://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly"/>
+ <browse
rdf:resource="http://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly"/>
</GitRepository>
</repository>
<release>
<Version>
+ <revision>1.14.5</revision>
+ <branch>1.14</branch>
+ <name></name>
+ <created>2019-05-29</created>
+ <file-release
rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.14.5.tar.xz"
/>
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.14.4</revision>
<branch>1.14</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/gst-plugins-ugly-1.14.4/m4/gst-sid.m4
new/gst-plugins-ugly-1.14.5/m4/gst-sid.m4
--- old/gst-plugins-ugly-1.14.4/m4/gst-sid.m4 2018-03-23 21:44:54.000000000
+0100
+++ new/gst-plugins-ugly-1.14.5/m4/gst-sid.m4 2019-05-02 17:49:14.000000000
+0200
@@ -16,13 +16,9 @@
LIBS="-lsidplay"
- AC_TRY_RUN([
- #include <sidplay/player.h>
- int main()
- { sidTune tune = sidTune(0); }
- ],
+ AC_TRY_LINK([#include <sidplay/player.h>],
+ [sidTune tune = sidTune(0);],
HAVE_SIDPLAY="yes",
- HAVE_SIDPLAY="no",
HAVE_SIDPLAY="no")
LIBS="$ac_libs_safe"
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/gst-plugins-ugly-1.14.4/m4/libtool.m4
new/gst-plugins-ugly-1.14.5/m4/libtool.m4
--- old/gst-plugins-ugly-1.14.4/m4/libtool.m4 2018-10-03 00:03:42.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/m4/libtool.m4 2019-05-29 18:40:51.000000000
+0200
@@ -4063,7 +4063,8 @@
if AC_TRY_EVAL(ac_compile); then
# Now try to grab the symbols.
nlist=conftest.nm
- if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe"
\> $nlist) && test -s "$nlist"; then
+ $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext |
$lt_cv_sys_global_symbol_pipe > $nlist" >&AS_MESSAGE_LOG_FD
+ if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \>
$nlist 2>&AS_MESSAGE_LOG_FD && test -s "$nlist"; then
# Try sorting and uniquifying the output.
if sort "$nlist" | uniq > "$nlist"T; then
mv -f "$nlist"T "$nlist"
@@ -4703,6 +4704,12 @@
_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
;;
+ # flang / f18. f95 an alias for gfortran or flang on Debian
+ flang* | f18* | f95*)
+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
+ ;;
# icc used to be incompatible with GCC.
# ICC 10 doesn't accept -KPIC any more.
icc* | ifort*)
@@ -6438,7 +6445,7 @@
# Commands to make compiler produce verbose output that lists
# what "hidden" libraries, object files and flags are used when
# linking a shared library.
- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 |
$GREP -v "^Configured with:" | $GREP "\-L"'
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 |
$GREP -v "^Configured with:" | $GREP " \-L"'
else
GXX=no
@@ -6813,7 +6820,7 @@
# explicitly linking system object files so we need to strip them
# from the output so that they don't get included in the library
# dependencies.
- output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v
conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac;
done; func_echo_all "$list"'
+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v
conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac;
done; func_echo_all "$list"'
;;
*)
if test yes = "$GXX"; then
@@ -6878,7 +6885,7 @@
# explicitly linking system object files so we need to strip them
# from the output so that they don't get included in the library
# dependencies.
- output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v
conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac;
done; func_echo_all "$list"'
+ output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v
conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z
in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac;
done; func_echo_all "$list"'
;;
*)
if test yes = "$GXX"; then
@@ -7217,7 +7224,7 @@
# Commands to make compiler produce verbose output that lists
# what "hidden" libraries, object files and flags are used when
# linking a shared library.
- output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext
2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext
2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
else
# FIXME: insert proper C++ library support
@@ -7301,7 +7308,7 @@
# Commands to make compiler produce verbose output that lists
# what "hidden" libraries, object files and flags are used when
# linking a shared library.
- output_verbose_link_cmd='$CC -shared $CFLAGS -v
conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v
conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
else
# g++ 2.7 appears to require '-G' NOT '-shared' on this
# platform.
@@ -7312,7 +7319,7 @@
# Commands to make compiler produce verbose output that lists
# what "hidden" libraries, object files and flags are used when
# linking a shared library.
- output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext
2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
+ output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext
2>&1 | $GREP -v "^Configured with:" | $GREP " \-L"'
fi
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
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/gst-plugins-ugly-1.14.4/meson.build new/gst-plugins-ugly-1.14.5/meson.build
--- old/gst-plugins-ugly-1.14.4/meson.build 2018-10-03 00:03:34.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/meson.build 2019-05-29 18:40:43.000000000
+0200
@@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
- version : '1.14.4',
+ version : '1.14.5',
meson_version : '>= 0.40.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@@ -170,6 +170,8 @@
cdata.set('DISABLE_ORC', 1)
endif
+gmodule_dep = dependency('gmodule-2.0', fallback : ['glib', 'libgmodule_dep'])
+
configure_file(output : 'config.h', configuration : cdata)
ugly_args = ['-DHAVE_CONFIG_H']
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/gst-plugins-ugly-1.14.4/po/af.po new/gst-plugins-ugly-1.14.5/po/af.po
--- old/gst-plugins-ugly-1.14.4/po/af.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/af.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/az.po new/gst-plugins-ugly-1.14.5/po/az.po
--- old/gst-plugins-ugly-1.14.4/po/az.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/az.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/bg.po new/gst-plugins-ugly-1.14.5/po/bg.po
--- old/gst-plugins-ugly-1.14.4/po/bg.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/bg.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/ca.po new/gst-plugins-ugly-1.14.5/po/ca.po
--- old/gst-plugins-ugly-1.14.4/po/ca.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/ca.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/cs.po new/gst-plugins-ugly-1.14.5/po/cs.po
--- old/gst-plugins-ugly-1.14.4/po/cs.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/cs.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/da.po new/gst-plugins-ugly-1.14.5/po/da.po
--- old/gst-plugins-ugly-1.14.4/po/da.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/da.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/de.po new/gst-plugins-ugly-1.14.5/po/de.po
--- old/gst-plugins-ugly-1.14.4/po/de.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/de.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/el.po new/gst-plugins-ugly-1.14.5/po/el.po
--- old/gst-plugins-ugly-1.14.4/po/el.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/el.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/en_GB.po new/gst-plugins-ugly-1.14.5/po/en_GB.po
--- old/gst-plugins-ugly-1.14.4/po/en_GB.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/en_GB.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/eo.po new/gst-plugins-ugly-1.14.5/po/eo.po
--- old/gst-plugins-ugly-1.14.4/po/eo.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/eo.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/es.po new/gst-plugins-ugly-1.14.5/po/es.po
--- old/gst-plugins-ugly-1.14.4/po/es.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/es.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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/gst-plugins-ugly-1.14.4/po/eu.po new/gst-plugins-ugly-1.14.5/po/eu.po
--- old/gst-plugins-ugly-1.14.4/po/eu.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/eu.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/fi.po new/gst-plugins-ugly-1.14.5/po/fi.po
--- old/gst-plugins-ugly-1.14.4/po/fi.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/fi.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/fr.po new/gst-plugins-ugly-1.14.5/po/fr.po
--- old/gst-plugins-ugly-1.14.4/po/fr.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/fr.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/fur.po new/gst-plugins-ugly-1.14.5/po/fur.po
--- old/gst-plugins-ugly-1.14.4/po/fur.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/fur.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/gl.po new/gst-plugins-ugly-1.14.5/po/gl.po
--- old/gst-plugins-ugly-1.14.4/po/gl.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/gl.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/hr.po new/gst-plugins-ugly-1.14.5/po/hr.po
--- old/gst-plugins-ugly-1.14.4/po/hr.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/hr.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\n"
"PO-Revision-Date: 2018-04-12 16:24-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' --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/gst-plugins-ugly-1.14.4/po/hu.po new/gst-plugins-ugly-1.14.5/po/hu.po
--- old/gst-plugins-ugly-1.14.4/po/hu.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/hu.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/id.po new/gst-plugins-ugly-1.14.5/po/id.po
--- old/gst-plugins-ugly-1.14.4/po/id.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/id.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/it.po new/gst-plugins-ugly-1.14.5/po/it.po
--- old/gst-plugins-ugly-1.14.4/po/it.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/it.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/ja.po new/gst-plugins-ugly-1.14.5/po/ja.po
--- old/gst-plugins-ugly-1.14.4/po/ja.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/ja.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/lt.po new/gst-plugins-ugly-1.14.5/po/lt.po
--- old/gst-plugins-ugly-1.14.4/po/lt.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/lt.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/lv.po new/gst-plugins-ugly-1.14.5/po/lv.po
--- old/gst-plugins-ugly-1.14.4/po/lv.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/lv.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/ms.po new/gst-plugins-ugly-1.14.5/po/ms.po
--- old/gst-plugins-ugly-1.14.4/po/ms.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/ms.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/mt.po new/gst-plugins-ugly-1.14.5/po/mt.po
--- old/gst-plugins-ugly-1.14.4/po/mt.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/mt.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/nb.po new/gst-plugins-ugly-1.14.5/po/nb.po
--- old/gst-plugins-ugly-1.14.4/po/nb.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/nb.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/nl.po new/gst-plugins-ugly-1.14.5/po/nl.po
--- old/gst-plugins-ugly-1.14.4/po/nl.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/nl.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/or.po new/gst-plugins-ugly-1.14.5/po/or.po
--- old/gst-plugins-ugly-1.14.4/po/or.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/or.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/pl.po new/gst-plugins-ugly-1.14.5/po/pl.po
--- old/gst-plugins-ugly-1.14.4/po/pl.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/pl.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/pt_BR.po new/gst-plugins-ugly-1.14.5/po/pt_BR.po
--- old/gst-plugins-ugly-1.14.4/po/pt_BR.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/pt_BR.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/ro.po new/gst-plugins-ugly-1.14.5/po/ro.po
--- old/gst-plugins-ugly-1.14.4/po/ro.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/ro.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/ru.po new/gst-plugins-ugly-1.14.5/po/ru.po
--- old/gst-plugins-ugly-1.14.4/po/ru.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/ru.po 2019-05-29 18:41:22.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/sk.po new/gst-plugins-ugly-1.14.5/po/sk.po
--- old/gst-plugins-ugly-1.14.4/po/sk.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/sk.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/sl.po new/gst-plugins-ugly-1.14.5/po/sl.po
--- old/gst-plugins-ugly-1.14.4/po/sl.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/sl.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/sq.po new/gst-plugins-ugly-1.14.5/po/sq.po
--- old/gst-plugins-ugly-1.14.4/po/sq.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/sq.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/sr.po new/gst-plugins-ugly-1.14.5/po/sr.po
--- old/gst-plugins-ugly-1.14.4/po/sr.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/sr.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/sv.po new/gst-plugins-ugly-1.14.5/po/sv.po
--- old/gst-plugins-ugly-1.14.4/po/sv.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/sv.po 2019-05-29 18:41:23.000000000
+0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.6.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\n"
"PO-Revision-Date: 2015-10-31 16:08+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/gst-plugins-ugly-1.14.4/po/tr.po new/gst-plugins-ugly-1.14.5/po/tr.po
--- old/gst-plugins-ugly-1.14.4/po/tr.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/tr.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/uk.po new/gst-plugins-ugly-1.14.5/po/uk.po
--- old/gst-plugins-ugly-1.14.4/po/uk.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/uk.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/vi.po new/gst-plugins-ugly-1.14.5/po/vi.po
--- old/gst-plugins-ugly-1.14.4/po/vi.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/vi.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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' --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/gst-plugins-ugly-1.14.4/po/zh_CN.po new/gst-plugins-ugly-1.14.5/po/zh_CN.po
--- old/gst-plugins-ugly-1.14.4/po/zh_CN.po 2018-10-03 00:04:17.000000000
+0200
+++ new/gst-plugins-ugly-1.14.5/po/zh_CN.po 2019-05-29 18:41:23.000000000
+0200
@@ -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: 2018-10-02 23:04+0100\n"
+"POT-Creation-Date: 2019-05-29 17:41+0100\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"