Update upstream source from tag 'upstream/1.14.0'

Update to upstream version '1.14.0'
with Debian dir ee53134f7ae908d69aaab7c9ebf614ef63a1b356
diff --git a/ChangeLog b/ChangeLog
index efd4978..8ddafda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,37 @@
+=== release 1.14.0 ===
+
+2018-03-19 20:19:43 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+	* ChangeLog:
+	* NEWS:
+	* RELEASE:
+	* configure.ac:
+	* gst-plugins-ugly.doap:
+	* meson.build:
+	  Release 1.14.0
+
+2018-03-19 20:19:43 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+	* 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.13.91 ===
 
 2018-03-13 19:17:58 +0000  Tim-Philipp Müller <tim@centricular.com>
 
+	* ChangeLog:
 	* NEWS:
 	* RELEASE:
 	* configure.ac:
diff --git a/NEWS b/NEWS
index 407ab98..64dcb91 100644
--- a/NEWS
+++ b/NEWS
@@ -3,17 +3,19 @@
 GSTREAMER 1.14 RELEASE NOTES
 
 
-GStreamer 1.14.0 has not been released yet. It is scheduled for release
-in early March 2018.
+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!
 
-There are unstable pre-releases available for testing and development
-purposes. The latest pre-release is version 1.13.91 (rc2) and was
-released on 12 March 2018.
+As always, this release is again packed with new features, bug fixes and
+other improvements.
+
+GStreamer 1.14.0 was released on 19 March 2018.
 
 See https://gstreamer.freedesktop.org/releases/1.14/ for the latest
 version of this document.
 
-_Last updated: Monday 12 March 2018, 18:00 UTC (log)_
+_Last updated: Monday 19 March 2018, 12:00 UTC (log)_
 
 
 Introduction
@@ -72,6 +74,13 @@
 -   Major gobject-introspection annotation improvements for large parts
     of the library API
 
+-   GStreamer C# bindings have been revived and seen many updates and
+    fixes
+
+-   The externally maintained GStreamer Rust bindings had many usability
+    improvements and cover most of the API now. Coinciding with the 1.14
+    release, a new release with the 1.14 API additions is happening.
+
 
 Major new features and changes
 
@@ -153,7 +162,6 @@
     pipeline into multiple processes_ or his lightning talk from last
     year's GStreamer Conference in Prague for all the gory details.
 
-&nbsp;
 -   proxysink and proxysrc are new elements to pass data from one
     pipeline to another within the same process, very similar to the
     existing inter elements, but not limited to raw audio and video
@@ -191,12 +199,14 @@
 -   The curl plugin has gained a new curlhttpsrc element, which is
     useful for testing HTTP protocol version 2.0 amongst other things.
 
+-   The msdk plugin has gained a MPEG-2 video decoder(msdkmpeg2dec), VP8
+    decoder(msdkvp8dec) and a VC1/WMV decoder(msdkvc1dec)
+
 Noteworthy new API
 
 -   GstPromise provides future/promise-like functionality. This is used
     in the GStreamer WebRTC implementation.
 
-&nbsp;
 -   GstReferenceTimestampMeta is a new meta that allows you to attach
     additional reference timestamps to a buffer. These timestamps don't
     have to relate to the pipeline clock in any way. Examples of this
@@ -204,18 +214,15 @@
     counter on the capture side or the (local) UNIX timestamp when the
     media was captured. The decklink elements make use of this.
 
-&nbsp;
 -   GstVideoRegionOfInterestMeta: it's now possible to attach generic
     free-form element-specific parameters to a region of interest meta,
     for example to tell a downstream encoder to use certain codec
     parameters for a certain region.
 
-&nbsp;
 -   gst_bus_get_pollfd can be used to obtain a file descriptor for the
     bus that can be poll()-ed on for new messages. This is useful for
     integration with non-GLib event loops.
 
-&nbsp;
 -   gst_get_main_executable_path() can be used by wrapper plugins that
     need to find things in the directory where the application
     executable is located. In the same vein,
@@ -229,23 +236,19 @@
     function. gst-inspect-1.0 will use this information to print pad
     properties.
 
-&nbsp;
 -   new convenience functions to iterate over element pads without using
     the GstIterator API: gst_element_foreach_pad(),
     gst_element_foreach_src_pad(), and gst_element_foreach_sink_pad().
 
-&nbsp;
 -   GstBaseSrc and appsrc have gained support for buffer lists:
     GstBaseSrc subclasses can use gst_base_src_submit_buffer_list(), and
     applications can use gst_app_src_push_buffer_list() to push a buffer
     list into appsrc.
 
-&nbsp;
 -   The GstHarness unit test harness has a couple of new convenience
     functions to retrieve all pending data in the harness in form of a
     single chunk of memory.
 
-&nbsp;
 -   GstAudioStreamAlign is a new helper object for audio elements that
     handles discontinuity detection and sample alignment. It will align
     samples after the previous buffer's samples, but keep track of the
@@ -254,7 +257,6 @@
     This simply factors out code that was duplicated in a number of
     elements into a common helper API.
 
-&nbsp;
 -   The GstVideoEncoder base class implements Quality of Service (QoS)
     now. This is disabled by default and must be opted in by setting the
     "qos" property, which will make the base class gather statistics
@@ -265,7 +267,6 @@
     can just drop them and skip encoding in the hope that the pipeline
     will catch up.
 
-&nbsp;
 -   The GstVideoOverlay interface gained a few helper functions for
     installing and handling a "render-rectangle" property on elements
     that implement this interface, so that this functionality can also
@@ -274,7 +275,6 @@
     require all implementors to provide it which would not be
     backwards-compatible.
 
-&nbsp;
 -   A new base class, GstNonstreamAudioDecoder for non-stream audio
     decoders was added to gst-plugins-bad. This base-class is meant to
     be used for audio decoders that require the whole stream to be
@@ -283,7 +283,6 @@
     files (GYM/VGM/etc), MIDI files and others. The new openmptdec
     element is based on this.
 
-&nbsp;
 -   Full list of API new in 1.14:
 -   GStreamer core API new in 1.14
 -   GStreamer base library API new in 1.14
@@ -320,7 +319,6 @@
     streams in RED packets, and such streams need to be wrapped and
     unwrapped in order to use ULPFEC with chrome.
 
-&nbsp;
 -   a few new buffer flags for FEC support:
     GST_BUFFER_FLAG_NON_DROPPABLE can be used to mark important buffers,
     e.g. to flag RTP packets carrying keyframes or codec setup data for
@@ -333,11 +331,12 @@
     payloaders to make use of these.
 
 -   rtpbin now has an option for increasing timestamp offsets gradually:
-    Instant large changes to the internal ts_offset may cause timestamps
-    to move backwards and also cause visible glitches in media playback.
-    The new "max-ts-offset-adjustment" and "max-ts-offset" properties
-    let the application control the rate to apply changes to ts_offset.
-    There have also been some EOS/BYE handling improvements in rtpbin.
+    Sudden large changes to the internal ts_offset may cause timestamps
+    to move backwards and may also cause visible glitches in media
+    playback. The new "max-ts-offset-adjustment" and "max-ts-offset"
+    properties let the application control the rate to apply changes to
+    ts_offset. There have also been some EOS/BYE handling improvements
+    in rtpbin.
 
 -   rtpjitterbuffer has a new fast start mode: in many scenarios the
     jitter buffer will have to wait for the full configured latency
@@ -395,10 +394,10 @@
     continue streaming if one of the inputs stops producing data.
 
 -   jpegenc has gained a "snapshot" property just like pngenc to make it
-    easier to just output a single encoded frame.
+    easier to output just a single encoded frame.
 
 -   jpegdec will now handle interlaced MJPEG streams properly and also
-    handle frames without an End of Image marker better.
+    handles frames without an End of Image marker better.
 
 -   v4l2: There are now video encoders for VP8, VP9, MPEG4, and H263.
     The v4l2 video decoder handles dynamic resolution changes, and the
@@ -414,7 +413,7 @@
 
 -   rtspsrc now has support for RTSP protocol version 2.0 as well as
     ONVIF audio backchannels (see below for more details). It also
-    sports a new ["accept-certificate"] signal for "manually" checking a
+    sports a new "accept-certificate" signal for "manually" checking a
     TLS certificate for validity. It now also prints RTSP/SDP messages
     to the gstreamer debug log instead of stdout.
 
@@ -432,8 +431,9 @@
     software like Adobe Premiere and FinalCut Pro to import the files
     while they are still being written to. This only works with constant
     framerate I-frame only streams, and for now only support for ProRes
-    video and raw audio is implemented but adding new codecs is just a
-    matter of defining appropriate maximum frame sizes.
+    video and raw audio is implemented. Adding support for additional
+    codecs is just a matter of defining appropriate maximum frame sizes
+    though.
 
 -   qtmux also supports writing of svmi atoms with stereoscopic video
     information now. Trak timescales can be configured on a per-stream
@@ -441,7 +441,7 @@
     new formats can be muxed: MPEG layer 1 and 2, AC3 and Opus, as well
     as PNG and VP9.
 
--   souphttpsrc now does connection sharing by default, shares its
+-   souphttpsrc now does connection sharing by default: it shares its
     SoupSession with other elements in the same pipeline via a
     GstContext if possible (session-wide settings are all the defaults).
     This allows for connection reuse, cookie sharing, etc. Applications
@@ -466,7 +466,7 @@
     will handle this just fine, but that's often more luck than by
     design. In any case, it's not right, so we disallow it now.
 
--   matroskamux had Table of Content (TOC) support now (chapters etc.)
+-   matroskamux has Table of Content (TOC) support now (chapters etc.)
     and matroskademux TOC support has been improved. matroskademux has
     also seen seeking improvements searching for the right cluster and
     position.
@@ -482,7 +482,6 @@
     passing through data (e.g. because target-timecode and end-timecode
     respectively have been reached).
 
-&nbsp;
 -   h265parse and h265parse will try harder to make upstream output the
     same caps as downstream requires or prefers, thus avoiding
     unnecessary conversion. The parsers also expose chroma format and
@@ -537,11 +536,18 @@
 
 -   work continued on the msdk plugin for Intel's Media SDK which
     enables hardware-accelerated video encoding and decoding on Intel
-    graphics hardware on Windows or Linux. More tuning options were
-    added, and more pixel formats and video codecs are supported now.
-    The encoder now also handles force-key-unit events and can insert
-    frame-packing SEIs for side-by-side and top-bottom stereoscopic 3D
-    video.
+    graphics hardware on Windows or Linux. Added the video memory,
+    buffer pool, and context/session sharing support which helps to
+    improve the performance and resource utilization. Rendernode support
+    is in place which helps to avoid the constraint of having a running
+    graphics server as DRM-Master. Encoders are exposing a number rate
+    control algorithms now. More encoder tuning options like
+    trellis-quantiztion (h264), slice size control (h264), B-pyramid
+    prediction(h264), MB-level bitrate control, frame partitioning and
+    adaptive I/B frame insertion were added, and more pixel formats and
+    video codecs are supported now. The encoder now also handles
+    force-key-unit events and can insert frame-packing SEIs for
+    side-by-side and top-bottom stereoscopic 3D video.
 
 -   dashdemux can now do adaptive trick play of certain types of DASH
     streams, meaning it can do fast-forward/fast-rewind of normal (non-I
@@ -552,7 +558,6 @@
     supports webvtt subtitle streams now and has seen improvements when
     seeking in live streams.
 
-&nbsp;
 -   kmssink has seen lots of fixes and improvements in this cycle,
     including:
 
@@ -662,7 +667,7 @@
 multiple sharing contexts in different threads; on Linux Nouveau is
 known to be broken in this respect, whilst NVIDIA's proprietary drivers
 and most other drivers generally work fine, and the experience with
-Intel's driver seems to be fixed; some proprietary embedded Linux
+Intel's driver seems to be mixed; some proprietary embedded Linux
 drivers don't work; macOS works).
 
 GstPhysMemoryAllocator interface moved from -bad to -base
@@ -757,7 +762,6 @@
     log handler of course, this just provides this functionality as part
     of GStreamer.
 
-&nbsp;
 -   'fakevideosink is a null sink for video data that advertises
     video-specific metas ane behaves like a video sink. See above for
     more details.
@@ -786,7 +790,7 @@
     reordering if delay > packet-spacing, so by setting
     "allow-reordering" to FALSE you guarantee that the packets are in
     order, while at the same time introducing delay/jitter to them. By
-    using the new "delay-distribution" property the use can control how
+    using the new "delay-distribution" property the user can control how
     the delay applied to delayed packets is distributed: This is either
     the uniform distribution (as before) or the normal distribution; in
     addition there is also the gamma distribution which simulates the
@@ -810,9 +814,8 @@
 
 GStreamer RTSP server
 
--   Initial support for [RTSP protocol version
-    2.0][rtsp2-lightning-talk] was added, which is to the best of our
-    knowledge the first RTSP 2.0 implementation ever!
+-   Initial support for RTSP protocol version 2.0 was added, which is to
+    the best of our knowledge the first RTSP 2.0 implementation ever!
 
 -   ONVIF audio backchannel support. This is an extension specified by
     ONVIF that allows RTSP clients (e.g. a control room operator) to
@@ -824,7 +827,6 @@
     ONVIF-specific subclasses GstRTSPOnvifServer and
     GstRTSPOnvifMediaFactory to enable this functionality.
 
-&nbsp;
 -   The internal server streaming pipeline is now dynamically
     reconfigured on PLAY based on the transports needed. This means that
     the server no longer adds the pipeline plumbing for all possible
@@ -852,22 +854,125 @@
 
 GStreamer VAAPI
 
--   this section will be filled in shortly {FIXME!}
+-   Improve DMABuf's usage, both upstream and dowstream, and
+    memory:DMABuf caps feature is also negotiated when the dmabuf-based
+    buffer cannot be mapped onto user-space.
+
+-   VA initialization was fixed when it is used in headless systems.
+
+-   VA display sharing, through GstContext, among the pipeline, has been
+    improved, adding the possibility to the application share its VA
+    display (external display) via gst.vaapi.app.Display context.
+
+-   VA display cache was removed.
+
+-   libva's log messages are now redirected into the GStreamer log
+    handler.
+
+-   Decoders improved their upstream re-negotiation by avoiding to
+    re-instantiate the internal decoder if stream caps are compatible
+    with the previous one.
+
+-   When downstream doesn't support GstVideoMeta and the decoded frames
+    don't have standard strides, they are copied onto system
+    memory-based buffers.
+
+-   H.264 decoder has a low-latency property, for live streams which
+    doesn't conform the H.264 specification but still it is required to
+    push the frames to downstream as soon as possible.
+
+-   As part of the Google Summer of Code 2017 the H.264 decoder drops
+    MVC and SVC frames when base-only property is enabled.
+
+-   Added support for libva-2.0 (VA-API 1.0).
+
+-   H.264 and H.265 encoders handle Region-Of-Interest metas by adding a
+    delta-qp for every rectangle within the frame specified by those
+    metas.
+
+-   Encoders for H.264 and H.265 set the media profile by the downstream
+    caps.
+
+-   H.264 encoder inserts an AU delimiter for each encoded frame when
+    aud property is enabled (it is only available for certain drivers
+    and platforms).
+
+-   H.264 encoder supports for P and B hierarchical prediction modes.
+
+-   All encoders handles a quality-level property, which is a number
+    from 1 to 8, where a lower number means higher quality, but slower
+    processing, and vice-versa.
+
+-   VP8 and VP9 encoders support constant bit-rate mode (CBR).
+
+-   VP8, VP9 and H.265 encoders support variable bit-rate mode (VBR).
+
+-   Resurrected GstGLUploadTextureMeta handling for EGL backends.
+
+-   H.265 encoder can configure its number of reference frames via the
+    refs property.
+
+-   Add H.264 encoder mbbrc property, which controls the macro-block
+    bitrate as auto, on or off.
+
+-   Add H.264 encoder temporal-levels property, to select the number of
+    temporal levels to be included.
+
+-   Add to H.264 and H.265 encoders the properties qp-ip and qp-ib, to
+    handle the QP (quality parameter) difference between the I and P
+    frames, and the I and B frames, respectively.
+
+-   vaapisink was demoted to marginal rank on Wayland because COGL
+    cannot display YUV surfaces.
 
 
 GStreamer Editing Services and NLE
 
--   this section will be filled in shortly {FIXME!}
+-   Handle crossfade in complex scenarios by using the new
+    compositorpad::crossfade-ratio property
+
+-   Add API allowing to stop using proxies for clips in the timeline
+
+-   Allow management of none square pixel aspect ratios by allowing
+    application to deal with them in the way they want
+
+-   Misc fixes around the timeline editing API
 
 
 GStreamer validate
 
--   this section will be filled in shortly {FIXME!}
+-   Handle running scenarios on live pipelines (in the "content sense",
+    not the GStreamer one)
+
+-   Implement RTSP support with a basic server based on gst-rtsp-server,
+    and add RTSP 1.0 and 2.0 integration tests
+
+-   Implement a plugin that allows users to implement configurable
+    tests. It currently can check if a particular element is added a
+    configurable number of time in the pipeline. In the future that
+    plugin should allow us to implement specific tests of any kind in a
+    descriptive way
+
+-   Add a verbosity configuration which behaves in a similare way as the
+    gst-launch-1.0 verbose flags allowing the informations to be
+    outputed on any running pipeline when enabling GstValidate.
+
+-   Misc optimization in the launcher, making the tests run much faster.
 
 
-GStreamer Python Bindings
+GStreamer C# bindings
 
--   this section will be filled in shortly {FIXME!}
+-   Port to the meson build system, autotools support has been removed
+
+-   Use a new GlibSharp version, set as a meson subproject
+
+-   Update wrapped API to GStreamer 1.14
+
+-   Removed the need for "glue" code
+
+-   Provide a nuget
+
+-   Misc API fixes
 
 
 Build and Dependencies
@@ -1058,7 +1163,15 @@
 
 1.14.0
 
-1.14.0 is scheduled to be released in early March 2018.
+1.14.0 was released on 19 March 2018.
+
+1.14.1
+
+The first 1.14 bug-fix release (1.14.1) is scheduled to be released
+around the end of March or beginning of April.
+
+This release only contains bugfixes and it should be safe to update from
+1.14.0.
 
 
 Known Issues
@@ -1075,7 +1188,7 @@
 development of 1.15/1.16 will happen in the git master branch.
 
 The plan for the 1.16 development cycle is yet to be confirmed, but it
-is expected that feature freeze will be around August 2017 followed by
+is expected that feature freeze will be around August 2018 followed by
 several 1.15 pre-releases and the new 1.16 stable release in September.
 
 1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8,
@@ -1084,6 +1197,7 @@
 ------------------------------------------------------------------------
 
 _These release notes have been prepared by Tim-Philipp Müller with_
-_contributions from Sebastian Dröge._
+_contributions from Sebastian Dröge, Sreerenj Balachandran, Thibault
+Saunier_ _and Víctor Manuel Jáquez Leal._
 
 _License: CC BY-SA 4.0_
diff --git a/RELEASE b/RELEASE
index 1231ab1..d7aa344 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,11 +1,14 @@
-This is GStreamer gst-plugins-ugly 1.13.91.
+This is GStreamer gst-plugins-ugly 1.14.0.
 
-The GStreamer team is pleased to announce the first release candidate for the
-upcoming stable 1.14 release series.
+The GStreamer team is thrilled to announce a new major feature release in the
+stable 1.x API series of your favourite cross-platform multimedia framework!
 
-The 1.14 release series adds new features on top of the 1.0, 1.2, 1.4, 1.6,
-1.8, 1.10 and 1.12 series and is part of the API and ABI-stable 1.x release
-series of the GStreamer multimedia framework.
+As always, this release is again packed with new features, bug fixes and
+other improvements.
+
+The 1.14 release series adds new features on top of the 1.12 series and is
+part of the API and ABI-stable 1.x release series of the GStreamer multimedia
+framework.
 
 Full release notes can be found at:
 
diff --git a/configure b/configure
index 8e7db7d..0e3cb54 100755
--- a/configure
+++ b/configure
@@ -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.13.91.
+# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.14.0.
 #
 # 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.13.91'
-PACKAGE_STRING='GStreamer Ugly Plug-ins 1.13.91'
+PACKAGE_VERSION='1.14.0'
+PACKAGE_STRING='GStreamer Ugly Plug-ins 1.14.0'
 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.13.91 to adapt to many kinds of systems.
+\`configure' configures GStreamer Ugly Plug-ins 1.14.0 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.13.91:";;
+     short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 1.14.0:";;
    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.13.91
+GStreamer Ugly Plug-ins configure 1.14.0
 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.13.91, which was
+It was created by GStreamer Ugly Plug-ins $as_me 1.14.0, 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.13.91'
+ VERSION='1.14.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4047,9 +4047,9 @@
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.13.91 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.13.91 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.13.91 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.14.0 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.14.0 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.14.0 | 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.13.91 | cut -d'.' -f4)
+  NANO=$(echo 1.14.0 | 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=1391
+  GST_CURRENT=1400
   GST_REVISION=0
-  GST_AGE=1391
-  GST_LIBVERSION=1391:0:1391
+  GST_AGE=1400
+  GST_LIBVERSION=1400:0:1400
 
 
 
@@ -13525,8 +13525,8 @@
 
 
 
-GST_REQ=1.13.91
-GSTPB_REQ=1.13.91
+GST_REQ=1.14.0
+GSTPB_REQ=1.14.0
 
 
 
@@ -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.13.91, which was
+This file was extended by GStreamer Ugly Plug-ins $as_me 1.14.0, 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.13.91
+GStreamer Ugly Plug-ins config.status 1.14.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index cb61059..7fa19be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.13.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly Plug-ins],[1.14.0],[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, 1391, 0, 1391)
+AS_LIBTOOL(GST, 1400, 0, 1400)
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.13.91
-GSTPB_REQ=1.13.91
+GST_REQ=1.14.0
+GSTPB_REQ=1.14.0
 
 dnl *** autotools stuff ****
 
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
index b3c9dc1..312aa1d 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
index 740cad3..0b172de 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
index 83d7293..754f06a 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
index 6fd751d..96f810d 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
index 0731478..914c016 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
index d029b3a..d19ebba 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
index 5dc0b05..9521a79 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
index 7d52aef..56216fa 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
index 720c670..50e1827 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
index 2be3771..2389236 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
index 01c6d58..1598bfd 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
index d933cb6..b41a9e7 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
index 2edbc24..7f1c155 100644
--- a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
+++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
@@ -41,7 +41,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.13.91</td>
+<td>1.14.0</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff --git a/docs/plugins/html/index.html b/docs/plugins/html/index.html
index 2153cd5..09a1304 100644
--- a/docs/plugins/html/index.html
+++ b/docs/plugins/html/index.html
@@ -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.13.91)
+      for GStreamer Ugly Plugins 1.0 (1.14.0)
       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 --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml
index 8d3db82..9223014 100644
--- a/docs/plugins/inspect/plugin-a52dec.xml
+++ b/docs/plugins/inspect/plugin-a52dec.xml
@@ -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.13.91</version>
+  <version>1.14.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml
index 31af5b1..928a811 100644
--- a/docs/plugins/inspect/plugin-amrnb.xml
+++ b/docs/plugins/inspect/plugin-amrnb.xml
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Narrow-Band</description>
   <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
   <basename>libgstamrnb.so</basename>
-  <version>1.13.91</version>
+  <version>1.14.0</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml
index 471c556..990b620 100644
--- a/docs/plugins/inspect/plugin-amrwbdec.xml
+++ b/docs/plugins/inspect/plugin-amrwbdec.xml
@@ -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.13.91</version>
+  <version>1.14.0</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml
index 8f808c6..774e465 100644
--- a/docs/plugins/inspect/plugin-asf.xml
+++ b/docs/plugins/inspect/plugin-asf.xml
@@ -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.13.91</version>
+  <version>1.14.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml
index b2735ba..1e5391c 100644
--- a/docs/plugins/inspect/plugin-cdio.xml
+++ b/docs/plugins/inspect/plugin-cdio.xml
@@ -3,7 +3,7 @@
   <description>Read audio from audio CDs</description>
   <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
   <basename>libgstcdio.so</basename>
-  <version>1.13.91</version>
+  <version>1.14.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
index f54afa0..7bf1f19 100644
--- a/docs/plugins/inspect/plugin-dvdlpcmdec.xml
+++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml
@@ -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.13.91</version>
+  <version>1.14.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml
index c9240d7..9470e58 100644
--- a/docs/plugins/inspect/plugin-dvdread.xml
+++ b/docs/plugins/inspect/plugin-dvdread.xml
@@ -3,7 +3,7 @@
   <description>Access a DVD with dvdread</description>
   <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
   <basename>libgstdvdread.so</basename>
-  <version>1.13.91</version>
+  <version>1.14.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml
index 4f46b01..dd198c3 100644
--- a/docs/plugins/inspect/plugin-dvdsub.xml
+++ b/docs/plugins/inspect/plugin-dvdsub.xml
@@ -3,7 +3,7 @@
   <description>DVD subtitle parser and decoder</description>
   <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
   <basename>libgstdvdsub.so</basename>
-  <version>1.13.91</version>
+  <version>1.14.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml
index df30ec3..f3800ad 100644
--- a/docs/plugins/inspect/plugin-mpeg2dec.xml
+++ b/docs/plugins/inspect/plugin-mpeg2dec.xml
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>1.13.91</version>
+  <version>1.14.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml
index 9f15711..b4848db 100644
--- a/docs/plugins/inspect/plugin-realmedia.xml
+++ b/docs/plugins/inspect/plugin-realmedia.xml
@@ -3,7 +3,7 @@
   <description>RealMedia support plugins</description>
   <filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
   <basename>libgstrealmedia.so</basename>
-  <version>1.13.91</version>
+  <version>1.14.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-sid.xml b/docs/plugins/inspect/plugin-sid.xml
index 6ec04be..794ded0 100644
--- a/docs/plugins/inspect/plugin-sid.xml
+++ b/docs/plugins/inspect/plugin-sid.xml
@@ -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.13.91</version>
+  <version>1.14.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml
index 508b924..2d3f9ac 100644
--- a/docs/plugins/inspect/plugin-x264.xml
+++ b/docs/plugins/inspect/plugin-x264.xml
@@ -3,7 +3,7 @@
   <description>libx264-based H264 plugins</description>
   <filename>../../ext/x264/.libs/libgstx264.so</filename>
   <basename>libgstx264.so</basename>
-  <version>1.13.91</version>
+  <version>1.14.0</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml
index 6e107cd..0e7b16e 100644
--- a/docs/plugins/inspect/plugin-xingmux.xml
+++ b/docs/plugins/inspect/plugin-xingmux.xml
@@ -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.13.91</version>
+  <version>1.14.0</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap
index cf7a0a5..030b8a6 100644
--- a/gst-plugins-ugly.doap
+++ b/gst-plugins-ugly.doap
@@ -35,6 +35,16 @@
 
  <release>
   <Version>
+   <revision>1.14.0</revision>
+   <branch>master</branch>
+   <name></name>
+   <created>2018-03-19</created>
+   <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.14.0.tar.xz" />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.13.91</revision>
    <branch>master</branch>
    <name></name>
diff --git a/meson.build b/meson.build
index a083010..0983b65 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gst-plugins-ugly', 'c',
-  version : '1.13.91',
+  version : '1.14.0',
   meson_version : '>= 0.36.0',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
diff --git a/po/af.po b/po/af.po
index d793bef..0f3879f 100644
--- a/po/af.po
+++ b/po/af.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2004-03-18 14:16+0200\n"
 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\n"
diff --git a/po/az.po b/po/az.po
index 4db9465..07052e8 100644
--- a/po/az.po
+++ b/po/az.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2004-03-19 18:29+0200\n"
 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
diff --git a/po/bg.po b/po/bg.po
index 54a6c76..2fee590 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2016-02-21 21:03+0200\n"
 "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
 "Language-Team: Bulgarian <dict@ludost.net>\n"
diff --git a/po/ca.po b/po/ca.po
index 6ce1491..7a0f7bd 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-01-01 14:19+0100\n"
 "Last-Translator: Gil Forcada <gforcada@gnome.org>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po/cs.po b/po/cs.po
index 09616fd..9c791a8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2013-09-07 07:06+0200\n"
 "Last-Translator: Marek Černocký <marek@manet.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
diff --git a/po/da.po b/po/da.po
index 447eba4..9c6c6ee 100644
--- a/po/da.po
+++ b/po/da.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-12-09 03:56+0100\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.po b/po/de.po
index 68eb234..76da1d2 100644
--- a/po/de.po
+++ b/po/de.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2014-05-22 18:29+0100\n"
 "Last-Translator: Christian Kirbach <christian.kirbach@gmail.com>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po/el.po b/po/el.po
index ea789c6..7b868f0 100644
--- a/po/el.po
+++ b/po/el.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-03-18 01:04+0100\n"
 "Last-Translator: Savvas Radevic <vicedar@gmail.com>\n"
 "Language-Team: Greek <team@lists.gnome.gr>\n"
diff --git a/po/en_GB.po b/po/en_GB.po
index 9ad26c9..9588d97 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2004-04-26 10:41-0400\n"
 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\n"
diff --git a/po/eo.po b/po/eo.po
index 753ae97..327700a 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2014-09-21 21:03+0200\n"
 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
diff --git a/po/es.po b/po/es.po
index 94a84a7..434ca10 100644
--- a/po/es.po
+++ b/po/es.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2011-10-02 15:45+0200\n"
 "Last-Translator: Jorge González González <aloriel@gmail.com>\n"
 "Language-Team: Spanish <es@li.org>\n"
diff --git a/po/eu.po b/po/eu.po
index 6dc0554..5f97de0 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2010-03-07 13:12+0200\n"
 "Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
 "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
diff --git a/po/fi.po b/po/fi.po
index 7bf54d6..9e57001 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2009-03-10 20:41+0200\n"
 "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
diff --git a/po/fr.po b/po/fr.po
index abb53c9..e2609d3 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2015-12-27 01:51+0100\n"
 "Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
 "Language-Team: French <traduc@traduc.org>\n"
diff --git a/po/fur.po b/po/fur.po
index fb9dc7b..5a392b7 100644
--- a/po/fur.po
+++ b/po/fur.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2016-11-30 16:23+0100\n"
 "Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
 "Language-Team: Friulian <f.t.public@gmail.com>\n"
diff --git a/po/gl.po b/po/gl.po
index 7913763..36fbbc6 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-12-15 03:47+0200\n"
 "Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n"
 "Language-Team: Galician <proxecto@trasno.net>\n"
diff --git a/po/gst-plugins-ugly-1.0.pot b/po/gst-plugins-ugly-1.0.pot
index 28433ca..6517b6d 100644
--- a/po/gst-plugins-ugly-1.0.pot
+++ b/po/gst-plugins-ugly-1.0.pot
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: gst-plugins-ugly 1.13.91\n"
+"Project-Id-Version: gst-plugins-ugly 1.14.0\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2018-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/hr.po b/po/hr.po
index 8687b40..56a471b 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2016-11-19 10:23-0800\n"
 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
diff --git a/po/hu.po b/po/hu.po
index 01f6e5a..114d5f4 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-11-30 15:02+0100\n"
 "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
diff --git a/po/id.po b/po/id.po
index 6553542..18bdca0 100644
--- a/po/id.po
+++ b/po/id.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2014-01-27 20:04+0700\n"
 "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
diff --git a/po/it.po b/po/it.po
index 25e8e51..9f5976a 100644
--- a/po/it.po
+++ b/po/it.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2017-09-15 09:56+0200\n"
 "Last-Translator: Sebastiano Pistore <sebastianopistore.info@protonmail.ch>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index a179d44..d4fedfc 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-12-22 19:42+0900\n"
 "Last-Translator: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
diff --git a/po/lt.po b/po/lt.po
index 2175835..3e76ec2 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2008-05-14 02:52+0300\n"
 "Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
 "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
diff --git a/po/lv.po b/po/lv.po
index 758de24..af25ee2 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2014-04-20 16:24+0300\n"
 "Last-Translator: Rihards Prieditis <rprieditis@gmail.com>\n"
 "Language-Team: Latvian <translation-team-lv@lists.sourceforge.net>\n"
diff --git a/po/ms.po b/po/ms.po
index 1bcbf2e..8cbb658 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2009-07-16 15:07+0800\n"
 "Last-Translator: Muhammad Najmi bin Ahmad Zabidi <najmi.zabidi@gmail.com>\n"
 "Language-Team: Malay <translation-team-ms@lists.sourceforge.net>\n"
diff --git a/po/mt.po b/po/mt.po
index e0a14de..7c69eea 100644
--- a/po/mt.po
+++ b/po/mt.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2008-11-13 18:18+0100\n"
 "Last-Translator: Michel Bugeja <michelbugeja@rabatmalta.com>\n"
 "Language-Team: Maltese <translation-team-mt@lists.sourceforge.net>\n"
diff --git a/po/nb.po b/po/nb.po
index 9e34cc8..ccd7394 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-12-21 21:38+0100\n"
 "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
diff --git a/po/nl.po b/po/nl.po
index 55b1e98..645f066 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2017-10-24 23:30+0100\n"
 "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/or.po b/po/or.po
index 10fab1d..d59fd1e 100644
--- a/po/or.po
+++ b/po/or.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2004-09-27 13:32+0530\n"
 "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
 "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
diff --git a/po/pl.po b/po/pl.po
index 727e528..074e829 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-11-28 19:34+0100\n"
 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 0bd4dd4..97c3384 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2015-12-28 19:54-0200\n"
 "Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
diff --git a/po/ro.po b/po/ro.po
index 314b3cf..ffa2aad 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2010-08-16 03:32+0300\n"
 "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
diff --git a/po/ru.po b/po/ru.po
index 91b0f2e..4bdd734 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-12-01 13:38+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <gnu@mx.ru>\n"
diff --git a/po/sk.po b/po/sk.po
index 91cb491..88523fb 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2014-01-30 10:28+0100\n"
 "Last-Translator: Peter Tuharsky <tuharsky@misbb.sk>\n"
 "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
diff --git a/po/sl.po b/po/sl.po
index 8026874..776ee80 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-03-26 22:48+0100\n"
 "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
diff --git a/po/sq.po b/po/sq.po
index 3d7d54f..7155540 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2004-08-07 20:29+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\n"
diff --git a/po/sr.po b/po/sr.po
index 1cbcb31..d1ea34e 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2013-10-03 22:30+0200\n"
 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
 "Language-Team: Serbian <(nothing)>\n"
diff --git a/po/sv.po b/po/sv.po
index 305dda1..37f47c4 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2015-10-31 16:08+0100\n"
 "Last-Translator: Sebastian Rasmussen <sebras@gmail.com>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po/tr.po b/po/tr.po
index ba1f8d5..c627466 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-12-01 01:19+0200\n"
 "Last-Translator: Server Acim <serveracim@gmail.com>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
diff --git a/po/uk.po b/po/uk.po
index 7664906..7134829 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2012-11-28 20:25+0200\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
diff --git a/po/vi.po b/po/vi.po
index e4441dd..349f8f7 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2014-06-30 09:20+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index f55c562..77cfbc9 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -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-03-13 19:18+0000\n"
+"POT-Creation-Date: 2018-03-19 20:19+0000\n"
 "PO-Revision-Date: 2015-08-28 15:36+0800\n"
 "Last-Translator: Mingye Wang <arthur200126@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"