Hello community,
here is the log from the commit of package gstreamer-plugins-ugly for
openSUSE:Factory checked in at 2019-10-10 11:48:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-ugly"
Thu Oct 10 11:48:19 2019 rev:57 rq:733424 version:1.16.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes
2019-06-30 10:18:26.319334717 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new.2352/gstreamer-plugins-ugly.changes
2019-10-10 11:48:24.192124156 +0200
@@ -1,0 +2,6 @@
+Tue Sep 24 13:03:00 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.16.1:
+ + See main gstreamer package for changelog.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-ugly-1.16.0.tar.xz
New:
----
gst-plugins-ugly-1.16.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.ZvfPjX/_old 2019-10-10 11:48:24.976122076 +0200
+++ /var/tmp/diff_new_pack.ZvfPjX/_new 2019-10-10 11:48:24.980122065 +0200
@@ -27,7 +27,7 @@
# Currently disabled because plugin documentation isn't built
%define use_meson 0
Name: gstreamer-plugins-ugly
-Version: 1.16.0
+Version: 1.16.1
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
++++++ gst-plugins-ugly-1.16.0.tar.xz -> gst-plugins-ugly-1.16.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/ChangeLog
new/gst-plugins-ugly-1.16.1/ChangeLog
--- old/gst-plugins-ugly-1.16.0/ChangeLog 2019-04-19 01:24:41.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/ChangeLog 2019-09-23 12:10:56.000000000
+0200
@@ -1,3 +1,46 @@
+=== release 1.16.1 ===
+
+2019-09-23 11:10:55 +0100 Tim-Philipp Müller <[email protected]>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-ugly.doap:
+ * meson.build:
+ Release 1.16.1
+
+2019-09-23 11:10:55 +0100 Tim-Philipp Müller <[email protected]>
+
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-sid.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ Update docs
+
+2019-04-22 12:51:33 +0300 Sebastian Dröge <[email protected]>
+
+ * ext/dvdread/meson.build:
+ * meson.build:
+ meson: Always require the gmodule dependency
+ It's needed by the dvdread plugin but also by the x264 plugin in
certain
+ circumstances. As it's part of GLib and always available, simply move
it
+ as a hard dependency to the top-level meson.build.
+
+2019-05-02 12:35:23 +0100 Tim-Philipp Müller <[email protected]>
+
+ * .gitlab-ci.yml:
+ ci: use template from 1.16 branch
+
=== release 1.16.0 ===
2019-04-19 00:24:40 +0100 Tim-Philipp Müller <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/NEWS
new/gst-plugins-ugly-1.16.1/NEWS
--- old/gst-plugins-ugly-1.16.0/NEWS 2019-04-19 01:24:39.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/NEWS 2019-09-23 12:10:54.000000000 +0200
@@ -5,10 +5,13 @@
GStreamer 1.16.0 was originally released on 19 April 2019.
+The latest bug-fix release in the 1.16 series is 1.16.1 and was released
+on 23 September 2019.
+
See https://gstreamer.freedesktop.org/releases/1.16/ for the latest
version of this document.
-_Last updated: Friday 19 April 2019, 00:00 UTC (log)_
+_Last updated: Sunday 22 September 2019, 21:00 UTC (log)_
Introduction
@@ -353,7 +356,7 @@
- rtpjitterbuffer has improved end-of-stream handling
-- rtpmp4vpay will be prefered over rtpmp4gpay for MPEG-4 video in
+- rtpmp4vpay will be preferred over rtpmp4gpay for MPEG-4 video in
autoplugging scenarios now
- rtspsrc now allows applications to send RTSP SET_PARAMETER and
@@ -1208,7 +1211,7 @@
used in order to re-produce a specific build. To set a manifest, you
can set manifest = 'my_manifest.xml' in your configuration file, or
use the --manifest command line option. The command line option will
- take precendence over anything specific in the configuration file.
+ take precedence over anything specific in the configuration file.
- The new build-deps command can be used to build only the
dependencies of a recipe, without the recipe itself.
@@ -1224,6 +1227,12 @@
section in the Cerbero documentation for more details how to enable
and use these variants.
+- When building on Windows, Cerbero can now build GStreamer recipes
+ and core dependencies such as glib with Visual Studio. This is
+ controlled by the visualstudio variant. Visual Studio 2015, 2017,
+ and 2019 are supported. Currently, only 64-bit x86 is supported due
+ to a known bug which will be fixed for the next release.
+
- A new -t / --timestamp command line switch makes commands print
timestamps
@@ -1353,6 +1362,342 @@
1.16.0 was released on 19 April 2019.
+1.16.1
+
+The first 1.16 bug-fix release (1.16.1) was released on 23 September
+2019.
+
+This release only contains bugfixes and it _should_ be safe to update
+from 1.16.0.
+
+Highlighted bugfixes in 1.16.1
+
+- GStreamer-vaapi: fix green frames and decoding artefacts in some
+ cases
+- OpenGL: fix wayland event source burning CPU in certain
+ circumstances
+- Memory leak fixes and memory footprint improvements
+- Performance improvements
+- Stability and security fixes
+- Fix enum for GST_MESSAGE_DEVICE_CHANGED which is technically an API
+ break, but this is only used internally in GStreamer and duplicated
+ another message enum
+- hls: Make crypto dependency optional when hls-crypto is auto
+- player: fix switching back and forth between forward and reverse
+ playback
+- decklinkaudiosink: Drop late buffers
+- openh264enc: Fix compilation with openh264 v2.0
+- wasapisrc: fix segtotal value being always 2
+- Fix issues on Android Q
+
+gstreamer core
+
+- device: gst_device_create_element() is transfer floating, not
+ transfer full
+- filesink, fdsink: respect IOV_MAX for the writev iovec array
+ (Solaris)
+- miniobject: free qdata array when the last qdata is removed (reduces
+ memory footprint)
+- bin: Fix minor race when adding to a bin
+- aggregator: Actually handle NEED_DATA return from update_src_caps()
+- aggregator: Ensure that the source pad is created as a
+ GstAggregatorPad if no type is given in the pad template
+- latency: fix custom event leaks
+- registry: Use plugin directory from the build system for
+ relocateable Windows builds
+- message: fix up enum value for GST_MESSAGE_DEVICE_CHANGED
+- info: Fix deadlock in gst_ring_buffer_logger_log()
+- downloadbuffer: Check for flush after seek
+- identity: Non-live upstream have no max latency
+- identity: Fix the ts-offset property getter
+- aggregator: Make parsing of explicit sink pad names more robust
+- bufferpool: Fix the buffer size reset code
+- fakesink, fakesrc, identity: sync gst_buffer_get_flags_string() with
+ new flags
+- multiqueue: never unref queries we do not own
+- concat: Reset last_stop on FLUSH_STOP too
+- aggregator: fix flow-return boolean return type mismatch
+- gstpad: Handle probes that reset the data field
+- gst: Add support for g_autoptr(GstPromise)
+- gst-inspect: fix unused-const-variable error in windows
+- base: Include gstbitwriter.h in the single-include header
+- Add various Since: 1.16 markers
+- GST_MESSAGE_DEVICE_CHANGED duplicates GST_MESSAGE_REDIRECT
+- Targetting wrong meson version
+- meson: Make get_flex_version.py script executable
+- meson: Link to objects instead of static helper library
+- meson: set correct install path for gdb helper
+- meson: fix warning about configure_file() install kwarg
+
+gst-plugins-base
+
+- video-info: parse field-order for all interleaved formats
+- tests: fix up valgrind suppressions for glibc getaddrinfo leaks
+- meson: Reenable NEON support (in audio resampler)
+- audio-resampler: Update NEON to handle remainders not multiples of 4
+- eglimage: Fix memory leak
+- audiodecoder: Set output caps with negotiated caps to avoid critical
+ info printed
+- video-frame: Take TFF flag from the video info if it was set in
+ there
+- glcolorconvert: Fix external-oes shader
+- video-anc: Fix ADF detection when trying to extract data from vanc
+- gl/wayland: fix wayland event source burning CPU
+- configure: add used attribute in order to make NEON detection
+ working with -flto.
+- audioaggregator: Return a valid rate range from caps query if
+ downstream supports a whole range
+- rtspconnection: data-offset increase not set
+- rtpsconnection: Fix number of n_vectors
+- video-color: Add compile-time assert for ColorimetryInfo enum
+- audiodecoder: Fix leak on failed audio gaps
+- glupload: Keep track of cached EGLImage texture format
+- playsink: Set ts-offset to text sink.
+- meson.build: use join_paths() on prefix
+- compositor: copy frames as-is when possible
+- compositor: Skip background when a pad obscures it completely
+- rtspconnection: Start CSeq at 1 (some servers don’t cope well with
+ seqnum 0)
+- viv-fb: fix build break for GST_GL_API
+- gl/tests: fix shader creation tests part 2
+- gl/tests: fix shader creation tests
+- wayland: set the event queue also for the xdg_wm_base object
+- video: Added GI annotation for gstvideoaffinetransformationmeta
+ apply_matrix
+- compositor: Remove unneeded left shift for ARGB/AYUV SOURCE operator
+- Colorimetry fixes
+- alsasrc: Don’t use driver timestamp if it’s zero
+- gloverlaycompositor: fix crash if buffer doesn’t have video meta
+- meson: Don’t try to find gio-unix on Windows
+- glshader: fix default external-oes shaders
+- subparse: fix pushing WebVTT cue with no newline at the end
+- meson: Missing “android” choice in gl_winsys
+- video test: Keep BE test inline with LE test
+- id3tag: Correctly validate the year from v1 tags before passing to
+ GstDateTime
+- gl/wayland: Don’t prefix wl_shell struct field
+- eglimage: Add compatibility define for DRM_FORMAT_NV24
+- Add various Since: 1.16 markers
+- video-anc: Handle SD formats correctly
+- Docs: add GL_CFLAGS to GTK_DOC_CFLAGS
+- GL: using vaapi and showing on glimagesink on wayland loads one core
+ for 100% on 1.16
+- GL: external-oes shader places precision qualifier before #extension
+ (was: androidmedia amcviddec fail after 1.15.90 1.16.0 update)
+
+gst-plugins-good
+
+- alpha: Fix one_over_kc calculation on arm/aarch64
+- souphttpsrc: Fix incompatible type build warning
+- rtpjitterbuffer: limit max-dropout-time to maxint32
+- rtpjitterbuffer: Clear clock master before unreffing
+- qtdemux: Use empty-array safe way to cleanup GPtrArray
+- v4l2: Fix type compatibility issue with glibc 2.30
+- valgrind: suppress Cond error coming from gnutls and Ignore leaks
+ caused by shout/sethostent
+- rtpfunnel: forward correct segment when switching pad
+- gtkglsink: fix crash when widget is resized after element
+ destruction
+- jpegdec: Don’t dereference NULL input state if we have no caps in
+ TIME segments
+- rtp: opuspay: fix memory leak in gst_rtp_opus_pay_setcaps
+- v4l2videodec: return right type for drain.
+- rtpssrcdemux: Avoid taking streamlock out-of-band
+- Support v4l2src buffer orphaning
+- splitmuxsink: Only set running time on finalizing sink element when
+ in async-finalize mode
+- rtpsession: Always keep at least one NACK on early RTCP
+- rtspsrc: do not try to send EOS with invalid seqnum
+- rtpsession: Call on-new-ssrc earlier
+- rtprawdepay: Don’t get rid of the buffer pool on FLUSH_STOP
+- rtpbin: Free storage when freeing session
+- scaletempo: Advertise interleaved layout in caps templates
+- Support v4l2src buffer orphaning
+
+gst-plugins-bad
+
+- hls: Make crypto dependency optional when hls-crypto is auto
+- player: fix switching back and forth between forward and reverse
+ playback
+- decklinkaudiosink: Drop late buffers
+- srt: Add stats property, include sender-side statistics and fix a
+ crash
+- dshowsrcwrapper: fix regression on device selection
+- tsdemux: Limit the maximum PES payload size
+- wayland: Define libdrm_dep in meson.build to fix meson configure
+ error when kms is disabled
+- sctp: Fix crash on free() when using the MSVC binaries
+- webrtc: Fix signals documentation
+- h264parse: don’t critical on VUI parameters > 2^31
+- rtmp: Fix crash inside free() with MSVC on Windows
+- iqa: fix leak of map_meta.data
+- d3dvideosink: Fix crash on WinProc handler
+- amc: Fix crash when a sync_meta survives its sink
+- pitch: Fix race between putSamples() and setting soundtouch
+ parameters
+- webrtc: fix type of max-retransmits, make it work
+- mxfdemux: Also allow picture essence element type 0x05 for VC-3
+- wasapi: fix symbol redefinition build error
+- decklinkvideosrc: Retrieve mode of the ancillary data from the frame
+- decklinkaudiosrc/decklinkvideosrc: Do nothing in
+ BaseSrc::negotiate() and…
+- adaptivedemux: do not retry downloads during shutdown.
+- webrtcbin: fix GInetAddress leak
+- dtls: fix dtls connection object leak
+- siren: fix a global buffer overflow spotted by asan
+- kmssink: Fix implicit declaration build error
+- Fix -Werror=return-type error in configure.
+- aiff: Fix infinite loop in header parsing.
+- nvdec: Fix possible frame drop on EOS
+- srtserversrc: yields malformed rtp payloads
+- srtsink: Fix crash in case no URI
+- dtlsagent: Fix leaked dtlscertificate
+- meson: bluez: Early terminate configure on Windows
+- decklink: Correctly ensure >=16 byte alignment for the buffers we
+ allocate
+- webrtcbin: fix DTLS when receivebin is set to DROP
+- zbar: Include running-time, stream-time and duration in the messages
+- uvch264src: Make sure we set our segment
+- avwait: Allow start and end timecode to be set back to NULL
+- avwait: Don’t print warnings for every buffer passed
+- hls/meson: fix dependency logic
+- Waylandsink gnome shell workaround
+- avwait: Allow setting start timecode after end timecode; protect
+ propeties with mutex
+- wayland/wlbuffer: just return if used_by_compositor is true when
+ attach
+- proxy: Set SOURCE flag on the source and SINK flag on the sink
+- ivfparse: Check the data size against IVF_FRAME_HEADER_SIZE
+- webrtc: Add various Since markers to new types after 1.14.0
+- msdk: fix the typo in debug category
+- dtlsagent: Do not overwrite openssl locking callbacks
+- meson: Fix typo in gsm header file name
+- srt: handle races in state change
+- webrtc: Add g_autoptr() support for public types
+- openh264enc: Fix compilation with openh264 v2.0
+- meson: Allow CUDA_PATH fallback on linux
+- meson: fix build with opencv=enabled and opencv4. Fixes #964
+- meson: Add support for the colormanagement plugin
+- autotools: gstsctp: set LDFLAGS
+- nvenc/nvdec: Add NVIDIA SDK headers to noinst_HEADERS
+- h264parse: Fix typo when setting multiview mode and flags
+- Add various Since: 1.16 markers
+- opencv: allow compilation against 4.1.x
+- Backport of some minor srt commits without MR into 1.16
+- meson: fix build with opencv=enabled and opencv4
+- wasapisrc: fix segtotal value being always 2 due to an unused
+ variable
+- meson: colormanagement missing
+- androidmedia amcviddec fail after 1.15.90 1.16.0 update
+
+gst-plugins-ugly
+
+- meson: Always require the gmodule dependency
+
+gst-libav
+
+- docs: don’t include the type hierarchy, fixing build with gtk-doc
+ 1.30
+- avvidenc: Correctly signal interlaced input to ffmpeg when the input
+ caps are interlaced
+- autotools: add bcrypt to win32 libs
+- gstav: Use libavcodec util function for version check
+- API documentation fails to build with gtk-doc 1.30
+
+gst-rtsp-server
+
+- rtsp-client: RTP Info must exist in PLAY response
+- onvif-media: fix “void function returning a value” compiler warning
+- Add various Since: 1.16 markers
+
+gstreamer-vaapi
+
+- fix egl context leak and display creation race
+- pluginutil: Remove Mesa from drivers white list
+- Classify vaapidecodebin as a hardware decoder
+- Fix two leak
+- vaapivideomemory: demote error message to info
+- encoder: vp8,vp9: reset frame_counter when input frame’s format
+ changes
+- encoder: mpeg2: No packed header for SPS and PPS
+- decoder: vp9: clear parser pointer after release
+- encoder: Fixes deadlock in change state function
+- encoder: h265: reset num_ref_idx_l1_active_minus1 when low delay B.
+- encoder: not call ensure_num_slices inside g_assert()
+- encoder: continue if roi meta is NULL
+- decoder: vp9: Set chroma_ ype by VP9 bit_depth
+- vaapipostproc: don’t do any color conversion when GL_TEXTURE_UPLOAD
+- libs: surface: fix double free when dmabuf export fails
+- h264 colors and artifacts upon upgrade to GStreamer Core Library
+ version 1.15.90
+
+gst-editing-services
+
+- element: Properly handle the fact that pasting can return NULL
+- Add various missing Since markers
+- launch: Fix caps restriction short names
+- python: Avoid warning about using deprecated methods
+- video-transition: When using non crossfade effect use ‘over’
+ operations
+- meson: Generate a pkgconfig file for the GES plugin
+
+gst-devtools
+
+- launcher: testsuites: skip systemclock stress tests
+- validate: fix build on macOS
+
+gst-build
+
+- Update win flex bison binaries
+- Update the flexmeson windows binary version
+- Don’t allow people to run meson inside the uninstalled env
+
+Cerbero build tool and packaging changes in 1.16.1
+
+- cerbero: Add enums for Fedora 30, Fedora 31 and Debian bullseye
+- gnutls.recipe: Fix crash when running on Android Q
+- recipes: Upgrade openssl to 1.1.1c
+- Fix some typos
+- add support for vs build tools 2019, fixes #183
+- android: Adjust gstreamer-1.0.mk for NDK r20
+- Fix license enums
+- bootstrap: Fix dnf usage on CentOS
+- Make _add_system_libs reentrant
+- meson.recipe: Fix setting of bitcode compiler options
+- cerbero: support Ubuntu disco dingo
+- cerbero: Set utf-8 to execution character set also on MSVC
+- git: simplify the reset of the source branch.
+- FORTIFY: %n not allowed on Android Q
+- Fails to build if there’s no license file for the given license
+ (GPL/LGPL without Plus, Proprietary, …)
+
+Contributors to 1.16.1
+
+Aaron Boxer, Adam Duskett, Alicia Boya García, Andoni Morales Alastruey,
+Antonio Ospite, Arun Raghavan, Askar Safin, A. Wilcox, Charlie Turner,
+Christoph Reiter, Damian Hobson-Garcia, Daniel Klamt, Danny Smith, David
+Gunzinger, David Ing, David Svensson Fors, Doug Nazar, Edward Hervey,
+Eike Hein, Fabrice Bellet, Fernando Herrrera, Georg Lippitsch, Göran
+Jönsson, Guillaume Desmottes, Haihao Xiang, Haihua Hu, Håvard Graff, Hou
+Qi, Ignacio Casal Quinteiro, Ilya Smelykh, Jan Schmidt, Javier Celaya,
+Jim Mason, Jonas Larsson, Jordan Petridis, Jose Antonio Santos Cadenas,
+Juan Navarro, Knut Andre Tidemann, Kristofer Björkström, Lucas Stach,
+Marco Felsch, Marcos Kintschner, Mark Nauwelaerts, Martin Liska, Martin
+Theriault, Mathieu Duponchelle, Matthew Waters, Michael Olbrich, Mike
+Gorse, Nicola Murino, Nicolas Dufresne, Niels De Graef, Niklas
+Hambüchen, Nirbheek Chauhan, Olivier Crête, Philippe Normand, Ross
+Burton, Sebastian Dröge, Seungha Yang, Song Bing, Thiago Santos,
+Thibault Saunier, Thomas Coldrick, Tim-Philipp Müller, Víctor Manuel
+Jáquez Leal, Vivia Nikolaidou, Xavier Claessens, Yeongjin Jeong,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.16.1
+
+- List of Merge Requests applied in 1.16
+- List of Issues fixed in 1.16.1
+
Known Issues
@@ -1376,9 +1721,9 @@
development of 1.17/1.18 will happen in the git master branch.
The plan for the 1.18 development cycle is yet to be confirmed, but it
-is possible that the next cycle will be a short one in which case
-feature freeze would be perhaps around August 2019 with a new 1.18
-stable release in September.
+is now expected that feature freeze will take place shortly after the
+GStreamer conference/hackfest in early November 2019, with the first
+1.18 stable release ready in late November or early December.
1.18 will be backwards-compatible to the stable 1.16, 1.14, 1.12, 1.10,
1.8, 1.6, 1.4, 1.2 and 1.0 release series.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/RELEASE
new/gst-plugins-ugly-1.16.1/RELEASE
--- old/gst-plugins-ugly-1.16.0/RELEASE 2019-04-19 01:24:39.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/RELEASE 2019-09-23 12:10:54.000000000 +0200
@@ -1,10 +1,7 @@
-This is GStreamer gst-plugins-ugly 1.16.0.
+This is GStreamer gst-plugins-ugly 1.16.1.
-The GStreamer team is thrilled to announce a new major feature release in the
-stable 1.0 API series of your favourite cross-platform multimedia framework!
-
-As always, this release is again packed with new features, bug fixes and
-other improvements.
+The GStreamer team is pleased to announce another bug-fix release in the
+stable 1.x API series of your favourite cross-platform multimedia framework!
The 1.16 release series adds new features on top of the 1.14 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
@@ -60,7 +57,7 @@
directory: https://gstreamer.freedesktop.org/src/gstreamer/
The git repository and details how to clone it can be found at
-https://cgit.freedesktop.org/gstreamer/gstreamer/
+https://gitlab.freedesktop.org/gstreamer/
==== Homepage ====
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/configure
new/gst-plugins-ugly-1.16.1/configure
--- old/gst-plugins-ugly-1.16.0/configure 2019-04-19 01:24:09.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/configure 2019-09-23 12:10:28.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.16.0.
+# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.16.1.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='GStreamer Ugly Plug-ins'
PACKAGE_TARNAME='gst-plugins-ugly'
-PACKAGE_VERSION='1.16.0'
-PACKAGE_STRING='GStreamer Ugly Plug-ins 1.16.0'
+PACKAGE_VERSION='1.16.1'
+PACKAGE_STRING='GStreamer Ugly Plug-ins 1.16.1'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -1646,7 +1646,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GStreamer Ugly Plug-ins 1.16.0 to adapt to many kinds
of systems.
+\`configure' configures GStreamer Ugly Plug-ins 1.16.1 to adapt to many kinds
of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1719,7 +1719,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins
1.16.0:";;
+ short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins
1.16.1:";;
esac
cat <<\_ACEOF
@@ -1951,7 +1951,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer Ugly Plug-ins configure 1.16.0
+GStreamer Ugly Plug-ins configure 1.16.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2815,7 +2815,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GStreamer Ugly Plug-ins $as_me 1.16.0, which was
+It was created by GStreamer Ugly Plug-ins $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3794,7 +3794,7 @@
# Define the identity of the package.
PACKAGE='gst-plugins-ugly'
- VERSION='1.16.0'
+ VERSION='1.16.1'
cat >>confdefs.h <<_ACEOF
@@ -4005,9 +4005,9 @@
- PACKAGE_VERSION_MAJOR=$(echo 1.16.0 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.16.0 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.16.0 | cut -d'.' -f3)
+ PACKAGE_VERSION_MAJOR=$(echo 1.16.1 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.16.1 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.16.1 | cut -d'.' -f3)
@@ -4018,7 +4018,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.16.0 | cut -d'.' -f4)
+ NANO=$(echo 1.16.1 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8849,10 +8849,10 @@
done
- GST_CURRENT=1600
+ GST_CURRENT=1601
GST_REVISION=0
- GST_AGE=1600
- GST_LIBVERSION=1600:0:1600
+ GST_AGE=1601
+ GST_LIBVERSION=1601:0:1601
@@ -13486,8 +13486,8 @@
-GST_REQ=1.16.0
-GSTPB_REQ=1.16.0
+GST_REQ=1.16.1
+GSTPB_REQ=1.16.1
@@ -28173,7 +28173,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GStreamer Ugly Plug-ins $as_me 1.16.0, which was
+This file was extended by GStreamer Ugly Plug-ins $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -28239,7 +28239,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-GStreamer Ugly Plug-ins config.status 1.16.0
+GStreamer Ugly Plug-ins config.status 1.16.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/configure.ac
new/gst-plugins-ugly-1.16.1/configure.ac
--- old/gst-plugins-ugly-1.16.0/configure.ac 2019-04-19 01:23:56.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/configure.ac 2019-09-23 12:10:16.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.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly
Plug-ins],[1.16.1],[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, 1600, 0, 1600)
+AS_LIBTOOL(GST, 1601, 0, 1601)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.16.0
-GSTPB_REQ=1.16.0
+GST_REQ=1.16.1
+GSTPB_REQ=1.16.1
dnl *** autotools stuff ****
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-sid.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
2019-09-23 12:10:58.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
---
old/gst-plugins-ugly-1.16.0/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2019-04-19 01:24:44.000000000 +0200
+++
new/gst-plugins-ugly-1.16.1/docs/plugins/html/gst-plugins-ugly-plugins-plugin-xingmux.html
2019-09-23 12:10:58.000000000 +0200
@@ -41,7 +41,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.16.0</td>
+<td>1.16.1</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/docs/plugins/html/index.html
new/gst-plugins-ugly-1.16.1/docs/plugins/html/index.html
--- old/gst-plugins-ugly-1.16.0/docs/plugins/html/index.html 2019-04-19
01:24:44.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/html/index.html 2019-09-23
12:10:58.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.16.0)
+ for GStreamer Ugly Plugins 1.0 (1.16.1)
The latest version of this documentation can be found on-line at
<a class="ulink"
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/"
target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/</a>.
</p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-a52dec.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-a52dec.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-a52dec.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-a52dec.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-amrnb.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrnb.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-amrnb.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrnb.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-amrwbdec.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrwbdec.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-amrwbdec.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-amrwbdec.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-asf.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-asf.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-asf.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-asf.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-cdio.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-cdio.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-cdio.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-cdio.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-dvdlpcmdec.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdlpcmdec.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdlpcmdec.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-dvdread.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdread.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-dvdread.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdread.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-dvdsub.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdsub.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-dvdsub.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-dvdsub.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-mpeg2dec.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-mpeg2dec.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-mpeg2dec.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-mpeg2dec.xml
2019-09-23 12:10:55.000000000 +0200
@@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>1.16.0</version>
+ <version>1.16.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-realmedia.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-realmedia.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-realmedia.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-realmedia.xml
2019-09-23 12:10:55.000000000 +0200
@@ -3,7 +3,7 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
<basename>libgstrealmedia.so</basename>
- <version>1.16.0</version>
+ <version>1.16.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-sid.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-sid.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-sid.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-sid.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-x264.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-x264.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-x264.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-x264.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-xingmux.xml
new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-xingmux.xml
--- old/gst-plugins-ugly-1.16.0/docs/plugins/inspect/plugin-xingmux.xml
2019-04-19 01:24:40.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/docs/plugins/inspect/plugin-xingmux.xml
2019-09-23 12:10:55.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.16.0</version>
+ <version>1.16.1</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/ext/dvdread/meson.build
new/gst-plugins-ugly-1.16.1/ext/dvdread/meson.build
--- old/gst-plugins-ugly-1.16.0/ext/dvdread/meson.build 2018-07-28
00:57:04.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/ext/dvdread/meson.build 2019-09-21
19:52:19.000000000 +0200
@@ -1,5 +1,3 @@
-gmodule_dep = dependency('gmodule-2.0', fallback : ['glib', 'libgmodule_dep'],
- required : get_option('dvdread'))
dvdread_dep = dependency('dvdread', version : '>= 0.5.0', required :
get_option('dvdread'))
if gmodule_dep.found() and dvdread_dep.found()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/gst-plugins-ugly.doap
new/gst-plugins-ugly-1.16.1/gst-plugins-ugly.doap
--- old/gst-plugins-ugly-1.16.0/gst-plugins-ugly.doap 2019-04-19
01:23:56.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/gst-plugins-ugly.doap 2019-09-23
12:10:16.000000000 +0200
@@ -35,6 +35,16 @@
<release>
<Version>
+ <revision>1.16.1</revision>
+ <branch>1.16</branch>
+ <name></name>
+ <created>2019-09-23</created>
+ <file-release
rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.16.1.tar.xz"
/>
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.16.0</revision>
<branch>master</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/meson.build
new/gst-plugins-ugly-1.16.1/meson.build
--- old/gst-plugins-ugly-1.16.0/meson.build 2019-04-19 01:23:56.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/meson.build 2019-09-23 12:10:16.000000000
+0200
@@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
- version : '1.16.0',
+ version : '1.16.1',
meson_version : '>= 0.47',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
@@ -155,6 +155,8 @@
cdata.set('DISABLE_ORC', 1)
endif
+gmodule_dep = dependency('gmodule-2.0', fallback : ['glib', 'libgmodule_dep'])
+
ugly_args = ['-DHAVE_CONFIG_H']
configinc = include_directories('.')
libsinc = include_directories('gst-libs')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/af.po
new/gst-plugins-ugly-1.16.1/po/af.po
--- old/gst-plugins-ugly-1.16.0/po/af.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/af.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <[email protected]>\n"
"Language-Team: Afrikaans <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/ast.po
new/gst-plugins-ugly-1.16.1/po/ast.po
--- old/gst-plugins-ugly-1.16.0/po/ast.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/ast.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2018-07-14 12:03+0100\n"
"Last-Translator: enolp <[email protected]>\n"
"Language-Team: Asturian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/az.po
new/gst-plugins-ugly-1.16.1/po/az.po
--- old/gst-plugins-ugly-1.16.0/po/az.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/az.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <[email protected]>\n"
"Language-Team: Azerbaijani <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/bg.po
new/gst-plugins-ugly-1.16.1/po/bg.po
--- old/gst-plugins-ugly-1.16.0/po/bg.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/bg.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2016-02-21 21:03+0200\n"
"Last-Translator: Alexander Shopov <[email protected]>\n"
"Language-Team: Bulgarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/ca.po
new/gst-plugins-ugly-1.16.1/po/ca.po
--- old/gst-plugins-ugly-1.16.0/po/ca.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/ca.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-01-01 14:19+0100\n"
"Last-Translator: Gil Forcada <[email protected]>\n"
"Language-Team: Catalan <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/cs.po
new/gst-plugins-ugly-1.16.1/po/cs.po
--- old/gst-plugins-ugly-1.16.0/po/cs.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/cs.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2013-09-07 07:06+0200\n"
"Last-Translator: Marek Černocký <[email protected]>\n"
"Language-Team: Czech <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/da.po
new/gst-plugins-ugly-1.16.1/po/da.po
--- old/gst-plugins-ugly-1.16.0/po/da.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/da.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-12-09 03:56+0100\n"
"Last-Translator: Joe Hansen <[email protected]>\n"
"Language-Team: Danish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/de.po
new/gst-plugins-ugly-1.16.1/po/de.po
--- old/gst-plugins-ugly-1.16.0/po/de.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/de.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2014-05-22 18:29+0100\n"
"Last-Translator: Christian Kirbach <[email protected]>\n"
"Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/el.po
new/gst-plugins-ugly-1.16.1/po/el.po
--- old/gst-plugins-ugly-1.16.0/po/el.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/el.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-03-18 01:04+0100\n"
"Last-Translator: Savvas Radevic <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/en_GB.po
new/gst-plugins-ugly-1.16.1/po/en_GB.po
--- old/gst-plugins-ugly-1.16.0/po/en_GB.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/en_GB.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <[email protected]>\n"
"Language-Team: English (British) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/eo.po
new/gst-plugins-ugly-1.16.1/po/eo.po
--- old/gst-plugins-ugly-1.16.0/po/eo.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/eo.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2014-09-21 21:03+0200\n"
"Last-Translator: Benno Schulenberg <[email protected]>\n"
"Language-Team: Esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/es.po
new/gst-plugins-ugly-1.16.1/po/es.po
--- old/gst-plugins-ugly-1.16.0/po/es.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/es.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2011-10-02 15:45+0200\n"
"Last-Translator: Jorge González González <[email protected]>\n"
"Language-Team: Spanish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/eu.po
new/gst-plugins-ugly-1.16.1/po/eu.po
--- old/gst-plugins-ugly-1.16.0/po/eu.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/eu.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2010-03-07 13:12+0200\n"
"Last-Translator: Mikel Olasagasti Uranga <[email protected]>\n"
"Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/fi.po
new/gst-plugins-ugly-1.16.1/po/fi.po
--- old/gst-plugins-ugly-1.16.0/po/fi.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/fi.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2009-03-10 20:41+0200\n"
"Last-Translator: Tommi Vainikainen <[email protected]>\n"
"Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/fr.po
new/gst-plugins-ugly-1.16.1/po/fr.po
--- old/gst-plugins-ugly-1.16.0/po/fr.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/fr.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2015-12-27 01:51+0100\n"
"Last-Translator: Stéphane Aulery <[email protected]>\n"
"Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/fur.po
new/gst-plugins-ugly-1.16.1/po/fur.po
--- old/gst-plugins-ugly-1.16.0/po/fur.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/fur.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2016-11-30 16:23+0100\n"
"Last-Translator: Fabio Tomat <[email protected]>\n"
"Language-Team: Friulian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/gl.po
new/gst-plugins-ugly-1.16.1/po/gl.po
--- old/gst-plugins-ugly-1.16.0/po/gl.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/gl.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-12-15 03:47+0200\n"
"Last-Translator: Fran Dieguez <[email protected]>\n"
"Language-Team: Galician <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/gst-plugins-ugly-1.0.pot
new/gst-plugins-ugly-1.16.1/po/gst-plugins-ugly-1.0.pot
--- old/gst-plugins-ugly-1.16.0/po/gst-plugins-ugly-1.0.pot 2019-04-19
01:24:44.000000000 +0200
+++ new/gst-plugins-ugly-1.16.1/po/gst-plugins-ugly-1.0.pot 2019-09-23
12:10:59.000000000 +0200
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 1.16.0\n"
+"Project-Id-Version: gst-plugins-ugly 1.16.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/hr.po
new/gst-plugins-ugly-1.16.1/po/hr.po
--- old/gst-plugins-ugly-1.16.0/po/hr.po 2019-04-19 01:24:44.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/hr.po 2019-09-23 12:10:59.000000000
+0200
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.15.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2019-02-03 13:14-0800\n"
"Last-Translator: Božidar Putanec <[email protected]>\n"
"Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/hu.po
new/gst-plugins-ugly-1.16.1/po/hu.po
--- old/gst-plugins-ugly-1.16.0/po/hu.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/hu.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-11-30 15:02+0100\n"
"Last-Translator: Gabor Kelemen <[email protected]>\n"
"Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/id.po
new/gst-plugins-ugly-1.16.1/po/id.po
--- old/gst-plugins-ugly-1.16.0/po/id.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/id.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2014-01-27 20:04+0700\n"
"Last-Translator: Andhika Padmawan <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/it.po
new/gst-plugins-ugly-1.16.1/po/it.po
--- old/gst-plugins-ugly-1.16.0/po/it.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/it.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2017-09-15 09:56+0200\n"
"Last-Translator: Sebastiano Pistore <[email protected]>\n"
"Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/ja.po
new/gst-plugins-ugly-1.16.1/po/ja.po
--- old/gst-plugins-ugly-1.16.0/po/ja.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/ja.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-12-22 19:42+0900\n"
"Last-Translator: Takeshi Hamasaki <[email protected]>\n"
"Language-Team: Japanese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/lt.po
new/gst-plugins-ugly-1.16.1/po/lt.po
--- old/gst-plugins-ugly-1.16.0/po/lt.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/lt.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2008-05-14 02:52+0300\n"
"Last-Translator: Gintautas Miliauskas <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/lv.po
new/gst-plugins-ugly-1.16.1/po/lv.po
--- old/gst-plugins-ugly-1.16.0/po/lv.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/lv.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2014-04-20 16:24+0300\n"
"Last-Translator: Rihards Prieditis <[email protected]>\n"
"Language-Team: Latvian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/ms.po
new/gst-plugins-ugly-1.16.1/po/ms.po
--- old/gst-plugins-ugly-1.16.0/po/ms.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/ms.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2009-07-16 15:07+0800\n"
"Last-Translator: Muhammad Najmi bin Ahmad Zabidi <[email protected]>\n"
"Language-Team: Malay <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/mt.po
new/gst-plugins-ugly-1.16.1/po/mt.po
--- old/gst-plugins-ugly-1.16.0/po/mt.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/mt.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2008-11-13 18:18+0100\n"
"Last-Translator: Michel Bugeja <[email protected]>\n"
"Language-Team: Maltese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/nb.po
new/gst-plugins-ugly-1.16.1/po/nb.po
--- old/gst-plugins-ugly-1.16.0/po/nb.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/nb.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-12-21 21:38+0100\n"
"Last-Translator: Johnny A. Solbu <[email protected]>\n"
"Language-Team: Norwegian Bokmaal <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/nl.po
new/gst-plugins-ugly-1.16.1/po/nl.po
--- old/gst-plugins-ugly-1.16.0/po/nl.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/nl.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2017-10-24 23:30+0100\n"
"Last-Translator: Freek de Kruijf <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/or.po
new/gst-plugins-ugly-1.16.1/po/or.po
--- old/gst-plugins-ugly-1.16.0/po/or.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/or.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <[email protected]>\n"
"Language-Team: Oriya <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/pl.po
new/gst-plugins-ugly-1.16.1/po/pl.po
--- old/gst-plugins-ugly-1.16.0/po/pl.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/pl.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-11-28 19:34+0100\n"
"Last-Translator: Jakub Bogusz <[email protected]>\n"
"Language-Team: Polish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/pt_BR.po
new/gst-plugins-ugly-1.16.1/po/pt_BR.po
--- old/gst-plugins-ugly-1.16.0/po/pt_BR.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/pt_BR.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2015-12-28 19:54-0200\n"
"Last-Translator: Fabrício Godoy <[email protected]>\n"
"Language-Team: Brazilian Portuguese <[email protected]."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/ro.po
new/gst-plugins-ugly-1.16.1/po/ro.po
--- old/gst-plugins-ugly-1.16.0/po/ro.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/ro.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2010-08-16 03:32+0300\n"
"Last-Translator: Lucian Adrian Grijincu <[email protected]>\n"
"Language-Team: Romanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/ru.po
new/gst-plugins-ugly-1.16.1/po/ru.po
--- old/gst-plugins-ugly-1.16.0/po/ru.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/ru.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-12-01 13:38+0400\n"
"Last-Translator: Yuri Kozlov <[email protected]>\n"
"Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/sk.po
new/gst-plugins-ugly-1.16.1/po/sk.po
--- old/gst-plugins-ugly-1.16.0/po/sk.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/sk.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2014-01-30 10:28+0100\n"
"Last-Translator: Peter Tuharsky <[email protected]>\n"
"Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/sl.po
new/gst-plugins-ugly-1.16.1/po/sl.po
--- old/gst-plugins-ugly-1.16.0/po/sl.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/sl.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-03-26 22:48+0100\n"
"Last-Translator: Klemen Košir <[email protected]>\n"
"Language-Team: Slovenian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/sq.po
new/gst-plugins-ugly-1.16.1/po/sq.po
--- old/gst-plugins-ugly-1.16.0/po/sq.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/sq.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <[email protected]>\n"
"Language-Team: Albanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/sr.po
new/gst-plugins-ugly-1.16.1/po/sr.po
--- old/gst-plugins-ugly-1.16.0/po/sr.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/sr.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2013-10-03 22:30+0200\n"
"Last-Translator: Мирослав Николић <[email protected]>\n"
"Language-Team: Serbian <(nothing)>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/sv.po
new/gst-plugins-ugly-1.16.1/po/sv.po
--- old/gst-plugins-ugly-1.16.0/po/sv.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/sv.po 2019-09-23 12:10:59.000000000
+0200
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.15.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2019-01-17 02:02+0000\n"
"Last-Translator: Sebastian Rasmussen <[email protected]>\n"
"Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/ta.po
new/gst-plugins-ugly-1.16.1/po/ta.po
--- old/gst-plugins-ugly-1.16.0/po/ta.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/ta.po 2019-09-23 12:10:59.000000000
+0200
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.15.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2019-02-06 01:10+0530\n"
"Last-Translator: Arun Isaac <[email protected]>\n"
"Language-Team: Tamil <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/tr.po
new/gst-plugins-ugly-1.16.1/po/tr.po
--- old/gst-plugins-ugly-1.16.0/po/tr.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/tr.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-12-01 01:19+0200\n"
"Last-Translator: Server Acim <[email protected]>\n"
"Language-Team: Turkish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/uk.po
new/gst-plugins-ugly-1.16.1/po/uk.po
--- old/gst-plugins-ugly-1.16.0/po/uk.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/uk.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2012-11-28 20:25+0200\n"
"Last-Translator: Yuri Chornoivan <[email protected]>\n"
"Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/vi.po
new/gst-plugins-ugly-1.16.1/po/vi.po
--- old/gst-plugins-ugly-1.16.0/po/vi.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/vi.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2014-06-30 09:20+0700\n"
"Last-Translator: Trần Ngọc Quân <[email protected]>\n"
"Language-Team: Vietnamese <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gst-plugins-ugly-1.16.0/po/zh_CN.po
new/gst-plugins-ugly-1.16.1/po/zh_CN.po
--- old/gst-plugins-ugly-1.16.0/po/zh_CN.po 2019-04-19 01:24:45.000000000
+0200
+++ new/gst-plugins-ugly-1.16.1/po/zh_CN.po 2019-09-23 12:10:59.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: 2019-04-19 00:24+0100\n"
+"POT-Creation-Date: 2019-09-23 11:10+0100\n"
"PO-Revision-Date: 2015-08-28 15:36+0800\n"
"Last-Translator: Mingye Wang <[email protected]>\n"
"Language-Team: Chinese (simplified) <[email protected]>\n"