Hello community,

here is the log from the commit of package gstreamer-plugins-ugly for 
openSUSE:Factory checked in at 2017-09-25 13:56:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-ugly"

Mon Sep 25 13:56:18 2017 rev:43 rq:528118 version:1.12.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
    2017-09-04 12:17:19.367787143 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes
       2017-09-25 13:56:20.464796181 +0200
@@ -1,0 +2,7 @@
+Mon Sep 18 21:23:05 UTC 2017 - [email protected]
+
+- Update to version 1.12.3:
+  + Bugs fixed: bgo#784982, bgo#785388, bgo#787398.
+- Drop gst-ugly-fix-caps-and-memory-leaks.patch: Fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-ugly-1.12.2.tar.xz
  gst-ugly-fix-caps-and-memory-leaks.patch

New:
----
  gst-plugins-ugly-1.12.3.tar.xz

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

Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.QyFtvS/_old  2017-09-25 13:56:21.200692642 +0200
+++ /var/tmp/diff_new_pack.QyFtvS/_new  2017-09-25 13:56:21.200692642 +0200
@@ -24,16 +24,14 @@
 %define _experimental 0
 
 Name:           gstreamer-plugins-ugly
-Version:        1.12.2
+Version:        1.12.3
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Url:            http://gstreamer.freedesktop.org/
-Source:         
http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{_name}-%{version}.tar.xz
+Source:         
https://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM gst-ugly-fix-caps-and-memory-leaks.patch bgo#784982 
bgo#785388 [email protected] -- Fix caps and memory leaks
-Patch0:         gst-ugly-fix-caps-and-memory-leaks.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc >= 1.12
 BuildRequires:  liba52-devel
@@ -126,7 +124,6 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
 %configure \
@@ -141,7 +138,7 @@
 %endif
        --disable-static \
        %{nil}
-%make_build
+make %{?_smp_mflags}
 
 %install
 %make_install

++++++ gst-plugins-ugly-1.12.2.tar.xz -> gst-plugins-ugly-1.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/ChangeLog 
new/gst-plugins-ugly-1.12.3/ChangeLog
--- old/gst-plugins-ugly-1.12.2/ChangeLog       2017-07-14 12:35:37.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/ChangeLog       2017-09-18 15:17:56.000000000 
+0200
@@ -1,9 +1,125 @@
+=== release 1.12.3 ===
+
+2017-09-18  Sebastian Dröge <[email protected]>
+
+       * configure.ac:
+         releasing 1.12.3
+
+2017-09-18 16:03:32 +0300  Sebastian Dröge <[email protected]>
+
+       * po/id.po:
+       * po/it.po:
+       * po/sv.po:
+         po: Update translations
+
+2017-09-07 13:27:26 +0530  Satya Prakash Gupta <[email protected]>
+
+       * ext/mpeg2dec/gstmpeg2dec.c:
+         mpeg2dec: Unmap output video frame if copying to it fails
+         https://bugzilla.gnome.org/show_bug.cgi?id=787398
+
+2017-08-17 12:13:58 +0100  Tim-Philipp Müller <[email protected]>
+
+       * README:
+       * common:
+         Automatic update of common submodule
+         From 48a5d85 to dd9d403
+
+2017-07-25 13:36:17 +0530  Satya Prakash Gupta <[email protected]>
+
+       * ext/dvdread/dvdreadsrc.c:
+         dvdreadsrc: Fix string memory leak
+         https://bugzilla.gnome.org/show_bug.cgi?id=785388
+
+2017-07-15 14:57:49 +0100  Tim-Philipp Müller <[email protected]>
+
+       * ext/mpg123/gstmpg123audiodec.c:
+         mpg123audiodec: fix caps leak
+         The pad template takes its own ref, so we should unref the caps.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784982
+
+2017-07-15 14:59:42 +0100  Tim-Philipp Müller <[email protected]>
+
+       * ext/x264/gstx264enc.c:
+         x264enc: fix caps leak
+         Move creation of supported sink pads into class_init function
+         which is also the only place where they're used. Unref the
+         caps when no longer needed, the pad template will take its
+         own ref.
+         https://bugzilla.gnome.org/show_bug.cgi?id=784982
+
 === release 1.12.2 ===
 
-2017-07-14  Sebastian Dröge <[email protected]>
+2017-07-14 14:03:52 +0300  Sebastian Dröge <[email protected]>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.12.2
+       * 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-lame.xml:
+       * docs/plugins/inspect/plugin-mpeg2dec.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-realmedia.xml:
+       * docs/plugins/inspect/plugin-siddec.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-x264.xml:
+       * docs/plugins/inspect/plugin-xingmux.xml:
+       * gst-plugins-ugly.doap:
+       * meson.build:
+         Release 1.12.2
+
+2017-07-14 13:36:56 +0300  Sebastian Dröge <[email protected]>
+
+       * po/af.po:
+       * po/az.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/fur.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/lv.po:
+       * po/ms.po:
+       * po/mt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/or.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.po:
+       * po/ru.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         Update .po files
 
 2017-07-14 13:23:18 +0300  Sebastian Dröge <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/NEWS 
new/gst-plugins-ugly-1.12.3/NEWS
--- old/gst-plugins-ugly-1.12.2/NEWS    2017-07-14 12:36:17.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/NEWS    2017-09-18 15:18:36.000000000 +0200
@@ -1,8 +1,8 @@
 # GStreamer 1.12 Release Notes
 
 GStreamer 1.12.0 was originally released on 4th May 2017.
-The latest bug-fix release in the 1.12 series is [1.12.2](#1.12.2) and was
-released on 14 July 2017.
+The latest bug-fix release in the 1.12 series is [1.12.3](#1.12.3) and was
+released on 18 September 2017.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -13,7 +13,7 @@
 See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
 version of this document.
 
-*Last updated: Friday 14 July 2017, 10:00 UTC [(log)][gitlog]*
+*Last updated: Monday 19 September 2017, 12:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.12/
 [gitlog]: 
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -779,6 +779,37 @@
 
 [buglist-1.12.2]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.2
 
+<a name="1.12.3"></a>
+
+### 1.12.3
+
+The second 1.12 bug-fix release (1.12.3) was released on 14 July 2017.
+This release only contains bugfixes and it should be safe to update from 
1.12.x.
+
+#### Major bugfixes in 1.12.3
+
+ - Fix for infinite recursion on buffer free in v4l2
+ - Fix for glimagesink crash on macOS when used via autovideosink
+ - Fix for huge overhead in matroskamux caused by writing one Cluster per
+   audio-frame in audio-only streams. Also use SimpleBlocks for Opus and other
+   audio codecs, which works around a bug in VLC that prevented Opus streams
+   to be played and decreases overhead even more
+ - Fix for flushing seeks in rtpmsrc always causing an error
+ - Fix for timestamp overflows in calculations in audio encoder base class
+ - Fix for RTP h265 depayloader marking P-frames as I-frames
+ - Fix for long connection delays of clients in RTSP server
+ - Fixes for event handling in queue and queue2 elements, and updates to
+   buffering levels on NOT_LINKED streams
+ - Various fixes to event and buffering handling in decodebin3/playbin3
+ - Various fixes for memory leaks, deadlocks and crashes in all modules
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.3]. Note that this is
+not the full list of changes. For the full list of changes please refer to the
+GIT logs or ChangeLogs of the particular modules.
+
+[buglist-1.12.3]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3
+
 ## Known Issues
 
 - The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -793,7 +824,7 @@
 of 1.13/1.14 will happen in the git master branch.
 
 The plan for the 1.14 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around September 2017
+expected that feature freeze will be around October 2017
 followed by several 1.13 pre-releases and the new 1.14 stable release
 in October.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/README 
new/gst-plugins-ugly-1.12.3/README
--- old/gst-plugins-ugly-1.12.2/README  2017-05-15 17:46:35.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/README  2017-08-30 08:51:52.000000000 +0200
@@ -1,4 +1,4 @@
-GStreamer 1.11.x development series
+GStreamer 1.12.x stable series
 
 WHAT IT IS
 ----------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/RELEASE 
new/gst-plugins-ugly-1.12.3/RELEASE
--- old/gst-plugins-ugly-1.12.2/RELEASE 2017-07-14 12:36:04.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/RELEASE 2017-09-18 15:18:20.000000000 +0200
@@ -1,7 +1,7 @@
 
-Release notes for GStreamer Ugly Plugins 1.12.2
+Release notes for GStreamer Ugly Plugins 1.12.3
 
-The GStreamer team is proud to announce the second bugfix release in the stable
+The GStreamer team is proud to announce the third bugfix release in the stable
 1.12 release series of your favourite cross-platform multimedia framework!
 
 
@@ -55,6 +55,12 @@
 
   
 
+Bugs fixed in this release
+     
+      * 784982 : x264enc, mpg123audiodec: possible template caps leak
+      * 785388 : Memory leak in dvdreadsrc.c
+      * 787398 : mpeg2dec :Fix Memory leak issue in gstmpeg2dec.c
+
 ==== Download ====
 
 You can find source releases of gst-plugins-ugly in the download
@@ -90,6 +96,7 @@
         
 Contributors to this release
     
-      * Edward Hervey
+      * Satya Prakash Gupta
       * Sebastian Dröge
+      * Tim-Philipp Müller
  
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/common/gstdoc-scangobj 
new/gst-plugins-ugly-1.12.3/common/gstdoc-scangobj
--- old/gst-plugins-ugly-1.12.2/common/gstdoc-scangobj  2017-05-15 
17:55:00.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/common/gstdoc-scangobj  2017-08-30 
08:51:52.000000000 +0200
@@ -27,16 +27,6 @@
 
 use Getopt::Long;
 
-my $GTK_DOC_PREFIX=`pkg-config --variable prefix gtk-doc`;
-if ($GTK_DOC_PREFIX) {
-  chomp $GTK_DOC_PREFIX;
-  #print "Adding $GTK_DOC_PREFIX/share/gtk-doc/data to \@INC\n";
-  unshift @INC, "$GTK_DOC_PREFIX/share/gtk-doc/data";
-} else {
-  unshift @INC, '/usr/share/gtk-doc/data';
-}
-require "gtkdoc-common.pl";
-
 # Options
 
 # name of documentation module
@@ -1743,6 +1733,59 @@
   unlink "./$MODULE-scan.c", "./$MODULE-scan.o", "./$MODULE-scan.lo", 
"./$MODULE-scan";
 }
 
+# Copied from gtk-doc 1db161bd708cdfb88b362ea0b5d047034d9c3272
+#############################################################################
+# Function    : UpdateFileIfChanged
+# Description : Compares the old version of the file with the new version and
+#                if the file has changed it moves the new version into the old
+#                versions place. This is used so we only change files if
+#                needed, so we can do proper dependency tracking and we don't
+#                needlessly check files into version control systems that 
haven't
+#               changed.
+#                It returns 0 if the file hasn't changed, and 1 if it has.
+# Arguments   : $old_file - the pathname of the old file.
+#                $new_file - the pathname of the new version of the file.
+#                $make_backup - 1 if a backup of the old file should be kept.
+#                        It will have the .bak suffix added to the file name.
+#############################################################################
+
+sub UpdateFileIfChanged {
+    my ($old_file, $new_file, $make_backup) = @_;
+
+    #@TRACE@("Comparing $old_file with $new_file...");
+
+    # If the old file doesn't exist we want this to default to 1.
+    my $exit_code = 1;
+
+    if (-e $old_file) {
+        `cmp -s "$old_file" "$new_file"`;
+        $exit_code = $? >> 8;
+        #@TRACE@("   cmp exit code: $exit_code ($?)");
+    }
+
+    if ($exit_code > 1) {
+        die "Error running 'cmp $old_file $new_file'";
+    }
+
+    if ($exit_code == 1) {
+        #@TRACE@("   files changed - replacing old version with new version.");
+        if ($make_backup && -e $old_file) {
+            rename ($old_file, "$old_file.bak")
+                || die "Can't move $old_file to $old_file.bak: $!";
+        }
+        rename ($new_file, $old_file)
+            || die "Can't move $new_file to $old_file: $!";
+
+        return 1;
+    } else {
+        #@TRACE@("   files the same - deleting new version.");
+        unlink ("$new_file")
+            || die "Can't delete file: $new_file: $!";
+
+        return 0;
+    }
+}
+
 &UpdateFileIfChanged ($old_hierarchy_filename, $new_hierarchy_filename, 0);
 # we will merge these in scangobj-merge.py
 #&UpdateFileIfChanged ($old_interfaces_filename, $new_interfaces_filename, 0);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/common/orc.mak 
new/gst-plugins-ugly-1.12.3/common/orc.mak
--- old/gst-plugins-ugly-1.12.2/common/orc.mak  2017-05-15 17:55:00.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/common/orc.mak  2017-08-30 08:51:52.000000000 
+0200
@@ -32,12 +32,12 @@
        cp tmp-orc.c $(srcdir)/$(ORC_SOURCE)-dist.c
        cp $(ORC_SOURCE).h $(srcdir)/$(ORC_SOURCE)-dist.h
 
-orcc_v_gen = $(orcc_v_gen_$(V))
-orcc_v_gen_ = $(orcc_v_gen_$(AM_DEFAULT_VERBOSITY))
+orcc_v_gen = $(orcc_v_gen_@AM_V@)
+orcc_v_gen_ = $(orcc_v_gen_@AM_DEFAULT_V@)
 orcc_v_gen_0 = @echo "  ORCC   $@";
 
-cp_v_gen = $(cp_v_gen_$(V))
-cp_v_gen_ = $(cp_v_gen_$(AM_DEFAULT_VERBOSITY))
+cp_v_gen = $(cp_v_gen_@AM_V@)
+cp_v_gen_ = $(cp_v_gen_@AM_DEFAULT_V@)
 cp_v_gen_0 = @echo "  CP     $@";
 
 if HAVE_ORCC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/configure 
new/gst-plugins-ugly-1.12.3/configure
--- old/gst-plugins-ugly-1.12.2/configure       2017-07-14 10:23:30.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/configure       2017-09-18 13:36:49.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.12.2.
+# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.12.3.
 #
 # 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.12.2'
-PACKAGE_STRING='GStreamer Ugly Plug-ins 1.12.2'
+PACKAGE_VERSION='1.12.3'
+PACKAGE_STRING='GStreamer Ugly Plug-ins 1.12.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
 PACKAGE_URL=''
 
@@ -1666,7 +1666,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.12.2 to adapt to many kinds 
of systems.
+\`configure' configures GStreamer Ugly Plug-ins 1.12.3 to adapt to many kinds 
of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1739,7 +1739,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 
1.12.2:";;
+     short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 
1.12.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1981,7 +1981,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GStreamer Ugly Plug-ins configure 1.12.2
+GStreamer Ugly Plug-ins configure 1.12.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2887,7 +2887,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.12.2, which was
+It was created by GStreamer Ugly Plug-ins $as_me 1.12.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3866,7 +3866,7 @@
 
 # Define the identity of the package.
  PACKAGE='gst-plugins-ugly'
- VERSION='1.12.2'
+ VERSION='1.12.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4077,9 +4077,9 @@
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.12.2 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.12.2 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.12.2 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.12.3 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.12.3 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.12.3 | cut -d'.' -f3)
 
 
 
@@ -4090,7 +4090,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.12.2 | cut -d'.' -f4)
+  NANO=$(echo 1.12.3 | cut -d'.' -f4)
 
   if test x"$NANO" = x || test "x$NANO" = "x0" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8924,10 +8924,10 @@
 done
 
 
-  GST_CURRENT=1202
+  GST_CURRENT=1203
   GST_REVISION=0
-  GST_AGE=1202
-  GST_LIBVERSION=1202:0:1202
+  GST_AGE=1203
+  GST_LIBVERSION=1203:0:1203
 
 
 
@@ -28517,7 +28517,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.12.2, which was
+This file was extended by GStreamer Ugly Plug-ins $as_me 1.12.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -28583,7 +28583,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.12.2
+GStreamer Ugly Plug-ins config.status 1.12.3
 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.12.2/configure.ac 
new/gst-plugins-ugly-1.12.3/configure.ac
--- old/gst-plugins-ugly-1.12.2/configure.ac    2017-07-14 10:10:37.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/configure.ac    2017-09-18 13:36:35.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.12.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly 
Plug-ins],[1.12.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
 
 AG_GST_INIT
 
@@ -42,7 +42,7 @@
 AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
   [GStreamer API Version])
 
-AS_LIBTOOL(GST, 1202, 0, 1202)
+AS_LIBTOOL(GST, 1203, 0, 1203)
 
 dnl *** required versions of GStreamer stuff ***
 GST_REQ=1.12.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
   2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
   2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
    2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
    2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
 2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
 2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
      2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
      2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
     2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
     2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
       2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
       2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
  2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
  2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
   2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
   2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
     2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
     2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
 2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
 2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpg123.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpg123.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpg123.html
   2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpg123.html
   2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
        2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
        2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
   2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
   2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
  2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
  2017-09-18 15:18:47.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
--- 
old/gst-plugins-ugly-1.12.2/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
     2017-07-14 12:36:26.000000000 +0200
+++ 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
     2017-09-18 15:18:47.000000000 +0200
@@ -41,7 +41,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.12.2</td>
+<td>1.12.3</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/docs/plugins/html/index.html 
new/gst-plugins-ugly-1.12.3/docs/plugins/html/index.html
--- old/gst-plugins-ugly-1.12.2/docs/plugins/html/index.html    2017-07-14 
12:36:26.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/html/index.html    2017-09-18 
15:18:47.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.12.2)
+      for GStreamer Ugly Plugins 1.0 (1.12.3)
       The latest version of this documentation can be found on-line at
       <a class="ulink" 
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/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.12.2/docs/plugins/inspect/plugin-a52dec.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-a52dec.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-a52dec.xml  
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-a52dec.xml  
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-amrnb.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-amrnb.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-amrnb.xml   
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-amrnb.xml   
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-amrwbdec.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-amrwbdec.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-amrwbdec.xml        
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-amrwbdec.xml        
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-asf.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-asf.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-asf.xml     
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-asf.xml     
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-cdio.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-cdio.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-cdio.xml    
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-cdio.xml    
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-dvdlpcmdec.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-dvdlpcmdec.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-dvdlpcmdec.xml      
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-dvdlpcmdec.xml      
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-dvdread.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-dvdread.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-dvdread.xml 
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-dvdread.xml 
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-dvdsub.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-dvdsub.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-dvdsub.xml  
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-dvdsub.xml  
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-lame.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-lame.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-lame.xml    
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-lame.xml    
2017-09-18 15:18:44.000000000 +0200
@@ -3,7 +3,7 @@
   <description>Encode MP3s with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>1.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-mpeg2dec.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-mpeg2dec.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-mpeg2dec.xml        
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-mpeg2dec.xml        
2017-09-18 15:18:44.000000000 +0200
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>1.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-mpg123.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-mpg123.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-mpg123.xml  
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-mpg123.xml  
2017-09-18 15:18:44.000000000 +0200
@@ -3,7 +3,7 @@
   <description>mp3 decoding based on the mpg123 library</description>
   <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
   <basename>libgstmpg123.so</basename>
-  <version>1.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-realmedia.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-realmedia.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-realmedia.xml       
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-realmedia.xml       
2017-09-18 15:18:44.000000000 +0200
@@ -3,7 +3,7 @@
   <description>RealMedia support plugins</description>
   <filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
   <basename>libgstrealmedia.so</basename>
-  <version>1.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-siddec.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-siddec.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-siddec.xml  
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-siddec.xml  
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-twolame.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-twolame.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-twolame.xml 
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-twolame.xml 
2017-09-18 15:18:44.000000000 +0200
@@ -3,7 +3,7 @@
   <description>Encode MP2s with TwoLAME</description>
   <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
   <basename>libgsttwolame.so</basename>
-  <version>1.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-x264.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-x264.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-x264.xml    
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-x264.xml    
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/docs/plugins/inspect/plugin-xingmux.xml 
new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-xingmux.xml
--- old/gst-plugins-ugly-1.12.2/docs/plugins/inspect/plugin-xingmux.xml 
2017-07-14 12:36:23.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/docs/plugins/inspect/plugin-xingmux.xml 
2017-09-18 15:18:44.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.12.2</version>
+  <version>1.12.3</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.12.2/ext/dvdread/dvdreadsrc.c 
new/gst-plugins-ugly-1.12.3/ext/dvdread/dvdreadsrc.c
--- old/gst-plugins-ugly-1.12.2/ext/dvdread/dvdreadsrc.c        2017-05-15 
17:46:35.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/ext/dvdread/dvdreadsrc.c        2017-07-25 
10:36:07.000000000 +0200
@@ -559,6 +559,7 @@
       lang_code[0] = (u->lang_code >> 8) & 0xff;
       lang_code[1] = u->lang_code & 0xff;
       gst_structure_set (s, t, G_TYPE_STRING, lang_code, NULL);
+      g_free (t);
       t = g_strdup_printf ("subpicture-%d-stream", i);
       gst_structure_set (s, t, G_TYPE_INT, (int) sid, NULL);
       g_free (t);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/ext/mpeg2dec/gstmpeg2dec.c 
new/gst-plugins-ugly-1.12.3/ext/mpeg2dec/gstmpeg2dec.c
--- old/gst-plugins-ugly-1.12.2/ext/mpeg2dec/gstmpeg2dec.c      2017-05-15 
17:46:35.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/ext/mpeg2dec/gstmpeg2dec.c      2017-09-16 
10:06:55.000000000 +0200
@@ -527,6 +527,7 @@
 copy_failed:
   {
     GST_ERROR_OBJECT (dec, "Failed to copy output frame");
+    gst_video_frame_unmap (&output_frame);
     gst_video_codec_state_unref (state);
     return GST_FLOW_ERROR;
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gst-plugins-ugly-1.12.2/ext/mpg123/gstmpg123audiodec.c 
new/gst-plugins-ugly-1.12.3/ext/mpg123/gstmpg123audiodec.c
--- old/gst-plugins-ugly-1.12.2/ext/mpg123/gstmpg123audiodec.c  2017-05-15 
17:46:35.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/ext/mpg123/gstmpg123audiodec.c  2017-07-25 
10:26:38.000000000 +0200
@@ -167,6 +167,7 @@
     src_template_caps = gst_caps_from_string (s->str);
     src_template = gst_pad_template_new ("src", GST_PAD_SRC, GST_PAD_ALWAYS,
         src_template_caps);
+    gst_caps_unref (src_template_caps);
 
     g_string_free (s, TRUE);
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/ext/x264/gstx264enc.c 
new/gst-plugins-ugly-1.12.3/ext/x264/gstx264enc.c
--- old/gst-plugins-ugly-1.12.2/ext/x264/gstx264enc.c   2017-05-15 
17:46:35.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/ext/x264/gstx264enc.c   2017-07-25 
10:26:28.000000000 +0200
@@ -140,7 +140,6 @@
 static GstX264EncVTable default_vtable;
 
 static GstX264EncVTable *vtable_8bit = NULL, *vtable_10bit = NULL;
-static GstCaps *supported_sinkcaps = NULL;
 
 #define LOAD_SYMBOL(name) G_STMT_START { \
   if (!g_module_symbol (module, #name, (gpointer *) &vtable->name)) { \
@@ -324,14 +323,6 @@
   if (!vtable_8bit && !vtable_10bit)
     return FALSE;
 
-  supported_sinkcaps = gst_caps_new_simple ("video/x-raw",
-      "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, G_MAXINT, 1,
-      "width", GST_TYPE_INT_RANGE, 16, G_MAXINT,
-      "height", GST_TYPE_INT_RANGE, 16, G_MAXINT, NULL);
-
-  gst_x264_enc_add_x264_chroma_format (gst_caps_get_structure
-      (supported_sinkcaps, 0), TRUE, TRUE, TRUE);
-
   return TRUE;
 }
 
@@ -874,6 +865,7 @@
   GstVideoEncoderClass *gstencoder_class;
   const gchar *partitions = NULL;
   GstPadTemplate *sink_templ;
+  GstCaps *supported_sinkcaps;
 
   x264enc_defaults = g_string_new ("");
 
@@ -1134,9 +1126,19 @@
       "Josef Zlomek <[email protected]>, "
       "Mark Nauwelaerts <[email protected]>");
 
+  supported_sinkcaps = gst_caps_new_simple ("video/x-raw",
+      "framerate", GST_TYPE_FRACTION_RANGE, 0, 1, G_MAXINT, 1,
+      "width", GST_TYPE_INT_RANGE, 16, G_MAXINT,
+      "height", GST_TYPE_INT_RANGE, 16, G_MAXINT, NULL);
+
+  gst_x264_enc_add_x264_chroma_format (gst_caps_get_structure
+      (supported_sinkcaps, 0), TRUE, TRUE, TRUE);
+
   sink_templ = gst_pad_template_new ("sink",
       GST_PAD_SINK, GST_PAD_ALWAYS, supported_sinkcaps);
 
+  gst_caps_unref (supported_sinkcaps);
+
   gst_element_class_add_pad_template (element_class, sink_templ);
   gst_element_class_add_static_pad_template (element_class, &src_factory);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/gst-plugins-ugly.doap 
new/gst-plugins-ugly-1.12.3/gst-plugins-ugly.doap
--- old/gst-plugins-ugly-1.12.2/gst-plugins-ugly.doap   2017-07-14 
10:12:36.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/gst-plugins-ugly.doap   2017-09-18 
13:36:35.000000000 +0200
@@ -35,6 +35,16 @@
 
  <release>
   <Version>
+   <revision>1.12.3</revision>
+   <branch>1.12</branch>
+   <name></name>
+   <created>2017-09-18</created>
+   <file-release 
rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.12.3.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.12.2</revision>
    <branch>1.12</branch>
    <name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/meson.build 
new/gst-plugins-ugly-1.12.3/meson.build
--- old/gst-plugins-ugly-1.12.2/meson.build     2017-07-14 10:14:38.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/meson.build     2017-09-18 13:36:35.000000000 
+0200
@@ -1,5 +1,5 @@
 project('gst-plugins-ugly', 'c',
-  version : '1.12.2',
+  version : '1.12.3',
   meson_version : '>= 0.36.0',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
Binary files old/gst-plugins-ugly-1.12.2/po/af.gmo and 
new/gst-plugins-ugly-1.12.3/po/af.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/af.po 
new/gst-plugins-ugly-1.12.3/po/af.po
--- old/gst-plugins-ugly-1.12.2/po/af.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/af.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2004-03-18 14:16+0200\n"
 "Last-Translator: Petri Jooste <[email protected]>\n"
 "Language-Team: Afrikaans <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/az.gmo and 
new/gst-plugins-ugly-1.12.3/po/az.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/az.po 
new/gst-plugins-ugly-1.12.3/po/az.po
--- old/gst-plugins-ugly-1.12.2/po/az.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/az.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2004-03-19 18:29+0200\n"
 "Last-Translator: Metin Amiroff <[email protected]>\n"
 "Language-Team: Azerbaijani <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/bg.gmo and 
new/gst-plugins-ugly-1.12.3/po/bg.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/bg.po 
new/gst-plugins-ugly-1.12.3/po/bg.po
--- old/gst-plugins-ugly-1.12.2/po/bg.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/bg.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2016-02-21 21:03+0200\n"
 "Last-Translator: Alexander Shopov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/ca.gmo and 
new/gst-plugins-ugly-1.12.3/po/ca.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/ca.po 
new/gst-plugins-ugly-1.12.3/po/ca.po
--- old/gst-plugins-ugly-1.12.2/po/ca.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/ca.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-01-01 14:19+0100\n"
 "Last-Translator: Gil Forcada <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/cs.gmo and 
new/gst-plugins-ugly-1.12.3/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/cs.po 
new/gst-plugins-ugly-1.12.3/po/cs.po
--- old/gst-plugins-ugly-1.12.2/po/cs.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/cs.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2013-09-07 07:06+0200\n"
 "Last-Translator: Marek Černocký <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/da.gmo and 
new/gst-plugins-ugly-1.12.3/po/da.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/da.po 
new/gst-plugins-ugly-1.12.3/po/da.po
--- old/gst-plugins-ugly-1.12.2/po/da.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/da.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-12-09 03:56+0100\n"
 "Last-Translator: Joe Hansen <[email protected]>\n"
 "Language-Team: Danish <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/de.gmo and 
new/gst-plugins-ugly-1.12.3/po/de.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/de.po 
new/gst-plugins-ugly-1.12.3/po/de.po
--- old/gst-plugins-ugly-1.12.2/po/de.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/de.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2014-05-22 18:29+0100\n"
 "Last-Translator: Christian Kirbach <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/el.gmo and 
new/gst-plugins-ugly-1.12.3/po/el.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/el.po 
new/gst-plugins-ugly-1.12.3/po/el.po
--- old/gst-plugins-ugly-1.12.2/po/el.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/el.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-03-18 01:04+0100\n"
 "Last-Translator: Savvas Radevic <[email protected]>\n"
 "Language-Team: Greek <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/en_GB.gmo and 
new/gst-plugins-ugly-1.12.3/po/en_GB.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/en_GB.po 
new/gst-plugins-ugly-1.12.3/po/en_GB.po
--- old/gst-plugins-ugly-1.12.2/po/en_GB.po     2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/en_GB.po     2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/eo.gmo and 
new/gst-plugins-ugly-1.12.3/po/eo.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/eo.po 
new/gst-plugins-ugly-1.12.3/po/eo.po
--- old/gst-plugins-ugly-1.12.2/po/eo.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/eo.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2014-09-21 21:03+0200\n"
 "Last-Translator: Benno Schulenberg <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/es.gmo and 
new/gst-plugins-ugly-1.12.3/po/es.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/es.po 
new/gst-plugins-ugly-1.12.3/po/es.po
--- old/gst-plugins-ugly-1.12.2/po/es.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/es.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/eu.gmo and 
new/gst-plugins-ugly-1.12.3/po/eu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/eu.po 
new/gst-plugins-ugly-1.12.3/po/eu.po
--- old/gst-plugins-ugly-1.12.2/po/eu.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/eu.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/fi.gmo and 
new/gst-plugins-ugly-1.12.3/po/fi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/fi.po 
new/gst-plugins-ugly-1.12.3/po/fi.po
--- old/gst-plugins-ugly-1.12.2/po/fi.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/fi.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2009-03-10 20:41+0200\n"
 "Last-Translator: Tommi Vainikainen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/fr.gmo and 
new/gst-plugins-ugly-1.12.3/po/fr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/fr.po 
new/gst-plugins-ugly-1.12.3/po/fr.po
--- old/gst-plugins-ugly-1.12.2/po/fr.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/fr.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/fur.gmo and 
new/gst-plugins-ugly-1.12.3/po/fur.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/fur.po 
new/gst-plugins-ugly-1.12.3/po/fur.po
--- old/gst-plugins-ugly-1.12.2/po/fur.po       2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/fur.po       2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2016-11-30 16:23+0100\n"
 "Last-Translator: Fabio Tomat <[email protected]>\n"
 "Language-Team: Friulian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/gl.gmo and 
new/gst-plugins-ugly-1.12.3/po/gl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/gl.po 
new/gst-plugins-ugly-1.12.3/po/gl.po
--- old/gst-plugins-ugly-1.12.2/po/gl.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/gl.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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.12.2/po/gst-plugins-ugly-1.0.pot 
new/gst-plugins-ugly-1.12.3/po/gst-plugins-ugly-1.0.pot
--- old/gst-plugins-ugly-1.12.2/po/gst-plugins-ugly-1.0.pot     2017-07-14 
12:36:26.000000000 +0200
+++ new/gst-plugins-ugly-1.12.3/po/gst-plugins-ugly-1.0.pot     2017-09-18 
15:18:47.000000000 +0200
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-plugins-ugly 1.12.2\n"
+"Project-Id-Version: gst-plugins-ugly 1.12.3\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -32,8 +32,8 @@
 msgid "Could not open DVD"
 msgstr ""
 
-#: ext/dvdread/dvdreadsrc.c:245 ext/dvdread/dvdreadsrc.c:621
-#: ext/dvdread/dvdreadsrc.c:628
+#: ext/dvdread/dvdreadsrc.c:245 ext/dvdread/dvdreadsrc.c:622
+#: ext/dvdread/dvdreadsrc.c:629
 #, c-format
 msgid "Could not open DVD title %d"
 msgstr ""
@@ -43,20 +43,20 @@
 msgid "Failed to go to chapter %d of DVD title %d"
 msgstr ""
 
-#: ext/dvdread/dvdreadsrc.c:635
+#: ext/dvdread/dvdreadsrc.c:636
 #, c-format
 msgid ""
 "Could not open DVD title %d. Interactive titles are not supported by this "
 "element"
 msgstr ""
 
-#: ext/dvdread/dvdreadsrc.c:990
+#: ext/dvdread/dvdreadsrc.c:991
 msgid ""
 "Could not read DVD. This may be because the DVD is encrypted and a DVD "
 "decryption library is not installed."
 msgstr ""
 
-#: ext/dvdread/dvdreadsrc.c:993
+#: ext/dvdread/dvdreadsrc.c:994
 msgid "Could not read DVD."
 msgstr ""
 
Binary files old/gst-plugins-ugly-1.12.2/po/hr.gmo and 
new/gst-plugins-ugly-1.12.3/po/hr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/hr.po 
new/gst-plugins-ugly-1.12.3/po/hr.po
--- old/gst-plugins-ugly-1.12.2/po/hr.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/hr.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2016-11-19 10:23-0800\n"
 "Last-Translator: Božidar Putanec <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/hu.gmo and 
new/gst-plugins-ugly-1.12.3/po/hu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/hu.po 
new/gst-plugins-ugly-1.12.3/po/hu.po
--- old/gst-plugins-ugly-1.12.2/po/hu.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/hu.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-11-30 15:02+0100\n"
 "Last-Translator: Gabor Kelemen <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/id.gmo and 
new/gst-plugins-ugly-1.12.3/po/id.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/id.po 
new/gst-plugins-ugly-1.12.3/po/id.po
--- old/gst-plugins-ugly-1.12.2/po/id.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/id.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2014-01-27 20:04+0700\n"
 "Last-Translator: Andhika Padmawan <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/it.gmo and 
new/gst-plugins-ugly-1.12.3/po/it.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/it.po 
new/gst-plugins-ugly-1.12.3/po/it.po
--- old/gst-plugins-ugly-1.12.2/po/it.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/it.po        2017-09-18 15:18:47.000000000 
+0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: gst-plugins-ugly 1.10.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2017-07-14 13:36+0300\n"
-"PO-Revision-Date: 2017-07-03 10:55+0200\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
+"PO-Revision-Date: 2017-09-15 09:56+0200\n"
 "Last-Translator: Sebastiano Pistore <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: it\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 2.0.2\n"
+"X-Generator: Poedit 2.0.3\n"
 
 msgid "Could not read from CD."
 msgstr "Impossibile leggere dal CD."
@@ -70,8 +70,8 @@
 "The requested bitrate %d kbit/s for property '%s' is not allowed. The "
 "bitrate was changed to %d kbit/s."
 msgstr ""
-"Il bitrate richiesto di %d kbit/s per la proprietà \"%s\" non è consentito. "
-"Il bitrate è stato cambiato a %d kbit/s."
+"Il bitrate richiesto di %d kbit/s per la proprietà «%s» non è consentito. Il "
+"bitrate è stato cambiato a %d kbit/s."
 
 msgid "Failed to configure TwoLAME encoder. Check your encoding parameters."
 msgstr ""
Binary files old/gst-plugins-ugly-1.12.2/po/ja.gmo and 
new/gst-plugins-ugly-1.12.3/po/ja.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/ja.po 
new/gst-plugins-ugly-1.12.3/po/ja.po
--- old/gst-plugins-ugly-1.12.2/po/ja.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/ja.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-12-22 19:42+0900\n"
 "Last-Translator: Takeshi Hamasaki <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/lt.gmo and 
new/gst-plugins-ugly-1.12.3/po/lt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/lt.po 
new/gst-plugins-ugly-1.12.3/po/lt.po
--- old/gst-plugins-ugly-1.12.2/po/lt.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/lt.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2008-05-14 02:52+0300\n"
 "Last-Translator: Gintautas Miliauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/lv.gmo and 
new/gst-plugins-ugly-1.12.3/po/lv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/lv.po 
new/gst-plugins-ugly-1.12.3/po/lv.po
--- old/gst-plugins-ugly-1.12.2/po/lv.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/lv.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2014-04-20 16:24+0300\n"
 "Last-Translator: Rihards Prieditis <[email protected]>\n"
 "Language-Team: Latvian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/ms.gmo and 
new/gst-plugins-ugly-1.12.3/po/ms.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/ms.po 
new/gst-plugins-ugly-1.12.3/po/ms.po
--- old/gst-plugins-ugly-1.12.2/po/ms.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/ms.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/mt.gmo and 
new/gst-plugins-ugly-1.12.3/po/mt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/mt.po 
new/gst-plugins-ugly-1.12.3/po/mt.po
--- old/gst-plugins-ugly-1.12.2/po/mt.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/mt.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2008-11-13 18:18+0100\n"
 "Last-Translator: Michel Bugeja <[email protected]>\n"
 "Language-Team: Maltese <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/nb.gmo and 
new/gst-plugins-ugly-1.12.3/po/nb.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/nb.po 
new/gst-plugins-ugly-1.12.3/po/nb.po
--- old/gst-plugins-ugly-1.12.2/po/nb.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/nb.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/nl.gmo and 
new/gst-plugins-ugly-1.12.3/po/nl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/nl.po 
new/gst-plugins-ugly-1.12.3/po/nl.po
--- old/gst-plugins-ugly-1.12.2/po/nl.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/nl.po        2017-09-18 15:18:47.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gst-plugins-ugly 1.5.1\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n";
-"POT-Creation-Date: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2015-06-13 13:05+0200\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/or.gmo and 
new/gst-plugins-ugly-1.12.3/po/or.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/or.po 
new/gst-plugins-ugly-1.12.3/po/or.po
--- old/gst-plugins-ugly-1.12.2/po/or.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/or.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2004-09-27 13:32+0530\n"
 "Last-Translator: Gora Mohanty <[email protected]>\n"
 "Language-Team: Oriya <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/pl.gmo and 
new/gst-plugins-ugly-1.12.3/po/pl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/pl.po 
new/gst-plugins-ugly-1.12.3/po/pl.po
--- old/gst-plugins-ugly-1.12.2/po/pl.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/pl.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-11-28 19:34+0100\n"
 "Last-Translator: Jakub Bogusz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/pt_BR.gmo and 
new/gst-plugins-ugly-1.12.3/po/pt_BR.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/pt_BR.po 
new/gst-plugins-ugly-1.12.3/po/pt_BR.po
--- old/gst-plugins-ugly-1.12.2/po/pt_BR.po     2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/pt_BR.po     2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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]."
Binary files old/gst-plugins-ugly-1.12.2/po/ro.gmo and 
new/gst-plugins-ugly-1.12.3/po/ro.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/ro.po 
new/gst-plugins-ugly-1.12.3/po/ro.po
--- old/gst-plugins-ugly-1.12.2/po/ro.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/ro.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/ru.gmo and 
new/gst-plugins-ugly-1.12.3/po/ru.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/ru.po 
new/gst-plugins-ugly-1.12.3/po/ru.po
--- old/gst-plugins-ugly-1.12.2/po/ru.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/ru.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-12-01 13:38+0400\n"
 "Last-Translator: Yuri Kozlov <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/sk.gmo and 
new/gst-plugins-ugly-1.12.3/po/sk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/sk.po 
new/gst-plugins-ugly-1.12.3/po/sk.po
--- old/gst-plugins-ugly-1.12.2/po/sk.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/sk.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2014-01-30 10:28+0100\n"
 "Last-Translator: Peter Tuharsky <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/sl.gmo and 
new/gst-plugins-ugly-1.12.3/po/sl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/sl.po 
new/gst-plugins-ugly-1.12.3/po/sl.po
--- old/gst-plugins-ugly-1.12.2/po/sl.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/sl.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/sq.gmo and 
new/gst-plugins-ugly-1.12.3/po/sq.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/sq.po 
new/gst-plugins-ugly-1.12.3/po/sq.po
--- old/gst-plugins-ugly-1.12.2/po/sq.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/sq.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2004-08-07 20:29+0200\n"
 "Last-Translator: Laurent Dhima <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/sr.gmo and 
new/gst-plugins-ugly-1.12.3/po/sr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/sr.po 
new/gst-plugins-ugly-1.12.3/po/sr.po
--- old/gst-plugins-ugly-1.12.2/po/sr.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/sr.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2013-10-03 22:30+0200\n"
 "Last-Translator: Мирослав Николић <[email protected]>\n"
 "Language-Team: Serbian <(nothing)>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/sv.gmo and 
new/gst-plugins-ugly-1.12.3/po/sv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/sv.po 
new/gst-plugins-ugly-1.12.3/po/sv.po
--- old/gst-plugins-ugly-1.12.2/po/sv.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/sv.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2015-10-31 16:08+0100\n"
 "Last-Translator: Sebastian Rasmussen <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/tr.gmo and 
new/gst-plugins-ugly-1.12.3/po/tr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/tr.po 
new/gst-plugins-ugly-1.12.3/po/tr.po
--- old/gst-plugins-ugly-1.12.2/po/tr.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/tr.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-12-01 01:19+0200\n"
 "Last-Translator: Server Acim <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/uk.gmo and 
new/gst-plugins-ugly-1.12.3/po/uk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/uk.po 
new/gst-plugins-ugly-1.12.3/po/uk.po
--- old/gst-plugins-ugly-1.12.2/po/uk.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/uk.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\n"
 "PO-Revision-Date: 2012-11-28 20:25+0200\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
Binary files old/gst-plugins-ugly-1.12.2/po/vi.gmo and 
new/gst-plugins-ugly-1.12.3/po/vi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/vi.po 
new/gst-plugins-ugly-1.12.3/po/vi.po
--- old/gst-plugins-ugly-1.12.2/po/vi.po        2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/vi.po        2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"
Binary files old/gst-plugins-ugly-1.12.2/po/zh_CN.gmo and 
new/gst-plugins-ugly-1.12.3/po/zh_CN.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-plugins-ugly-1.12.2/po/zh_CN.po 
new/gst-plugins-ugly-1.12.3/po/zh_CN.po
--- old/gst-plugins-ugly-1.12.2/po/zh_CN.po     2017-07-14 12:36:26.000000000 
+0200
+++ new/gst-plugins-ugly-1.12.3/po/zh_CN.po     2017-09-18 15:18:47.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: 2017-07-14 13:36+0300\n"
+"POT-Creation-Date: 2017-09-18 16:18+0300\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"


Reply via email to