Hello community,
here is the log from the commit of package gstreamer-plugins-ugly for
openSUSE:Factory checked in at 2018-10-11 11:42:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-ugly"
Thu Oct 11 11:42:10 2018 rev:54 rq:639891 version:1.14.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2018-10-02 19:39:42.070362895 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
2018-10-11 11:42:16.739029118 +0200
@@ -1,0 +2,6 @@
+Wed Oct 3 15:47:34 UTC 2018 - [email protected]
+
+- Update to version 1.14.4:
+ + Bugfix release, please see .changes in gstreamer main package.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-ugly-1.14.3.tar.xz
New:
----
gst-plugins-ugly-1.14.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.4BDmei/_old 2018-10-11 11:42:19.307025849 +0200
+++ /var/tmp/diff_new_pack.4BDmei/_new 2018-10-11 11:42:19.311025843 +0200
@@ -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.3
+Version: 1.14.4
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
++++++ gst-plugins-ugly-1.14.3.tar.xz -> gst-plugins-ugly-1.14.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/ChangeLog
new/gst-plugins-ugly-1.14.4/ChangeLog
--- old/gst-plugins-ugly-1.14.3/ChangeLog 2018-09-16 17:21:46.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/ChangeLog 2018-10-03 00:04:14.000000000
+0200
@@ -1,3 +1,32 @@
+=== release 1.14.4 ===
+
+2018-10-02 23:04:13 +0100 Tim-Philipp Müller <[email protected]>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-ugly.doap:
+ * meson.build:
+ Release 1.14.4
+
+2018-10-02 23:04:13 +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
+
=== release 1.14.3 ===
2018-09-16 16:21:45 +0100 Tim-Philipp Müller <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/NEWS
new/gst-plugins-ugly-1.14.4/NEWS
--- old/gst-plugins-ugly-1.14.3/NEWS 2018-09-16 17:21:44.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/NEWS 2018-10-03 00:04:12.000000000 +0200
@@ -1480,10 +1480,44 @@
list of changes. For the full list of changes please refer to the GIT
logs or ChangeLogs of the particular modules.
-1.14.4 (future)
+1.14.4
-The fourth 1.14 bug-fix release (1.14.4) is scheduled to be released
-around October 2018.
+The fourth 1.14 bug-fix release (1.14.4) was released on 2 October 2018.
+
+This release only contains bugfixes and it should be safe to update from
+1.14.x.
+
+Highlighted bugfixes in 1.14.4
+
+- glviewconvert: wait and set the gl sync meta on buffers
+- glviewconvert: Copy composition meta from the primary buffer to both
+ outputs
+- glcolorconvert: Don’t copy overlay composition meta over to NULL
+ outbufs
+- matroskademux: add functionality needed for MSE use case fixing
+ youtube playback in epiphany/webkit-gtk
+- msdk: fix build on windows
+- opusenc: fix another crash on 32-bit x86 on windows (alignment issue
+ in SSE optimisations)
+- osxaudio: add support for parsing more channel layouts
+- tagdemux: Use upstream GST_EVENT_STREAM_START (and stream-id) if
+ present
+- vorbisdec: fix header handling regression: init decoder immediately
+ once we have headers
+- wasapisink: recover from low buffer levels in shared mode
+- fix GstSegment unit test which would fail on some 32-bit x86 CPUs
+
+Contributors to 1.14.4
+
+Alicia Boya García, Christoph Reiter, Edward Hervey, Jan Schmidt,
+Matthew Waters, Nicola Murino, Nicolas Dufresne, Sebastian Dröge,
+Tim-Philipp Müller, Wangfei, and many others. Thank you all.
+
+List of bugs fixed in 1.14.4
+
+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.
Known Issues
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/RELEASE
new/gst-plugins-ugly-1.14.4/RELEASE
--- old/gst-plugins-ugly-1.14.3/RELEASE 2018-09-16 17:21:44.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/RELEASE 2018-10-03 00:04:12.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-ugly 1.14.3.
+This is GStreamer gst-plugins-ugly 1.14.4.
The GStreamer team is pleased to announce another bug-fix release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/configure
new/gst-plugins-ugly-1.14.4/configure
--- old/gst-plugins-ugly-1.14.3/configure 2018-09-16 17:21:20.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/configure 2018-10-03 00:03:46.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.14.3.
+# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.14.4.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='GStreamer Ugly Plug-ins'
PACKAGE_TARNAME='gst-plugins-ugly'
-PACKAGE_VERSION='1.14.3'
-PACKAGE_STRING='GStreamer Ugly Plug-ins 1.14.3'
+PACKAGE_VERSION='1.14.4'
+PACKAGE_STRING='GStreamer Ugly Plug-ins 1.14.4'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -1646,7 +1646,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GStreamer Ugly Plug-ins 1.14.3 to adapt to many kinds
of systems.
+\`configure' configures GStreamer Ugly Plug-ins 1.14.4 to adapt to many kinds
of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1719,7 +1719,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins
1.14.3:";;
+ short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins
1.14.4:";;
esac
cat <<\_ACEOF
@@ -1951,7 +1951,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer Ugly Plug-ins configure 1.14.3
+GStreamer Ugly Plug-ins configure 1.14.4
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2857,7 +2857,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GStreamer Ugly Plug-ins $as_me 1.14.3, which was
+It was created by GStreamer Ugly Plug-ins $as_me 1.14.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3836,7 +3836,7 @@
# Define the identity of the package.
PACKAGE='gst-plugins-ugly'
- VERSION='1.14.3'
+ VERSION='1.14.4'
cat >>confdefs.h <<_ACEOF
@@ -4047,9 +4047,9 @@
- PACKAGE_VERSION_MAJOR=$(echo 1.14.3 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.14.3 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.14.3 | cut -d'.' -f3)
+ PACKAGE_VERSION_MAJOR=$(echo 1.14.4 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.14.4 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.14.4 | cut -d'.' -f3)
@@ -4060,7 +4060,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.14.3 | cut -d'.' -f4)
+ NANO=$(echo 1.14.4 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8894,10 +8894,10 @@
done
- GST_CURRENT=1403
+ GST_CURRENT=1404
GST_REVISION=0
- GST_AGE=1403
- GST_LIBVERSION=1403:0:1403
+ GST_AGE=1404
+ GST_LIBVERSION=1404:0:1404
@@ -13525,8 +13525,8 @@
-GST_REQ=1.14.3
-GSTPB_REQ=1.14.3
+GST_REQ=1.14.4
+GSTPB_REQ=1.14.4
@@ -28214,7 +28214,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GStreamer Ugly Plug-ins $as_me 1.14.3, which was
+This file was extended by GStreamer Ugly Plug-ins $as_me 1.14.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -28280,7 +28280,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-GStreamer Ugly Plug-ins config.status 1.14.3
+GStreamer Ugly Plug-ins config.status 1.14.4
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/configure.ac
new/gst-plugins-ugly-1.14.4/configure.ac
--- old/gst-plugins-ugly-1.14.3/configure.ac 2018-09-16 17:21:07.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/configure.ac 2018-10-03 00:03:34.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.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly
Plug-ins],[1.14.4],[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, 1403, 0, 1403)
+AS_LIBTOOL(GST, 1404, 0, 1404)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.14.3
-GSTPB_REQ=1.14.3
+GST_REQ=1.14.4
+GSTPB_REQ=1.14.4
dnl *** autotools stuff ****
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2018-10-03 00:04:16.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
---
old/gst-plugins-ugly-1.14.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2018-09-16 17:21:48.000000000 +0200
+++
new/gst-plugins-ugly-1.14.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2018-10-03 00:04:16.000000000 +0200
@@ -41,7 +41,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.14.3</td>
+<td>1.14.4</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/docs/plugins/html/index.html
new/gst-plugins-ugly-1.14.4/docs/plugins/html/index.html
--- old/gst-plugins-ugly-1.14.3/docs/plugins/html/index.html 2018-09-16
17:21:48.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/html/index.html 2018-10-03
00:04:16.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.3)
+ for GStreamer Ugly Plugins 1.0 (1.14.4)
The latest version of this documentation can be found on-line at
<a class="ulink"
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/"
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/</a>.
</p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-a52dec.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-a52dec.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-a52dec.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-a52dec.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-amrnb.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrnb.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-amrnb.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrnb.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-amrwbdec.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrwbdec.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-amrwbdec.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-amrwbdec.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-asf.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-asf.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-asf.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-asf.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-cdio.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-cdio.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-cdio.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-cdio.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-dvdlpcmdec.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-dvdread.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdread.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-dvdread.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdread.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-dvdsub.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdsub.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-dvdsub.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-dvdsub.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-mpeg2dec.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-mpeg2dec.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-mpeg2dec.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-mpeg2dec.xml
2018-10-03 00:04:13.000000000 +0200
@@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>1.14.3</version>
+ <version>1.14.4</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-realmedia.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-realmedia.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-realmedia.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-realmedia.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-sid.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-sid.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-sid.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-sid.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-x264.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-x264.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-x264.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-x264.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-xingmux.xml
new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-xingmux.xml
--- old/gst-plugins-ugly-1.14.3/docs/plugins/inspect/plugin-xingmux.xml
2018-09-16 17:21:45.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/docs/plugins/inspect/plugin-xingmux.xml
2018-10-03 00:04:13.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.3</version>
+ <version>1.14.4</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/gst-plugins-ugly.doap
new/gst-plugins-ugly-1.14.4/gst-plugins-ugly.doap
--- old/gst-plugins-ugly-1.14.3/gst-plugins-ugly.doap 2018-09-16
17:21:07.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/gst-plugins-ugly.doap 2018-10-03
00:03:34.000000000 +0200
@@ -35,6 +35,16 @@
<release>
<Version>
+ <revision>1.14.4</revision>
+ <branch>1.14</branch>
+ <name></name>
+ <created>2018-10-02</created>
+ <file-release
rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.14.4.tar.xz"
/>
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.14.3</revision>
<branch>1.14</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/meson.build
new/gst-plugins-ugly-1.14.4/meson.build
--- old/gst-plugins-ugly-1.14.3/meson.build 2018-09-16 17:21:07.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/meson.build 2018-10-03 00:03:34.000000000
+0200
@@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
- version : '1.14.3',
+ version : '1.14.4',
meson_version : '>= 0.40.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/po/af.po
new/gst-plugins-ugly-1.14.4/po/af.po
--- old/gst-plugins-ugly-1.14.3/po/af.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/af.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/az.po
new/gst-plugins-ugly-1.14.4/po/az.po
--- old/gst-plugins-ugly-1.14.3/po/az.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/az.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/bg.po
new/gst-plugins-ugly-1.14.4/po/bg.po
--- old/gst-plugins-ugly-1.14.3/po/bg.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/bg.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/ca.po
new/gst-plugins-ugly-1.14.4/po/ca.po
--- old/gst-plugins-ugly-1.14.3/po/ca.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/ca.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/cs.po
new/gst-plugins-ugly-1.14.4/po/cs.po
--- old/gst-plugins-ugly-1.14.3/po/cs.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/cs.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/da.po
new/gst-plugins-ugly-1.14.4/po/da.po
--- old/gst-plugins-ugly-1.14.3/po/da.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/da.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/de.po
new/gst-plugins-ugly-1.14.4/po/de.po
--- old/gst-plugins-ugly-1.14.3/po/de.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/de.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/el.po
new/gst-plugins-ugly-1.14.4/po/el.po
--- old/gst-plugins-ugly-1.14.3/po/el.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/el.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/en_GB.po
new/gst-plugins-ugly-1.14.4/po/en_GB.po
--- old/gst-plugins-ugly-1.14.3/po/en_GB.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/en_GB.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/eo.po
new/gst-plugins-ugly-1.14.4/po/eo.po
--- old/gst-plugins-ugly-1.14.3/po/eo.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/eo.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/es.po
new/gst-plugins-ugly-1.14.4/po/es.po
--- old/gst-plugins-ugly-1.14.3/po/es.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/es.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/eu.po
new/gst-plugins-ugly-1.14.4/po/eu.po
--- old/gst-plugins-ugly-1.14.3/po/eu.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/eu.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/fi.po
new/gst-plugins-ugly-1.14.4/po/fi.po
--- old/gst-plugins-ugly-1.14.3/po/fi.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/fi.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/fr.po
new/gst-plugins-ugly-1.14.4/po/fr.po
--- old/gst-plugins-ugly-1.14.3/po/fr.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/fr.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/fur.po
new/gst-plugins-ugly-1.14.4/po/fur.po
--- old/gst-plugins-ugly-1.14.3/po/fur.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/fur.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/gl.po
new/gst-plugins-ugly-1.14.4/po/gl.po
--- old/gst-plugins-ugly-1.14.3/po/gl.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/gl.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/gst-plugins-ugly-1.0.pot
new/gst-plugins-ugly-1.14.4/po/gst-plugins-ugly-1.0.pot
--- old/gst-plugins-ugly-1.14.3/po/gst-plugins-ugly-1.0.pot 2018-09-16
17:21:49.000000000 +0200
+++ new/gst-plugins-ugly-1.14.4/po/gst-plugins-ugly-1.0.pot 2018-10-03
00:04:17.000000000 +0200
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 1.14.3\n"
+"Project-Id-Version: gst-plugins-ugly 1.14.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2018-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.14.3/po/hr.po
new/gst-plugins-ugly-1.14.4/po/hr.po
--- old/gst-plugins-ugly-1.14.3/po/hr.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/hr.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/hu.po
new/gst-plugins-ugly-1.14.4/po/hu.po
--- old/gst-plugins-ugly-1.14.3/po/hu.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/hu.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/id.po
new/gst-plugins-ugly-1.14.4/po/id.po
--- old/gst-plugins-ugly-1.14.3/po/id.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/id.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/it.po
new/gst-plugins-ugly-1.14.4/po/it.po
--- old/gst-plugins-ugly-1.14.3/po/it.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/it.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/ja.po
new/gst-plugins-ugly-1.14.4/po/ja.po
--- old/gst-plugins-ugly-1.14.3/po/ja.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/ja.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/lt.po
new/gst-plugins-ugly-1.14.4/po/lt.po
--- old/gst-plugins-ugly-1.14.3/po/lt.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/lt.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/lv.po
new/gst-plugins-ugly-1.14.4/po/lv.po
--- old/gst-plugins-ugly-1.14.3/po/lv.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/lv.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/ms.po
new/gst-plugins-ugly-1.14.4/po/ms.po
--- old/gst-plugins-ugly-1.14.3/po/ms.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/ms.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/mt.po
new/gst-plugins-ugly-1.14.4/po/mt.po
--- old/gst-plugins-ugly-1.14.3/po/mt.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/mt.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/nb.po
new/gst-plugins-ugly-1.14.4/po/nb.po
--- old/gst-plugins-ugly-1.14.3/po/nb.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/nb.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/nl.po
new/gst-plugins-ugly-1.14.4/po/nl.po
--- old/gst-plugins-ugly-1.14.3/po/nl.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/nl.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/or.po
new/gst-plugins-ugly-1.14.4/po/or.po
--- old/gst-plugins-ugly-1.14.3/po/or.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/or.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/pl.po
new/gst-plugins-ugly-1.14.4/po/pl.po
--- old/gst-plugins-ugly-1.14.3/po/pl.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/pl.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/pt_BR.po
new/gst-plugins-ugly-1.14.4/po/pt_BR.po
--- old/gst-plugins-ugly-1.14.3/po/pt_BR.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/pt_BR.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/ro.po
new/gst-plugins-ugly-1.14.4/po/ro.po
--- old/gst-plugins-ugly-1.14.3/po/ro.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/ro.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/ru.po
new/gst-plugins-ugly-1.14.4/po/ru.po
--- old/gst-plugins-ugly-1.14.3/po/ru.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/ru.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/sk.po
new/gst-plugins-ugly-1.14.4/po/sk.po
--- old/gst-plugins-ugly-1.14.3/po/sk.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/sk.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/sl.po
new/gst-plugins-ugly-1.14.4/po/sl.po
--- old/gst-plugins-ugly-1.14.3/po/sl.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/sl.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/sq.po
new/gst-plugins-ugly-1.14.4/po/sq.po
--- old/gst-plugins-ugly-1.14.3/po/sq.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/sq.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/sr.po
new/gst-plugins-ugly-1.14.4/po/sr.po
--- old/gst-plugins-ugly-1.14.3/po/sr.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/sr.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/sv.po
new/gst-plugins-ugly-1.14.4/po/sv.po
--- old/gst-plugins-ugly-1.14.3/po/sv.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/sv.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/tr.po
new/gst-plugins-ugly-1.14.4/po/tr.po
--- old/gst-plugins-ugly-1.14.3/po/tr.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/tr.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/uk.po
new/gst-plugins-ugly-1.14.4/po/uk.po
--- old/gst-plugins-ugly-1.14.3/po/uk.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/uk.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/vi.po
new/gst-plugins-ugly-1.14.4/po/vi.po
--- old/gst-plugins-ugly-1.14.3/po/vi.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/vi.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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' old/gst-plugins-ugly-1.14.3/po/zh_CN.po
new/gst-plugins-ugly-1.14.4/po/zh_CN.po
--- old/gst-plugins-ugly-1.14.3/po/zh_CN.po 2018-09-16 17:21:49.000000000
+0200
+++ new/gst-plugins-ugly-1.14.4/po/zh_CN.po 2018-10-03 00:04:17.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-09-16 16:21+0100\n"
+"POT-Creation-Date: 2018-10-02 23:04+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"