diff -Nru gst-plugins-good1.0-1.14.1/ChangeLog gst-plugins-good1.0-1.14.2/ChangeLog --- gst-plugins-good1.0-1.14.1/ChangeLog 2018-05-17 12:25:01.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/ChangeLog 2018-07-19 23:54:58.000000000 +0000 @@ -1,3 +1,272 @@ +=== release 1.14.2 === + +2018-07-20 00:54:57 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-good.doap: + * meson.build: + Release 1.14.2 + +2018-07-20 00:54:56 +0100 Tim-Philipp Müller + + * docs/plugins/gst-plugins-good-plugins.args: + * docs/plugins/inspect/plugin-1394.xml: + * docs/plugins/inspect/plugin-aasink.xml: + * docs/plugins/inspect/plugin-alaw.xml: + * docs/plugins/inspect/plugin-alpha.xml: + * docs/plugins/inspect/plugin-alphacolor.xml: + * docs/plugins/inspect/plugin-apetag.xml: + * docs/plugins/inspect/plugin-audiofx.xml: + * docs/plugins/inspect/plugin-audioparsers.xml: + * docs/plugins/inspect/plugin-auparse.xml: + * docs/plugins/inspect/plugin-autodetect.xml: + * docs/plugins/inspect/plugin-avi.xml: + * docs/plugins/inspect/plugin-cacasink.xml: + * docs/plugins/inspect/plugin-cairo.xml: + * docs/plugins/inspect/plugin-cutter.xml: + * docs/plugins/inspect/plugin-debug.xml: + * docs/plugins/inspect/plugin-deinterlace.xml: + * docs/plugins/inspect/plugin-dtmf.xml: + * docs/plugins/inspect/plugin-dv.xml: + * docs/plugins/inspect/plugin-effectv.xml: + * docs/plugins/inspect/plugin-equalizer.xml: + * docs/plugins/inspect/plugin-flac.xml: + * docs/plugins/inspect/plugin-flv.xml: + * docs/plugins/inspect/plugin-flxdec.xml: + * docs/plugins/inspect/plugin-gdkpixbuf.xml: + * docs/plugins/inspect/plugin-goom.xml: + * docs/plugins/inspect/plugin-goom2k1.xml: + * docs/plugins/inspect/plugin-gtk.xml: + * docs/plugins/inspect/plugin-icydemux.xml: + * docs/plugins/inspect/plugin-id3demux.xml: + * docs/plugins/inspect/plugin-imagefreeze.xml: + * docs/plugins/inspect/plugin-interleave.xml: + * docs/plugins/inspect/plugin-isomp4.xml: + * docs/plugins/inspect/plugin-jack.xml: + * docs/plugins/inspect/plugin-jpeg.xml: + * docs/plugins/inspect/plugin-lame.xml: + * docs/plugins/inspect/plugin-level.xml: + * docs/plugins/inspect/plugin-matroska.xml: + * docs/plugins/inspect/plugin-mpg123.xml: + * docs/plugins/inspect/plugin-mulaw.xml: + * docs/plugins/inspect/plugin-multifile.xml: + * docs/plugins/inspect/plugin-multipart.xml: + * docs/plugins/inspect/plugin-navigationtest.xml: + * docs/plugins/inspect/plugin-oss4.xml: + * docs/plugins/inspect/plugin-ossaudio.xml: + * docs/plugins/inspect/plugin-png.xml: + * docs/plugins/inspect/plugin-pulseaudio.xml: + * docs/plugins/inspect/plugin-qmlgl.xml: + * docs/plugins/inspect/plugin-replaygain.xml: + * docs/plugins/inspect/plugin-rtp.xml: + * docs/plugins/inspect/plugin-rtpmanager.xml: + * docs/plugins/inspect/plugin-rtsp.xml: + * docs/plugins/inspect/plugin-shapewipe.xml: + * docs/plugins/inspect/plugin-shout2.xml: + * docs/plugins/inspect/plugin-smpte.xml: + * docs/plugins/inspect/plugin-soup.xml: + * docs/plugins/inspect/plugin-spectrum.xml: + * docs/plugins/inspect/plugin-speex.xml: + * docs/plugins/inspect/plugin-taglib.xml: + * docs/plugins/inspect/plugin-twolame.xml: + * docs/plugins/inspect/plugin-udp.xml: + * docs/plugins/inspect/plugin-video4linux2.xml: + * docs/plugins/inspect/plugin-videobox.xml: + * docs/plugins/inspect/plugin-videocrop.xml: + * docs/plugins/inspect/plugin-videofilter.xml: + * docs/plugins/inspect/plugin-videomixer.xml: + * docs/plugins/inspect/plugin-vpx.xml: + * docs/plugins/inspect/plugin-wavenc.xml: + * docs/plugins/inspect/plugin-wavpack.xml: + * docs/plugins/inspect/plugin-wavparse.xml: + * docs/plugins/inspect/plugin-ximagesrc.xml: + * docs/plugins/inspect/plugin-y4menc.xml: + Update docs + +2018-07-17 08:23:54 +0200 Iñigo Huguet + + * ext/qt/gstqtgl.h: + qmlgl: Fix conflicting declaration of type GLsync for non-android + https://bugzilla.gnome.org/show_bug.cgi?id=796821 + +2018-06-20 10:03:59 +0200 Edward Hervey + + * ext/soup/gstsouphttpsrc.c: + souphttpsrc: Protect input stream with lock + This was the last remaining place where modifying/unreffing the + input stream was not protected by the lock + https://bugzilla.gnome.org/show_bug.cgi?id=796639 + +2018-06-18 12:13:48 +0300 Sebastian Dröge + + * gst/multifile/gstsplitmuxsrc.c: + splitmuxsrc: Make sure events are writable before setting their seqnum + +2018-07-13 16:51:24 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Validate that capture buffers were queued + When the pool is started, we allocate and release buffer, expecting + the pool release-buffer handler to queue them. Though, as we rely + on release function, there is no direct way to detect that this + process didn't work. + To check this, validate that the number of queued buffer is the same + as the number of allocated buffers. This allow returning an error + when buffer importation was refused by the driver. + https://bugzilla.gnome.org/show_bug.cgi?id=583890 + +2018-07-13 16:02:02 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Only return eos for M2M devices + This will avoid sending EOS on v4l2src when a driver sends an empty + buffers. This case would be a bug in the driver, but yet the camera + should keep running. + This also removes the check for corrupted buffers, as this check is + already done later. + https://bugzilla.gnome.org/show_bug.cgi?id=794842 + +2018-07-13 15:58:36 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2.c: + * sys/v4l2/v4l2-utils.h: + * sys/v4l2/v4l2_calls.c: + v4l2: Add a macro to check for M2M + https://bugzilla.gnome.org/show_bug.cgi?id=794842 + +2018-07-13 14:41:13 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2allocator.c: + v4l2allocator: Fix userptr importation + The length passed to the driver was always 0 instead of the size of + the memory. This would fail validation in videobuf2. + +2018-07-11 12:21:44 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2object.c: + * sys/v4l2/gstv4l2object.h: + * sys/v4l2/gstv4l2src.c: + v4l2src: Try to avoid TRY_FMT when camera is streaming + Some camera firmware crash is TRY_FMT is called during streaming. As a + side effect. This try and detect that the same format as currently + running is about to be tried, and skip renegotiation. + https://bugzilla.gnome.org/show_bug.cgi?id=796789 + +2018-07-09 13:59:02 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2videodec.c: + v4l2videodec: Protect double calls to set_format() + In some cases, set_format() may get called twice before the output + format is set. Running an allocation query in this case is both not + needed and will cause assertion due tot he NULL caps. + +2018-07-08 20:08:18 -0400 Thibault Saunier + + * gst/audiofx/gstscaletempo.c: + scaletempo: Mark as Audio in classification + +2018-06-28 19:08:35 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2videoenc.c: + v4l2videoenc: Only renegotiate with upstream + When the decoder get linked further, it will receive a renegotiation + event from downstream. This case is not supported and should be ignored. + This fixes issues when this encoder is used inside an GstRtspServer + pipeline. + https://bugzilla.gnome.org/show_bug.cgi?id=796525 + +2018-06-22 14:56:31 +0000 Nicolas Dufresne + + * sys/v4l2/gstv4l2videoenc.c: + v4l2videoenc: Don't set colorimetry on capture + The colorimetry will be set along with the raw format and those fields + will then be copied from sink to src caps by the gst encoder. + https://bugzilla.gnome.org/show_bug.cgi?id=791471 + +2018-06-27 16:57:29 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2object.c: + v4l2object: Really always set colorimetry + This fixes patch dd1c5aed656e07e3dad01f83410f3af16cfb14cf which + pretended to always set colorimetry but the patch was incomplete. + This is again best effort considering the spec says that for CAPTURE + you may only read this value. + +2018-06-26 15:04:39 +0200 Michael Tretter + + * sys/v4l2/gstv4l2videodec.c: + v4l2videodec: do not call streamon while pool is flushing + gst_v4l2_buffer_pool_flush() executes streamoff for the output, but + streamoff->streamon for the capture of the decoder. + gst_v4l2_buffer_pool_streamon() on capture assumes that is able to + resurrect the buffers from the pool, but acquiring buffers fails if the + buffer pool is still flushing. + The decoder needs to stop flushing the pools before calling + gst_v4l2_buffer_pool_flush() to restart the v4l2 device. Otherwise + starting the decoding thread might fail, because there are no buffers in + the capture pool. + This fixes a regression that was introduced in 97985a335c78 + ("v4l2videodec: Add dynamic resolution change support"). + https://bugzilla.gnome.org/show_bug.cgi?id=796681 + +2018-06-25 16:03:17 +0200 Philipp Zabel + + * sys/v4l2/gstv4l2object.c: + v4l2object: use S_SELECTION instead of S_CROP in gst_v4l2_object_set_crop + The S_CROP call doesn't work on mem2mem output queues. Use the + S_SELECTION call to set the crop rectangle and only fall back to + S_CROP for ancient kernels. + This will allow v4l2videoenc to set the coded size on the output + queue via S_FMT and then set the visible size via the crop rectangle, + as required by the V4L2 codec API. + https://bugzilla.gnome.org/show_bug.cgi?id=796672 + +2018-06-27 13:46:00 +0000 Marian Mihailescu + + * sys/v4l2/gstv4l2videoenc.c: + v4l2videoenc: activate capture pool after output pool + Some drivers need output buffers set before capture buffers. + CODA cannot set output format if capture is streaming. + Exynos MFC fails on output STREAMON if capture is already streaming. + This patch delays capture activation until output is configured and + streaming + https://bugzilla.gnome.org/show_bug.cgi?id=796693 + +2018-05-16 20:16:44 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2object.c: + v4l2object: Don't open the device in get property + This is both racy and inefficient. This function is still missing some + locking which will be address in later patch. + https://bugzilla.gnome.org/show_bug.cgi?id=796185 + +2018-05-12 08:03:28 +0200 Edward Hervey + + * sys/v4l2/gstv4l2videodec.c: + v4l2: Fix typo in debug messages + It's a decoder, not an encoder :) + https://bugzilla.gnome.org/show_bug.cgi?id=795941 + +2018-05-28 15:19:52 -0400 Nicolas Dufresne + + * sys/v4l2/gstv4l2bufferpool.c: + v4l2bufferpool: Drop truncated frames + Drop truncated frames regardless if they have the ERROR flag or not. + Truncated frame causes video frame map failure in many elements + including cluttersink, glupload etc. + +2018-05-27 20:29:47 +0100 Tim-Philipp Müller + + * tests/check/elements/rtpstorage.c: + * tests/check/elements/rtpulpfec.c: + tests: rtpstorage: fix potential crashes / test failures on 32-bit + Pass 64 bits to g_object_set() for 64-bit integer properties like + rtpstorage's "size-time" property. + https://bugzilla.gnome.org/show_bug.cgi?id=796429 + === release 1.14.1 === 2018-05-17 13:25:00 +0100 Tim-Philipp Müller diff -Nru gst-plugins-good1.0-1.14.1/config.guess gst-plugins-good1.0-1.14.2/config.guess --- gst-plugins-good1.0-1.14.1/config.guess 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/config.guess 2018-07-19 23:52:34.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2017 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2017-11-07' +timestamp='2018-02-24' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2017 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -107,9 +107,9 @@ dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; + ,,) echo "int x;" > "$dummy.c" ; for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; @@ -132,14 +132,14 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -case "${UNAME_SYSTEM}" in +case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu - eval $set_cc_for_build - cat <<-EOF > $dummy.c + eval "$set_cc_for_build" + cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc @@ -149,13 +149,20 @@ LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" + + # If ldd exists, use it to detect musl libc. + if command -v ldd >/dev/null && \ + ldd --version 2>&1 | grep -q ^musl + then + LIBC=musl + fi ;; esac # Note: order is significant - the case branches are not exclusive. -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in +case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, @@ -169,30 +176,30 @@ # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ + "/sbin/$sysctl" 2>/dev/null || \ + "/usr/sbin/$sysctl" 2>/dev/null || \ echo unknown)` - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown + arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` + machine="${arch}${endian}"-unknown ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + *) machine="$UNAME_MACHINE_ARCH"-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build + eval "$set_cc_for_build" if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then @@ -208,10 +215,10 @@ ;; esac # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` + abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ;; esac # The OS release @@ -219,52 +226,55 @@ # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in + case "$UNAME_VERSION" in Debian*) release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "$machine-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE" exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" exit ;; *:MidnightBSD:*:*) - echo ${UNAME_MACHINE}-unknown-midnightbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" exit ;; *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" exit ;; *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" exit ;; macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix + echo "$UNAME_MACHINE"-unknown-sortix exit ;; *:Redox:*:*) - echo ${UNAME_MACHINE}-unknown-redox + echo "$UNAME_MACHINE"-unknown-redox exit ;; + mips:OSF1:*.*) + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -316,7 +326,7 @@ # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 @@ -325,10 +335,10 @@ echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos + echo "$UNAME_MACHINE"-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos + echo "$UNAME_MACHINE"-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition @@ -340,7 +350,7 @@ echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} + echo arm-acorn-riscix"$UNAME_RELEASE" exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos @@ -367,19 +377,19 @@ sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) - echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} + echo i386-pc-auroraux"$UNAME_RELEASE" exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval $set_cc_for_build + eval "$set_cc_for_build" SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. @@ -392,13 +402,13 @@ SUN_ARCH=x86_64 fi fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in @@ -407,25 +417,25 @@ ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" exit ;; sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} + echo m68k-sun-sunos"$UNAME_RELEASE" exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) - echo m68k-sun-sunos${UNAME_RELEASE} + echo m68k-sun-sunos"$UNAME_RELEASE" ;; sun4) - echo sparc-sun-sunos${UNAME_RELEASE} + echo sparc-sun-sunos"$UNAME_RELEASE" ;; esac exit ;; aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} + echo sparc-auspex-sunos"$UNAME_RELEASE" exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not @@ -436,44 +446,44 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} + echo m68k-milan-mint"$UNAME_RELEASE" exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} + echo m68k-hades-mint"$UNAME_RELEASE" exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} + echo m68k-unknown-mint"$UNAME_RELEASE" exit ;; m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} + echo m68k-apple-machten"$UNAME_RELEASE" exit ;; powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} + echo powerpc-apple-machten"$UNAME_RELEASE" exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} + echo mips-dec-ultrix"$UNAME_RELEASE" exit ;; VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} + echo vax-dec-ultrix"$UNAME_RELEASE" exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} + echo clipper-intergraph-clix"$UNAME_RELEASE" exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { @@ -494,11 +504,11 @@ exit (-1); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && + dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} + echo mips-mips-riscos"$UNAME_RELEASE" exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax @@ -524,17 +534,17 @@ AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] + if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ + [ "$TARGET_BINARY_INTERFACE"x = x ] then - echo m88k-dg-dgux${UNAME_RELEASE} + echo m88k-dg-dgux"$UNAME_RELEASE" else - echo m88k-dg-dguxbcs${UNAME_RELEASE} + echo m88k-dg-dguxbcs"$UNAME_RELEASE" fi else - echo i586-dg-dgux${UNAME_RELEASE} + echo i586-dg-dgux"$UNAME_RELEASE" fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) @@ -551,7 +561,7 @@ echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id @@ -563,14 +573,14 @@ if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #include main() @@ -581,7 +591,7 @@ exit(0); } EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then echo "$SYSTEM_NAME" else @@ -595,7 +605,7 @@ exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc @@ -604,9 +614,9 @@ IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} + echo "$IBM_ARCH"-ibm-aix"$IBM_REV" exit ;; *:AIX:*:*) echo rs6000-ibm-aix @@ -615,7 +625,7 @@ echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx @@ -630,28 +640,28 @@ echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + case "$UNAME_MACHINE" in 9000/31?) HP_ARCH=m68000 ;; 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in + case "$sc_cpu_version" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in + case "$sc_kernel_bits" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + if [ "$HP_ARCH" = "" ]; then + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE #include @@ -684,13 +694,13 @@ exit (0); } EOF - (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ "$HP_ARCH" = hppa2.0w ] then - eval $set_cc_for_build + eval "$set_cc_for_build" # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler @@ -709,15 +719,15 @@ HP_ARCH=hppa64 fi fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} + echo "$HP_ARCH"-hp-hpux"$HPUX_REV" exit ;; ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux"$HPUX_REV" exit ;; 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #include int main () @@ -742,7 +752,7 @@ exit (0); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; @@ -763,9 +773,9 @@ exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk + echo "$UNAME_MACHINE"-unknown-osf1mk else - echo ${UNAME_MACHINE}-unknown-osf1 + echo "$UNAME_MACHINE"-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) @@ -790,109 +800,109 @@ echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" exit ;; sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} + echo sparc-unknown-bsdi"$UNAME_RELEASE" exit ;; *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` - case ${UNAME_PROCESSOR} in + case "$UNAME_PROCESSOR" in amd64) UNAME_PROCESSOR=x86_64 ;; i386) UNAME_PROCESSOR=i586 ;; esac - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin + echo "$UNAME_MACHINE"-pc-cygwin exit ;; *:MINGW64*:*) - echo ${UNAME_MACHINE}-pc-mingw64 + echo "$UNAME_MACHINE"-pc-mingw64 exit ;; *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 + echo "$UNAME_MACHINE"-pc-mingw32 exit ;; *:MSYS*:*) - echo ${UNAME_MACHINE}-pc-msys + echo "$UNAME_MACHINE"-pc-msys exit ;; i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 + echo "$UNAME_MACHINE"-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case "$UNAME_MACHINE" in x86) - echo i586-pc-interix${UNAME_RELEASE} + echo i586-pc-interix"$UNAME_RELEASE" exit ;; authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} + echo x86_64-unknown-interix"$UNAME_RELEASE" exit ;; IA64) - echo ia64-unknown-interix${UNAME_RELEASE} + echo ia64-unknown-interix"$UNAME_RELEASE" exit ;; esac ;; i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin + echo "$UNAME_MACHINE"-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" exit ;; i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix + echo "$UNAME_MACHINE"-pc-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -906,63 +916,63 @@ esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arc:Linux:*:* | arceb:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arm*:Linux:*:*) - eval $set_cc_for_build + eval "$set_cc_for_build" if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi else - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; mips:Linux:*:* | mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + eval "$set_cc_for_build" + sed 's/^ //' << EOF > "$dummy.c" #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el @@ -976,70 +986,74 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" + test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ;; mips64el:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; openrisc*:Linux:*:*) - echo or1k-unknown-linux-${LIBC} + echo or1k-unknown-linux-"$LIBC" exit ;; or32:Linux:*:* | or1k*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-${LIBC} + echo sparc-unknown-linux-"$LIBC" exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} + echo hppa64-unknown-linux-"$LIBC" exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; + PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; + PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; + *) echo hppa-unknown-linux-"$LIBC" ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} + echo powerpc64-unknown-linux-"$LIBC" exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} + echo powerpc-unknown-linux-"$LIBC" exit ;; ppc64le:Linux:*:*) - echo powerpc64le-unknown-linux-${LIBC} + echo powerpc64le-unknown-linux-"$LIBC" exit ;; ppcle:Linux:*:*) - echo powerpcle-unknown-linux-${LIBC} + echo powerpcle-unknown-linux-"$LIBC" exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} + echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + if objdump -f /bin/sh | grep -q elf32-x86-64; then + echo "$UNAME_MACHINE"-pc-linux-"$LIBC"x32 + else + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" + fi exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1053,34 +1067,34 @@ # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx + echo "$UNAME_MACHINE"-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop + echo "$UNAME_MACHINE"-unknown-stop exit ;; i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos + echo "$UNAME_MACHINE"-unknown-atheos exit ;; i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable + echo "$UNAME_MACHINE"-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} + echo i386-unknown-lynxos"$UNAME_RELEASE" exit ;; i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp + echo "$UNAME_MACHINE"-pc-msdosdjgpp exit ;; i*86:*:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" fi exit ;; i*86:*:5:[678]*) @@ -1090,12 +1104,12 @@ *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 @@ -1105,9 +1119,9 @@ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv32 + echo "$UNAME_MACHINE"-pc-sysv32 fi exit ;; pc:*:*:*) @@ -1127,9 +1141,9 @@ exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) @@ -1149,9 +1163,9 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; @@ -1160,28 +1174,28 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} + echo m68k-unknown-lynxos"$UNAME_RELEASE" exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} + echo sparc-unknown-lynxos"$UNAME_RELEASE" exit ;; rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} + echo rs6000-unknown-lynxos"$UNAME_RELEASE" exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} + echo powerpc-unknown-lynxos"$UNAME_RELEASE" exit ;; SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} + echo mips-dde-sysv"$UNAME_RELEASE" exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 @@ -1192,7 +1206,7 @@ *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 + echo "$UNAME_MACHINE"-sni-sysv4 else echo ns32k-sni-sysv fi @@ -1212,23 +1226,23 @@ exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos + echo "$UNAME_MACHINE"-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} + echo m68k-apple-aux"$UNAME_RELEASE" exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv"$UNAME_RELEASE" else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv"$UNAME_RELEASE" fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. @@ -1247,39 +1261,39 @@ echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} + echo sx4-nec-superux"$UNAME_RELEASE" exit ;; SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} + echo sx5-nec-superux"$UNAME_RELEASE" exit ;; SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} + echo sx6-nec-superux"$UNAME_RELEASE" exit ;; SX-7:SUPER-UX:*:*) - echo sx7-nec-superux${UNAME_RELEASE} + echo sx7-nec-superux"$UNAME_RELEASE" exit ;; SX-8:SUPER-UX:*:*) - echo sx8-nec-superux${UNAME_RELEASE} + echo sx8-nec-superux"$UNAME_RELEASE" exit ;; SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux${UNAME_RELEASE} + echo sx8r-nec-superux"$UNAME_RELEASE" exit ;; SX-ACE:SUPER-UX:*:*) - echo sxace-nec-superux${UNAME_RELEASE} + echo sxace-nec-superux"$UNAME_RELEASE" exit ;; Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} + echo powerpc-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - eval $set_cc_for_build + eval "$set_cc_for_build" if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ @@ -1307,7 +1321,7 @@ # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` @@ -1315,22 +1329,25 @@ UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-*:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} + echo neo-tandem-nsk"$UNAME_RELEASE" exit ;; NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} + echo nse-tandem-nsk"$UNAME_RELEASE" exit ;; NSR-*:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} + echo nsr-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSV-*:NONSTOP_KERNEL:*:*) + echo nsv-tandem-nsk"$UNAME_RELEASE" exit ;; NSX-*:NONSTOP_KERNEL:*:*) - echo nsx-tandem-nsk${UNAME_RELEASE} + echo nsx-tandem-nsk"$UNAME_RELEASE" exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux @@ -1339,7 +1356,7 @@ echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 @@ -1350,7 +1367,7 @@ else UNAME_MACHINE="$cputype" fi - echo ${UNAME_MACHINE}-unknown-plan9 + echo "$UNAME_MACHINE"-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 @@ -1371,14 +1388,14 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux"$UNAME_RELEASE" exit ;; *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in + case "$UNAME_MACHINE" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; @@ -1387,16 +1404,16 @@ echo i386-pc-xenix exit ;; i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` + echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" exit ;; i*86:rdos:*:*) - echo ${UNAME_MACHINE}-pc-rdos + echo "$UNAME_MACHINE"-pc-rdos exit ;; i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros + echo "$UNAME_MACHINE"-pc-aros exit ;; x86_64:VMkernel:*:*) - echo ${UNAME_MACHINE}-unknown-esx + echo "$UNAME_MACHINE"-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs @@ -1405,7 +1422,7 @@ echo "$0: unable to guess system type" >&2 -case "${UNAME_MACHINE}:${UNAME_SYSTEM}" in +case "$UNAME_MACHINE:$UNAME_SYSTEM" in mips:Linux | mips64:Linux) # If we got here on MIPS GNU/Linux, output extra information. cat >&2 </dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} +UNAME_MACHINE = "$UNAME_MACHINE" +UNAME_RELEASE = "$UNAME_RELEASE" +UNAME_SYSTEM = "$UNAME_SYSTEM" +UNAME_VERSION = "$UNAME_VERSION" EOF exit 1 diff -Nru gst-plugins-good1.0-1.14.1/config.sub gst-plugins-good1.0-1.14.2/config.sub --- gst-plugins-good1.0-1.14.1/config.sub 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/config.sub 2018-07-19 23:52:34.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2017 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2017-11-23' +timestamp='2018-02-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -67,7 +67,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2017 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -94,7 +94,7 @@ *local*) # First pass through any local machine types. - echo $1 + echo "$1" exit ;; * ) @@ -112,7 +112,7 @@ # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` +maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ @@ -120,16 +120,16 @@ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown + basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` + basic_machine=`echo "$1" | sed 's/-[^-]*$//'` + if [ "$basic_machine" != "$1" ] + then os=`echo "$1" | sed 's/.*-/-/'` else os=; fi ;; esac @@ -178,44 +178,44 @@ ;; -sco6) os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 @@ -227,7 +227,7 @@ os=-lynxos ;; -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` ;; -psos*) os=-psos @@ -296,7 +296,7 @@ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ - | pdp10 | pdp11 | pj | pjl \ + | pdp10 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ @@ -333,7 +333,7 @@ basic_machine=$basic_machine-unknown os=-none ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65) ;; ms1) basic_machine=mt-unknown @@ -362,7 +362,7 @@ ;; # Object if more than one company name word. *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. @@ -457,7 +457,7 @@ # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) - basic_machine=i386-unknown + basic_machine=i386-pc os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) @@ -491,7 +491,7 @@ basic_machine=x86_64-pc ;; amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl @@ -536,7 +536,7 @@ os=-linux ;; blackfin-*) - basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) @@ -544,13 +544,13 @@ os=-cnk ;; c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray @@ -648,7 +648,7 @@ os=$os"spe" ;; e500v[12]-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) @@ -740,9 +740,6 @@ hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; - hppa-next) - os=-nextstep3 - ;; hppaosf) basic_machine=hppa1.1-hp os=-osf @@ -755,26 +752,26 @@ basic_machine=i370-ibm ;; i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` + basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; - i386-vsta | vsta) + vsta) basic_machine=i386-unknown os=-vsta ;; @@ -793,19 +790,16 @@ os=-sysv ;; leon-*|leon[3-9]-*) - basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) - basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; - m88k-omron*) - basic_machine=m88k-omron - ;; magnum | m3230) basic_machine=mips-mips os=-sysv @@ -837,10 +831,10 @@ os=-mint ;; mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` + basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` ;; mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown + basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k @@ -859,7 +853,7 @@ os=-msdos ;; ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc @@ -946,6 +940,9 @@ nsr-tandem) basic_machine=nsr-tandem ;; + nsv-tandem) + basic_machine=nsv-tandem + ;; nsx-tandem) basic_machine=nsx-tandem ;; @@ -981,7 +978,7 @@ os=-linux ;; parisc-*) - basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` os=-linux ;; pbd) @@ -997,7 +994,7 @@ basic_machine=i386-pc ;; pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc @@ -1012,16 +1009,16 @@ basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould @@ -1031,23 +1028,23 @@ ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; - ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) - basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm @@ -1101,17 +1098,10 @@ sequent) basic_machine=i386-sequent ;; - sh) - basic_machine=sh-hitachi - os=-hms - ;; sh5el) basic_machine=sh5le-unknown ;; - sh64) - basic_machine=sh64-unknown - ;; - sparclite-wrs | simso-wrs) + simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; @@ -1130,7 +1120,7 @@ os=-sysv4 ;; strongarm-* | thumb-*) - basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` + basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun @@ -1244,9 +1234,6 @@ basic_machine=a29k-wrs os=-vxworks ;; - wasm32) - basic_machine=wasm32-unknown - ;; w65*) basic_machine=w65-wdc os=-none @@ -1266,20 +1253,12 @@ basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) - basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` + basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; - z8k-*-coff) - basic_machine=z8k-unknown - os=-sim - ;; - z80-*-coff) - basic_machine=z80-unknown - os=-sim - ;; none) basic_machine=none-none os=-none @@ -1308,10 +1287,6 @@ vax) basic_machine=vax-dec ;; - pdp10) - # there are many clones, so DEC is not a safe bet - basic_machine=pdp10-unknown - ;; pdp11) basic_machine=pdp11-dec ;; @@ -1321,9 +1296,6 @@ sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) - basic_machine=sparc-sun - ;; cydra) basic_machine=cydra-cydrome ;; @@ -1343,7 +1315,7 @@ # Make sure to match an already-canonicalized machine name. ;; *) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 exit 1 ;; esac @@ -1351,10 +1323,10 @@ # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` + basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` ;; *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` ;; *) ;; @@ -1377,15 +1349,16 @@ -solaris) os=-solaris2 ;; - -svr4*) - os=-sysv4 - ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; + # es1800 is here to avoid being matched by es* (a different OS) + -es1800*) + os=-ose + ;; # Now accept the basic system types. # The portable systems comes first. # Each alternative MUST end in a * to match a version number. @@ -1398,7 +1371,7 @@ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -hiux* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ @@ -1409,14 +1382,15 @@ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -morphos* | -superux* | -rtmk* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox*) + | -onefs* | -tirtos* | -phoenix* | -fuchsia* | -redox* | -bme* \ + | -midnightbsd*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1433,12 +1407,12 @@ -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ + -sim | -xray | -os68k* | -v88r* \ + | -windows* | -osx | -abug | -netware* | -os9* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) - os=`echo $os | sed -e 's|mac|macos|'` + os=`echo "$os" | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc @@ -1447,10 +1421,10 @@ os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` + os=`echo "$os" | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` + os=`echo "$os" | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition @@ -1461,12 +1435,6 @@ -wince*) os=-wince ;; - -osfrose*) - os=-osfrose - ;; - -osf*) - os=-osf - ;; -utek*) os=-bsd ;; @@ -1513,7 +1481,7 @@ -oss*) os=-sysv3 ;; - -svr4) + -svr4*) os=-sysv4 ;; -svr3) @@ -1528,18 +1496,9 @@ -ose*) os=-ose ;; - -es1800*) - os=-ose - ;; - -xenix) - os=-xenix - ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; - -aros*) - os=-aros - ;; -zvmoe) os=-zvmoe ;; @@ -1568,7 +1527,7 @@ *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 exit 1 ;; esac @@ -1664,9 +1623,6 @@ *-be) os=-beos ;; - *-haiku) - os=-haiku - ;; *-ibm) os=-aix ;; @@ -1721,9 +1677,6 @@ i370-*) os=-mvs ;; - *-next) - os=-nextstep3 - ;; *-gould) os=-sysv ;; @@ -1833,11 +1786,11 @@ vendor=stratus ;; esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` + basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` ;; esac -echo $basic_machine$os +echo "$basic_machine$os" exit # Local variables: diff -Nru gst-plugins-good1.0-1.14.1/configure gst-plugins-good1.0-1.14.2/configure --- gst-plugins-good1.0-1.14.1/configure 2018-05-17 12:22:35.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/configure 2018-07-19 23:52:32.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.14.1. +# Generated by GNU Autoconf 2.69 for GStreamer Good Plug-ins 1.14.2. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='GStreamer Good Plug-ins' PACKAGE_TARNAME='gst-plugins-good' -PACKAGE_VERSION='1.14.1' -PACKAGE_STRING='GStreamer Good Plug-ins 1.14.1' +PACKAGE_VERSION='1.14.2' +PACKAGE_STRING='GStreamer Good Plug-ins 1.14.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -2048,7 +2048,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 Good Plug-ins 1.14.1 to adapt to many kinds of systems. +\`configure' configures GStreamer Good Plug-ins 1.14.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2121,7 +2121,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.14.1:";; + short | recursive ) echo "Configuration of GStreamer Good Plug-ins 1.14.2:";; esac cat <<\_ACEOF @@ -2551,7 +2551,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer Good Plug-ins configure 1.14.1 +GStreamer Good Plug-ins configure 1.14.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3362,7 +3362,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 Good Plug-ins $as_me 1.14.1, which was +It was created by GStreamer Good Plug-ins $as_me 1.14.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4344,7 +4344,7 @@ # Define the identity of the package. PACKAGE='gst-plugins-good' - VERSION='1.14.1' + VERSION='1.14.2' cat >>confdefs.h <<_ACEOF @@ -4555,9 +4555,9 @@ - PACKAGE_VERSION_MAJOR=$(echo 1.14.1 | cut -d'.' -f1) - PACKAGE_VERSION_MINOR=$(echo 1.14.1 | cut -d'.' -f2) - PACKAGE_VERSION_MICRO=$(echo 1.14.1 | cut -d'.' -f3) + PACKAGE_VERSION_MAJOR=$(echo 1.14.2 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.14.2 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.14.2 | cut -d'.' -f3) @@ -4568,7 +4568,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5 $as_echo_n "checking nano version... " >&6; } - NANO=$(echo 1.14.1 | cut -d'.' -f4) + NANO=$(echo 1.14.2 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -9411,10 +9411,10 @@ done - GST_CURRENT=1401 + GST_CURRENT=1402 GST_REVISION=0 - GST_AGE=1401 - GST_LIBVERSION=1401:0:1401 + GST_AGE=1402 + GST_LIBVERSION=1402:0:1402 @@ -14042,8 +14042,8 @@ -GST_REQ=1.14.1 -GSTPB_REQ=1.14.1 +GST_REQ=1.14.2 +GSTPB_REQ=1.14.2 @@ -39896,7 +39896,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GStreamer Good Plug-ins $as_me 1.14.1, which was +This file was extended by GStreamer Good Plug-ins $as_me 1.14.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -39962,7 +39962,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 Good Plug-ins config.status 1.14.1 +GStreamer Good Plug-ins config.status 1.14.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gst-plugins-good1.0-1.14.1/configure.ac gst-plugins-good1.0-1.14.2/configure.ac --- gst-plugins-good1.0-1.14.1/configure.ac 2018-05-17 12:22:20.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/configure.ac 2018-07-19 23:52:17.000000000 +0000 @@ -5,7 +5,7 @@ dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/pre -AC_INIT([GStreamer Good Plug-ins],[1.14.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) +AC_INIT([GStreamer Good Plug-ins],[1.14.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-good]) AG_GST_INIT @@ -46,11 +46,11 @@ [GStreamer API Version]) AG_GST_LIBTOOL_PREPARE -AS_LIBTOOL(GST, 1401, 0, 1401) +AS_LIBTOOL(GST, 1402, 0, 1402) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.14.1 -GSTPB_REQ=1.14.1 +GST_REQ=1.14.2 +GSTPB_REQ=1.14.2 dnl *** autotools stuff **** diff -Nru gst-plugins-good1.0-1.14.1/debian/build-deps gst-plugins-good1.0-1.14.2/debian/build-deps --- gst-plugins-good1.0-1.14.1/debian/build-deps 2018-05-23 10:49:22.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/build-deps 2018-07-27 06:41:04.000000000 +0000 @@ -1,6 +1,6 @@ @GST_LIB_DEV_DEP@ @GST_EXTRA_BUILD_DEPENDS@ -libgstreamer-plugins-base@GST_ABI@-dev (>= 1.14.1) +libgstreamer-plugins-base@GST_ABI@-dev (>= 1.14.2) autotools-dev dh-autoreconf automake (>= 1.14) @@ -30,7 +30,7 @@ libgtk-3-dev (>= 3.15) libtag1-dev (>= 1.5) libwavpack-dev (>= 4.60) -gstreamer@GST_ABI@-plugins-base (>= 1.14.1) +gstreamer@GST_ABI@-plugins-base (>= 1.14.2) libsoup2.4-dev (>= 2.48) libpulse-dev (>= 2.0) libbz2-dev diff -Nru gst-plugins-good1.0-1.14.1/debian/build-deps.in gst-plugins-good1.0-1.14.2/debian/build-deps.in --- gst-plugins-good1.0-1.14.1/debian/build-deps.in 2018-05-23 10:49:22.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/build-deps.in 2018-07-27 06:40:17.000000000 +0000 @@ -1,6 +1,6 @@ @GST_LIB_DEV_DEP@ @GST_EXTRA_BUILD_DEPENDS@ -libgstreamer-plugins-base@GST_ABI@-dev (>= 1.14.1) +libgstreamer-plugins-base@GST_ABI@-dev (>= 1.14.2) autotools-dev dh-autoreconf automake (>= 1.14) @@ -30,7 +30,7 @@ libgtk-3-dev (>= 3.15) libtag1-dev (>= 1.5) libwavpack-dev (>= 4.60) -gstreamer@GST_ABI@-plugins-base (>= 1.14.1) +gstreamer@GST_ABI@-plugins-base (>= 1.14.2) libsoup2.4-dev (>= 2.48) libpulse-dev (>= 2.0) libbz2-dev diff -Nru gst-plugins-good1.0-1.14.1/debian/changelog gst-plugins-good1.0-1.14.2/debian/changelog --- gst-plugins-good1.0-1.14.1/debian/changelog 2018-05-23 10:49:22.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/changelog 2018-07-27 06:41:04.000000000 +0000 @@ -1,3 +1,40 @@ +gst-plugins-good1.0 (1.14.2-1ubuntu3) cosmic; urgency=medium + + * Add some information on previous patch about the new upstream issue: + https://bugzilla.gnome.org/show_bug.cgi?id=796879 + + -- Gianfranco Costamagna Fri, 27 Jul 2018 08:41:04 +0200 + +gst-plugins-good1.0 (1.14.2-1ubuntu2) cosmic; urgency=medium + + * debian/patches/b03df1abf828514b0966db058388bf974ed0cf4f.patch: + revert upstream b03df1abf828514b0966db058388bf974ed0cf4f making + the package FTBFS on arm* / Ubuntu + + -- Gianfranco Costamagna Thu, 26 Jul 2018 21:34:51 +0200 + +gst-plugins-good1.0 (1.14.2-1ubuntu1) cosmic; urgency=low + + * Merge from Debian unstable. Remaining changes: + + Import plugins from -bad that are needed for main applications. + - jpegformat + - camerabin (+ basecamerabinsrc + photography) + + Break and Replace -bad versions which contained these plugins. + + Add a library package containing the shared library and a -dev package for + compiling against it. Add Breaks and Replaces against the plugins packages + which formerly contained files shipped here. + + Add 'pluginsdir' variable to our added pcfile for compatibility with + some external software + + debian/control{,.in}: Update Vcs-* for Ubuntu + + -- Gianfranco Costamagna Tue, 24 Jul 2018 10:40:33 +0200 + +gst-plugins-good1.0 (1.14.2-1) unstable; urgency=medium + + * New upstream bugfix release + + -- Sebastian Dröge Mon, 23 Jul 2018 12:14:59 +0300 + gst-plugins-good1.0 (1.14.1-1ubuntu1) cosmic; urgency=medium * Merge with Debian unstable (LP: #1772898); remaining changes: diff -Nru gst-plugins-good1.0-1.14.1/debian/control gst-plugins-good1.0-1.14.2/debian/control --- gst-plugins-good1.0-1.14.1/debian/control 2018-05-23 10:49:22.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/control 2018-07-27 06:41:04.000000000 +0000 @@ -6,7 +6,7 @@ Uploaders: Loic Minier , Sebastian Dröge , Sjoerd Simons -Build-Depends: libgstreamer1.0-dev (>= 1.14.1), libraw1394-dev (>= 2.0.0) [linux-any] , libiec61883-dev (>= 1.0.0) [linux-any] , libavc1394-dev [linux-any] , libv4l-dev [linux-any] , libgudev-1.0-dev (>= 143) [linux-any], libgstreamer-plugins-base1.0-dev (>= 1.14.1), autotools-dev, dh-autoreconf, automake (>= 1.14), autoconf (>= 2.69), libtool (>= 2.2.6), autopoint (>= 0.17), cdbs (>= 0.4.93), debhelper (>= 9), dpkg-dev (>= 1.15.1), pkg-config (>= 0.11.0), gtk-doc-tools (>= 1.12), libglib2.0-dev (>= 2.40), liborc-0.4-dev (>= 1:0.4.17), libcairo2-dev (>= 1.10.0), libcaca-dev, libspeex-dev (>= 1.1.6), libpng-dev, libshout3-dev, libjpeg-dev, libaa1-dev (>= 1.4p5), libflac-dev (>= 1.1.4), libdv4-dev | libdv-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxv-dev, libgtk-3-dev (>= 3.15), libtag1-dev (>= 1.5), libwavpack-dev (>= 4.60), gstreamer1.0-plugins-base (>= 1.14.1), libsoup2.4-dev (>= 2.48), libpulse-dev (>= 2.0), libbz2-dev, gstreamer1.0-doc, gstreamer1.0-plugins-base-doc, libjack-jackd2-dev, libvpx-dev (>= 1.3.0), libmp3lame-dev, libmpg123-dev (>= 1.13), libtwolame-dev (>= 0.3.10), qtbase5-dev, qtdeclarative5-dev, libqt5x11extras5-dev +Build-Depends: libgstreamer1.0-dev (>= 1.14.2), libraw1394-dev (>= 2.0.0) [linux-any] , libiec61883-dev (>= 1.0.0) [linux-any] , libavc1394-dev [linux-any] , libv4l-dev [linux-any] , libgudev-1.0-dev (>= 143) [linux-any], libgstreamer-plugins-base1.0-dev (>= 1.14.2), autotools-dev, dh-autoreconf, automake (>= 1.14), autoconf (>= 2.69), libtool (>= 2.2.6), autopoint (>= 0.17), cdbs (>= 0.4.93), debhelper (>= 9), dpkg-dev (>= 1.15.1), pkg-config (>= 0.11.0), gtk-doc-tools (>= 1.12), libglib2.0-dev (>= 2.40), liborc-0.4-dev (>= 1:0.4.17), libcairo2-dev (>= 1.10.0), libcaca-dev, libspeex-dev (>= 1.1.6), libpng-dev, libshout3-dev, libjpeg-dev, libaa1-dev (>= 1.4p5), libflac-dev (>= 1.1.4), libdv4-dev | libdv-dev, libxdamage-dev, libxext-dev, libxfixes-dev, libxv-dev, libgtk-3-dev (>= 3.15), libtag1-dev (>= 1.5), libwavpack-dev (>= 4.60), gstreamer1.0-plugins-base (>= 1.14.2), libsoup2.4-dev (>= 2.48), libpulse-dev (>= 2.0), libbz2-dev, gstreamer1.0-doc, gstreamer1.0-plugins-base-doc, libjack-jackd2-dev, libvpx-dev (>= 1.3.0), libmp3lame-dev, libmpg123-dev (>= 1.13), libtwolame-dev (>= 0.3.10), qtbase5-dev, qtdeclarative5-dev, libqt5x11extras5-dev Standards-Version: 3.9.3 Vcs-Git: git://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-good1.0 Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-good1.0/+git/gst-plugins-good1.0 diff -Nru gst-plugins-good1.0-1.14.1/debian/gbp.conf gst-plugins-good1.0-1.14.2/debian/gbp.conf --- gst-plugins-good1.0-1.14.1/debian/gbp.conf 2018-05-23 10:49:22.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/gbp.conf 2018-07-27 06:40:17.000000000 +0000 @@ -3,4 +3,4 @@ debian-branch = master pristine-tar = True upstream-tag = upstream/%(version)s -debian-tag = debian/%(version)s +debian-tag = ubuntu/%(version)s diff -Nru gst-plugins-good1.0-1.14.1/debian/patches/b03df1abf828514b0966db058388bf974ed0cf4f.patch gst-plugins-good1.0-1.14.2/debian/patches/b03df1abf828514b0966db058388bf974ed0cf4f.patch --- gst-plugins-good1.0-1.14.1/debian/patches/b03df1abf828514b0966db058388bf974ed0cf4f.patch 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/patches/b03df1abf828514b0966db058388bf974ed0cf4f.patch 2018-07-27 06:41:02.000000000 +0000 @@ -0,0 +1,27 @@ +Description: revert upstream commit b03df1abf828514b0966db058388bf974ed0cf4f breaking arm* builds when GLES is enabled. + this is tracked on https://bugzilla.gnome.org/show_bug.cgi?id=796879 + +From b03df1abf828514b0966db058388bf974ed0cf4f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?I=C3=B1igo=20Huguet?= +Date: Tue, 17 Jul 2018 08:23:54 +0200 +Subject: [PATCH] qmlgl: Fix conflicting declaration of type GLsync for + non-android + +https://bugzilla.gnome.org/show_bug.cgi?id=796821 +--- + ext/qt/gstqtgl.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/ext/qt/gstqtgl.h b/ext/qt/gstqtgl.h +index 85aad6205..1f204ab11 100644 +--- a/ext/qt/gstqtgl.h ++++ b/ext/qt/gstqtgl.h +@@ -29,7 +29,7 @@ + #include + #endif + ++#if defined(QT_OPENGL_ES_2) && GST_GL_HAVE_WINDOW_ANDROID +-#if defined(QT_OPENGL_ES_2) + #define GLsync gst_qt_GLsync + #include + #include diff -Nru gst-plugins-good1.0-1.14.1/debian/patches/series gst-plugins-good1.0-1.14.2/debian/patches/series --- gst-plugins-good1.0-1.14.1/debian/patches/series 2018-05-23 10:49:22.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/patches/series 2018-07-27 06:40:17.000000000 +0000 @@ -1,3 +1,4 @@ add-pkgconfig-file import-camerabin import-jpegformat +b03df1abf828514b0966db058388bf974ed0cf4f.patch diff -Nru gst-plugins-good1.0-1.14.1/debian/rules gst-plugins-good1.0-1.14.2/debian/rules --- gst-plugins-good1.0-1.14.1/debian/rules 2018-05-23 10:49:22.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/debian/rules 2018-07-27 06:40:17.000000000 +0000 @@ -49,7 +49,7 @@ gst_lib=libgstreamer$(gst_abi)-0 gst_lib_dev=libgstreamer$(gst_abi)-dev # what gstreamer version is needed -gst_lib_dev_dep=$(gst_lib_dev) (>= 1.14.1) +gst_lib_dev_dep=$(gst_lib_dev) (>= 1.14.2) gst_pkgname=gstreamer$(gst_abi) gst_deb_abi=$(gst_abi)-0 diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/gst-plugins-good-plugins.args gst-plugins-good1.0-1.14.2/docs/plugins/gst-plugins-good-plugins.args --- gst-plugins-good1.0-1.14.1/docs/plugins/gst-plugins-good-plugins.args 2018-05-17 12:24:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/gst-plugins-good-plugins.args 2018-07-19 23:54:11.000000000 +0000 @@ -1015,7 +1015,7 @@ rw User Agent The User-Agent string to send to the server. -"GStreamer/1.14.1" +"GStreamer/1.14.2" @@ -3535,7 +3535,7 @@ rw User-Agent Value of the User-Agent HTTP request header field. -"GStreamer souphttpsrc 1.14.1 " +"GStreamer souphttpsrc 1.14.2 " diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/ch01.html gst-plugins-good1.0-1.14.2/docs/plugins/html/ch01.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/ch01.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/ch01.html 2018-07-19 23:55:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1446,6 +1446,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/ch02.html gst-plugins-good1.0-1.14.2/docs/plugins/html/ch02.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/ch02.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/ch02.html 2018-07-19 23:55:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -254,6 +254,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -516,6 +516,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-aacparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-aacparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-aacparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-aacparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -174,6 +174,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-aasink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-aasink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-aasink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-aasink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -317,6 +317,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -187,6 +187,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-agingtv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-agingtv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-agingtv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-agingtv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -236,6 +236,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alawdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alawdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alawdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alawdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -152,6 +152,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alawenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alawenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alawenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alawenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -159,6 +159,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -170,6 +170,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alpha.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alpha.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-alpha.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-alpha.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -382,6 +382,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-amrparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-amrparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-amrparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-amrparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -191,6 +191,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-apedemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-apedemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-apedemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-apedemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -177,6 +177,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -194,6 +194,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -204,6 +204,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-asteriskh263.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-asteriskh263.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-asteriskh263.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-asteriskh263.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -150,6 +150,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -215,6 +215,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -284,6 +284,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -270,6 +270,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -243,6 +243,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioecho.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioecho.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioecho.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioecho.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -281,6 +281,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -606,6 +606,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -554,6 +554,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -200,6 +200,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -239,6 +239,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -249,6 +249,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -262,6 +262,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -248,6 +248,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-auparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-auparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-auparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-auparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -167,6 +167,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -198,6 +198,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -157,6 +157,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -198,6 +198,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -157,6 +157,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-avidemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-avidemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-avidemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-avidemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -678,6 +678,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-avimux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-avimux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-avimux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-avimux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -330,6 +330,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -164,6 +164,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-breakmydata.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-breakmydata.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-breakmydata.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-breakmydata.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -126,6 +126,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cacasink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cacasink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cacasink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cacasink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -227,6 +227,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -383,6 +383,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-capssetter.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-capssetter.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-capssetter.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-capssetter.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -220,6 +220,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cpureport.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cpureport.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cpureport.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cpureport.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cutter.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cutter.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-cutter.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-cutter.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -260,6 +260,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -175,6 +175,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -528,6 +528,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -218,6 +218,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dicetv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dicetv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dicetv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dicetv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -199,6 +199,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -160,6 +160,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -251,6 +251,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -301,6 +301,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dvdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dvdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dvdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dvdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -237,6 +237,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -192,6 +192,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dynudpsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dynudpsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-dynudpsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-dynudpsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -238,6 +238,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-edgetv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-edgetv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-edgetv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-edgetv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -168,6 +168,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -331,6 +331,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -233,6 +233,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -293,6 +293,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flacdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flacdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flacdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flacdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -182,6 +182,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flacenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flacenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flacenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flacenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -446,6 +446,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flacparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flacparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flacparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flacparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -209,6 +209,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flactag.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flactag.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flactag.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flactag.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -184,6 +184,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -233,6 +233,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flvmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flvmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flvmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flvmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -76,7 +76,7 @@ ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement - ╰── GstAggregator + ╰── GstAggregator ╰── GstFlvMux @@ -284,6 +284,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flxdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flxdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-flxdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-flxdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gamma.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gamma.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gamma.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gamma.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -206,6 +206,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -230,6 +230,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -374,6 +374,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -248,6 +248,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -176,6 +176,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-goom.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-goom.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-goom.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-goom.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -175,6 +175,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gtkglsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gtkglsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gtkglsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gtkglsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -141,6 +141,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gtksink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gtksink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-gtksink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-gtksink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -137,6 +137,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -244,6 +244,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-icydemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-icydemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-icydemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-icydemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -172,6 +172,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-id3demux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-id3demux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-id3demux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-id3demux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -204,6 +204,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -196,6 +196,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-iirequalizer.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-iirequalizer.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-iirequalizer.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-iirequalizer.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -82,6 +82,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -167,6 +167,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-interleave.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-interleave.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-interleave.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-interleave.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -243,6 +243,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -476,6 +476,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -259,6 +259,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -257,6 +257,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -213,6 +213,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -230,6 +230,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-lamemp3enc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-lamemp3enc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-lamemp3enc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-lamemp3enc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -334,6 +334,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-level.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-level.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-level.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-level.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -583,6 +583,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -283,6 +283,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -508,6 +508,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-matroskaparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-matroskaparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-matroskaparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-matroskaparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -197,6 +197,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -468,6 +468,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-monoscope.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-monoscope.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-monoscope.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-monoscope.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -193,6 +193,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -519,6 +519,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -173,6 +173,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mpg123audiodec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mpg123audiodec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mpg123audiodec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mpg123audiodec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -170,6 +170,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -152,6 +152,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -159,6 +159,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -399,6 +399,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -261,6 +261,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -224,6 +224,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -196,6 +196,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -717,6 +717,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-navigationtest.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-navigationtest.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-navigationtest.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-navigationtest.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -152,6 +152,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-navseek.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-navseek.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-navseek.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-navseek.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-optv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-optv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-optv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-optv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -224,6 +224,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -247,6 +247,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-oss4src.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-oss4src.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-oss4src.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-oss4src.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -206,6 +206,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osssink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osssink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osssink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osssink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -191,6 +191,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osssrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osssrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osssrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osssrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -201,6 +201,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -144,6 +144,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -139,6 +139,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -142,6 +142,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -124,6 +124,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-audioparsers.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-audioparsers.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-audioparsers.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-audioparsers.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -104,6 +104,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -88,6 +88,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -84,6 +84,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -108,6 +108,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -84,6 +84,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -120,6 +120,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -84,6 +84,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -84,6 +84,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -84,6 +84,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-gtk.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-gtk.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-gtk.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-gtk.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -104,6 +104,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-lame.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-lame.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-lame.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-lame.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -88,6 +88,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-mpg123.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-mpg123.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-mpg123.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-mpg123.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -92,6 +92,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-qmlgl.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-qmlgl.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-qmlgl.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-qmlgl.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -84,6 +84,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -444,6 +444,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -112,6 +112,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-twolame.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-twolame.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-twolame.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-twolame.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -88,6 +88,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -84,6 +84,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -88,6 +88,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -88,6 +88,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -80,6 +80,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -74,6 +74,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -41,7 +41,7 @@

version

-1.14.1 +1.14.2

run-time license

@@ -73,6 +73,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pngdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pngdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pngdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pngdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -153,6 +153,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pngenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pngenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pngenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pngenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -201,6 +201,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-progressreport.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-progressreport.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-progressreport.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-progressreport.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -270,6 +270,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -353,6 +353,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -325,6 +325,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pushfilesrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pushfilesrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-pushfilesrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-pushfilesrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -270,6 +270,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qmlglsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qmlglsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qmlglsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qmlglsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -181,6 +181,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qmlglsrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qmlglsrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qmlglsrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qmlglsrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -169,6 +169,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -230,6 +230,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -195,6 +195,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qtmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qtmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-qtmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-qtmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -618,6 +618,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-quarktv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-quarktv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-quarktv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-quarktv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -195,6 +195,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-radioactv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-radioactv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-radioactv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-radioactv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -241,6 +241,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-revtv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-revtv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-revtv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-revtv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -226,6 +226,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -353,6 +353,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -203,6 +203,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -348,6 +348,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rippletv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rippletv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rippletv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rippletv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -209,6 +209,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rndbuffersize.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rndbuffersize.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rndbuffersize.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rndbuffersize.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -124,6 +124,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -172,6 +172,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -176,6 +176,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -180,6 +180,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -180,6 +180,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -2198,6 +2198,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -161,6 +161,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -162,6 +162,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpceltdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpceltdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpceltdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpceltdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpceltpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpceltpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpceltpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpceltpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -527,6 +527,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -249,6 +249,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -187,6 +187,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -347,6 +347,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdvdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdvdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdvdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdvdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdvpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdvpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpdvpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpdvpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -177,6 +177,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg722depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg722depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg722depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg722depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg722pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg722pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg722pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg722pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -156,6 +156,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg723depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg723depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg723depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg723depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg723pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg723pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg723pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg723pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg726depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg726depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg726depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg726depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -177,6 +177,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg726pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg726pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg726pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg726pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg729depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg729depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg729depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg729depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg729pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg729pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpg729pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpg729pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgsmdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgsmdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgsmdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgsmdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgsmpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgsmpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgsmpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgsmpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgstdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgstdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgstdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgstdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgstpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgstpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpgstpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpgstpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph261depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph261depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph261depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph261depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -179,6 +179,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph261pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph261pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph261pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph261pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -185,6 +185,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -181,6 +181,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263pdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263pdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263pdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263pdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263ppay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263ppay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph263ppay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph263ppay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -181,6 +181,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph264depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph264depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph264depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph264depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph264pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph264pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph264pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph264pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -198,6 +198,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph265depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph265depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph265depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph265depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph265pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph265pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtph265pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtph265pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -198,6 +198,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpilbcdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpilbcdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpilbcdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpilbcdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -177,6 +177,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpilbcpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpilbcpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpilbcpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpilbcpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -152,6 +152,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpj2kdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpj2kdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpj2kdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpj2kdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -159,6 +159,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -159,6 +159,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -873,6 +873,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpjpegdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpjpegdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpjpegdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpjpegdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -208,6 +208,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpklvdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpklvdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpklvdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpklvdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -172,6 +172,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpklvpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpklvpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpklvpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpklvpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -172,6 +172,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -176,6 +176,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -181,6 +181,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL24depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL24depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL24depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL24depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -172,6 +172,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL24pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL24pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL24pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL24pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -173,6 +173,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL8depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL8depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL8depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL8depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -172,6 +172,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL8pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL8pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpL8pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpL8pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -173,6 +173,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp1sdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp1sdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp1sdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp1sdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -181,6 +181,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4adepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4adepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4adepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4adepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4apay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4apay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4apay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4apay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -182,6 +182,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpadepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpadepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpadepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpadepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpapay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpapay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpapay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpapay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmparobustdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmparobustdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmparobustdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmparobustdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpvdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpvdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpvdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpvdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpvpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpvpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmpvpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmpvpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -254,6 +254,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpopusdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpopusdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpopusdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpopusdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpopuspay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpopuspay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpopuspay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpopuspay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmadepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmadepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmadepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmadepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmapay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmapay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmapay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmapay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -156,6 +156,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmudepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmudepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmudepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmudepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmupay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmupay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtppcmupay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtppcmupay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -156,6 +156,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -393,6 +393,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpqcelpdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpqcelpdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpqcelpdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpqcelpdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -155,6 +155,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpqdm2depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpqdm2depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpqdm2depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpqdm2depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpreddec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpreddec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpreddec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpreddec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -202,6 +202,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpredenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpredenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpredenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpredenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -230,6 +230,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtprtxqueue.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtprtxqueue.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtprtxqueue.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtprtxqueue.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -283,6 +283,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -398,6 +398,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -252,6 +252,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsbcdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsbcdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsbcdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsbcdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -177,6 +177,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1121,6 +1121,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsirendepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsirendepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsirendepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsirendepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsirenpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsirenpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsirenpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsirenpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -152,6 +152,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpspeexdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpspeexdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpspeexdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpspeexdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpspeexpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpspeexpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpspeexpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpspeexpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -371,6 +371,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpstorage.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpstorage.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpstorage.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpstorage.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -211,6 +211,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpstreamdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpstreamdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpstreamdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpstreamdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -193,6 +193,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpstreampay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpstreampay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpstreampay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpstreampay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -192,6 +192,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsv3vdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsv3vdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpsv3vdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpsv3vdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtptheoradepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtptheoradepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtptheoradepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtptheoradepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtptheorapay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtptheorapay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtptheorapay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtptheorapay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -235,6 +235,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -122,7 +122,7 @@

The level of protection can be configured with two properties, “percentage” and “percentage-important”, the element will determine which percentage to use for a given set of -packets based on the presence of the GST_BUFFER_FLAG_NON_DROPPABLE +packets based on the presence of the GST_BUFFER_FLAG_NON_DROPPABLE flag, upstream payloaders are expected to set this flag on "important" packets such as those making up a keyframe.

The percentage is expressed not in terms of bytes, but in terms of @@ -293,6 +293,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvorbisdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvorbisdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvorbisdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvorbisdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvorbispay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvorbispay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvorbispay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvorbispay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp8depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp8depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp8depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp8depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp8pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp8pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp8pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp8pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -177,6 +177,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp9depay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp9depay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp9depay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp9depay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp9pay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp9pay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvp9pay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvp9pay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -177,6 +177,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvrawdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvrawdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvrawdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvrawdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvrawpay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvrawpay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpvrawpay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpvrawpay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpxqtdepay.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpxqtdepay.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtpxqtdepay.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtpxqtdepay.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -151,6 +151,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -728,7 +728,7 @@
  “user-agent”               gchar *

The User-Agent string to send to the server.

Flags: Read / Write

-

Default value: "GStreamer/1.14.1"

+

Default value: "GStreamer/1.14.2"


@@ -1117,6 +1117,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -157,6 +157,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -167,7 +167,7 @@

class

-Filter/Effect/Rate +Filter/Effect/Rate/Audio @@ -293,6 +293,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -167,6 +167,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -241,6 +241,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-shout2send.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-shout2send.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-shout2send.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-shout2send.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -380,6 +380,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -300,6 +300,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-smpte.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-smpte.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-smpte.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-smpte.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -279,6 +279,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-souphttpclientsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-souphttpclientsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-souphttpclientsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-souphttpclientsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -319,6 +319,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -397,7 +397,7 @@
  “user-agent”               gchar *

Value of the User-Agent HTTP request header field.

Flags: Read / Write

-

Default value: "GStreamer souphttpsrc 1.14.1 "

+

Default value: "GStreamer souphttpsrc 1.14.2 "


@@ -537,6 +537,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-spectrum.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-spectrum.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-spectrum.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-spectrum.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -571,6 +571,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-speexdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-speexdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-speexdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-speexdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -200,6 +200,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-speexenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-speexenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-speexenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-speexenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -335,6 +335,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -197,6 +197,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -524,6 +524,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -295,6 +295,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-streaktv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-streaktv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-streaktv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-streaktv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -193,6 +193,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-taginject.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-taginject.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-taginject.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-taginject.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -206,6 +206,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-testsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-testsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-testsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-testsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -99,6 +99,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-twolamemp2enc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-twolamemp2enc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-twolamemp2enc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-twolamemp2enc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -378,6 +378,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-udpsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-udpsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-udpsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-udpsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -198,6 +198,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -453,6 +453,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -173,6 +173,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -518,6 +518,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -483,6 +483,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -210,6 +210,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videobalance.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videobalance.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videobalance.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videobalance.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -255,6 +255,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videobox.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videobox.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videobox.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videobox.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -370,6 +370,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videocrop.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videocrop.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videocrop.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videocrop.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -255,6 +255,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videoflip.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videoflip.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videoflip.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videoflip.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -287,6 +287,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videomedian.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videomedian.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videomedian.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videomedian.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -225,6 +225,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videomixer.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videomixer.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-videomixer.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-videomixer.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -339,6 +339,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -258,6 +258,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -805,6 +805,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp9dec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp9dec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp9dec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp9dec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -258,6 +258,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp9enc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp9enc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-vp9enc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-vp9enc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -805,6 +805,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-warptv.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-warptv.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-warptv.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-warptv.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -167,6 +167,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -160,6 +160,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -195,6 +195,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -178,6 +178,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -333,6 +333,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -175,6 +175,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavparse.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavparse.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-wavparse.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-wavparse.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -314,6 +314,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-webmmux.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-webmmux.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-webmmux.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-webmmux.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -282,6 +282,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -303,6 +303,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-y4menc.html gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-y4menc.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/gst-plugins-good-plugins-y4menc.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/gst-plugins-good-plugins-y4menc.html 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -174,6 +174,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file Binary files /tmp/tmpQovm5g/uUwA8xNMWx/gst-plugins-good1.0-1.14.1/docs/plugins/html/home.png and /tmp/tmpQovm5g/PZZyvqG9j8/gst-plugins-good1.0-1.14.2/docs/plugins/html/home.png differ diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/index.html gst-plugins-good1.0-1.14.2/docs/plugins/html/index.html --- gst-plugins-good1.0-1.14.1/docs/plugins/html/index.html 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/index.html 2018-07-19 23:55:13.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@

- for GStreamer Good Plugins 1.0 (1.14.1) + for GStreamer Good Plugins 1.0 (1.14.2) The latest version of this documentation can be found on-line at http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/.

@@ -1098,6 +1098,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file Binary files /tmp/tmpQovm5g/uUwA8xNMWx/gst-plugins-good1.0-1.14.1/docs/plugins/html/left-insensitive.png and /tmp/tmpQovm5g/PZZyvqG9j8/gst-plugins-good1.0-1.14.2/docs/plugins/html/left-insensitive.png differ Binary files /tmp/tmpQovm5g/uUwA8xNMWx/gst-plugins-good1.0-1.14.1/docs/plugins/html/left.png and /tmp/tmpQovm5g/PZZyvqG9j8/gst-plugins-good1.0-1.14.2/docs/plugins/html/left.png differ Binary files /tmp/tmpQovm5g/uUwA8xNMWx/gst-plugins-good1.0-1.14.1/docs/plugins/html/right-insensitive.png and /tmp/tmpQovm5g/PZZyvqG9j8/gst-plugins-good1.0-1.14.2/docs/plugins/html/right-insensitive.png differ Binary files /tmp/tmpQovm5g/uUwA8xNMWx/gst-plugins-good1.0-1.14.1/docs/plugins/html/right.png and /tmp/tmpQovm5g/PZZyvqG9j8/gst-plugins-good1.0-1.14.2/docs/plugins/html/right.png differ diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/style.css gst-plugins-good1.0-1.14.2/docs/plugins/html/style.css --- gst-plugins-good1.0-1.14.1/docs/plugins/html/style.css 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/html/style.css 2018-07-19 23:55:12.000000000 +0000 @@ -30,6 +30,10 @@ vertical-align: top; } +span.nowrap { + white-space: nowrap; +} + div.gallery-float { float: left; Binary files /tmp/tmpQovm5g/uUwA8xNMWx/gst-plugins-good1.0-1.14.1/docs/plugins/html/up-insensitive.png and /tmp/tmpQovm5g/PZZyvqG9j8/gst-plugins-good1.0-1.14.2/docs/plugins/html/up-insensitive.png differ Binary files /tmp/tmpQovm5g/uUwA8xNMWx/gst-plugins-good1.0-1.14.1/docs/plugins/html/up.png and /tmp/tmpQovm5g/PZZyvqG9j8/gst-plugins-good1.0-1.14.2/docs/plugins/html/up.png differ diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-1394.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-1394.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-1394.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-1394.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Source for video data via IEEE1394 interface ../../ext/raw1394/.libs/libgst1394.so libgst1394.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-aasink.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-aasink.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-aasink.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-aasink.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-alaw.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-alaw.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-alaw.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-alaw.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-alphacolor.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-alphacolor.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-alphacolor.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-alphacolor.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ RGBA from/to AYUV colorspace conversion preserving the alpha channel ../../gst/alpha/.libs/libgstalphacolor.so libgstalphacolor.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-alpha.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-alpha.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-alpha.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-alpha.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ adds an alpha channel to video - constant or via chroma-keying ../../gst/alpha/.libs/libgstalpha.so libgstalpha.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-apetag.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-apetag.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-apetag.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-apetag.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ APEv1/2 tag reader ../../gst/apetag/.libs/libgstapetag.so libgstapetag.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-audiofx.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-audiofx.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-audiofx.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-audiofx.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Audio effects plugin ../../gst/audiofx/.libs/libgstaudiofx.so libgstaudiofx.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release @@ -264,7 +264,7 @@ scaletempo Scaletempo - Filter/Effect/Rate + Filter/Effect/Rate/Audio Sync audio tempo with playback rate Rov Juvano <rovjuvano@users.sourceforge.net> diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-audioparsers.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-audioparsers.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-audioparsers.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-audioparsers.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Parsers for various audio formats ../../gst/audioparsers/.libs/libgstaudioparsers.so libgstaudioparsers.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-auparse.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-auparse.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-auparse.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-auparse.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-autodetect.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-autodetect.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-autodetect.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-autodetect.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Plugin contains auto-detection plugins for video/audio in- and outputs ../../gst/autodetect/.libs/libgstautodetect.so libgstautodetect.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-avi.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-avi.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-avi.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-avi.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-cacasink.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-cacasink.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-cacasink.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-cacasink.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-cairo.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-cairo.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-cairo.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-cairo.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Cairo-based elements ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-cutter.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-cutter.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-cutter.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-cutter.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Audio Cutter to split audio into non-silent bits ../../gst/cutter/.libs/libgstcutter.so libgstcutter.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-debug.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-debug.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-debug.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-debug.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ elements for testing and debugging ../../gst/debugutils/.libs/libgstdebug.so libgstdebug.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-deinterlace.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-deinterlace.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-deinterlace.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-deinterlace.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Deinterlacer ../../gst/deinterlace/.libs/libgstdeinterlace.so libgstdeinterlace.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-dtmf.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-dtmf.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-dtmf.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-dtmf.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ DTMF plugins ../../gst/dtmf/.libs/libgstdtmf.so libgstdtmf.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-dv.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-dv.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-dv.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-dv.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ DV demuxer and decoder based on libdv (libdv.sf.net) ../../ext/dv/.libs/libgstdv.so libgstdv.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-effectv.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-effectv.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-effectv.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-effectv.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-equalizer.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-equalizer.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-equalizer.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-equalizer.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ GStreamer audio equalizers ../../gst/equalizer/.libs/libgstequalizer.so libgstequalizer.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-flac.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-flac.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-flac.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-flac.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-flv.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-flv.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-flv.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-flv.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ FLV muxing and demuxing plugin ../../gst/flv/.libs/libgstflv.so libgstflv.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-flxdec.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-flxdec.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-flxdec.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-flxdec.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ FLC/FLI/FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-gdkpixbuf.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-gdkpixbuf.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-gdkpixbuf.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-gdkpixbuf.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ GdkPixbuf-based image decoder, overlay and sink ../../ext/gdk_pixbuf/.libs/libgstgdkpixbuf.so libgstgdkpixbuf.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-goom2k1.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-goom2k1.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-goom2k1.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-goom2k1.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ GOOM 2k1 visualization filter ../../gst/goom2k1/.libs/libgstgoom2k1.so libgstgoom2k1.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-goom.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-goom.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-goom.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-goom.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-gtk.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-gtk.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-gtk.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-gtk.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Gtk+ sink ../../ext/gtk/.libs/libgstgtk.so libgstgtk.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-icydemux.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-icydemux.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-icydemux.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-icydemux.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Demux ICY tags from a stream ../../gst/icydemux/.libs/libgsticydemux.so libgsticydemux.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-id3demux.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-id3demux.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-id3demux.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-id3demux.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Demux ID3v1 and ID3v2 tags from a file ../../gst/id3demux/.libs/libgstid3demux.so libgstid3demux.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-imagefreeze.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-imagefreeze.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-imagefreeze.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-imagefreeze.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Still frame stream generator ../../gst/imagefreeze/.libs/libgstimagefreeze.so libgstimagefreeze.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-interleave.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-interleave.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-interleave.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-interleave.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Audio interleaver/deinterleaver ../../gst/interleave/.libs/libgstinterleave.so libgstinterleave.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-isomp4.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-isomp4.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-isomp4.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-isomp4.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ ISO base media file format support (mp4, 3gpp, qt, mj2) ../../gst/isomp4/.libs/libgstisomp4.so libgstisomp4.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-jack.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-jack.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-jack.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-jack.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ JACK audio elements ../../ext/jack/.libs/libgstjack.so libgstjack.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-jpeg.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-jpeg.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-jpeg.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-jpeg.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-lame.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-lame.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-lame.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-lame.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-level.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-level.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-level.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-level.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-matroska.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-matroska.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-matroska.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-matroska.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Matroska and WebM stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-mpg123.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-mpg123.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-mpg123.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-mpg123.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ mp3 decoding based on the mpg123 library ../../ext/mpg123/.libs/libgstmpg123.so libgstmpg123.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-mulaw.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-mulaw.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-mulaw.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-mulaw.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-multifile.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-multifile.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-multifile.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-multifile.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Reads/Writes buffers from/to sequentially named files ../../gst/multifile/.libs/libgstmultifile.so libgstmultifile.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-multipart.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-multipart.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-multipart.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-multipart.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ multipart stream manipulation ../../gst/multipart/.libs/libgstmultipart.so libgstmultipart.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-navigationtest.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-navigationtest.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-navigationtest.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-navigationtest.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Template for a video filter ../../gst/debugutils/.libs/libgstnavigationtest.so libgstnavigationtest.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-oss4.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-oss4.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-oss4.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-oss4.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Open Sound System (OSS) version 4 support for GStreamer ../../sys/oss4/.libs/libgstoss4.so libgstoss4.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-ossaudio.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-ossaudio.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-ossaudio.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-ossaudio.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ OSS (Open Sound System) support for GStreamer ../../sys/oss/.libs/libgstossaudio.so libgstossaudio.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-png.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-png.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-png.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-png.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-pulseaudio.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-pulseaudio.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-pulseaudio.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-pulseaudio.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ PulseAudio plugin library ../../ext/pulse/.libs/libgstpulseaudio.so libgstpulseaudio.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-qmlgl.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-qmlgl.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-qmlgl.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-qmlgl.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Qt gl plugin ../../ext/qt/.libs/libgstqmlgl.so libgstqmlgl.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-replaygain.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-replaygain.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-replaygain.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-replaygain.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ ReplayGain volume normalization ../../gst/replaygain/.libs/libgstreplaygain.so libgstreplaygain.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-rtpmanager.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-rtpmanager.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-rtpmanager.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-rtpmanager.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ RTP session management plugin library ../../gst/rtpmanager/.libs/libgstrtpmanager.so libgstrtpmanager.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-rtp.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-rtp.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-rtp.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-rtp.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-rtsp.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-rtsp.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-rtsp.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-rtsp.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-shapewipe.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-shapewipe.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-shapewipe.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-shapewipe.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Shape Wipe transition filter ../../gst/shapewipe/.libs/libgstshapewipe.so libgstshapewipe.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-shout2.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-shout2.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-shout2.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-shout2.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Sends data to an icecast server using libshout2 ../../ext/shout2/.libs/libgstshout2.so libgstshout2.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-smpte.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-smpte.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-smpte.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-smpte.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Apply the standard SMPTE transitions on video images ../../gst/smpte/.libs/libgstsmpte.so libgstsmpte.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-soup.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-soup.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-soup.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-soup.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ libsoup HTTP client src/sink ../../ext/soup/.libs/libgstsoup.so libgstsoup.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-spectrum.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-spectrum.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-spectrum.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-spectrum.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Run an FFT on the audio signal, output spectrum data ../../gst/spectrum/.libs/libgstspectrum.so libgstspectrum.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-speex.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-speex.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-speex.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-speex.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-taglib.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-taglib.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-taglib.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-taglib.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Tag writing plug-in based on taglib ../../ext/taglib/.libs/libgsttaglib.so libgsttaglib.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-twolame.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-twolame.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-twolame.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-twolame.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-udp.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-udp.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-udp.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-udp.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-video4linux2.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-video4linux2.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-video4linux2.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-video4linux2.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ elements for Video 4 Linux ../../sys/v4l2/.libs/libgstvideo4linux2.so libgstvideo4linux2.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videobox.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videobox.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videobox.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videobox.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ resizes a video by adding borders or cropping ../../gst/videobox/.libs/libgstvideobox.so libgstvideobox.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videocrop.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videocrop.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videocrop.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videocrop.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Crops video into a user-defined region ../../gst/videocrop/.libs/libgstvideocrop.so libgstvideocrop.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videofilter.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videofilter.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videofilter.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videofilter.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Video filters plugin ../../gst/videofilter/.libs/libgstvideofilter.so libgstvideofilter.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videomixer.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videomixer.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-videomixer.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-videomixer.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-vpx.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-vpx.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-vpx.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-vpx.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ VP8 plugin ../../ext/vpx/.libs/libgstvpx.so libgstvpx.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-wavenc.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-wavenc.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-wavenc.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-wavenc.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-wavpack.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-wavpack.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-wavpack.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-wavpack.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Wavpack lossless/lossy audio format handling ../../ext/wavpack/.libs/libgstwavpack.so libgstwavpack.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-wavparse.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-wavparse.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-wavparse.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-wavparse.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Parse a .wav file into raw audio ../../gst/wavparse/.libs/libgstwavparse.so libgstwavparse.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-ximagesrc.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-ximagesrc.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-ximagesrc.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-ximagesrc.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ X11 video input plugin using standard Xlib calls ../../sys/ximage/.libs/libgstximagesrc.so libgstximagesrc.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-y4menc.xml gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-y4menc.xml --- gst-plugins-good1.0-1.14.1/docs/plugins/inspect/plugin-y4menc.xml 2018-05-17 12:24:59.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/docs/plugins/inspect/plugin-y4menc.xml 2018-07-19 23:54:56.000000000 +0000 @@ -3,7 +3,7 @@ Encodes a YUV frame into the yuv4mpeg format (mjpegtools) ../../gst/y4m/.libs/libgsty4menc.so libgsty4menc.so - 1.14.1 + 1.14.2 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/ext/qt/gstqtgl.h gst-plugins-good1.0-1.14.2/ext/qt/gstqtgl.h --- gst-plugins-good1.0-1.14.1/ext/qt/gstqtgl.h 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/ext/qt/gstqtgl.h 2018-07-18 14:11:48.000000000 +0000 @@ -29,7 +29,7 @@ #include #endif -#if defined(QT_OPENGL_ES_2) && GST_GL_HAVE_WINDOW_ANDROID +#if defined(QT_OPENGL_ES_2) #define GLsync gst_qt_GLsync #include #include diff -Nru gst-plugins-good1.0-1.14.1/ext/soup/gstsouphttpsrc.c gst-plugins-good1.0-1.14.2/ext/soup/gstsouphttpsrc.c --- gst-plugins-good1.0-1.14.1/ext/soup/gstsouphttpsrc.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/ext/soup/gstsouphttpsrc.c 2018-07-18 14:09:08.000000000 +0000 @@ -454,10 +454,12 @@ src->increase_blocksize_count = 0; g_cancellable_reset (src->cancellable); + g_mutex_lock (&src->mutex); if (src->input_stream) { g_object_unref (src->input_stream); src->input_stream = NULL; } + g_mutex_unlock (&src->mutex); gst_caps_replace (&src->src_caps, NULL); g_free (src->iradio_name); @@ -1519,6 +1521,7 @@ return TRUE; } +/* Lock taken */ static GstFlowReturn gst_soup_http_src_send_message (GstSoupHTTPSrc * src) { @@ -1526,6 +1529,7 @@ GError *error = NULL; g_return_val_if_fail (src->msg != NULL, GST_FLOW_ERROR); + g_assert (src->input_stream == NULL); src->input_stream = soup_session_send (src->session, src->msg, src->cancellable, &error); diff -Nru gst-plugins-good1.0-1.14.1/gst/audiofx/gstscaletempo.c gst-plugins-good1.0-1.14.2/gst/audiofx/gstscaletempo.c --- gst-plugins-good1.0-1.14.1/gst/audiofx/gstscaletempo.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/gst/audiofx/gstscaletempo.c 2018-07-18 14:00:01.000000000 +0000 @@ -885,7 +885,7 @@ gst_element_class_add_static_pad_template (gstelement_class, &src_template); gst_element_class_add_static_pad_template (gstelement_class, &sink_template); gst_element_class_set_static_metadata (gstelement_class, "Scaletempo", - "Filter/Effect/Rate", + "Filter/Effect/Rate/Audio", "Sync audio tempo with playback rate", "Rov Juvano "); diff -Nru gst-plugins-good1.0-1.14.1/gst/multifile/gstsplitmuxsrc.c gst-plugins-good1.0-1.14.2/gst/multifile/gstsplitmuxsrc.c --- gst-plugins-good1.0-1.14.1/gst/multifile/gstsplitmuxsrc.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/gst/multifile/gstsplitmuxsrc.c 2018-07-18 14:08:55.000000000 +0000 @@ -424,8 +424,10 @@ if (gst_splitmux_end_of_part (splitmux, splitpad)) // Continuing to next part, drop the EOS goto drop_event; - if (splitmux->segment_seqnum) + if (splitmux->segment_seqnum) { + event = gst_event_make_writable (event); gst_event_set_seqnum (event, splitmux->segment_seqnum); + } break; } case GST_EVENT_SEGMENT:{ @@ -921,8 +923,10 @@ { GList *cur; - if (seqnum) + if (seqnum) { + e = gst_event_make_writable (e); gst_event_set_seqnum (e, seqnum); + } SPLITMUX_SRC_PADS_LOCK (splitmux); for (cur = g_list_first (splitmux->pads); @@ -942,8 +946,10 @@ GstEvent *e = gst_event_new_flush_stop (TRUE); GList *cur; - if (seqnum) + if (seqnum) { + e = gst_event_make_writable (e); gst_event_set_seqnum (e, seqnum); + } SPLITMUX_SRC_PADS_LOCK (splitmux); for (cur = g_list_first (splitmux->pads); diff -Nru gst-plugins-good1.0-1.14.1/gst-plugins-good.doap gst-plugins-good1.0-1.14.2/gst-plugins-good.doap --- gst-plugins-good1.0-1.14.1/gst-plugins-good.doap 2018-05-17 12:22:20.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/gst-plugins-good.doap 2018-07-19 23:52:17.000000000 +0000 @@ -34,6 +34,16 @@ + 1.14.2 + 1.14 + + 2018-07-20 + + + + + + 1.14.1 1.14 diff -Nru gst-plugins-good1.0-1.14.1/ltmain.sh gst-plugins-good1.0-1.14.2/ltmain.sh --- gst-plugins-good1.0-1.14.1/ltmain.sh 2018-05-17 12:22:29.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/ltmain.sh 2018-07-19 23:52:26.000000000 +0000 @@ -31,7 +31,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.6 Debian-2.4.6-2" +VERSION="2.4.6 Debian-2.4.6-2.1" package_revision=2.4.6 @@ -64,7 +64,7 @@ # libraries, which are installed to $pkgauxdir. # Set a version string for this script. -scriptversion=2015-01-20.17; # UTC +scriptversion=2015-10-12.13; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 @@ -580,16 +580,16 @@ { $debug_cmd - func_quote_for_eval "$2" - eval "$1+=\\ \$func_quote_for_eval_result" + func_quote_arg pretty "$2" + eval "$1+=\\ \$func_quote_arg_result" }' else func_append_quoted () { $debug_cmd - func_quote_for_eval "$2" - eval "$1=\$$1\\ \$func_quote_for_eval_result" + func_quote_arg pretty "$2" + eval "$1=\$$1\\ \$func_quote_arg_result" } fi @@ -1091,85 +1091,181 @@ } -# func_quote_for_eval ARG... -# -------------------------- -# Aesthetically quote ARGs to be evaled later. -# This function returns two values: -# i) func_quote_for_eval_result -# double-quoted, suitable for a subsequent eval -# ii) func_quote_for_eval_unquoted_result -# has all characters that are still active within double -# quotes backslashified. -func_quote_for_eval () +# func_quote_portable EVAL ARG +# ---------------------------- +# Internal function to portably implement func_quote_arg. Note that we still +# keep attention to performance here so we as much as possible try to avoid +# calling sed binary (so far O(N) complexity as long as func_append is O(1)). +func_quote_portable () { $debug_cmd - func_quote_for_eval_unquoted_result= - func_quote_for_eval_result= - while test 0 -lt $#; do - case $1 in - *[\\\`\"\$]*) - _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; - *) - _G_unquoted_arg=$1 ;; - esac - if test -n "$func_quote_for_eval_unquoted_result"; then - func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" - else - func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" + func_quote_portable_result=$2 + + # one-time-loop (easy break) + while true + do + if $1; then + func_quote_portable_result=`$ECHO "$2" | $SED \ + -e "$sed_double_quote_subst" -e "$sed_double_backslash"` + break fi - case $_G_unquoted_arg in - # Double-quote args containing shell metacharacters to delay - # word splitting, command substitution and variable expansion - # for a subsequent eval. - # Many Bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - _G_quoted_arg=\"$_G_unquoted_arg\" + # Quote for eval. + case $func_quote_portable_result in + *[\\\`\"\$]*) + case $func_quote_portable_result in + *[\[\*\?]*) + func_quote_portable_result=`$ECHO "$func_quote_portable_result" | $SED "$sed_quote_subst"` + break + ;; + esac + + func_quote_portable_old_IFS=$IFS + for _G_char in '\' '`' '"' '$' + do + # STATE($1) PREV($2) SEPARATOR($3) + set start "" "" + func_quote_portable_result=dummy"$_G_char$func_quote_portable_result$_G_char"dummy + IFS=$_G_char + for _G_part in $func_quote_portable_result + do + case $1 in + quote) + func_append func_quote_portable_result "$3$2" + set quote "$_G_part" "\\$_G_char" + ;; + start) + set first "" "" + func_quote_portable_result= + ;; + first) + set quote "$_G_part" "" + ;; + esac + done + done + IFS=$func_quote_portable_old_IFS ;; - *) - _G_quoted_arg=$_G_unquoted_arg - ;; + *) ;; esac - - if test -n "$func_quote_for_eval_result"; then - func_append func_quote_for_eval_result " $_G_quoted_arg" - else - func_append func_quote_for_eval_result "$_G_quoted_arg" - fi - shift + break done + + func_quote_portable_unquoted_result=$func_quote_portable_result + case $func_quote_portable_result in + # double-quote args containing shell metacharacters to delay + # word splitting, command substitution and variable expansion + # for a subsequent eval. + # many bourne shells cannot handle close brackets correctly + # in scan sets, so we specify it separately. + *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") + func_quote_portable_result=\"$func_quote_portable_result\" + ;; + esac } -# func_quote_for_expand ARG -# ------------------------- -# Aesthetically quote ARG to be evaled later; same as above, -# but do not quote variable references. -func_quote_for_expand () -{ - $debug_cmd +# func_quotefast_eval ARG +# ----------------------- +# Quote one ARG (internal). This is equivalent to 'func_quote_arg eval ARG', +# but optimized for speed. Result is stored in $func_quotefast_eval. +if test xyes = `(x=; printf -v x %q yes; echo x"$x") 2>/dev/null`; then + func_quotefast_eval () + { + printf -v func_quotefast_eval_result %q "$1" + } +else + func_quotefast_eval () + { + func_quote_portable false "$1" + func_quotefast_eval_result=$func_quote_portable_result + } +fi - case $1 in - *[\\\`\"]*) - _G_arg=`$ECHO "$1" | $SED \ - -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; - *) - _G_arg=$1 ;; + +# func_quote_arg MODEs ARG +# ------------------------ +# Quote one ARG to be evaled later. MODEs argument may contain zero ore more +# specifiers listed below separated by ',' character. This function returns two +# values: +# i) func_quote_arg_result +# double-quoted (when needed), suitable for a subsequent eval +# ii) func_quote_arg_unquoted_result +# has all characters that are still active within double +# quotes backslashified. Available only if 'unquoted' is specified. +# +# Available modes: +# ---------------- +# 'eval' (default) +# - escape shell special characters +# 'expand' +# - the same as 'eval'; but do not quote variable references +# 'pretty' +# - request aesthetic output, i.e. '"a b"' instead of 'a\ b'. This might +# later used in func_quote to get output like: 'echo "a b"' instead of +# 'echo a\ b'. This is slower than default on some shells. +# 'unquoted' +# - produce also $func_quote_arg_unquoted_result which does not contain +# wrapping double-quotes. +# +# Examples for 'func_quote_arg pretty,unquoted string': +# +# string | *_result | *_unquoted_result +# ------------+-----------------------+------------------- +# " | \" | \" +# a b | "a b" | a b +# "a b" | "\"a b\"" | \"a b\" +# * | "*" | * +# z="${x-$y}" | "z=\"\${x-\$y}\"" | z=\"\${x-\$y}\" +# +# Examples for 'func_quote_arg pretty,unquoted,expand string': +# +# string | *_result | *_unquoted_result +# --------------+---------------------+-------------------- +# z="${x-$y}" | "z=\"${x-$y}\"" | z=\"${x-$y}\" +func_quote_arg () +{ + _G_quote_expand=false + case ,$1, in + *,expand,*) + _G_quote_expand=: + ;; esac - case $_G_arg in - # Double-quote args containing shell metacharacters to delay - # word splitting and command substitution for a subsequent eval. - # Many Bourne shells cannot handle close brackets correctly - # in scan sets, so we specify it separately. - *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") - _G_arg=\"$_G_arg\" + case ,$1, in + *,pretty,*|*,expand,*|*,unquoted,*) + func_quote_portable $_G_quote_expand "$2" + func_quote_arg_result=$func_quote_portable_result + func_quote_arg_unquoted_result=$func_quote_portable_unquoted_result + ;; + *) + # Faster quote-for-eval for some shells. + func_quotefast_eval "$2" + func_quote_arg_result=$func_quotefast_eval_result ;; esac +} + - func_quote_for_expand_result=$_G_arg +# func_quote MODEs ARGs... +# ------------------------ +# Quote all ARGs to be evaled later and join them into single command. See +# func_quote_arg's description for more info. +func_quote () +{ + $debug_cmd + _G_func_quote_mode=$1 ; shift + func_quote_result= + while test 0 -lt $#; do + func_quote_arg "$_G_func_quote_mode" "$1" + if test -n "$func_quote_result"; then + func_append func_quote_result " $func_quote_arg_result" + else + func_append func_quote_result "$func_quote_arg_result" + fi + shift + done } @@ -1215,8 +1311,8 @@ _G_cmd=$1 _G_fail_exp=${2-':'} - func_quote_for_expand "$_G_cmd" - eval "func_notquiet $func_quote_for_expand_result" + func_quote_arg pretty,expand "$_G_cmd" + eval "func_notquiet $func_quote_arg_result" $opt_dry_run || { eval "$_G_cmd" @@ -1241,8 +1337,8 @@ _G_fail_exp=${2-':'} $opt_quiet || { - func_quote_for_expand "$_G_cmd" - eval "func_echo $func_quote_for_expand_result" + func_quote_arg expand,pretty "$_G_cmd" + eval "func_echo $func_quote_arg_result" } $opt_dry_run || { @@ -1370,7 +1466,7 @@ #! /bin/sh # Set a version string for this script. -scriptversion=2014-01-07.03; # UTC +scriptversion=2015-10-12.13; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 @@ -1530,6 +1626,8 @@ { $debug_cmd + _G_rc_run_hooks=false + case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook funcions.n" ;; @@ -1538,16 +1636,16 @@ eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do - eval $_G_hook '"$@"' - - # store returned options list back into positional - # parameters for next 'cmd' execution. - eval _G_hook_result=\$${_G_hook}_result - eval set dummy "$_G_hook_result"; shift + if eval $_G_hook '"$@"'; then + # store returned options list back into positional + # parameters for next 'cmd' execution. + eval _G_hook_result=\$${_G_hook}_result + eval set dummy "$_G_hook_result"; shift + _G_rc_run_hooks=: + fi done - func_quote_for_eval ${1+"$@"} - func_run_hooks_result=$func_quote_for_eval_result + $_G_rc_run_hooks && func_run_hooks_result=$_G_hook_result } @@ -1557,10 +1655,16 @@ ## --------------- ## # In order to add your own option parsing hooks, you must accept the -# full positional parameter list in your hook function, remove any -# options that you action, and then pass back the remaining unprocessed +# full positional parameter list in your hook function, you may remove/edit +# any options that you action, and then pass back the remaining unprocessed # options in '_result', escaped suitably for -# 'eval'. Like this: +# 'eval'. In this case you also must return $EXIT_SUCCESS to let the +# hook's caller know that it should pay attention to +# '_result'. Returning $EXIT_FAILURE signalizes that +# arguments are left untouched by the hook and therefore caller will ignore the +# result variable. +# +# Like this: # # my_options_prep () # { @@ -1570,9 +1674,11 @@ # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' -# -# func_quote_for_eval ${1+"$@"} -# my_options_prep_result=$func_quote_for_eval_result +# # No change in '$@' (ignored completely by this hook). There is +# # no need to do the equivalent (but slower) action: +# # func_quote eval ${1+"$@"} +# # my_options_prep_result=$func_quote_result +# false # } # func_add_hook func_options_prep my_options_prep # @@ -1581,25 +1687,37 @@ # { # $debug_cmd # +# args_changed=false +# # # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in -# --silent|-s) opt_silent=: ;; +# --silent|-s) opt_silent=: +# args_changed=: +# ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift +# args_changed=: # ;; -# *) set dummy "$_G_opt" "$*"; shift; break ;; +# *) # Make sure the first unrecognised option "$_G_opt" +# # is added back to "$@", we could need that later +# # if $args_changed is true. +# set dummy "$_G_opt" ${1+"$@"}; shift; break ;; # esac # done # -# func_quote_for_eval ${1+"$@"} -# my_silent_option_result=$func_quote_for_eval_result +# if $args_changed; then +# func_quote eval ${1+"$@"} +# my_silent_option_result=$func_quote_result +# fi +# +# $args_changed # } # func_add_hook func_parse_options my_silent_option # @@ -1611,16 +1729,32 @@ # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # -# func_quote_for_eval ${1+"$@"} -# my_option_validation_result=$func_quote_for_eval_result +# false # } # func_add_hook func_validate_options my_option_validation # -# You'll alse need to manually amend $usage_message to reflect the extra +# You'll also need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. +# func_options_finish [ARG]... +# ---------------------------- +# Finishing the option parse loop (call 'func_options' hooks ATM). +func_options_finish () +{ + $debug_cmd + + _G_func_options_finish_exit=false + if func_run_hooks func_options ${1+"$@"}; then + func_options_finish_result=$func_run_hooks_result + _G_func_options_finish_exit=: + fi + + $_G_func_options_finish_exit +} + + # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the @@ -1630,17 +1764,28 @@ { $debug_cmd - func_options_prep ${1+"$@"} - eval func_parse_options \ - ${func_options_prep_result+"$func_options_prep_result"} - eval func_validate_options \ - ${func_parse_options_result+"$func_parse_options_result"} + _G_rc_options=false - eval func_run_hooks func_options \ - ${func_validate_options_result+"$func_validate_options_result"} + for my_func in options_prep parse_options validate_options options_finish + do + if eval func_$my_func '${1+"$@"}'; then + eval _G_res_var='$'"func_${my_func}_result" + eval set dummy "$_G_res_var" ; shift + _G_rc_options=: + fi + done + + # Save modified positional parameters for caller. As a top-level + # options-parser function we always need to set the 'func_options_result' + # variable (regardless the $_G_rc_options value). + if $_G_rc_options; then + func_options_result=$_G_res_var + else + func_quote eval ${1+"$@"} + func_options_result=$func_quote_result + fi - # save modified positional parameters for caller - func_options_result=$func_run_hooks_result + $_G_rc_options } @@ -1649,9 +1794,9 @@ # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and -# needs to propogate that back to rest of this script, then the complete +# needs to propagate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before -# returning. +# returning $EXIT_SUCCESS (otherwise $EXIT_FAILURE is returned). func_hookable func_options_prep func_options_prep () { @@ -1661,10 +1806,14 @@ opt_verbose=false opt_warning_types= - func_run_hooks func_options_prep ${1+"$@"} + _G_rc_options_prep=false + if func_run_hooks func_options_prep ${1+"$@"}; then + _G_rc_options_prep=: + # save modified positional parameters for caller + func_options_prep_result=$func_run_hooks_result + fi - # save modified positional parameters for caller - func_options_prep_result=$func_run_hooks_result + $_G_rc_options_prep } @@ -1678,18 +1827,20 @@ func_parse_options_result= + _G_rc_parse_options=false # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. - func_run_hooks func_parse_options ${1+"$@"} - - # Adjust func_parse_options positional parameters to match - eval set dummy "$func_run_hooks_result"; shift + if func_run_hooks func_parse_options ${1+"$@"}; then + eval set dummy "$func_run_hooks_result"; shift + _G_rc_parse_options=: + fi # Break out of the loop if we already parsed every option. test $# -gt 0 || break + _G_match_parse_options=: _G_opt=$1 shift case $_G_opt in @@ -1704,7 +1855,10 @@ ;; --warnings|--warning|-W) - test $# = 0 && func_missing_arg $_G_opt && break + if test $# = 0 && func_missing_arg $_G_opt; then + _G_rc_parse_options=: + break + fi case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above @@ -1757,15 +1911,25 @@ shift ;; - --) break ;; + --) _G_rc_parse_options=: ; break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; + *) set dummy "$_G_opt" ${1+"$@"}; shift + _G_match_parse_options=false + break + ;; esac + + $_G_match_parse_options && _G_rc_parse_options=: done - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - func_parse_options_result=$func_quote_for_eval_result + + if $_G_rc_parse_options; then + # save modified positional parameters for caller + func_quote eval ${1+"$@"} + func_parse_options_result=$func_quote_result + fi + + $_G_rc_parse_options } @@ -1778,16 +1942,21 @@ { $debug_cmd + _G_rc_validate_options=false + # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" - func_run_hooks func_validate_options ${1+"$@"} + if func_run_hooks func_validate_options ${1+"$@"}; then + # save modified positional parameters for caller + func_validate_options_result=$func_run_hooks_result + _G_rc_validate_options=: + fi # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE - # save modified positional parameters for caller - func_validate_options_result=$func_run_hooks_result + $_G_rc_validate_options } @@ -2068,7 +2237,7 @@ compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) - version: $progname $scriptversion Debian-2.4.6-2 + version: $progname $scriptversion Debian-2.4.6-2.1 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` @@ -2270,6 +2439,8 @@ nonopt= preserve_args= + _G_rc_lt_options_prep=: + # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) @@ -2293,11 +2464,18 @@ uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; + *) + _G_rc_lt_options_prep=false + ;; esac - # Pass back the list of options. - func_quote_for_eval ${1+"$@"} - libtool_options_prep_result=$func_quote_for_eval_result + if $_G_rc_lt_options_prep; then + # Pass back the list of options. + func_quote eval ${1+"$@"} + libtool_options_prep_result=$func_quote_result + fi + + $_G_rc_lt_options_prep } func_add_hook func_options_prep libtool_options_prep @@ -2309,9 +2487,12 @@ { $debug_cmd + _G_rc_lt_parse_options=false + # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do + _G_match_lt_parse_options=: _G_opt=$1 shift case $_G_opt in @@ -2386,15 +2567,22 @@ func_append preserve_args " $_G_opt" ;; - # An option not handled by this hook function: - *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; + # An option not handled by this hook function: + *) set dummy "$_G_opt" ${1+"$@"} ; shift + _G_match_lt_parse_options=false + break + ;; esac + $_G_match_lt_parse_options && _G_rc_lt_parse_options=: done + if $_G_rc_lt_parse_options; then + # save modified positional parameters for caller + func_quote eval ${1+"$@"} + libtool_parse_options_result=$func_quote_result + fi - # save modified positional parameters for caller - func_quote_for_eval ${1+"$@"} - libtool_parse_options_result=$func_quote_for_eval_result + $_G_rc_lt_parse_options } func_add_hook func_parse_options libtool_parse_options @@ -2451,8 +2639,8 @@ } # Pass back the unparsed argument list - func_quote_for_eval ${1+"$@"} - libtool_validate_options_result=$func_quote_for_eval_result + func_quote eval ${1+"$@"} + libtool_validate_options_result=$func_quote_result } func_add_hook func_validate_options libtool_validate_options @@ -3418,8 +3606,8 @@ esac done - func_quote_for_eval "$libobj" - test "X$libobj" != "X$func_quote_for_eval_result" \ + func_quote_arg pretty "$libobj" + test "X$libobj" != "X$func_quote_arg_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" @@ -3492,8 +3680,8 @@ func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result - func_quote_for_eval "$srcfile" - qsrcfile=$func_quote_for_eval_result + func_quote_arg pretty "$srcfile" + qsrcfile=$func_quote_arg_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then @@ -4096,8 +4284,8 @@ case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. - func_quote_for_eval "$nonopt" - install_prog="$func_quote_for_eval_result " + func_quote_arg pretty "$nonopt" + install_prog="$func_quote_arg_result " arg=$1 shift else @@ -4107,8 +4295,8 @@ # The real first argument should be the name of the installation program. # Aesthetically quote it. - func_quote_for_eval "$arg" - func_append install_prog "$func_quote_for_eval_result" + func_quote_arg pretty "$arg" + func_append install_prog "$func_quote_arg_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; @@ -4165,12 +4353,12 @@ esac # Aesthetically quote the argument. - func_quote_for_eval "$arg" - func_append install_prog " $func_quote_for_eval_result" + func_quote_arg pretty "$arg" + func_append install_prog " $func_quote_arg_result" if test -n "$arg2"; then - func_quote_for_eval "$arg2" + func_quote_arg pretty "$arg2" fi - func_append install_shared_prog " $func_quote_for_eval_result" + func_append install_shared_prog " $func_quote_arg_result" done test -z "$install_prog" && \ @@ -4181,8 +4369,8 @@ if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else - func_quote_for_eval "$install_override_mode" - func_append install_shared_prog " -m $func_quote_for_eval_result" + func_quote_arg pretty "$install_override_mode" + func_append install_shared_prog " -m $func_quote_arg_result" fi fi @@ -4478,8 +4666,8 @@ relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { - func_quote_for_expand "$relink_command" - eval "func_echo $func_quote_for_expand_result" + func_quote_arg expand,pretty "$relink_command" + eval "func_echo $func_quote_arg_result" } if eval "$relink_command"; then : else @@ -5258,7 +5446,8 @@ if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" - qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` + func_quote_arg pretty "$ECHO" + qECHO=$func_quote_arg_result $ECHO "\ # A function that is used when there is no print builtin or printf. @@ -5268,7 +5457,7 @@ \$1 _LTECHO_EOF' } - ECHO=\"$qECHO\" + ECHO=$qECHO fi # Very basic option parsing. These options are (a) specific to @@ -6611,9 +6800,9 @@ while test "$#" -gt 0; do arg=$1 shift - func_quote_for_eval "$arg" - qarg=$func_quote_for_eval_unquoted_result - func_append libtool_args " $func_quote_for_eval_result" + func_quote_arg pretty,unquoted "$arg" + qarg=$func_quote_arg_unquoted_result + func_append libtool_args " $func_quote_arg_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then @@ -7211,9 +7400,9 @@ save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_for_eval "$flag" - func_append arg " $func_quote_for_eval_result" - func_append compiler_flags " $func_quote_for_eval_result" + func_quote_arg pretty "$flag" + func_append arg " $func_quote_arg_result" + func_append compiler_flags " $func_quote_arg_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" @@ -7227,10 +7416,10 @@ save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs - func_quote_for_eval "$flag" - func_append arg " $wl$func_quote_for_eval_result" - func_append compiler_flags " $wl$func_quote_for_eval_result" - func_append linker_flags " $func_quote_for_eval_result" + func_quote_arg pretty "$flag" + func_append arg " $wl$func_quote_arg_result" + func_append compiler_flags " $wl$func_quote_arg_result" + func_append linker_flags " $func_quote_arg_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" @@ -7254,8 +7443,8 @@ # -msg_* for osf cc -msg_*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result ;; # Flags to be passed through unchanged, with rationale: @@ -7279,8 +7468,8 @@ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -specs=*|-fsanitize=*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" @@ -7301,15 +7490,15 @@ continue else # Otherwise treat like 'Some other compiler flag' below - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result fi ;; # Some other compiler flag. -* | +*) - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result ;; *.$objext) @@ -7429,8 +7618,8 @@ *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. - func_quote_for_eval "$arg" - arg=$func_quote_for_eval_result + func_quote_arg pretty "$arg" + arg=$func_quote_arg_result ;; esac # arg @@ -9942,8 +10131,8 @@ for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { - func_quote_for_expand "$cmd" - eval "func_echo $func_quote_for_expand_result" + func_quote_arg expand,pretty "$cmd" + eval "func_echo $func_quote_arg_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10036,8 +10225,8 @@ eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { - func_quote_for_expand "$cmd" - eval "func_echo $func_quote_for_expand_result" + func_quote_arg expand,pretty "$cmd" + eval "func_echo $func_quote_arg_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? @@ -10511,12 +10700,12 @@ elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_for_eval "$var_value" - relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + func_quote_arg pretty "$var_value" + relink_command="$var=$func_quote_arg_result; export $var; $relink_command" fi done - relink_command="(cd `pwd`; $relink_command)" - relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + func_quote_arg pretty,unquoted "(cd `pwd`; $relink_command)" + relink_command=$func_quote_arg_unquoted_result fi # Only actually do things if not in dry run mode. @@ -10756,13 +10945,14 @@ elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else - func_quote_for_eval "$var_value" - relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" + func_quote_arg pretty,unquoted "$var_value" + relink_command="$var=$func_quote_arg_unquoted_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" - relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` + func_quote_arg pretty,unquoted "$relink_command" + relink_command=$func_quote_arg_unquoted_result if test yes = "$hardcode_automatic"; then relink_command= fi diff -Nru gst-plugins-good1.0-1.14.1/meson.build gst-plugins-good1.0-1.14.2/meson.build --- gst-plugins-good1.0-1.14.1/meson.build 2018-05-17 12:22:20.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/meson.build 2018-07-19 23:52:17.000000000 +0000 @@ -1,5 +1,5 @@ project('gst-plugins-good', 'c', - version : '1.14.1', + version : '1.14.2', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff -Nru gst-plugins-good1.0-1.14.1/NEWS gst-plugins-good1.0-1.14.2/NEWS --- gst-plugins-good1.0-1.14.1/NEWS 2018-05-17 12:24:58.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/NEWS 2018-07-19 23:54:55.000000000 +0000 @@ -87,14 +87,14 @@ applications that set up connections with and stream to and from other WebRTC peers, whilst leveraging all of the usual GStreamer features such as hardware-accelerated encoding and decoding, OpenGL integration, -zero-copy and embedded platform support. And it's easy to build and +zero-copy and embedded platform support. And it’s easy to build and integrate into your application too! WebRTC enables real-time communication of audio, video and data with web browsers and native apps, and it is supported or about to be support by recent versions of all major browsers and operating systems. -GStreamer's new WebRTC implementation uses libnice for Interactive +GStreamer’s new WebRTC implementation uses libnice for Interactive Connectivity Establishment (ICE) to figure out the best way to communicate with other peers, punch holes into firewalls, and traverse NATs. @@ -104,9 +104,9 @@ functionality is missing it should be fairly obvious where it needs to go. -For more details, background and example code, check out Nirbheek's blog -post _GStreamer has grown a WebRTC implementation_, as well as Matthew's -_GStreamer WebRTC_ talk from last year's GStreamer Conference in Prague. +For more details, background and example code, check out Nirbheek’s blog +post _GStreamer has grown a WebRTC implementation_, as well as Matthew’s +_GStreamer WebRTC_ talk from last year’s GStreamer Conference in Prague. New Elements @@ -117,7 +117,7 @@ (SRT) video streaming protocol, which aims to be easy to use whilst striking a new balance between reliability and latency for low latency video streaming use cases. More details about SRT and the - implementation in GStreamer in Olivier's blog post _SRT in + implementation in GStreamer in Olivier’s blog post _SRT in GStreamer_. - av1enc and av1dec elements providing experimental support for the @@ -138,7 +138,7 @@ GStreamer-internal latency as well as latency added by external components or circuits. -- 'fakevideosink is basically a null sink for video data and very +- ’fakevideosink is basically a null sink for video data and very similar to fakesink, only that it will answer allocation queries and will advertise support for various video-specific things such GstVideoMeta, GstVideoCropMeta and GstVideoOverlayCompositionMeta @@ -149,22 +149,22 @@ multiple processes. Usually a GStreamer pipeline runs in a single process and parallelism is achieved by distributing workloads using multiple threads. This means that all elements in the pipeline have - access to all the other elements' memory space however, including + access to all the other elements’ memory space however, including that of any libraries used. For security reasons one might therefore want to put sensitive parts of a pipeline such as DRM and decryption handling into a separate process to isolate it from the rest of the pipeline. This can now be achieved with the new ipcpipeline plugin. - Check out George's blog post _ipcpipeline: Splitting a GStreamer + Check out George’s blog post _ipcpipeline: Splitting a GStreamer pipeline into multiple processes_ or his lightning talk from last - year's GStreamer Conference in Prague for all the gory details. + year’s GStreamer Conference in Prague for all the gory details. - 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 data. These new proxy elements are very special in how they work under the hood, which makes them extremely powerful, but also - dangerous if not used with care. The reason for this is that it's - not just data that's passed from sink to src, but these elements + dangerous if not used with care. The reason for this is that it’s + not just data that’s passed from sink to src, but these elements basically establish a two-way wormhole that passes through queries and events in both directions, which means caps negotiation and allocation query driven zero-copy can work through this wormhole. @@ -173,13 +173,13 @@ streaming thread. There is a queue element inside proxysrc to decouple the source thread from the sink thread, but that queue is not unlimited, so it is entirely possible that the proxysink - pipeline thread gets stuck in the proxysrc pipeline, e.g. when that + pipeline thread gets stuck in the proxysrc pipeline, e.g. when that pipeline is paused or stops consuming data for some other reason. This means that one should always shut down down the proxysrc pipeline before shutting down the proxysink pipeline, for example. Or at least take care when shutting down pipelines. Usually this is not a problem though, especially not in live pipelines. For more - information see Nirbheek's blog post _Decoupling GStreamer + information see Nirbheek’s blog post _Decoupling GStreamer Pipelines_, and also check out out the new ipcpipeline plugin for sending data from one process to another process (see above). @@ -204,13 +204,13 @@ in the GStreamer WebRTC implementation. - GstReferenceTimestampMeta is a new meta that allows you to attach - additional reference timestamps to a buffer. These timestamps don't + additional reference timestamps to a buffer. These timestamps don’t have to relate to the pipeline clock in any way. Examples of this could be an NTP timestamp when the media was captured, a frame counter on the capture side or the (local) UNIX timestamp when the media was captured. The decklink elements make use of this. -- GstVideoRegionOfInterestMeta: it's now possible to attach generic +- 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. @@ -247,7 +247,7 @@ - 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 + samples after the previous buffer’s samples, but keep track of the divergence between buffer timestamps and sample position (jitter). If it exceeds a configurable threshold the alignment will be reset. This simply factors out code that was duplicated in a number of @@ -267,7 +267,7 @@ installing and handling a "render-rectangle" property on elements that implement this interface, so that this functionality can also be used from the command line for testing and debugging purposes. - The property wasn't added to the interface itself as that would + The property wasn’t added to the interface itself as that would require all implementors to provide it which would not be backwards-compatible. @@ -280,11 +280,11 @@ element is based on this. - Full list of API new in 1.14: -- GStreamer core API new in 1.14 -- GStreamer base library API new in 1.14 -- gst-plugins-base libraries API new in 1.14 -- gst-plugins-bad: no list, mostly GstWebRTC library and new - non-stream audio decoder base class. + - GStreamer core API new in 1.14 + - GStreamer base library API new in 1.14 + - gst-plugins-base libraries API new in 1.14 + - gst-plugins-bad: no list, mostly GstWebRTC library and new + non-stream audio decoder base class. New RTP features and improvements @@ -301,7 +301,7 @@ packet loss using _retransmission (rtx)_. GStreamer has had retransmission support for a long time, but Forward Error Correction allows for different trade-offs: The advantage of Forward Error - Correction is that it doesn't add latency, whereas retransmission + Correction is that it doesn’t add latency, whereas retransmission requires at least one more roundtrip to request and hopefully receive lost packets; Forward Error Correction increases the required bandwidth however, even in situations where there is no @@ -317,7 +317,7 @@ - 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 + e.g. to flag RTP packets carrying keyframes or codec setup data for RTP Forward Error Correction purposes, or to prevent still video frames from being dropped by elements due to QoS. There already is a GST_BUFFER_FLAG_DROPPABLE. GST_RTP_BUFFER_FLAG_REDUNDANT is used to @@ -337,8 +337,8 @@ - rtpjitterbuffer has a new fast start mode: in many scenarios the jitter buffer will have to wait for the full configured latency before it can start outputting packets. The reason for that is that - it often can't know what the sequence number of the first expected - RTP packet is, so it can't know whether a packet earlier than the + it often can’t know what the sequence number of the first expected + RTP packet is, so it can’t know whether a packet earlier than the earliest packet received will still arrive in future. This behaviour can now be bypassed by setting the "faststart-min-packets" property to the number of consecutive packets needed to start, and the jitter @@ -367,10 +367,10 @@ - tee now does allocation query aggregation, which is important for zero-copy and efficient data handling, especially for video. Those who want to drop allocation queries on purpose can use the identity - element's new "drop-allocation" property for that instead. + element’s new "drop-allocation" property for that instead. - audioconvert now has a "mix-matrix" property, which obsoletes the - audiomixmatrix element. There's also mix matrix support in the audio + audiomixmatrix element. There’s also mix matrix support in the audio conversion and channel mixing API. - x264enc: new "insert-vui" property to disable VUI (Video Usability @@ -409,7 +409,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. @@ -418,8 +418,8 @@ - splitmuxsink has gained a "split-now" action signal and new "alignment-threshold" and "use-robust-muxing" properties. If robust - muxing is enabled, it will check and set the muxer's reserved space - properties if present. This is primarily for use with mp4mux's + muxing is enabled, it will check and set the muxer’s reserved space + properties if present. This is primarily for use with mp4mux’s robust muxing mode. - qtmux has a new _prefill recording mode_ which sets up a moov header @@ -443,24 +443,24 @@ This allows for connection reuse, cookie sharing, etc. Applications can also force a context to use. In other news, HTTP headers received from the server are posted as element messages on the bus - now for easier diagnostics, and it's also possible now to use other + now for easier diagnostics, and it’s also possible now to use other types of proxy servers such as SOCKS4 or SOCKS5 proxies, support for which is implemented directly in gio. Before only HTTP proxies were allowed. - qtmux, mp4mux and matroskamux will now refuse caps changes of input - streams at runtime. This isn't really supported with these + streams at runtime. This isn’t really supported with these containers (or would have to be implemented differently with a - considerable effort) and doesn't produce valid and spec-compliant - files that will play everywhere. So if you can't guarantee that the - input caps won't change, use a container format that does support on + considerable effort) and doesn’t produce valid and spec-compliant + files that will play everywhere. So if you can’t guarantee that the + input caps won’t change, use a container format that does support on the fly caps changes for a stream such as MPEG-TS or use splitmuxsink which can start a new file when the caps change. What would happen before is that e.g. rtph264depay or rtph265depay would simply send new SPS/PPS inband even for AVC format, which would then get muxed into the container as if nothing changed. Some decoders - 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. + 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 has Table of Content (TOC) support now (chapters etc.) and matroskademux TOC support has been improved. matroskademux has @@ -475,10 +475,10 @@ - The avwait element has a new "end-timecode" property and posts "avwait-status" element messages now whenever avwait starts or stops - passing through data (e.g. because target-timecode and end-timecode + passing through data (e.g. because target-timecode and end-timecode respectively have been reached). -- 'alsamidisrc' element has been broken for many many years and has +- ‘alsamidisrc’ element has been broken for many many years and has now been repaired allowing live capture from your MIDI HW. - h265parse and h265parse will try harder to make upstream output the @@ -500,7 +500,7 @@ - The NVIDIA NVENC hardware-accelerated video encoders now support dynamic bitrate and preset reconfiguration and support the I420 - 4:2:0 video format. It's also possible to configure the gop size via + 4:2:0 video format. It’s also possible to configure the gop size via the new "gop-size" property. - The MPEG-TS muxer and demuxer (tsmux, tsdemux) now have support for @@ -515,25 +515,25 @@ - The decklink plugin for Blackmagic capture and playback cards have seen numerous improvements: -- decklinkaudiosrc and decklinkvideosrc now put hardware reference - timestamp on buffers in form of GstReferenceTimestampMetas. - This can be useful to know on multi-channel cards which frames from - different channels were captured at the same time. - -- decklinkvideosink has gained support for Decklink hardware keying - with two new properties ("keyer-mode" and "keyer-level") to control - the built-in hardware keyer of Decklink cards. - -- decklinkaudiosink has been re-implemented around GstBaseSink instead - of the GstAudioBaseSink base class, since the Decklink APIs don't - fit very well with the GstAudioBaseSink APIs, which used to cause - various problems due to inaccuracies in the clock calculations. - Problems were audio drop-outs and A/V sync going wrong after - pausing/seeking. + - decklinkaudiosrc and decklinkvideosrc now put hardware reference + timestamp on buffers in form of GstReferenceTimestampMetas. + This can be useful to know on multi-channel cards which frames + from different channels were captured at the same time. + + - decklinkvideosink has gained support for Decklink hardware + keying with two new properties ("keyer-mode" and "keyer-level") + to control the built-in hardware keyer of Decklink cards. + + - decklinkaudiosink has been re-implemented around GstBaseSink + instead of the GstAudioBaseSink base class, since the Decklink + APIs don’t fit very well with the GstAudioBaseSink APIs, which + used to cause various problems due to inaccuracies in the clock + calculations. Problems were audio drop-outs and A/V sync going + wrong after pausing/seeking. -- support for more than 16 devices, without any artificial limit + - support for more than 16 devices, without any artificial limit -- work continued on the msdk plugin for Intel's Media SDK which +- 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. Added the video memory, buffer pool, and context/session sharing support which helps to @@ -552,7 +552,7 @@ streams, meaning it can do fast-forward/fast-rewind of normal (non-I frame only) streams even at high speeds without saturating network bandwidth or exceeding decoder capabilities. It will keep statistics - and skip keyframes or fragments as needed. See Sebastian's blog post + and skip keyframes or fragments as needed. See Sebastian’s blog post _DASH trick-mode playback in GStreamer_ for more details. It also supports webvtt subtitle streams now and has seen improvements when seeking in live streams. @@ -560,13 +560,13 @@ - kmssink has seen lots of fixes and improvements in this cycle, including: -- Raspberry Pi (vc4) and Xilinx DRM driver support + - Raspberry Pi (vc4) and Xilinx DRM driver support -- new "render-rectangle" property that can be used from the command - line as well as "display-width" and "display-height", and - "can-scale" properties + - new "render-rectangle" property that can be used from the + command line as well as "display-width" and "display-height", + and "can-scale" properties -- GstVideoCropMeta support + - GstVideoCropMeta support Plugin and library moves @@ -596,7 +596,7 @@ It improves upon the existing GstCollectPads API in that it is a proper base class which was also designed with live streaming in mind. GstAggregator subclasses will operate in a mode with defined latency if -any of the inputs are live streams. This ensures that the pipeline won't +any of the inputs are live streams. This ensures that the pipeline won’t stall if any of the inputs stop producing data, and that the configured maximum latency is never exceeded. @@ -604,19 +604,19 @@ GstAudioAggregator is a new base class for raw audio mixers and muxers and is based on GstAggregator (see above). It provides defined-latency -mixing of raw audio inputs and ensures that the pipeline won't stall +mixing of raw audio inputs and ensures that the pipeline won’t stall even if one of the input streams stops producing data. As part of the move to stabilise the API there were some last-minute API changes and clean-ups, but those should mostly affect internal elements. It is used by the audiomixer element, which is a replacement for -'adder', which did not handle live inputs very well and did not align +‘adder’, which did not handle live inputs very well and did not align input streams according to running time. audiomixer should behave much better in that respect and generally behave as one would expected in most scenarios. -Similarly, audiointerleave replaces the 'interleave' element which did +Similarly, audiointerleave replaces the ‘interleave’ element which did not handle live inputs or non-aligned inputs very robustly. GstAudioAggregator and its subclases have gained support for input @@ -625,7 +625,7 @@ handled correctly. We hope to move the video equivalents (GstVideoAggregator and -compositor) to -base in the next cycle, i.e. for 1.16. +compositor) to -base in the next cycle, i.e. for 1.16. GStreamer OpenGL integration library and plugin moved from -bad to -base @@ -646,7 +646,7 @@ qmlglsink video sink element as well as a qmlglsrc element. qmlglsink renders video into a QQuickItem, and qmlglsrc captures a window from a QML view and feeds it as video into a pipeline for further processing. -Both elements leverage GStreamer's OpenGL integration. In addition to +Both elements leverage GStreamer’s OpenGL integration. In addition to the move to -good the following features were added: - A proxy object is now used for thread-safe access to the QML widget @@ -654,20 +654,20 @@ video widget at any time, so without this we might be left with a dangling pointer. -- EGL is now supported with the X11 backend, which works e.g. on +- EGL is now supported with the X11 backend, which works e.g. on Freescale imx6 The GTK+ plugin has also moved from -bad to -good. It includes gtksink and gtkglsink which both render video into a GtkWidget. gtksink uses Cairo for rendering the video, which will work everywhere in all scenarios but involves an extra memory copy, whereas gtkglsink fully -leverages GStreamer's OpenGL integration, but might not work properly in -all scenarios, e.g. where the OpenGL driver does not properly support +leverages GStreamer’s OpenGL integration, but might not work properly in +all scenarios, e.g. where the OpenGL driver does not properly support multiple sharing contexts in different threads; on Linux Nouveau is -known to be broken in this respect, whilst NVIDIA's proprietary drivers +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 mixed; some proprietary embedded Linux -drivers don't work; macOS works. +Intel’s driver seems to be mixed; some proprietary embedded Linux +drivers don’t work; macOS works. GstPhysMemoryAllocator interface moved from -bad to -base @@ -676,13 +676,13 @@ Plugin removals -- the sunaudio plugin was removed, since it couldn't ever have been +- the sunaudio plugin was removed, since it couldn’t ever have been built or used with GStreamer 1.0, but no one even noticed in all these years. - the schroedinger-based Dirac encoder/decoder plugin has been removed, as there is no longer any upstream or anyone else - maintaining it. Seeing that it's quite a fringe codec it seemed best + maintaining it. Seeing that it’s quite a fringe codec it seemed best to simply remove it. API removals @@ -696,29 +696,28 @@ - The video support library has gained support for a few new pixel formats: -- NV16_10LE32: 10-bit variant of NV16, packed into 32bit words (plus 2 - bits padding) -- NV12_10LE32: 10-bit variant of NV12, packed into 32bit words (plus 2 - bits padding) -- GRAY10_LE32: 10-bit grayscale, packed in 32bit words (plus 2 bits - padding) - + - NV16_10LE32: 10-bit variant of NV16, packed into 32bit words + (plus 2 bits padding) + - NV12_10LE32: 10-bit variant of NV12, packed into 32bit words + (plus 2 bits padding) + - GRAY10_LE32: 10-bit grayscale, packed in 32bit words (plus 2 + bits padding) - decodebin, playbin and GstDiscoverer have seen stability improvements in corner cases such as shutdown while still starting up or shutdown in error cases (hat tip to the oss-fuzz project). - floating reference handling was inconsistent and has been cleaned up across the board, including annotations. This solves various - long-standing memory leaks in language bindings, which e.g. often + long-standing memory leaks in language bindings, which e.g. often caused elements and pads to be leaked. - major gobject-introspection annotation improvements for large parts of the library API, including nullability of return types and - function parameters, correct types (e.g. strings vs. filenames), + function parameters, correct types (e.g. strings vs. filenames), ownership transfer, array length parameters, etc. This allows to use bigger parts of the GStreamer API to be safely used from dynamic - language bindings (e.g. Python, Javascript) and allows static - bindings (e.g. C#, Rust, Vala) to autogenerate more API bindings + language bindings (e.g. Python, Javascript) and allows static + bindings (e.g. C#, Rust, Vala) to autogenerate more API bindings without manual intervention. OpenGL integration @@ -727,7 +726,7 @@ gst-plugins-base and is now part of our stable API. - new MESA3D GBM BACKEND. On devices with working libdrm support, it - is possible to use Mesa3D's GBM library to set up an EGL context + is possible to use Mesa3D’s GBM library to set up an EGL context directly on top of KMS. This makes it possible to use the GStreamer OpenGL elements without a windowing system if a libdrm- and Mesa3D-supported GPU is present. @@ -761,7 +760,7 @@ log handler of course, this just provides this functionality as part of GStreamer. -- 'fakevideosink is a null sink for video data that advertises +- ’fakevideosink is a null sink for video data that advertises video-specific metas and behaves like a video sink. See above for more details. @@ -817,8 +816,8 @@ 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 - send audio back to the RTSP server (e.g. an IP camera). + ONVIF that allows RTSP clients (e.g. a control room operator) to + send audio back to the RTSP server (e.g. an IP camera). Theoretically this could have been done also by using the RECORD method of the RTSP protocol, but ONVIF chose not to do that, so the backchannel is set up alongside the other streams. Format @@ -836,7 +835,7 @@ manually checking a TLS certificate for validity. - Fix keep-alive/timeout issue for certain clients using TCP - interleave as transport who don't do keep-alive via some other + interleave as transport who don’t do keep-alive via some other method such as periodic RTSP OPTION requests. We now put netaddress metas on the packets from the TCP interleaved stream, so can map RTCP packets to the right stream in the server and can handle them @@ -853,7 +852,7 @@ GStreamer VAAPI -- Improve DMABuf's usage, both upstream and dowstream, and +- 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. @@ -865,19 +864,19 @@ - VA display cache was removed. -- libva's log messages are now redirected into the GStreamer log +- 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 +- 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 + 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 @@ -924,7 +923,7 @@ - vaapisink was demoted to marginal rank on Wayland because COGL cannot display YUV surfaces. -More details in Víctor's blog post _GStreamer VA-API 1.14: what’s new?_. +More details in Víctor’s blog post _GStreamer VA-API 1.14: what’s new?_. GStreamer Editing Services and NLE @@ -942,7 +941,7 @@ GStreamer validate -- Handle running scenarios on live pipelines (in the "content sense", +- 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, @@ -969,7 +968,7 @@ - Update wrapped API to GStreamer 1.14 -- Removed the need for "glue" code +- Removed the need for “glue” code - Provide a nuget @@ -989,7 +988,7 @@ - some plugins and libraries have moved between modules, see the _Plugin and_ _library moves_ section above, and their respective - dependencies have moved with them of course, e.g. the GStreamer + dependencies have moved with them of course, e.g. the GStreamer OpenGL integration support library and plugin is now in gst-plugins-base, and mpg123, LAME and twoLAME based audio decoder and encoder plugins are now in gst-plugins-good. @@ -1033,7 +1032,7 @@ There is also a small structure size related ABI breakage introduced in the gst-plugins-bad codecparsers library between version 1.13.90 and -1.13.91. This should "only" affect gstreamer-vaapi, so anyone who ships +1.13.91. This should “only” affect gstreamer-vaapi, so anyone who ships the release candidates is advised to upgrade those two modules at the same time. @@ -1052,36 +1051,38 @@ - The GStreamer wasapi plugin was rewritten and should not only be usable now, but in top shape and suitable for low-latency use cases. - The Windows Audio Session API (WASAPI) is Microsoft's most modern + The Windows Audio Session API (WASAPI) is Microsoft’s most modern method for talking with audio devices, and now that the wasapi plugin is up to scratch it is preferred over the directsound plugin. The ranks of the wasapisink and wasapisrc elements have been updated to reflect this. Further improvements include: -- support for more than 2 channels + - support for more than 2 channels -- a new "low-latency" property to enable low-latency operation (which - should always be safe to enable) + - a new "low-latency" property to enable low-latency operation + (which should always be safe to enable) -- support for the AudioClient3 API which is only available on Windows - 10: in wasapisink this will be used automatically if available; in - wasapisrc it will have to be enabled explicitly via the - "use-audioclient3" property, as capturing audio with low latency and - without glitches seems to require setting the realtime priority of - the entire pipeline to "critical", which cannot be done from inside - the element, but has to be done in the application. - -- set realtime thread priority to avoid glitches - -- allow opening devices in exclusive mode, which provides much lower - latency compared to shared mode where WASAPI's engine period is - 10ms. This can be activated via the "exclusive" property. + - support for the AudioClient3 API which is only available on + Windows 10: in wasapisink this will be used automatically if + available; in wasapisrc it will have to be enabled explicitly + via the "use-audioclient3" property, as capturing audio with low + latency and without glitches seems to require setting the + realtime priority of the entire pipeline to “critical”, which + cannot be done from inside the element, but has to be done in + the application. + + - set realtime thread priority to avoid glitches + + - allow opening devices in exclusive mode, which provides much + lower latency compared to shared mode where WASAPI’s engine + period is 10ms. This can be activated via the "exclusive" + property. -- Also see Nirbheek's blog post _Low Latency Audio on Windows with - GStreamer_. + - Also see Nirbheek’s blog post _Low Latency Audio on Windows with + GStreamer_. - There are now GstDeviceProvider implementations for the wasapi and - directsound plugins, so it's now possible to discover both audio + directsound plugins, so it’s now possible to discover both audio sources and audio sinks on Windows via the GstDeviceMonitor API - debug log timestamps are now higher granularity owing to @@ -1136,12 +1137,12 @@ Selnes, Thiago Santos, Thibault Saunier, Thijs Vermeir, Tim Allen, Tim-Philipp Müller, Ting-Wei Lan, Tomas Rataj, Tom Bailey, Tonu Jaansoo, U. Artie Eoff, Umang Jain, Ursula Maplehurst, VaL Doroshchuk, Vasilis -Liaskovitis, Víctor Manuel Jáquez Leal, vijay, Vincent Penquerc'h, +Liaskovitis, Víctor Manuel Jáquez Leal, vijay, Vincent Penquerc’h, Vineeth T M, Vivia Nikolaidou, Wang Xin-yu (王昕宇), Wei Feng, Wim Taymans, Wonchul Lee, Xabier Rodriguez Calvar, Xavier Claessens, XuGuangxin, Yasushi SHOJI, Yi A Wang, Youness Alaoui, -... and many others who have contributed bug reports, translations, sent +… and many others who have contributed bug reports, translations, sent suggestions or helped testing. @@ -1187,8 +1188,8 @@ - gst-play-1.0: fix leaving stdin in non-blocking mode after exit - flvmux: wait for caps on all input pads before writing header even if source is live -- flvmux: don't wake up the muxer unless there is data, fixes busy - looping if there's no input data +- flvmux: don’t wake up the muxer unless there is data, fixes busy + looping if there’s no input data - flvmux: fix major leak of input buffers - rtspsrc, rtsp-server: revert to RTSP RFC handling of sendonly/recvonly attributes @@ -1212,17 +1213,17 @@ - h265parse: Make caps writable before modifying them, fixes criticals - fakevideosink: request an extra buffer if enable-last-sample is enabled -- wasapisrc: Don't provide a clock based on WASAPI's clock +- wasapisrc: Don’t provide a clock based on WASAPI’s clock - wasapi: Only use audioclient3 when low-latency, as it might otherwise glitch with slow CPUs or VMs -- wasapi: Don't derive device period from latency time, should make it +- wasapi: Don’t derive device period from latency time, should make it more robust against glitches - audiolatency: Fix wave detection in buffers and avoid bogus pts values while starting - msdk: fix plugin load on implementations with only HW support - msdk: dec: set framerate to the driver only if provided, not in 0/1 case -- msdk: Don't set extended coding options for JPEG encode +- msdk: Don’t set extended coding options for JPEG encode - rtponviftimestamp: fix state change function init/reset causing races/crashes on shutdown - decklink: fix initialization failure in windows binary @@ -1230,7 +1231,7 @@ dependencies in meson build - gl: fix cross-compilation error with viv-fb - qmlglsink: make work with eglfs_kms -- rtspclientsink: Don't deadlock in preroll on early close +- rtspclientsink: Don’t deadlock in preroll on early close - rtspclientsink: Fix client ports for the RTCP backchannel - rtsp-server: Fix session timeout when streaming data to client over TCP @@ -1246,7 +1247,7 @@ build - g-i: update constant values for bindings - avoid duplicate symbols in plugins across modules in static builds -- ... and many, many more! +- … and many, many more! Cerbero build tool and packaging changes in 1.14.1 @@ -1260,7 +1261,7 @@ errors - gnutls: fix assembly symbol names for windows x86 - openssl: fix linking on android/armv7 -- openssl: fix linker issue with Android NDK's r16 binutils +- openssl: fix linker issue with Android NDK’s r16 binutils - ffmpeg: disable asm for android x86 to fix issues when linking with apps - x264: disable asm for android x86 to fix issues when linking with @@ -1271,7 +1272,7 @@ relocations - Check built version while loading recipe and rebuild if needed - Fix packaging of libgcc_s_sjlj which was missing in Windows packages -- Make not-found in library search fatal so we don't accidentally ship +- Make not-found in library search fatal so we don’t accidentally ship broken packages - ship the proxy plugin which was new in 1.14 - Fix git commands accidentally pulling in locally built libraries and @@ -1300,12 +1301,95 @@ 1.14.2 -The second 1.14 bug-fix release (1.14.2) is scheduled to be released -around mid-June 2018. +The second 1.14 bug-fix release (1.14.2) was released on 20 July 2018. This release only contains bugfixes and it should be safe to update from 1.14.x. +Noteworthy bugfixes in 1.14.2 + +- asfdemux: Only send flush-stop event for flushing seeks +- glcolorbalance: Support OES textures for input/passthrough, avoids + possibly-unnecessary extra texture copy on Android in the default GL + path inside glimagesink. +- parsebin: Don’t try to continue autoplugging a parser if we got raw + caps +- audiobasesrc: Round down segsize to an integer number of samples +- scaletempo: Mark as Audio in classification +- souphttpsrc: thread-safety fixes +- v4l2bufferpool: Validate that capture buffers were queued, to detect + when buffer importation was refused by the driver. +- v4l2bufferpool: Only return eos for M2M devices not v4l2src when + buggy driver sends empty buffer +- v4l2allocator: Fix userptr importation +- v4l2src: Try to avoid TRY_FMT when camera is streaming, some drivers + don’t like it +- v4l2videoenc: Only renegotiate with upstream, fixes use in + GstRtspServer pipeline +- v4l2: many other fixes +- pitch: fix latency reporting, and various other things +- dvb: fix wrong (GPL) license headers in camconditionalaccess code +- webrtc: Fix transportsendbin to fix spurious shut-down failures in + webrtcbin if DTLS negotiation hasn’t completed yet. +- webrtc: Don’t deadlock on blocked pads on shutdown +- webrtcbin: copy sticky events on our ghostpads so users can use + gst_pad_get_current_caps() to determine what to do with newly-added + pads. +- webrtcbin: fix rtpstorage configuration on 32-bit systems +- webrtcbin: implement support for FEC and RTX +- gstplayer: Fix duration-changed CRITICAL warning if duration did not + actually change +- gstplayer: Avoid trying to join the player thread from itself +- codecparsers: mpeg2 parsing fixes for zero-sized packets +- wasapisink: fix a rounding error when calculating the buffer frame + count +- wasapisink: fix missing unlock in case IAudioClient_Start fails +- wasapi: fix potential crash with MinGW +- rtsp-server: fix race during udpsrc setup, avoiding pushing data on + unlinked udpsrc pad +- rtsp-server: fix waiting for multiple streams in rtspclientsink +- gst-editing-services: group: Fix handling clips that are added to a + layer +- gst-editing-services: python binding fixes +- gst-validate launcher: Allow retrieving coredumps from within + flatpak +- gst-validate launcher: Fix the –forever switch which was not + stopping on error +- vaapi: h264 encoder negotiation fixes +- vaapi: fix issues with native EGL display +- more GIR annotations fixes, especially for arrays +- gstreamer-sharp bindings were updated for g-i annotation fixes in + other modules +- fuzzing fixes +- memory leak fixes +- build fixes: + - build fixes for MSVC compiler + - meson: Fix detection of glib-mkenums under MSYS2 plus other + meson buil fixes + - Fix static build symbol redefinition errors (xvimage, gst-libav) + - qmlgl: build fixes for conflicting declaration of type GLsync + for non-android + - gl: build fixes for missing EGLuint64KHR typedef +- … and many more! + +Contributors to 1.14.2 + +Alessandro Decina, Antoine Jacoutot, Brendan Shanks, Carlos Rafael +Giani, Christoph Reiter, Edward Hervey, Göran Jönsson, Guillaume +Desmottes, Hyunjun Ko, Iñigo Huguet, Jan Schmidt, Johan Bjäreholt, +Louis-Francis Ratté-Boulianne, Lyon Wang, Marian Mihailescu, Mark +Nauwelaerts, Mathieu Duponchelle, Matthew Waters, Michael Tretter, +Nicolas Dufresne, Nirbheek Chauhan, Philipp Zabel, Roland Jon, Sebastian +Dröge, Seungha Yang, Sreerenj Balachandran, Suhas Nayak, Thibault +Saunier, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Vivia +Nikolaidou, wangzq, and many others. Thank you all. + +List of bugs fixed in 1.14.2 + +For a full list of bugfixes see Bugzilla. Note that this is not the full +list of changes. For the full list of changes please refer to the GIT +logs or ChangeLogs of the particular modules. + Known Issues @@ -1313,9 +1397,13 @@ GStreamer webrtc support) is currently not shipped as part of the Windows binary packages due to a build system issue. -- The gst-libav module currently won't build against the - newly-released ffmpeg 4.0 (as in F28). Use the internal ffmpeg copy - instead, if you build using autotools. +- The gst-libav module in 1.14 will only build against older ffmpeg + 3.x versions and won’t build against the newly-released ffmpeg 4.0 + (as in RPM Fusion for Fedora 28) due to API changes. Use the + internal ffmpeg copy instead if you build using autotools. This is + fixed in git master / upcoming 1.16, but won’t be backported to the + 1.14 branch as it is rather intrusive and difficult to support both + old and new APIs at the same time. Schedule for 1.16 diff -Nru gst-plugins-good1.0-1.14.1/po/af.po gst-plugins-good1.0-1.14.2/po/af.po --- gst-plugins-good1.0-1.14.1/po/af.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/af.po 2018-07-19 23:55:13.000000000 +0000 @@ -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-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" @@ -272,11 +272,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -285,6 +285,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/az.po gst-plugins-good1.0-1.14.2/po/az.po --- gst-plugins-good1.0-1.14.1/po/az.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/az.po 2018-07-19 23:55:13.000000000 +0000 @@ -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-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" @@ -273,11 +273,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -286,6 +286,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/bg.po gst-plugins-good1.0-1.14.2/po/bg.po --- gst-plugins-good1.0-1.14.1/po/bg.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/bg.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-07 22:46+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -283,12 +283,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Конверторът на устройството „%s“ не поддържа познати метод за изход." -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Кодерът устройството „%s“ не поддържа познати метод за вход." -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Кодерът на устройството „%s“ не поддържа познати метод за изход." msgid "Failed to start decoding thread." @@ -297,6 +297,14 @@ msgid "Failed to process frame." msgstr "Неуспешна обработка на кадър." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Кодерът на устройството „%s“ не поддържа познати метод за изход." + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Кодерът устройството „%s“ не поддържа познати метод за вход." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Неуспешно стартиране на нишката за декодиране." diff -Nru gst-plugins-good1.0-1.14.1/po/ca.po gst-plugins-good1.0-1.14.2/po/ca.po --- gst-plugins-good1.0-1.14.1/po/ca.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/ca.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2012-01-01 14:19+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" @@ -314,13 +314,13 @@ "fotogrames per segon." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" "El dispositiu d'entrada de vídeo no ha acceptat el paràmetre nou de " "fotogrames per segon." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" "El dispositiu d'entrada de vídeo no ha acceptat el paràmetre nou de " "fotogrames per segon." @@ -332,6 +332,18 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"El dispositiu d'entrada de vídeo no ha acceptat el paràmetre nou de " +"fotogrames per segon." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"El dispositiu d'entrada de vídeo no ha acceptat el paràmetre nou de " +"fotogrames per segon." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Ha fallat en descodificar la imatge JPEG" diff -Nru gst-plugins-good1.0-1.14.1/po/cs.po gst-plugins-good1.0-1.14.2/po/cs.po --- gst-plugins-good1.0-1.14.1/po/cs.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/cs.po 2018-07-19 23:55:13.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-09-13 15:00+0200\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" @@ -287,12 +287,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Převodník na zařízení „%s“ nepodporuje výstupní formát" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Kodér na zařízení „%s“ nepodporuje vstupní formát" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Kodér na zařízení „%s“ nepodporuje výstupní formát" msgid "Failed to start decoding thread." @@ -301,6 +301,14 @@ msgid "Failed to process frame." msgstr "Selhalo zpracování snímku." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Kodér na zařízení „%s“ nepodporuje výstupní formát" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Kodér na zařízení „%s“ nepodporuje vstupní formát" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Selhalo spuštění vlákna dekodéru." diff -Nru gst-plugins-good1.0-1.14.1/po/da.po gst-plugins-good1.0-1.14.2/po/da.po --- gst-plugins-good1.0-1.14.1/po/da.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/da.po 2018-07-19 23:55:13.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-21 23:54+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -291,12 +291,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Konverteringsprogram på enhed %s har ikke et understøttet uddataformat" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Koder på enhed %s har ikke et understøttet inddataformat" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Koder på enhed %s har ikke et understøttet uddataformat" msgid "Failed to start decoding thread." @@ -305,6 +305,14 @@ msgid "Failed to process frame." msgstr "Kunne ikke behandle billed." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Koder på enhed %s har ikke et understøttet uddataformat" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Koder på enhed %s har ikke et understøttet inddataformat" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Kunne ikke starte afkodning af tråd." diff -Nru gst-plugins-good1.0-1.14.1/po/de.po gst-plugins-good1.0-1.14.2/po/de.po --- gst-plugins-good1.0-1.14.1/po/de.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/de.po 2018-07-19 23:55:13.000000000 +0000 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-26 19:59+0200\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" @@ -303,12 +303,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Der Umwandler auf Gerät %s hat kein unterstütztes Ausgabeformat" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Der Kodierer auf Gerät %s hat kein unterstütztes Eingabeformat" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Der Kodierer auf Gerät %s hat kein unterstütztes Ausgabeformat" msgid "Failed to start decoding thread." @@ -317,6 +317,14 @@ msgid "Failed to process frame." msgstr "Verarbeiten des Einzelbilds schlug fehl." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Der Kodierer auf Gerät %s hat kein unterstütztes Ausgabeformat" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Der Kodierer auf Gerät %s hat kein unterstütztes Eingabeformat" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Beginn der Dekodierung des JPEG-Bildes schlug fehl" diff -Nru gst-plugins-good1.0-1.14.1/po/el.po gst-plugins-good1.0-1.14.2/po/el.po --- gst-plugins-good1.0-1.14.1/po/el.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/el.po 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2012-05-05 19:05+0100\n" "Last-Translator: Savvas Radevic \n" "Language-Team: Greek \n" @@ -289,13 +289,13 @@ msgid "Converter on device %s has no supported output format" msgstr "" -#, c-format -msgid "Encoder on device %s has no supported input format" -msgstr "" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" +msgstr "Ο οδηγός της συσκευής '%s' δεν υποστηρίζει κάποια γνωστή μέθοδο λήψης." -#, c-format -msgid "Encoder on device %s has no supported output format" -msgstr "" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" +msgstr "Ο οδηγός της συσκευής '%s' δεν υποστηρίζει κάποια γνωστή μέθοδο λήψης." #, fuzzy msgid "Failed to start decoding thread." @@ -304,6 +304,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/en_GB.po gst-plugins-good1.0-1.14.2/po/en_GB.po --- gst-plugins-good1.0-1.14.1/po/en_GB.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/en_GB.po 2018-07-19 23:55:13.000000000 +0000 @@ -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-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" @@ -273,11 +273,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -286,6 +286,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/eo.po gst-plugins-good1.0-1.14.2/po/eo.po --- gst-plugins-good1.0-1.14.1/po/eo.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/eo.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2011-06-04 21:48+0100\n" "Last-Translator: Kristjan SCHMIDT \n" "Language-Team: Esperanto \n" @@ -270,11 +270,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -283,6 +283,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/es.po gst-plugins-good1.0-1.14.2/po/es.po --- gst-plugins-good1.0-1.14.1/po/es.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/es.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2011-02-12 18:30+0100\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" @@ -315,13 +315,13 @@ "fotogramas." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" "El dispositivo de entrada de vídeo no aceptó el ajuste de la nueva tasa de " "fotogramas." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" "El dispositivo de entrada de vídeo no aceptó el ajuste de la nueva tasa de " "fotogramas." @@ -333,6 +333,18 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"El dispositivo de entrada de vídeo no aceptó el ajuste de la nueva tasa de " +"fotogramas." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"El dispositivo de entrada de vídeo no aceptó el ajuste de la nueva tasa de " +"fotogramas." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Falló al decodificar la imagen JPEG" diff -Nru gst-plugins-good1.0-1.14.1/po/eu.po gst-plugins-good1.0-1.14.2/po/eu.po --- gst-plugins-good1.0-1.14.1/po/eu.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/eu.po 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-0.10.18.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2010-03-25 12:37+0100\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" @@ -309,13 +309,13 @@ "onartzen." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" "Bideoaren sarrerako gailuak ez du fotograma-tamainaren ezarpen berria " "onartzen." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" "Bideoaren sarrerako gailuak ez du fotograma-tamainaren ezarpen berria " "onartzen." @@ -327,6 +327,18 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"Bideoaren sarrerako gailuak ez du fotograma-tamainaren ezarpen berria " +"onartzen." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"Bideoaren sarrerako gailuak ez du fotograma-tamainaren ezarpen berria " +"onartzen." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Huts egin du JPEG irudia deskodetzean" diff -Nru gst-plugins-good1.0-1.14.1/po/fi.po gst-plugins-good1.0-1.14.2/po/fi.po --- gst-plugins-good1.0-1.14.1/po/fi.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/fi.po 2018-07-19 23:55:13.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 0.10.25.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2010-11-17 23:03+0200\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" @@ -293,11 +293,11 @@ msgstr "Videosyötelaite ei hyväksy uutta kehysnopeusasetusta." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "Videosyötelaite ei hyväksy uutta kehysnopeusasetusta." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "Videosyötelaite ei hyväksy uutta kehysnopeusasetusta." #, fuzzy @@ -307,6 +307,14 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Videosyötelaite ei hyväksy uutta kehysnopeusasetusta." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Videosyötelaite ei hyväksy uutta kehysnopeusasetusta." + #, fuzzy msgid "Failed to start encoding thread." msgstr "JPEG-kuvan purku epäonnistui" diff -Nru gst-plugins-good1.0-1.14.1/po/fr.po gst-plugins-good1.0-1.14.2/po/fr.po --- gst-plugins-good1.0-1.14.1/po/fr.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/fr.po 2018-07-19 23:55:13.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-05 22:27+0200\n" "Last-Translator: Stéphane Aulery \n" "Language-Team: French \n" @@ -304,13 +304,13 @@ "Le convertisseur du périphérique « %s » ne prend en charge aucun format de " "sortie" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "" "L’encodeur du périphérique « %s » ne prend en charge aucun format d’entrée" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "" "L’encodeur du périphérique « %s » ne prend en charge aucun format de sortie" @@ -320,6 +320,16 @@ msgid "Failed to process frame." msgstr "Échec du traitement de frame." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"L’encodeur du périphérique « %s » ne prend en charge aucun format de sortie" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"L’encodeur du périphérique « %s » ne prend en charge aucun format d’entrée" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Échec de démarrage du processus de décodage." diff -Nru gst-plugins-good1.0-1.14.1/po/fur.po gst-plugins-good1.0-1.14.2/po/fur.po --- gst-plugins-good1.0-1.14.1/po/fur.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/fur.po 2018-07-19 23:55:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-02-17 10:54+0100\n" "Last-Translator: Fabio Tomat \n" "Language-Team: Friulian \n" @@ -291,12 +291,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Il convertidôr sul dispositîf %s nol à formâts di jessude supuartâts" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Il codificadôr sul dispositîf %s nol à formâts di jentrade supuartâts" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Il codificadôr sul dispositîf %s nol à formâts di jessude supuartâts" msgid "Failed to start decoding thread." @@ -305,6 +305,14 @@ msgid "Failed to process frame." msgstr "Impussibil processâ fotogram." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Il codificadôr sul dispositîf %s nol à formâts di jessude supuartâts" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Il codificadôr sul dispositîf %s nol à formâts di jentrade supuartâts" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/gl.po gst-plugins-good1.0-1.14.2/po/gl.po --- gst-plugins-good1.0-1.14.1/po/gl.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/gl.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2012-12-15 03:46+0200\n" "Last-Translator: Fran Dieguez \n" "Language-Team: Galician \n" @@ -302,12 +302,12 @@ "O dispositivo de vídeo non acepta a nova configuración de taxa de marcos." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" "O dispositivo de vídeo non acepta a nova configuración de taxa de marcos." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" "O dispositivo de vídeo non acepta a nova configuración de taxa de marcos." @@ -318,6 +318,16 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"O dispositivo de vídeo non acepta a nova configuración de taxa de marcos." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"O dispositivo de vídeo non acepta a nova configuración de taxa de marcos." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Produciuse un erro ao descodificar a imaxe JPEG" diff -Nru gst-plugins-good1.0-1.14.1/po/gst-plugins-good-1.0.pot gst-plugins-good1.0-1.14.2/po/gst-plugins-good-1.0.pot --- gst-plugins-good1.0-1.14.1/po/gst-plugins-good-1.0.pot 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/gst-plugins-good-1.0.pot 2018-07-19 23:55:13.000000000 +0000 @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gst-plugins-good 1.14.1\n" +"Project-Id-Version: gst-plugins-good 1.14.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -49,32 +49,32 @@ msgid "Could not connect to server" msgstr "" -#: ext/soup/gstsouphttpsrc.c:910 +#: ext/soup/gstsouphttpsrc.c:912 msgid "No URL set." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1368 +#: ext/soup/gstsouphttpsrc.c:1370 msgid "Could not resolve server name." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1373 +#: ext/soup/gstsouphttpsrc.c:1375 msgid "Could not establish connection to server." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1377 +#: ext/soup/gstsouphttpsrc.c:1379 msgid "Secure connection setup failed." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1383 +#: ext/soup/gstsouphttpsrc.c:1385 msgid "" "A network error occurred, or the server closed the connection unexpectedly." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1388 +#: ext/soup/gstsouphttpsrc.c:1390 msgid "Server sent bad data." msgstr "" -#: ext/soup/gstsouphttpsrc.c:1610 +#: ext/soup/gstsouphttpsrc.c:1614 msgid "Server does not support seeking." msgstr "" @@ -192,105 +192,105 @@ msgid "CoreAudio device could not be opened" msgstr "" -#: sys/v4l2/gstv4l2bufferpool.c:1660 +#: sys/v4l2/gstv4l2bufferpool.c:1668 #, c-format msgid "Error reading %d bytes from device '%s'." msgstr "" -#: sys/v4l2/gstv4l2object.c:1218 +#: sys/v4l2/gstv4l2object.c:1215 #, c-format msgid "Failed to enumerate possible video formats device '%s' can work with" msgstr "" -#: sys/v4l2/gstv4l2object.c:2953 +#: sys/v4l2/gstv4l2object.c:2950 #, c-format msgid "Could not map buffers from device '%s'" msgstr "" -#: sys/v4l2/gstv4l2object.c:2961 +#: sys/v4l2/gstv4l2object.c:2958 #, c-format msgid "The driver of device '%s' does not support the IO method %d" msgstr "" -#: sys/v4l2/gstv4l2object.c:2968 +#: sys/v4l2/gstv4l2object.c:2965 #, c-format msgid "The driver of device '%s' does not support any known IO method." msgstr "" -#: sys/v4l2/gstv4l2object.c:3688 sys/v4l2/gstv4l2object.c:3712 +#: sys/v4l2/gstv4l2object.c:3683 sys/v4l2/gstv4l2object.c:3707 #, c-format msgid "Device '%s' has no supported format" msgstr "" -#: sys/v4l2/gstv4l2object.c:3694 sys/v4l2/gstv4l2object.c:3718 +#: sys/v4l2/gstv4l2object.c:3689 sys/v4l2/gstv4l2object.c:3713 #, c-format msgid "Device '%s' failed during initialization" msgstr "" -#: sys/v4l2/gstv4l2object.c:3706 +#: sys/v4l2/gstv4l2object.c:3701 #, c-format msgid "Device '%s' is busy" msgstr "" -#: sys/v4l2/gstv4l2object.c:3729 +#: sys/v4l2/gstv4l2object.c:3724 #, c-format msgid "Device '%s' cannot capture at %dx%d" msgstr "" -#: sys/v4l2/gstv4l2object.c:3738 +#: sys/v4l2/gstv4l2object.c:3733 #, c-format msgid "Device '%s' cannot capture in the specified format" msgstr "" -#: sys/v4l2/gstv4l2object.c:3749 +#: sys/v4l2/gstv4l2object.c:3744 #, c-format msgid "Device '%s' does support non-contiguous planes" msgstr "" -#: sys/v4l2/gstv4l2object.c:3764 +#: sys/v4l2/gstv4l2object.c:3759 #, c-format msgid "Device '%s' does not support %s interlacing" msgstr "" -#: sys/v4l2/gstv4l2object.c:3778 +#: sys/v4l2/gstv4l2object.c:3773 #, c-format msgid "Device '%s' does not support %s colorimetry" msgstr "" -#: sys/v4l2/gstv4l2object.c:3790 +#: sys/v4l2/gstv4l2object.c:3785 #, c-format msgid "Could not get parameters on device '%s'" msgstr "" -#: sys/v4l2/gstv4l2object.c:3798 +#: sys/v4l2/gstv4l2object.c:3793 msgid "Video device did not accept new frame rate setting." msgstr "" -#: sys/v4l2/gstv4l2object.c:3924 +#: sys/v4l2/gstv4l2object.c:3919 msgid "Video device did not provide output format." msgstr "" -#: sys/v4l2/gstv4l2object.c:3930 +#: sys/v4l2/gstv4l2object.c:3925 msgid "Video device returned invalid dimensions." msgstr "" -#: sys/v4l2/gstv4l2object.c:3938 +#: sys/v4l2/gstv4l2object.c:3933 msgid "Video device uses an unsupported interlacing method." msgstr "" -#: sys/v4l2/gstv4l2object.c:3945 +#: sys/v4l2/gstv4l2object.c:3940 msgid "Video device uses an unsupported pixel format." msgstr "" -#: sys/v4l2/gstv4l2object.c:4408 +#: sys/v4l2/gstv4l2object.c:4460 msgid "Failed to configure internal buffer pool." msgstr "" -#: sys/v4l2/gstv4l2object.c:4414 +#: sys/v4l2/gstv4l2object.c:4466 msgid "Video device did not suggest any buffer size." msgstr "" -#: sys/v4l2/gstv4l2object.c:4429 +#: sys/v4l2/gstv4l2object.c:4481 msgid "No downstream pool to import from." msgstr "" @@ -314,7 +314,7 @@ msgid "Failed to get radio input on device '%s'. " msgstr "" -#: sys/v4l2/gstv4l2radio.c:207 sys/v4l2/v4l2_calls.c:1079 +#: sys/v4l2/gstv4l2radio.c:207 sys/v4l2/v4l2_calls.c:1072 #, c-format msgid "Failed to set input %d on device %s." msgstr "" @@ -328,8 +328,8 @@ msgid "Failed to allocated required memory." msgstr "" -#: sys/v4l2/gstv4l2src.c:649 sys/v4l2/gstv4l2videodec.c:751 -#: sys/v4l2/gstv4l2videoenc.c:779 +#: sys/v4l2/gstv4l2src.c:657 sys/v4l2/gstv4l2videodec.c:756 +#: sys/v4l2/gstv4l2videoenc.c:781 msgid "Failed to allocate required memory." msgstr "" @@ -343,25 +343,35 @@ msgid "Converter on device %s has no supported output format" msgstr "" -#: sys/v4l2/gstv4l2videodec.c:142 sys/v4l2/gstv4l2videoenc.c:147 +#: sys/v4l2/gstv4l2videodec.c:142 #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" -#: sys/v4l2/gstv4l2videodec.c:149 sys/v4l2/gstv4l2videoenc.c:140 +#: sys/v4l2/gstv4l2videodec.c:149 #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" -#: sys/v4l2/gstv4l2videodec.c:765 +#: sys/v4l2/gstv4l2videodec.c:770 msgid "Failed to start decoding thread." msgstr "" -#: sys/v4l2/gstv4l2videodec.c:772 sys/v4l2/gstv4l2videoenc.c:800 +#: sys/v4l2/gstv4l2videodec.c:777 sys/v4l2/gstv4l2videoenc.c:802 msgid "Failed to process frame." msgstr "" -#: sys/v4l2/gstv4l2videoenc.c:792 +#: sys/v4l2/gstv4l2videoenc.c:140 +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#: sys/v4l2/gstv4l2videoenc.c:147 +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + +#: sys/v4l2/gstv4l2videoenc.c:794 msgid "Failed to start encoding thread." msgstr "" @@ -392,83 +402,83 @@ msgid "Failed getting controls attributes on device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:615 +#: sys/v4l2/v4l2_calls.c:608 #, c-format msgid "Cannot identify device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:622 +#: sys/v4l2/v4l2_calls.c:615 #, c-format msgid "This isn't a device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:629 +#: sys/v4l2/v4l2_calls.c:622 #, c-format msgid "Could not open device '%s' for reading and writing." msgstr "" -#: sys/v4l2/v4l2_calls.c:636 +#: sys/v4l2/v4l2_calls.c:629 #, c-format msgid "Device '%s' is not a capture device." msgstr "" -#: sys/v4l2/v4l2_calls.c:644 +#: sys/v4l2/v4l2_calls.c:637 #, c-format msgid "Device '%s' is not a output device." msgstr "" -#: sys/v4l2/v4l2_calls.c:652 +#: sys/v4l2/v4l2_calls.c:645 #, c-format msgid "Device '%s' is not a M2M device." msgstr "" -#: sys/v4l2/v4l2_calls.c:705 +#: sys/v4l2/v4l2_calls.c:698 #, c-format msgid "Could not dup device '%s' for reading and writing." msgstr "" -#: sys/v4l2/v4l2_calls.c:789 +#: sys/v4l2/v4l2_calls.c:782 #, c-format msgid "Failed to set norm for device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:827 +#: sys/v4l2/v4l2_calls.c:820 #, c-format msgid "Failed to get current tuner frequency for device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:869 +#: sys/v4l2/v4l2_calls.c:862 #, c-format msgid "Failed to set current tuner frequency for device '%s' to %lu Hz." msgstr "" -#: sys/v4l2/v4l2_calls.c:903 +#: sys/v4l2/v4l2_calls.c:896 #, c-format msgid "Failed to get signal strength for device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:939 +#: sys/v4l2/v4l2_calls.c:932 #, c-format msgid "Failed to get value for control %d on device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:974 +#: sys/v4l2/v4l2_calls.c:967 #, c-format msgid "Failed to set value %d for control %d on device '%s'." msgstr "" -#: sys/v4l2/v4l2_calls.c:1054 +#: sys/v4l2/v4l2_calls.c:1047 #, c-format msgid "Failed to get current input on device '%s'. May be it is a radio device" msgstr "" -#: sys/v4l2/v4l2_calls.c:1111 +#: sys/v4l2/v4l2_calls.c:1104 #, c-format msgid "" "Failed to get current output on device '%s'. May be it is a radio device" msgstr "" -#: sys/v4l2/v4l2_calls.c:1136 +#: sys/v4l2/v4l2_calls.c:1129 #, c-format msgid "Failed to set output %d on device %s." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/hr.po gst-plugins-good1.0-1.14.2/po/hr.po --- gst-plugins-good1.0-1.14.1/po/hr.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/hr.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2018-04-16 13:02-0800\n" "Last-Translator: Božidar Putanec \n" "Language-Team: Croatian \n" @@ -290,12 +290,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Konverter na uređaju %s nema podržani izlazni format" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Koder na uređaju %s nema podržani ulazni format" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Koder na uređaju %s nema podržani izlazni format" msgid "Failed to start decoding thread." @@ -304,6 +304,14 @@ msgid "Failed to process frame." msgstr "Nije uspjelo obraditi sliku (polusliku)." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Koder na uređaju %s nema podržani izlazni format" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Koder na uređaju %s nema podržani ulazni format" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Nije uspjelo započeti dekodiranje dretve." diff -Nru gst-plugins-good1.0-1.14.1/po/hu.po gst-plugins-good1.0-1.14.2/po/hu.po --- gst-plugins-good1.0-1.14.1/po/hu.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/hu.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-05 20:11+0200\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -291,12 +291,12 @@ msgid "Converter on device %s has no supported output format" msgstr "A(z) %s eszközön lévő átalakítónak nincs támogatott kimeneti formátuma" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "A(z) %s eszközön lévő kódolónak nincs támogatott bemeneti formátuma" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "A(z) %s eszközön lévő kódolónak nincs támogatott kimeneti formátuma" msgid "Failed to start decoding thread." @@ -305,6 +305,14 @@ msgid "Failed to process frame." msgstr "Nem sikerült feldolgozni a keretet." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "A(z) %s eszközön lévő kódolónak nincs támogatott kimeneti formátuma" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "A(z) %s eszközön lévő kódolónak nincs támogatott bemeneti formátuma" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Nem sikerült elindítani a dekódolási szálat." diff -Nru gst-plugins-good1.0-1.14.1/po/id.po gst-plugins-good1.0-1.14.2/po/id.po --- gst-plugins-good1.0-1.14.1/po/id.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/id.po 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2016-11-10 22:06+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" @@ -287,12 +287,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Konverter di divais %s tidak mempunyai format keluaran yang didukung" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Penyandi di divais %s tidak mempunyai format masukan yang didukung" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Penyandi di divais %s tidak mempunyai format keluaran yang didukung" msgid "Failed to start decoding thread." @@ -301,6 +301,14 @@ msgid "Failed to process frame." msgstr "Gagal memproses bingkai." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Penyandi di divais %s tidak mempunyai format keluaran yang didukung" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Penyandi di divais %s tidak mempunyai format masukan yang didukung" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Gagal untuk menjalankan tali awasandi." diff -Nru gst-plugins-good1.0-1.14.1/po/it.po gst-plugins-good1.0-1.14.2/po/it.po --- gst-plugins-good1.0-1.14.1/po/it.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/it.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 0.10.25.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2010-10-25 10:11+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -297,12 +297,12 @@ "Il device di ingresso video non accetta la nuova impostazione sul frame rate." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" "Il device di ingresso video non accetta la nuova impostazione sul frame rate." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" "Il device di ingresso video non accetta la nuova impostazione sul frame rate." @@ -313,6 +313,16 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"Il device di ingresso video non accetta la nuova impostazione sul frame rate." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"Il device di ingresso video non accetta la nuova impostazione sul frame rate." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Decodifica dell'immagine JPEG non riuscita" diff -Nru gst-plugins-good1.0-1.14.1/po/ja.po gst-plugins-good1.0-1.14.2/po/ja.po --- gst-plugins-good1.0-1.14.1/po/ja.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/ja.po 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2012-12-22 20:13+0900\n" "Last-Translator: Takeshi Hamasaki \n" "Language-Team: Japanese \n" @@ -297,11 +297,11 @@ msgstr "ビデオデバイスが新しいフレームレート設定を受け付けません。" #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "ビデオデバイスが新しいフレームレート設定を受け付けません。" #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "ビデオデバイスが新しいフレームレート設定を受け付けません。" #, fuzzy @@ -311,6 +311,14 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "ビデオデバイスが新しいフレームレート設定を受け付けません。" + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "ビデオデバイスが新しいフレームレート設定を受け付けません。" + #, fuzzy msgid "Failed to start encoding thread." msgstr "JPEG画像のデコードに失敗しました" diff -Nru gst-plugins-good1.0-1.14.1/po/lt.po gst-plugins-good1.0-1.14.2/po/lt.po --- gst-plugins-good1.0-1.14.1/po/lt.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/lt.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 0.10.23.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2010-07-16 19:34+0300\n" "Last-Translator: Žygimantas Beručka \n" "Language-Team: Lithuanian \n" @@ -288,11 +288,11 @@ msgstr "Vaizdo įvesties įrenginys nepriėmė naujų kadrų dažnio nustatymų." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "Vaizdo įvesties įrenginys nepriėmė naujų kadrų dažnio nustatymų." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "Vaizdo įvesties įrenginys nepriėmė naujų kadrų dažnio nustatymų." #, fuzzy @@ -302,6 +302,14 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Vaizdo įvesties įrenginys nepriėmė naujų kadrų dažnio nustatymų." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Vaizdo įvesties įrenginys nepriėmė naujų kadrų dažnio nustatymų." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Nepavyko dekoduoti JPEG paveikslėlio" diff -Nru gst-plugins-good1.0-1.14.1/po/lv.po gst-plugins-good1.0-1.14.2/po/lv.po --- gst-plugins-good1.0-1.14.1/po/lv.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/lv.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2014-04-20 16:38+0300\n" "Last-Translator: Rihards Prieditis \n" "Language-Team: Latvian \n" @@ -290,11 +290,11 @@ msgstr "Video ierīce nepieņēma jaunos kadru ātruma iestatījumus." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "Video ierīce nepieņēma jaunos kadru ātruma iestatījumus." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "Video ierīce nepieņēma jaunos kadru ātruma iestatījumus." #, fuzzy @@ -304,6 +304,14 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Video ierīce nepieņēma jaunos kadru ātruma iestatījumus." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Video ierīce nepieņēma jaunos kadru ātruma iestatījumus." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Neizdevās atkodēt JPEG attēlu" diff -Nru gst-plugins-good1.0-1.14.1/po/mt.po gst-plugins-good1.0-1.14.2/po/mt.po --- gst-plugins-good1.0-1.14.1/po/mt.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/mt.po 2018-07-19 23:55:13.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-0.10.10.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2008-10-26 19:09+0100\n" "Last-Translator: Michel Bugeja \n" "Language-Team: Maltese \n" @@ -290,12 +290,12 @@ "Apparat li jaqra video input ma aċċettax is-settings ġodda tal-frame rate." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" "Apparat li jaqra video input ma aċċettax is-settings ġodda tal-frame rate." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" "Apparat li jaqra video input ma aċċettax is-settings ġodda tal-frame rate." @@ -306,6 +306,16 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"Apparat li jaqra video input ma aċċettax is-settings ġodda tal-frame rate." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"Apparat li jaqra video input ma aċċettax is-settings ġodda tal-frame rate." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Problem fid-decoding tal-istampa JPEG" diff -Nru gst-plugins-good1.0-1.14.1/po/nb.po gst-plugins-good1.0-1.14.2/po/nb.po --- gst-plugins-good1.0-1.14.1/po/nb.po 2018-05-17 12:25:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/nb.po 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-23 23:04+0200\n" "Last-Translator: Johnny A. Solbu \n" "Language-Team: Norwegian Bokmaal \n" @@ -282,12 +282,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Konverter på enhet «%s» har ingen støttede utdataformat" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Enkoder på enhet «%s» har ingen støttede inndataformat" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Enkoder på enhet «%s» har ingen støttede utdataformat" msgid "Failed to start decoding thread." @@ -296,6 +296,14 @@ msgid "Failed to process frame." msgstr "Kunne ikke behandle ramme." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Enkoder på enhet «%s» har ingen støttede utdataformat" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Enkoder på enhet «%s» har ingen støttede inndataformat" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Klarte ikke å starte dekoding av tråden." diff -Nru gst-plugins-good1.0-1.14.1/po/nl.po gst-plugins-good1.0-1.14.2/po/nl.po --- gst-plugins-good1.0-1.14.1/po/nl.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/nl.po 2018-07-19 23:55:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-10-23 23:59+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -286,12 +286,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Converter op apparaat %s heeft geen ondersteund uitvoerformaat" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Codeerder op apparaat %s heeft geen ondersteund invoerformaat" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Codeerder op apparaat %s heeft geen ondersteund uitvoerformaat" msgid "Failed to start decoding thread." @@ -300,6 +300,14 @@ msgid "Failed to process frame." msgstr "Bewerken van frame is mislukt." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Codeerder op apparaat %s heeft geen ondersteund uitvoerformaat" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Codeerder op apparaat %s heeft geen ondersteund invoerformaat" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Beginnen met decoderen van thread is mislukt." diff -Nru gst-plugins-good1.0-1.14.1/po/or.po gst-plugins-good1.0-1.14.2/po/or.po --- gst-plugins-good1.0-1.14.1/po/or.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/or.po 2018-07-19 23:55:13.000000000 +0000 @@ -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-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty \n" "Language-Team: Oriya \n" @@ -277,11 +277,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -290,6 +290,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/pl.po gst-plugins-good1.0-1.14.2/po/pl.po --- gst-plugins-good1.0-1.14.1/po/pl.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/pl.po 2018-07-19 23:55:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-04 19:05+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -283,12 +283,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Konwerter urządzenia %s nie ma obsługiwanego formatu wyjściowego" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Koder urządzenia %s nie ma obsługiwanego formatu wejściowego" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Koder urządzenia %s nie ma obsługiwanego formatu wyjściowego" msgid "Failed to start decoding thread." @@ -297,6 +297,14 @@ msgid "Failed to process frame." msgstr "Nie udało się przetworzyć ramki." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Koder urządzenia %s nie ma obsługiwanego formatu wyjściowego" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Koder urządzenia %s nie ma obsługiwanego formatu wejściowego" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Nie udało się uruchomić wątku dekodującego." diff -Nru gst-plugins-good1.0-1.14.1/po/pt_BR.po gst-plugins-good1.0-1.14.2/po/pt_BR.po --- gst-plugins-good1.0-1.14.1/po/pt_BR.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/pt_BR.po 2018-07-19 23:55:13.000000000 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-1.7.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2016-05-06 17:49-0300\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" "Language-Team: Romanian \n" @@ -306,12 +306,12 @@ "Dispozitivul de intrare video nu a acceptat noua configurare de rate cadre." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" "Dispozitivul de intrare video nu a acceptat noua configurare de rate cadre." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" "Dispozitivul de intrare video nu a acceptat noua configurare de rate cadre." @@ -322,6 +322,16 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"Dispozitivul de intrare video nu a acceptat noua configurare de rate cadre." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"Dispozitivul de intrare video nu a acceptat noua configurare de rate cadre." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Nu s-a putut decoda imaginea JPEG" diff -Nru gst-plugins-good1.0-1.14.1/po/ru.po gst-plugins-good1.0-1.14.2/po/ru.po --- gst-plugins-good1.0-1.14.1/po/ru.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/ru.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-05 19:23+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" @@ -294,12 +294,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Преобразователь на устройстве %s не поддерживает выходной формат" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Кодировщик на устройстве %s не поддерживает входной формат" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Кодировщик на устройстве %s не поддерживает выходной формат" msgid "Failed to start decoding thread." @@ -308,6 +308,14 @@ msgid "Failed to process frame." msgstr "Не удалось обработать кадр." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Кодировщик на устройстве %s не поддерживает выходной формат" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Кодировщик на устройстве %s не поддерживает входной формат" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Не удалось запустить нить декодирования." diff -Nru gst-plugins-good1.0-1.14.1/po/sk.po gst-plugins-good1.0-1.14.2/po/sk.po --- gst-plugins-good1.0-1.14.1/po/sk.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/sk.po 2018-07-19 23:55:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.7.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2016-05-20 12:31+0100\n" "Last-Translator: Peter Tuhársky \n" "Language-Team: Slovak \n" @@ -285,12 +285,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Konvertor na zariadení %s nepodporuje žiadny výstupný formát" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Enkodér na zariadení %s nepodporuje žiadny vstupný formát" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Enkodér na zariadení %s nepodporuje žiadny výstupný formát" msgid "Failed to start decoding thread." @@ -299,6 +299,14 @@ msgid "Failed to process frame." msgstr "Nepodarilo sa spracovať snímok." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Enkodér na zariadení %s nepodporuje žiadny výstupný formát" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Enkodér na zariadení %s nepodporuje žiadny vstupný formát" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Nepodarilo sa spustiť dekódovacie vlákno." diff -Nru gst-plugins-good1.0-1.14.1/po/sl.po gst-plugins-good1.0-1.14.2/po/sl.po --- gst-plugins-good1.0-1.14.1/po/sl.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/sl.po 2018-07-19 23:55:13.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2014-04-09 22:52+0100\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" @@ -296,11 +296,11 @@ msgstr "Napravi ni mogoče določiti novih nastavitev hitrosti sličic." #, fuzzy, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "Napravi ni mogoče določiti novih nastavitev hitrosti sličic." #, fuzzy, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "Napravi ni mogoče določiti novih nastavitev hitrosti sličic." #, fuzzy @@ -310,6 +310,14 @@ msgid "Failed to process frame." msgstr "" +#, fuzzy, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Napravi ni mogoče določiti novih nastavitev hitrosti sličic." + +#, fuzzy, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Napravi ni mogoče določiti novih nastavitev hitrosti sličic." + #, fuzzy msgid "Failed to start encoding thread." msgstr "Napaka med dekodiranjem JPEG slike" diff -Nru gst-plugins-good1.0-1.14.1/po/sq.po gst-plugins-good1.0-1.14.2/po/sq.po --- gst-plugins-good1.0-1.14.1/po/sq.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/sq.po 2018-07-19 23:55:13.000000000 +0000 @@ -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-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -273,11 +273,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -286,6 +286,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/sr.po gst-plugins-good1.0-1.14.2/po/sr.po --- gst-plugins-good1.0-1.14.1/po/sr.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/sr.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-07 12:21+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" @@ -286,12 +286,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Претварач на уређају „%s“ нема подржани излазни запис" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Кодер на уређају „%s“ нема подржани улазни запис" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Кодер на уређају „%s“ нема подржани излазни запис" msgid "Failed to start decoding thread." @@ -300,6 +300,14 @@ msgid "Failed to process frame." msgstr "Нисам успео да обрадим кадар." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Кодер на уређају „%s“ нема подржани излазни запис" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Кодер на уређају „%s“ нема подржани улазни запис" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Нисам успео да покренем нит декодирања." diff -Nru gst-plugins-good1.0-1.14.1/po/sv.po gst-plugins-good1.0-1.14.2/po/sv.po --- gst-plugins-good1.0-1.14.1/po/sv.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/sv.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-21 19:00+0800\n" "Last-Translator: Sebastian Rasmussen \n" "Language-Team: Swedish \n" @@ -288,12 +288,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Konvertorn på enheten %s har inget utgångsformat som stöds" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Kodaren på enheten %s har inget ingångsformat som stöds" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Kodaren på enheten %s har inget utgångsformat som stöds" msgid "Failed to start decoding thread." @@ -302,6 +302,14 @@ msgid "Failed to process frame." msgstr "Misslyckades att behandla ram." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Kodaren på enheten %s har inget utgångsformat som stöds" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Kodaren på enheten %s har inget ingångsformat som stöds" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Misslyckades med att starta avkodningstråd." diff -Nru gst-plugins-good1.0-1.14.1/po/tr.po gst-plugins-good1.0-1.14.2/po/tr.po --- gst-plugins-good1.0-1.14.1/po/tr.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/tr.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-05 10:55+0300\n" "Last-Translator: Mehmet Kececi \n" "Language-Team: Turkish \n" @@ -283,12 +283,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Aygıt %s üzerindeki dönüştürücü çıktı biçimini desteklemiyor" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Aygıt %s üzerindeki kodlayıcı girdi biçimini deskteklemiyor" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Aygıt %s üzerindeki kodlayıcı çıktı biçimini deskteklemiyor" msgid "Failed to start decoding thread." @@ -297,6 +297,14 @@ msgid "Failed to process frame." msgstr "İşlem çerçevesi başarısız." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Aygıt %s üzerindeki kodlayıcı çıktı biçimini deskteklemiyor" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Aygıt %s üzerindeki kodlayıcı girdi biçimini deskteklemiyor" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Çözme işi başlaması başarısız." diff -Nru gst-plugins-good1.0-1.14.1/po/uk.po gst-plugins-good1.0-1.14.2/po/uk.po --- gst-plugins-good1.0-1.14.1/po/uk.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/uk.po 2018-07-19 23:55:13.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-04 22:20+0300\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -303,14 +303,14 @@ "Засіб перетворення на пристрої %s не може виводити дані у підтримуваному " "форматі" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "" "Засіб кодування на пристрої %s не може отримувати дані у підтримуваному " "форматі" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "" "Засіб кодування на пристрої %s не може виводити дані у підтримуваному форматі" @@ -320,6 +320,17 @@ msgid "Failed to process frame." msgstr "Не вдалося обробити кадр." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" +"Засіб кодування на пристрої %s не може виводити дані у підтримуваному форматі" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" +"Засіб кодування на пристрої %s не може отримувати дані у підтримуваному " +"форматі" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Не вдалося започаткувати потік декодування." diff -Nru gst-plugins-good1.0-1.14.1/po/vi.po gst-plugins-good1.0-1.14.2/po/vi.po --- gst-plugins-good1.0-1.14.1/po/vi.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/vi.po 2018-07-19 23:55:13.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-05 06:52+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -290,12 +290,12 @@ msgid "Converter on device %s has no supported output format" msgstr "Bộ chuyển đổi trên thiết bị %s không có định dạng xuất được hỗ trợ" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "Bộ mã hóa trên thiết bị “%s” không hỗ trợ định dạng đầu vào" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "Bộ giải mã trên thiết bị “%s” không hỗ trợ định dạng đầu ra" msgid "Failed to start decoding thread." @@ -304,6 +304,14 @@ msgid "Failed to process frame." msgstr "Gặp lỗi khi xử lý khung." +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "Bộ giải mã trên thiết bị “%s” không hỗ trợ định dạng đầu ra" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "Bộ mã hóa trên thiết bị “%s” không hỗ trợ định dạng đầu vào" + #, fuzzy msgid "Failed to start encoding thread." msgstr "Gặp lỗi khi bắt đầu tiến trình giải mã." diff -Nru gst-plugins-good1.0-1.14.1/po/zh_CN.po gst-plugins-good1.0-1.14.2/po/zh_CN.po --- gst-plugins-good1.0-1.14.1/po/zh_CN.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/zh_CN.po 2018-07-19 23:55:13.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good 1.12.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2017-05-05 22:54+0800\n" "Last-Translator: Tianze Wang \n" "Language-Team: Chinese (simplified) \n" @@ -272,12 +272,12 @@ msgid "Converter on device %s has no supported output format" msgstr "设备 %s 上的转换器没有支持的输出格式" -#, c-format -msgid "Encoder on device %s has no supported input format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported input format" msgstr "设备 %s 上的编码器没有支持的输入格式" -#, c-format -msgid "Encoder on device %s has no supported output format" +#, fuzzy, c-format +msgid "Decoder on device %s has no supported output format" msgstr "设备 %s 上的编码器没有支持的输出格式" msgid "Failed to start decoding thread." @@ -286,6 +286,14 @@ msgid "Failed to process frame." msgstr "处理帧失败。" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "设备 %s 上的编码器没有支持的输出格式" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "设备 %s 上的编码器没有支持的输入格式" + #, fuzzy msgid "Failed to start encoding thread." msgstr "启动解码线程失败。" diff -Nru gst-plugins-good1.0-1.14.1/po/zh_HK.po gst-plugins-good1.0-1.14.2/po/zh_HK.po --- gst-plugins-good1.0-1.14.1/po/zh_HK.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/zh_HK.po 2018-07-19 23:55:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-0.10.2 0.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2006-08-29 01:08+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (Hong Kong) \n" @@ -266,11 +266,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -279,6 +279,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/po/zh_TW.po gst-plugins-good1.0-1.14.2/po/zh_TW.po --- gst-plugins-good1.0-1.14.1/po/zh_TW.po 2018-05-17 12:25:17.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/po/zh_TW.po 2018-07-19 23:55:13.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-good-0.10.2 0.10.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-07-20 00:55+0100\n" "PO-Revision-Date: 2006-08-29 01:08+0800\n" "Last-Translator: Abel Cheung \n" "Language-Team: Chinese (traditional) \n" @@ -266,11 +266,11 @@ msgstr "" #, c-format -msgid "Encoder on device %s has no supported input format" +msgid "Decoder on device %s has no supported input format" msgstr "" #, c-format -msgid "Encoder on device %s has no supported output format" +msgid "Decoder on device %s has no supported output format" msgstr "" msgid "Failed to start decoding thread." @@ -279,6 +279,14 @@ msgid "Failed to process frame." msgstr "" +#, c-format +msgid "Encoder on device %s has no supported output format" +msgstr "" + +#, c-format +msgid "Encoder on device %s has no supported input format" +msgstr "" + msgid "Failed to start encoding thread." msgstr "" diff -Nru gst-plugins-good1.0-1.14.1/RELEASE gst-plugins-good1.0-1.14.2/RELEASE --- gst-plugins-good1.0-1.14.1/RELEASE 2018-05-17 12:24:58.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/RELEASE 2018-07-19 23:54:55.000000000 +0000 @@ -1,6 +1,6 @@ -This is GStreamer gst-plugins-good 1.14.1. +This is GStreamer gst-plugins-good 1.14.2. -The GStreamer team is pleased to announce a new bug-fix release in the +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.14 release series adds new features on top of the 1.12 series and is diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2allocator.c gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2allocator.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2allocator.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2allocator.c 2018-07-18 14:00:01.000000000 +0000 @@ -1149,13 +1149,11 @@ for (i = 0; i < group->n_mem; i++) { gsize maxsize, psize; - if (V4L2_TYPE_IS_MULTIPLANAR (obj->type)) { - maxsize = group->planes[i].length; - psize = size[i]; - } else { - maxsize = group->planes[i].length; - psize = img_size; - } + /* TODO request used size and maxsize seperatly */ + if (V4L2_TYPE_IS_MULTIPLANAR (obj->type)) + maxsize = psize = size[i]; + else + maxsize = psize = img_size; g_assert (psize <= img_size); diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2bufferpool.c gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2bufferpool.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2bufferpool.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2bufferpool.c 2018-07-18 14:00:01.000000000 +0000 @@ -870,6 +870,9 @@ goto start_failed; if (!V4L2_TYPE_IS_OUTPUT (obj->type)) { + if (g_atomic_int_get (&pool->num_queued) < min_buffers) + goto queue_failed; + pool->group_released_handler = g_signal_connect_swapped (pool->vallocator, "group-released", G_CALLBACK (gst_v4l2_buffer_pool_resurect_buffer), pool); @@ -904,6 +907,11 @@ GST_PTR_FORMAT, pool->other_pool); return FALSE; } +queue_failed: + { + GST_ERROR_OBJECT (pool, "failed to queue buffers into the capture queue"); + return FALSE; + } } static gboolean @@ -1712,12 +1720,13 @@ guint num_queued; gsize size = gst_buffer_get_size (*buf); - if (size == 0) { - if (GST_BUFFER_FLAG_IS_SET (*buf, GST_BUFFER_FLAG_CORRUPTED)) - goto buffer_corrupted; - else - goto eos; - } + /* Legacy M2M devices return empty buffer when drained */ + if (size == 0 && GST_V4L2_IS_M2M (obj->device_caps)) + goto eos; + + if (GST_VIDEO_INFO_FORMAT (&pool->caps_info) != + GST_VIDEO_FORMAT_ENCODED && size < pool->size) + goto buffer_truncated; num_queued = g_atomic_int_get (&pool->num_queued); GST_TRACE_OBJECT (pool, "Only %i buffer left in the capture queue.", @@ -1763,14 +1772,10 @@ /* An empty buffer on capture indicates the end of stream */ if (gst_buffer_get_size (tmp) == 0) { - gboolean corrupted = GST_BUFFER_FLAG_IS_SET (tmp, - GST_BUFFER_FLAG_CORRUPTED); - gst_v4l2_buffer_pool_release_buffer (bpool, tmp); - if (corrupted) - goto buffer_corrupted; - else + /* Legacy M2M devices return empty buffer when drained */ + if (GST_V4L2_IS_M2M (obj->device_caps)) goto eos; } @@ -1941,9 +1946,10 @@ GST_ERROR_OBJECT (pool, "failed to copy buffer"); return ret; } -buffer_corrupted: +buffer_truncated: { - GST_WARNING_OBJECT (pool, "Dropping corrupted buffer without payload"); + GST_WARNING_OBJECT (pool, + "Dropping truncated buffer, this is likely a driver bug."); gst_buffer_unref (*buf); *buf = NULL; return GST_V4L2_FLOW_CORRUPTED_BUFFER; diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2.c gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2.c 2018-07-18 14:00:01.000000000 +0000 @@ -153,12 +153,7 @@ else device_caps = vcap.capabilities; - if (!((device_caps & (V4L2_CAP_VIDEO_M2M | V4L2_CAP_VIDEO_M2M_MPLANE)) || - /* But legacy driver may expose both CAPTURE and OUTPUT */ - ((device_caps & - (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_CAPTURE_MPLANE)) && - (device_caps & - (V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_VIDEO_OUTPUT_MPLANE))))) + if (!GST_V4L2_IS_M2M (device_caps)) continue; GST_DEBUG ("Probing '%s' located at '%s'", diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2object.c gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2object.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2object.c 2018-05-05 14:48:06.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2object.c 2018-07-18 14:00:01.000000000 +0000 @@ -720,15 +720,12 @@ break; case PROP_DEVICE_NAME: { - const guchar *new = NULL; + const guchar *name = NULL; - if (GST_V4L2_IS_OPEN (v4l2object)) { - new = v4l2object->vcap.card; - } else if (gst_v4l2_open (v4l2object)) { - new = v4l2object->vcap.card; - gst_v4l2_close (v4l2object); - } - g_value_set_string (value, (gchar *) new); + if (GST_V4L2_IS_OPEN (v4l2object)) + name = v4l2object->vcap.card; + + g_value_set_string (value, (gchar *) name); break; } case PROP_DEVICE_FD: @@ -3452,23 +3449,21 @@ } #endif - if (V4L2_TYPE_IS_OUTPUT (v4l2object->type)) { - if (is_mplane) { - format.fmt.pix_mp.colorspace = colorspace; - format.fmt.pix_mp.quantization = range; - format.fmt.pix_mp.ycbcr_enc = matrix; - format.fmt.pix_mp.xfer_func = transfer; - } else { - format.fmt.pix.colorspace = colorspace; - format.fmt.pix.quantization = range; - format.fmt.pix.ycbcr_enc = matrix; - format.fmt.pix.xfer_func = transfer; - } - - GST_DEBUG_OBJECT (v4l2object->dbg_obj, "Desired colorspace is %d:%d:%d:%d", - colorspace, range, matrix, transfer); + if (is_mplane) { + format.fmt.pix_mp.colorspace = colorspace; + format.fmt.pix_mp.quantization = range; + format.fmt.pix_mp.ycbcr_enc = matrix; + format.fmt.pix_mp.xfer_func = transfer; + } else { + format.fmt.pix.colorspace = colorspace; + format.fmt.pix.quantization = range; + format.fmt.pix.ycbcr_enc = matrix; + format.fmt.pix.xfer_func = transfer; } + GST_DEBUG_OBJECT (v4l2object->dbg_obj, "Desired colorspace is %d:%d:%d:%d", + colorspace, range, matrix, transfer); + if (try_only) { if (v4l2object->ioctl (fd, VIDIOC_TRY_FMT, &format) < 0) goto try_fmt_failed; @@ -3952,13 +3947,19 @@ gboolean gst_v4l2_object_set_crop (GstV4l2Object * obj) { + struct v4l2_selection sel = { 0 }; struct v4l2_crop crop = { 0 }; + sel.type = obj->type; + sel.target = V4L2_SEL_TGT_CROP; + sel.flags = 0; + sel.r.left = obj->align.padding_left; + sel.r.top = obj->align.padding_top; + sel.r.width = obj->info.width; + sel.r.height = obj->info.height; + crop.type = obj->type; - crop.c.left = obj->align.padding_left; - crop.c.top = obj->align.padding_top; - crop.c.width = obj->info.width; - crop.c.height = obj->info.height; + crop.c = sel.r; if (obj->align.padding_left + obj->align.padding_top + obj->align.padding_right + obj->align.padding_bottom == 0) { @@ -3970,14 +3971,25 @@ "Desired cropping left %u, top %u, size %ux%u", crop.c.left, crop.c.top, crop.c.width, crop.c.height); - if (obj->ioctl (obj->video_fd, VIDIOC_S_CROP, &crop) < 0) { - GST_WARNING_OBJECT (obj->dbg_obj, "VIDIOC_S_CROP failed"); - return FALSE; - } + if (obj->ioctl (obj->video_fd, VIDIOC_S_SELECTION, &sel) < 0) { + if (errno != ENOTTY) { + GST_WARNING_OBJECT (obj->dbg_obj, + "Failed to set crop rectangle with VIDIOC_S_SELECTION: %s", + g_strerror (errno)); + return FALSE; + } else { + if (obj->ioctl (obj->video_fd, VIDIOC_S_CROP, &crop) < 0) { + GST_WARNING_OBJECT (obj->dbg_obj, "VIDIOC_S_CROP failed"); + return FALSE; + } - if (obj->ioctl (obj->video_fd, VIDIOC_G_CROP, &crop) < 0) { - GST_WARNING_OBJECT (obj->dbg_obj, "VIDIOC_G_CROP failed"); - return FALSE; + if (obj->ioctl (obj->video_fd, VIDIOC_G_CROP, &crop) < 0) { + GST_WARNING_OBJECT (obj->dbg_obj, "VIDIOC_G_CROP failed"); + return FALSE; + } + + sel.r = crop.c; + } } GST_DEBUG_OBJECT (obj->dbg_obj, @@ -4008,6 +4020,46 @@ } gboolean +gst_v4l2_object_caps_is_subset (GstV4l2Object * v4l2object, GstCaps * caps) +{ + GstStructure *config; + GstCaps *oldcaps; + gboolean ret; + + if (!v4l2object->pool) + return FALSE; + + config = gst_buffer_pool_get_config (v4l2object->pool); + gst_buffer_pool_config_get_params (config, &oldcaps, NULL, NULL, NULL); + + ret = oldcaps && gst_caps_is_subset (oldcaps, caps); + + gst_structure_free (config); + + return ret; +} + +GstCaps * +gst_v4l2_object_get_current_caps (GstV4l2Object * v4l2object) +{ + GstStructure *config; + GstCaps *oldcaps; + + if (!v4l2object->pool) + return NULL; + + config = gst_buffer_pool_get_config (v4l2object->pool); + gst_buffer_pool_config_get_params (config, &oldcaps, NULL, NULL, NULL); + + if (oldcaps) + gst_caps_ref (oldcaps); + + gst_structure_free (config); + + return oldcaps; +} + +gboolean gst_v4l2_object_unlock (GstV4l2Object * v4l2object) { gboolean ret = TRUE; diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2object.h gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2object.h --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2object.h 2018-03-28 11:27:51.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2object.h 2018-07-18 14:00:01.000000000 +0000 @@ -278,7 +278,9 @@ gboolean gst_v4l2_object_set_format (GstV4l2Object * v4l2object, GstCaps * caps, GstV4l2Error * error); gboolean gst_v4l2_object_try_format (GstV4l2Object * v4l2object, GstCaps * caps, GstV4l2Error * error); -gboolean gst_v4l2_object_caps_equal (GstV4l2Object * v4l2object, GstCaps * caps); +gboolean gst_v4l2_object_caps_equal (GstV4l2Object * v4l2object, GstCaps * caps); +gboolean gst_v4l2_object_caps_is_subset (GstV4l2Object * v4l2object, GstCaps * caps); +GstCaps * gst_v4l2_object_get_current_caps (GstV4l2Object * v4l2object); gboolean gst_v4l2_object_unlock (GstV4l2Object * v4l2object); gboolean gst_v4l2_object_unlock_stop (GstV4l2Object * v4l2object); diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2src.c gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2src.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2src.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2src.c 2018-07-18 14:00:01.000000000 +0000 @@ -447,6 +447,14 @@ fcaps = gst_caps_copy_nth (caps, i); if (GST_V4L2_IS_ACTIVE (obj)) { + /* try hard to avoid TRY_FMT since some UVC camera just crash when this + * is called at run-time. */ + if (gst_v4l2_object_caps_is_subset (obj, fcaps)) { + gst_caps_unref (fcaps); + fcaps = gst_v4l2_object_get_current_caps (obj); + break; + } + /* Just check if the format is acceptable, once we know * no buffers should be outstanding we try S_FMT. * diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2videodec.c gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2videodec.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2videodec.c 2018-05-05 14:48:06.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2videodec.c 2018-07-18 14:00:01.000000000 +0000 @@ -139,14 +139,14 @@ no_encoded_format: GST_ELEMENT_ERROR (self, RESOURCE, SETTINGS, - (_("Encoder on device %s has no supported input format"), + (_("Decoder on device %s has no supported input format"), self->v4l2output->videodev), (NULL)); goto failure; no_raw_format: GST_ELEMENT_ERROR (self, RESOURCE, SETTINGS, - (_("Encoder on device %s has no supported output format"), + (_("Decoder on device %s has no supported output format"), self->v4l2output->videodev), (NULL)); goto failure; @@ -260,10 +260,12 @@ * block. */ { GstCaps *caps = gst_pad_get_current_caps (decoder->srcpad); - GstQuery *query = gst_query_new_allocation (caps, FALSE); - gst_pad_peer_query (decoder->srcpad, query); - gst_query_unref (query); - gst_caps_unref (caps); + if (caps) { + GstQuery *query = gst_query_new_allocation (caps, FALSE); + gst_pad_peer_query (decoder->srcpad, query); + gst_query_unref (query); + gst_caps_unref (caps); + } } gst_v4l2_object_stop (self->v4l2capture); @@ -301,15 +303,18 @@ self->output_flow = GST_FLOW_OK; + gst_v4l2_object_unlock_stop (self->v4l2output); + gst_v4l2_object_unlock_stop (self->v4l2capture); + if (self->v4l2output->pool) gst_v4l2_buffer_pool_flush (self->v4l2output->pool); + /* gst_v4l2_buffer_pool_flush() calls streamon the capture pool and must be + * called after gst_v4l2_object_unlock_stop() stopped flushing the buffer + * pool. */ if (self->v4l2capture->pool) gst_v4l2_buffer_pool_flush (self->v4l2capture->pool); - gst_v4l2_object_unlock_stop (self->v4l2output); - gst_v4l2_object_unlock_stop (self->v4l2capture); - return TRUE; } diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2videoenc.c gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2videoenc.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2videoenc.c 2018-05-05 14:48:06.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/gstv4l2videoenc.c 2018-07-18 14:00:01.000000000 +0000 @@ -337,14 +337,6 @@ return FALSE; } - /* activating a capture pool will also call STREAMON. CODA driver will - * refuse to configure the output if the capture is stremaing. */ - if (!gst_buffer_pool_set_active (GST_BUFFER_POOL (self->v4l2capture->pool), - TRUE)) { - GST_WARNING_OBJECT (self, "Could not activate capture buffer pool."); - return FALSE; - } - self->input_state = gst_video_codec_state_ref (state); GST_DEBUG_OBJECT (self, "output caps: %" GST_PTR_FORMAT, state->caps); @@ -529,6 +521,10 @@ GST_DEBUG_OBJECT (self, "Negotiating %s profile and level.", klass->codec_name); + /* Only renegotiate on upstream changes */ + if (self->input_state) + return TRUE; + allowed_caps = gst_pad_get_allowed_caps (GST_VIDEO_ENCODER_SRC_PAD (encoder)); if (allowed_caps) { @@ -742,6 +738,12 @@ goto activate_failed; } + if (!gst_buffer_pool_set_active + (GST_BUFFER_POOL (self->v4l2capture->pool), TRUE)) { + GST_WARNING_OBJECT (self, "Could not activate capture buffer pool."); + goto activate_failed; + } + GST_DEBUG_OBJECT (self, "Starting encoding thread"); /* Start the processing task, when it quits, the task will disable input @@ -815,6 +817,7 @@ { GstV4l2VideoEnc *self = GST_V4L2_VIDEO_ENC (encoder); GstVideoCodecState *state = gst_video_encoder_get_output_state (encoder); + GstCaps *caps; GstV4l2Error error = GST_V4L2_ERROR_INIT; GstClockTime latency; gboolean ret = FALSE; @@ -823,11 +826,15 @@ * GstVideoEncoder have set the width, height and framerate into the state * caps. These are needed by the driver to calculate the buffer size and to * implement bitrate adaptation. */ - if (!gst_v4l2_object_set_format (self->v4l2capture, state->caps, &error)) { + caps = gst_caps_copy (state->caps); + gst_structure_remove_field (gst_caps_get_structure (caps, 0), "colorimetry"); + if (!gst_v4l2_object_set_format (self->v4l2capture, caps, &error)) { gst_v4l2_error (self, &error); + gst_caps_unref (caps); ret = FALSE; goto done; } + gst_caps_unref (caps); if (gst_v4l2_object_decide_allocation (self->v4l2capture, query)) { GstVideoEncoderClass *enc_class = GST_VIDEO_ENCODER_CLASS (parent_class); diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/v4l2_calls.c gst-plugins-good1.0-1.14.2/sys/v4l2/v4l2_calls.c --- gst-plugins-good1.0-1.14.1/sys/v4l2/v4l2_calls.c 2018-05-05 14:48:06.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/v4l2_calls.c 2018-07-18 14:00:01.000000000 +0000 @@ -575,14 +575,7 @@ goto not_output; if (GST_IS_V4L2_VIDEO_DEC (v4l2object->element) && - /* Today's M2M device only expose M2M */ - !((v4l2object->device_caps & (V4L2_CAP_VIDEO_M2M | - V4L2_CAP_VIDEO_M2M_MPLANE)) || - /* But legacy driver may expose both CAPTURE and OUTPUT */ - ((v4l2object->device_caps & - (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_CAPTURE_MPLANE)) && - (v4l2object->device_caps & - (V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_VIDEO_OUTPUT_MPLANE))))) + !GST_V4L2_IS_M2M (v4l2object->device_caps)) goto not_m2m; gst_v4l2_adjust_buf_type (v4l2object); diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/v4l2-utils.h gst-plugins-good1.0-1.14.2/sys/v4l2/v4l2-utils.h --- gst-plugins-good1.0-1.14.1/sys/v4l2/v4l2-utils.h 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/sys/v4l2/v4l2-utils.h 2018-07-18 14:00:01.000000000 +0000 @@ -41,6 +41,24 @@ } \ } +/** + * GST_V4L2_IS_M2M: + * @_dcaps: The device capabilities + * + * Checks if the device caps represent an M2M device. Note that modern M2M + * devices uses V4L2_CAP_VIDEO_M2M* flag, but legacy uses to set both CAPTURE + * and OUTPUT flags instead. + * + * Returns: %TRUE if this is a M2M device. + */ +#define GST_V4L2_IS_M2M(_dcaps) \ + (((_dcaps) & (V4L2_CAP_VIDEO_M2M | V4L2_CAP_VIDEO_M2M_MPLANE)) ||\ + (((_dcaps) & \ + (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_CAPTURE_MPLANE)) && \ + ((_dcaps) & \ + (V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_VIDEO_OUTPUT_MPLANE)))) + + typedef struct _GstV4l2Iterator GstV4l2Iterator; typedef struct _GstV4l2Error GstV4l2Error; diff -Nru gst-plugins-good1.0-1.14.1/tests/check/elements/rtpstorage.c gst-plugins-good1.0-1.14.2/tests/check/elements/rtpstorage.c --- gst-plugins-good1.0-1.14.1/tests/check/elements/rtpstorage.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/tests/check/elements/rtpstorage.c 2018-05-28 09:45:36.000000000 +0000 @@ -98,16 +98,17 @@ guint i, j; GstBuffer *bufin, *bufout, *bufs[10]; GstHarness *h = gst_harness_new ("rtpstorage"); + gst_harness_set_src_caps_str (h, "application/x-rtp"); - g_object_set (h->element, "size-time", 0, NULL); + g_object_set (h->element, "size-time", (guint64) 0, NULL); bufin = create_rtp_packet (96, 0xabe2b0b, 0x111111, 0); bufout = gst_harness_push_and_pull (h, bufin); fail_unless (bufin == bufout); fail_unless (gst_buffer_is_writable (bufout)); - g_object_set (h->element, "size-time", - (G_N_ELEMENTS (bufs) - 1) * RTP_PACKET_DUR, NULL); + g_object_set (h->element, + "size-time", (guint64) (G_N_ELEMENTS (bufs) - 1) * RTP_PACKET_DUR, NULL); // Pushing 10 buffers all of them should have ref. count =2 for (i = 0; i < G_N_ELEMENTS (bufs); ++i) { @@ -139,7 +140,7 @@ GstHarness *h = gst_harness_new ("rtpstorage"); GstBuffer *bufinp; - g_object_set (h->element, "size-time", 2 * RTP_PACKET_DUR, NULL); + g_object_set (h->element, "size-time", (guint64) 2 * RTP_PACKET_DUR, NULL); gst_harness_set_src_caps_str (h, "application/x-rtp"); bufinp = create_rtp_packet (96, 0xabe2b0b, 0x111111, 0); @@ -159,7 +160,7 @@ { GstBufferList *bufs_out; GstHarness *h = gst_harness_new ("rtpstorage"); - g_object_set (h->element, "size-time", RTP_PACKET_DUR, NULL); + g_object_set (h->element, "size-time", (guint64) RTP_PACKET_DUR, NULL); gst_harness_set_src_caps_str (h, "application/x-rtp"); /* No packets has been pushed through yet */ @@ -182,7 +183,7 @@ GstBuffer *buf; GstBufferList *bufs_out; GstHarness *h = gst_harness_new ("rtpstorage"); - g_object_set (h->element, "size-time", 10 * RTP_PACKET_DUR, NULL); + g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL); gst_harness_set_src_caps_str (h, "application/x-rtp"); /* Pushing through 2 frames + 2 FEC */ @@ -212,7 +213,7 @@ GstBuffer *bufs_in[4]; GstBufferList *bufs_out; GstHarness *h = gst_harness_new ("rtpstorage"); - g_object_set (h->element, "size-time", 10 * RTP_PACKET_DUR, NULL); + g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL); gst_harness_set_src_caps_str (h, "application/x-rtp"); /* Pushing through 2 frames + 2 FEC @@ -331,7 +332,7 @@ guint16 stream0_seq_start = 200; guint16 stream1_seq_start = 65529; GstHarness *h = gst_harness_new ("rtpstorage"); - g_object_set (h->element, "size-time", 12 * RTP_PACKET_DUR, NULL); + g_object_set (h->element, "size-time", (guint64) 12 * RTP_PACKET_DUR, NULL); gst_harness_set_src_caps_str (h, "application/x-rtp"); _single_ssrc_test (h, 0x0abe2b0b, stream0_seq_start, @@ -453,8 +454,8 @@ StressTestData test_data; guint seed, i, total, requested; GstHarness *h = gst_harness_new ("rtpstorage"); - g_object_set (h->element, "size-time", - STRESS_TEST_STORAGE_DEPTH * RTP_PACKET_DUR, NULL); + g_object_set (h->element, + "size-time", (guint64) STRESS_TEST_STORAGE_DEPTH * RTP_PACKET_DUR, NULL); /* The stress test pushes buffers with STRESS_TEST_SSRCS different * ssrcs from one thread and requests packets for FEC recovery from diff -Nru gst-plugins-good1.0-1.14.1/tests/check/elements/rtpulpfec.c gst-plugins-good1.0-1.14.2/tests/check/elements/rtpulpfec.c --- gst-plugins-good1.0-1.14.1/tests/check/elements/rtpulpfec.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.2/tests/check/elements/rtpulpfec.c 2018-07-18 14:06:49.000000000 +0000 @@ -125,7 +125,8 @@ g_strdup_printf ("application/x-rtp,ssrc=(uint)%u,payload=(int)%u", ssrc, lost_pt); - gst_harness_set (h, "rtpstorage", "size-time", 200 * RTP_PACKET_DUR, NULL); + gst_harness_set (h, "rtpstorage", "size-time", (guint64) 200 * RTP_PACKET_DUR, + NULL); gst_harness_get (h, "rtpstorage", "internal-storage", &internal_storage, NULL); gst_harness_set (h, "rtpulpfecdec", "storage", internal_storage, "pt", fec_pt,