diff -Nru gst-plugins-good1.0-1.14.1/aclocal.m4 gst-plugins-good1.0-1.14.4/aclocal.m4 --- gst-plugins-good1.0-1.14.1/aclocal.m4 2018-05-17 12:22:33.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/aclocal.m4 2018-10-02 21:59:10.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15.1 -*- Autoconf -*- +# generated automatically by aclocal 1.16.1 -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,7 @@ If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) -# Copyright (C) 2002-2017 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -32,10 +32,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.15' +[am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15.1], [], +m4_if([$1], [1.16.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -51,14 +51,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15.1])dnl +[AM_AUTOMAKE_VERSION([1.16.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # Figure out how to run the assembler. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -78,7 +78,7 @@ # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -130,7 +130,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -161,7 +161,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -352,13 +352,12 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. - # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], @@ -366,49 +365,41 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -417,18 +408,17 @@ # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -515,8 +505,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. @@ -583,7 +573,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -625,7 +615,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -646,7 +636,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -668,7 +658,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -703,7 +693,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -711,49 +701,42 @@ # AM_MAKE_INCLUDE() # ----------------- -# Check to see how make treats includes. +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2017 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -790,7 +773,7 @@ fi ]) -# Copyright (C) 2003-2017 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -824,7 +807,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -853,7 +836,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -900,7 +883,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -933,10 +916,12 @@ [ dnl Find a Python interpreter. Python versions prior to 2.0 are not dnl supported. (2.0 was released on October 16, 2000). - dnl FIXME: Remove the need to hard-code Python versions here. m4_define_default([_AM_PYTHON_INTERPRETER_LIST], -[python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 dnl - python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0]) +[python python2 python3 dnl + python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl + python3.2 python3.1 python3.0 dnl + python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl + python2.0]) AC_ARG_VAR([PYTHON], [the Python interpreter]) @@ -1136,7 +1121,7 @@ sys.exit(sys.hexversion < minverhex)" AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1155,7 +1140,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1236,7 +1221,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2017 Free Software Foundation, Inc. +# Copyright (C) 2009-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1296,7 +1281,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2017 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1324,7 +1309,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2017 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1343,7 +1328,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2017 Free Software Foundation, Inc. +# Copyright (C) 2004-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru gst-plugins-good1.0-1.14.1/ChangeLog gst-plugins-good1.0-1.14.4/ChangeLog --- gst-plugins-good1.0-1.14.1/ChangeLog 2018-05-17 12:25:01.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ChangeLog 2018-10-02 22:02:55.000000000 +0000 @@ -1,3 +1,734 @@ +=== release 1.14.4 === + +2018-10-02 23:02:53 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-good.doap: + * meson.build: + Release 1.14.4 + +2018-10-02 23:02:53 +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-09-24 11:45:46 +0200 Nicola Murino + + * sys/osxaudio/gstosxcoreaudio.c: + osxaudio: add support for parsing more channel layouts ... + ... and fallback to gst_audio_info_set_format for not yet supported layouts. + Fix audio playback on iOS 12. + Based on patch from Byron Schiel + https://bugzilla.gnome.org/show_bug.cgi?id=796919 + +2018-09-21 22:24:02 +0200 Alicia Boya García + + * gst/matroska/matroska-demux.c: + matroskademux: Emit no-more-pads after parsing Tracks + Currently matroskademux does not emit no-more-pads until the first + Cluster is parsed, even though the Tracks have already been parsed and + from that point on there can be no more tracks. + This is important in MSE because the browser needs to know when the MSE + initialization segment has been completely parsed so that it can expose + the tracks to the user. Some applications depend on this been done + before they feed frames to the demuxer. + As a consequence, historically WebKit has relied on hacks such as + listening to the `pad-added` event, which made impossible to support + multiple tracks in the same file. Let's fix that. + https://bugzilla.gnome.org/show_bug.cgi?id=797187 + +2018-09-21 20:38:02 +0200 Alicia Boya García + + * gst/matroska/matroska-demux.c: + matroskademux: Parse successive Tracks elements + This patch allows matroskademux to parse a second Tracks element, + erroring out if the tracks are not compatible (different number, type or + codec) and emitting new caps and tag events should they have changed. + https://bugzilla.gnome.org/show_bug.cgi?id=793333 + +2018-09-21 16:23:57 +0200 Alicia Boya García + + matroskademux: Refactor track parsing out from adding tracks + This splits gst_matroska_demux_add_stream() into: + * gst_matroska_demux_parse_stream(): will read the Matroska bytestream + and fill a GstMatroskaTrackContext. + * gst_matroska_demux_parse_tracks(): will check there are no repeated + tracks. + * gst_matroska_demux_add_stream(): creates and sets up the pad for the + track. + https://bugzilla.gnome.org/show_bug.cgi?id=793333 + +2017-11-30 20:44:23 +0100 Alicia Boya García + + * gst/matroska/matroska-demux.c: + matroskademux: Allow Matroska headers to be read more than once + This is necessary for MSE, where a new MSE initialization segment may be + appended at any point. These MSE initialization segments consist of an + entire WebM file until the first Cluster element (not included). [1] + Note that track definitions are ignored on successive headers, they must + match, but this is not checked by matroskademux (look for + `(!demux->tracks_parsed)` in the code). + Source pads are not altered when the new headers are read. + This patch has been splitted from the original patch from eocanha in [2]. + [1] https://www.w3.org/TR/mse-byte-stream-format-webm/ + [2] https://bug334082.bugzilla-attachments.gnome.org/attachment.cgi?id=362212 + https://bugzilla.gnome.org/show_bug.cgi?id=793333 + +=== release 1.14.3 === + +2018-09-16 16:20:32 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-good.doap: + * meson.build: + Release 1.14.3 + +2018-09-16 16:20:32 +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-08-15 02:10:25 +1000 Jan Schmidt + + * gst/multifile/gstsplitmuxsink.c: + * gst/multifile/gstsplitmuxsink.h: + splitmuxsink: Fix reference counting loop + The stream context was holding a reference to the + internal queue and pads, with pad probes that were + in turn holding references to the stream context. + This lead to a leak if the request pads weren't explicitly + released. + https://bugzilla.gnome.org/show_bug.cgi?id=796893 + +2018-07-17 00:03:19 +1000 Jan Schmidt + + * gst/multifile/gstsplitmuxsink.c: + splitmux: Improve handling of repeated timestamps + When handling input with timestamps that repeat, sometimes + splitmuxsink would get confused and ignore a keyframe. + The logic in question is a holdover from before the cmd queue + moved the file cutting to the multiqueue output side and made + it deterministic, so it's no longer needed on the input + here. + https://bugzilla.gnome.org/show_bug.cgi?id=796773 + +2017-08-25 11:58:12 +0200 Havard Graff + + * gst/rtpmanager/gstrtpsession.c: + * gst/rtpmanager/rtpsession.c: + * gst/rtpmanager/rtpsession.h: + * tests/check/elements/rtpsession.c: + rtpsession: Don't start the RTCP thread until it's needed + Always wait with starting the RTCP thread until either a RTP or RTCP + packet is sent or received. Special handling is needed to make sure the + RTCP thread is started when requesting an early RTCP packet. + We want to wait with starting the RTCP thread until it's needed in order + to not send RTCP packets for an inactive source. + https://bugzilla.gnome.org/show_bug.cgi?id=795139 + +2018-09-11 00:18:32 +0000 Nicolas Dufresne + + * sys/v4l2/gstv4l2object.c: + v4l2object: Protect against zero PAR num/demu + This fixes an assertion when the driver implement CROPCAP but does + not set the PAR. + +2018-09-07 18:53:50 +0530 Nirbheek Chauhan + + * ext/speex/meson.build: + meson: Fix typo in speex build file + Bad backport, host_system is not defined in this branch. + +2018-09-07 18:47:22 +0530 Nirbheek Chauhan + + * ext/speex/meson.build: + meson: Explicitly pass -DWIN32 while building speex + The speex headers assume that WIN32 will always be defined when + building on Windows, but this is only true by default on MinGW. + Always set it explicitly. + +2018-09-03 16:04:33 +0530 Nirbheek Chauhan + + * ext/mpg123/gstmpg123audiodec.h: + mpg123: Remove ssize_t fallback, not needed anymore + The mpg123 headers now contain a definition for ssize_t and building + with MSVC fails because of a redefinition for ssize_t + +2018-08-22 19:23:53 +0000 Nicolas Dufresne + + * sys/v4l2/gstv4l2object.c: + v4l2object: Only offer MMAP/DMABUF pool + The propose allocation was offering a pool even in DMABUF_IMPORT or + USERPTR mode. These pool are internal only. + +2018-08-09 15:14:05 +0200 Philipp Zabel + + * sys/v4l2/gstv4l2object.c: + v4l2object: complete colorspace info in debug log + The desired colorimetry is logged with all parameters (colorpsace, + range, matrix, and transfer function), but of the values actually + set by the driver, only colorspace is logged. Complete the debug + log message to display all colorimetry parameters: + Desired colorspace is 8:1:1:1 + Got format of 640x480, format YU12, nb planes 1, colorspace 8 + -> + Desired colorspace is 8:1:1:1 + Got format of 640x480, format YU12, nb planes 1, colorspace 8:0:0:0 + https://bugzilla.gnome.org/show_bug.cgi?id=796940 + +2018-08-09 15:12:57 +0200 Philipp Zabel + + * sys/v4l2/gstv4l2object.c: + v4l2object: fix typo in comment + https://bugzilla.gnome.org/show_bug.cgi?id=796940 + +2018-08-09 15:08:59 +0200 Philipp Zabel + + * sys/v4l2/gstv4l2object.c: + v4l2object: improve colorspace handling for JPEG sources + gstjpegdec sets 1:4:0:0 colorimetry (full range BT.601 YCbCr encoding + with unknown primaries and unknown transfer function). This currently + gets translated to bt601 or bt709 depending on resolution. + Both cases result in a negotiation failure: + ERROR: from element /GstPipeline:pipeline0/v4l2video0convert:v4l2video0convert0: Device '/dev/video0' does not support 1:4:0:0 colorimetry + Improve the guessing game by selecting JPEG colorimetry (JPEG colorspace + with sRGB transfer function) under these specific conditions, and loosen + the matching so that 1:4:0:0 input gets accepted if the device is + actually configured to 1:4:7:1 (V4L2_PIX_FMT_JPEG default). + https://bugzilla.gnome.org/show_bug.cgi?id=796940 + +2018-08-09 17:24:35 +0200 Philipp Zabel + + * sys/v4l2/gstv4l2object.c: + v4l2object: stop V4L2 from zeroing extended colorimetry for non-mplane + Setting the priv field to a magic value stops V4L2 core from zeroing + the extended colorimetry fields quantization, ycbcr_enc, and xfer_func + for non-mplane queues. + https://bugzilla.gnome.org/show_bug.cgi?id=796940 + +2018-08-17 11:45:47 +0100 Tim-Philipp Müller + + * tests/examples/Makefile.am: + examples: dist qt examples + https://bugzilla.gnome.org/show_bug.cgi?id=796968 + +2018-08-16 16:28:15 -0400 Nicolas Dufresne + + * meson.build: + meson: Unify required version to 0.40.1 + +2018-08-11 16:45:25 +0800 Roland Jon + + * gst/audioparsers/gstaacparse.c: + aacparse: fix codec_data buffer leak + https://bugzilla.gnome.org/show_bug.cgi?id=740101 + +2018-04-02 12:48:50 +0100 Tim-Philipp Müller + + * tests/icles/Makefile.am: + * tests/icles/meson.build: + * tests/icles/v4l2src-test.c: + tests: remove broken and now pointless v4l2src-test + This tests APIs that don't exist any longer and also doesn't + work at all, and was last touched in a meaningful way in 2006. + +2018-08-02 08:40:17 +0200 Iñigo Huguet + + * sys/v4l2/gstv4l2object.c: + v4l2src: fix first input used is always used next times + The input from an v4l2 device that was used the first time was + remembered for next times, and set again always the pipeline is + set to READY state. This was making that users wasn't able to + select a different input without having to create a new pipeline. + This patch makes that v4l2src element forget previous used input + when going to NULL state, so it will check again for the current + selected input when going again to READY state. Users can change + to NULL state, select a new input with a VIDIOC_S_INPUT ioctl + and change to PLAYING again. + https://bugzilla.gnome.org/show_bug.cgi?id=796908 + +2018-07-26 16:43:28 +0300 Sebastian Dröge + + * gst/rtp/gstrtpgstdepay.c: + * gst/rtp/gstrtpgstpay.c: + * gst/rtp/gstrtpgstpay.h: + rtpgstpay: Add support for force-keyunit events + This triggers immediate re-sending of the configuration data in-band. + https://bugzilla.gnome.org/show_bug.cgi?id=796877 + +2018-07-31 12:47:47 +0300 Sebastian Dröge + + * gst/isomp4/gstqtmux.c: + qtdemux: Don't assert in prefill mode if a track has no samples at all + Just write it with a duration of 0, no samples, etc. + +2018-07-13 22:31:04 -0400 Nicolas Dufresne + + * gst/rtp/gstrtpopuspay.c: + * gst/rtp/gstrtpvp8pay.c: + * gst/rtp/gstrtpvp9pay.c: + rtppayload: Fix VP8/VP9/OPUS dual encoding name handling + All these were copy pasted and would lead to assertion when chained with + rtpmux. This commit rewrite the negotiation with downstream. This also + drop the fallback to ancient names if the pad is unlinked. This was + completly arbitrary decision that made no sense. + https://bugzilla.gnome.org/show_bug.cgi?id=796809 + +2018-08-01 12:06:23 +1000 Matthew Waters + + * ext/qt/gstqtgl.h: + qt: Ensure GL headers are included + Otherwise there may be no valid typedef of GLsync. + ... + /usr/include/gstreamer-1.0/gst/gl/gstglfuncs.h:93:24: note: in definition of macro 'GST_GL_EXT_FUNCTION' + ret (GSTGLAPI *name) args; + ^~~~ + /usr/include/gstreamer-1.0/gst/gl/glprototypes/sync.h:33:23: error: 'GLsync' has not been declared + (GLsync sync)) + ^~~~~~ + ... + https://bugzilla.gnome.org/show_bug.cgi?id=796879 + +2018-07-19 17:31:03 +0200 Michael Olbrich + + * gst/rtp/gstrtpL8pay.c: + rtpL8pay: don't try to modify a read-only structure + Just remove the code. It's not doing anything useful anyways. The modified + caps are the result of a caps query, so either not used afterwards of a + reference to some internal caps of another element that should not be + modified. + https://bugzilla.gnome.org/show_bug.cgi?id=796837 + +2018-07-13 19:45:19 +0300 Sebastian Dröge + + * gst/rtp/gstrtpgstpay.c: + * gst/rtp/gstrtph264pay.c: + * gst/rtp/gstrtph265pay.c: + * gst/rtp/gstrtpmp4vpay.c: + * gst/rtp/gstrtptheorapay.c: + * gst/rtp/gstrtpvorbispay.c: + rtp: Use running_time instead of PTS for config-interval calculations + PTS can start again from a different offset while the running time is + increasing. The only thing that matters here is the running time. + https://bugzilla.gnome.org/show_bug.cgi?id=796807 + +=== 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/common/m4/Makefile.in gst-plugins-good1.0-1.14.4/common/m4/Makefile.in --- gst-plugins-good1.0-1.14.1/common/m4/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/common/m4/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -582,8 +582,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -607,7 +607,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/common/Makefile.in gst-plugins-good1.0-1.14.4/common/Makefile.in --- gst-plugins-good1.0-1.14.1/common/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/common/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -164,7 +164,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -622,8 +622,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -740,7 +740,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/compile gst-plugins-good1.0-1.14.4/compile --- gst-plugins-good1.0-1.14.1/compile 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/compile 2018-10-02 21:59:13.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -255,7 +255,8 @@ echo "compile $scriptversion" exit $? ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -339,9 +340,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru gst-plugins-good1.0-1.14.1/config.guess gst-plugins-good1.0-1.14.4/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.4/config.guess 2018-10-02 21:59:13.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.4/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.4/config.sub 2018-10-02 21:59:13.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.4/configure --- gst-plugins-good1.0-1.14.1/configure 2018-05-17 12:22:35.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/configure 2018-10-02 21:59:11.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.4. # # 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.4' +PACKAGE_STRING='GStreamer Good Plug-ins 1.14.4' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -1131,7 +1131,6 @@ AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE -am__quote am__include DEPDIR OBJEXT @@ -1236,7 +1235,8 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR -SHELL' +SHELL +am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking @@ -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.4 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.4:";; 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.4 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.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3858,7 +3858,7 @@ -am__api_version='1.15' +am__api_version='1.16' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -4344,7 +4344,7 @@ # Define the identity of the package. PACKAGE='gst-plugins-good' - VERSION='1.14.1' + VERSION='1.14.4' cat >>confdefs.h <<_ACEOF @@ -4374,8 +4374,8 @@ # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The @@ -4542,7 +4542,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -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.4 | cut -d'.' -f1) + PACKAGE_VERSION_MINOR=$(echo 1.14.4 | cut -d'.' -f2) + PACKAGE_VERSION_MICRO=$(echo 1.14.4 | 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.4 | cut -d'.' -f4) if test x"$NANO" = x || test "x$NANO" = "x0" ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5 @@ -4777,45 +4777,45 @@ ac_config_commands="$ac_config_commands depfiles" - -am_make=${MAKE-make} -cat > confinc << 'END' +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +$as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : @@ -9411,10 +9411,10 @@ done - GST_CURRENT=1401 + GST_CURRENT=1404 GST_REVISION=0 - GST_AGE=1401 - GST_LIBVERSION=1401:0:1401 + GST_AGE=1404 + GST_LIBVERSION=1404:0:1404 @@ -14042,8 +14042,8 @@ -GST_REQ=1.14.1 -GSTPB_REQ=1.14.1 +GST_REQ=1.14.4 +GSTPB_REQ=1.14.4 @@ -23640,7 +23640,7 @@ # Find any Python interpreter. if test -z "$PYTHON"; then - for ac_prog in python python2 python3 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 + for ac_prog in python python2 python3 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$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.4, 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.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -40081,7 +40081,7 @@ # # INIT-COMMANDS # -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout @@ -41205,29 +41205,35 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -41245,53 +41251,48 @@ q } s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } - /^X\(\/\/\)$/{ + /^X\/\(\/\/\)$/{ s//\1/ q } - /^X\(\/\).*/{ + /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? done + if test $am_rc -ne 0; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk } ;; "libtool":C) diff -Nru gst-plugins-good1.0-1.14.1/configure.ac gst-plugins-good1.0-1.14.4/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.4/configure.ac 2018-10-02 21:58:51.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.4],[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, 1404, 0, 1404) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.14.1 -GSTPB_REQ=1.14.1 +GST_REQ=1.14.4 +GSTPB_REQ=1.14.4 dnl *** autotools stuff **** diff -Nru gst-plugins-good1.0-1.14.1/debian/build-deps gst-plugins-good1.0-1.14.4/debian/build-deps --- gst-plugins-good1.0-1.14.1/debian/build-deps 2018-05-23 13:05:30.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/debian/build-deps 2018-10-05 11:28:29.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.4) 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.4) 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.4/debian/build-deps.in --- gst-plugins-good1.0-1.14.1/debian/build-deps.in 2018-05-23 13:05:30.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/debian/build-deps.in 2018-10-05 11:28:29.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.4) 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.4) 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.4/debian/changelog --- gst-plugins-good1.0-1.14.1/debian/changelog 2018-05-23 13:05:30.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/debian/changelog 2019-05-16 12:18:09.000000000 +0000 @@ -1,8 +1,73 @@ -gst-plugins-good1.0 (1.14.1-1ubuntu1~ubuntu18.04.1) bionic; urgency=medium +gst-plugins-good1.0 (1.14.4-1ubuntu1~ubuntu18.04.1) bionic; urgency=medium - * No-change backport to bionic. + * No-change backport to bionic (LP: #1829366) - -- Iain Lane Wed, 23 May 2018 14:05:30 +0100 + -- Iain Lane Thu, 16 May 2019 13:18:09 +0100 + +gst-plugins-good1.0 (1.14.4-1ubuntu1) cosmic; urgency=medium + + * 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 + + -- Iain Lane Fri, 05 Oct 2018 12:28:29 +0100 + +gst-plugins-good1.0 (1.14.4-1) unstable; urgency=medium + + * New upstream bugfix release + + -- Sebastian Dröge Wed, 03 Oct 2018 13:55:34 +0300 + +gst-plugins-good1.0 (1.14.3-1) unstable; urgency=medium + + * New upstream bugfix release. + + -- Sebastian Dröge Mon, 17 Sep 2018 10:00:19 +0300 + +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 diff -Nru gst-plugins-good1.0-1.14.1/debian/control gst-plugins-good1.0-1.14.4/debian/control --- gst-plugins-good1.0-1.14.1/debian/control 2018-05-23 13:05:30.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/debian/control 2018-10-05 11:28:29.000000000 +0000 @@ -6,11 +6,11 @@ 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.4), 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.4), 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.4), 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-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 -XS-Debian-Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-plugins-good1.0.git -b ubuntu-bionic +XS-Debian-Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-plugins-good1.0.git XS-Debian-Vcs-Browser: https://salsa.debian.org/gstreamer-team/gst-plugins-good1.0/ Homepage: https://gstreamer.freedesktop.org diff -Nru gst-plugins-good1.0-1.14.1/debian/control.in gst-plugins-good1.0-1.14.4/debian/control.in --- gst-plugins-good1.0-1.14.1/debian/control.in 2018-05-23 13:05:30.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/debian/control.in 2018-10-05 11:28:29.000000000 +0000 @@ -8,9 +8,9 @@ Sjoerd Simons Build-Depends: BUILDDEPS Standards-Version: 3.9.3 -Vcs-Git: git://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-good@GST_ABI@ +Vcs-Git: git://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-good@GST_ABI@ Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-good@GST_ABI@/+git/gst-plugins-good@GST_ABI@ -XS-Debian-Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-plugins-good1.0.git -b ubuntu-bionic +XS-Debian-Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-plugins-good1.0.git XS-Debian-Vcs-Browser: https://salsa.debian.org/gstreamer-team/gst-plugins-good1.0/ Homepage: https://gstreamer.freedesktop.org diff -Nru gst-plugins-good1.0-1.14.1/debian/gbp.conf gst-plugins-good1.0-1.14.4/debian/gbp.conf --- gst-plugins-good1.0-1.14.1/debian/gbp.conf 2018-05-23 13:05:30.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/debian/gbp.conf 2018-10-05 11:28:29.000000000 +0000 @@ -1,6 +1,6 @@ [DEFAULT] upstream-branch = upstream -debian-branch = ubuntu-bionic +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/rules gst-plugins-good1.0-1.14.4/debian/rules --- gst-plugins-good1.0-1.14.1/debian/rules 2018-05-23 13:05:30.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/debian/rules 2018-10-05 11:28:29.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.4) gst_pkgname=gstreamer$(gst_abi) gst_deb_abi=$(gst_abi)-0 diff -Nru gst-plugins-good1.0-1.14.1/depcomp gst-plugins-good1.0-1.14.4/depcomp --- gst-plugins-good1.0-1.14.1/depcomp 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/depcomp 2018-10-02 21:59:22.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2016-01-11.22; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2017 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -783,7 +783,7 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff -Nru gst-plugins-good1.0-1.14.1/docs/Makefile.in gst-plugins-good1.0-1.14.4/docs/Makefile.in --- gst-plugins-good1.0-1.14.1/docs/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/docs/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -164,7 +164,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -608,8 +608,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -728,7 +728,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/gst-plugins-good-plugins.args gst-plugins-good1.0-1.14.4/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.4/docs/plugins/gst-plugins-good-plugins.args 2018-10-02 22:01:52.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.4" @@ -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.4 " diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/html/ch01.html gst-plugins-good1.0-1.14.4/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.4/docs/plugins/html/ch01.html 2018-10-02 22:03: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.4/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.4/docs/plugins/html/ch02.html 2018-10-02 22:03: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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-3gppmux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-aacparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-aasink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-ac3parse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-agingtv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-alawdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-alawenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-alphacolor.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-alpha.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-amrparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-apedemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-apev2mux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-aspectratiocrop.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-asteriskh263.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audioamplify.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiochebband.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiocheblimit.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiodynamic.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audioecho.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiofirfilter.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -45,7 +45,7 @@ -GValueArray * +GValueArray * kernel Read / Write @@ -550,7 +550,7 @@

Property Details

The “kernel” property

-
  “kernel”                   GValueArray *
+
  “kernel”                   GValueArray *

Filter kernel for the FIR filter.

Flags: Read / Write

@@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audioiirfilter.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -45,13 +45,13 @@ -GValueArray * +GValueArray * a Read / Write -GValueArray * +GValueArray * b Read / Write @@ -499,14 +499,14 @@

Property Details

The “a” property

-
  “a”                        GValueArray *
+
  “a”                        GValueArray *

Filter coefficients (denominator of transfer function).

Flags: Read / Write


The “b” property

-
  “b”                        GValueArray *
+
  “b”                        GValueArray *

Filter coefficients (numerator of transfer function).

Flags: Read / Write

@@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audioinvert.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiokaraoke.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiopanorama.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiowsincband.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-audiowsinclimit.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-auparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-autoaudiosink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-autoaudiosrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-autovideosink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-autovideosrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-avidemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-avimux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-avisubtitle.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-breakmydata.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-cacasink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-cairooverlay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-capssetter.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-cpureport.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-cutter.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-dcaparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-deinterlace.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-deinterleave.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-dicetv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-directsoundsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-dtmfsrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-dv1394src.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-dvdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-dvdemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-dynudpsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-edgetv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-equalizer-10bands.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-equalizer-3bands.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-equalizer-nbands.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-flacdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-flacenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-flacparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-flactag.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-flvdemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-flvmux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-flxdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-gamma.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufoverlay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-gdkpixbufsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-goom2k1.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-goom.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-gtkglsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-gtksink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-hdv1394src.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-icydemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-id3demux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-id3v2mux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-iirequalizer.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-imagefreeze.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-interleave.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@ -GValueArray * +GValueArray * channel-positions Read / Write @@ -214,7 +214,7 @@

Property Details

The “channel-positions” property

-
  “channel-positions”        GValueArray *
+
  “channel-positions”        GValueArray *

Channel positions: This property controls the channel positions that are used on the src caps. The number of elements should be the same as the number of sink pads and the array should contain @@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-ismlmux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-jackaudiosink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-jackaudiosrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-jpegdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-jpegenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-lamemp3enc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-level.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -128,12 +128,12 @@ is deprecated, as it can be calculated from stream-time + duration)

  • - GValueArray of gdouble + GValueArray of gdouble "peak": the peak power level in dB for each channel

  • - GValueArray of gdouble + GValueArray of gdouble "decay": the decaying peak power level in dB for each channel The decaying peak level follows the peak level, but starts dropping if no @@ -142,7 +142,7 @@ specified by the “peak-falloff”.

  • - GValueArray of gdouble + GValueArray of gdouble "rms": the Root Mean Square (or average power) level in dB for each channel

  • @@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-matroskademux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-matroskamux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-matroskaparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-mj2mux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-monoscope.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-mp4mux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-mpegaudioparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-mpg123audiodec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-mulawdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-mulawenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-multifilesink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-multifilesrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-multipartdemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-multipartmux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-multiudpsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-navigationtest.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-navseek.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-optv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-oss4sink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-oss4src.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-osssink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-osssrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-osxaudiosink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-osxaudiosrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-osxvideosink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-1394.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-aasink.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-alaw.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-alphacolor.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-alpha.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-apetag.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-audiofx.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-audioparsers.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-auparse.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-autodetect.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-avi.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-cacasink.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-cairo.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-cutter.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-debug.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-deinterlace.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-directsound.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-dtmf.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-dv.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-effectv.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-equalizer.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-flac.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-flv.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-flxdec.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-gdkpixbuf.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-goom2k1.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-goom.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-gtk.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-icydemux.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-id3demux.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-imagefreeze.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-interleave.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-isomp4.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-jack.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-jpeg.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-lame.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-level.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-matroska.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-monoscope.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-mpg123.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-mulaw.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-multifile.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-multipart.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-navigationtest.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-oss4.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-ossaudio.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-osxaudio.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-osxvideo.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-png.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-pulseaudio.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-qmlgl.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-replaygain.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-rtp.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-rtpmanager.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-rtsp.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-shapewipe.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-shout2.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-smpte.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-soup.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-spectrum.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-speex.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-taglib.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-twolame.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-udp.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-video4linux2.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-videobox.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-videocrop.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-videofilter.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-videomixer.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-vpx.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-waveform.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-wavenc.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-wavpack.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-wavparse.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-ximagesrc.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-plugin-y4menc.html 2018-10-02 22:03:12.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -41,7 +41,7 @@

    version

    -1.14.1 +1.14.4

    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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-pngdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-pngenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-progressreport.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-pulsesink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-pulsesrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-pushfilesrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-qmlglsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-qmlglsrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-qtdemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-qtmoovrecover.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-qtmux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-quarktv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-radioactv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-revtv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rganalysis.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rglimiter.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rgvolume.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rippletv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rndbuffersize.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpac3depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpac3pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpamrdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpamrpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpbin.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpbvdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpbvpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpceltdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpceltpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfmux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpdtmfsrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpdvdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpdvpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg722depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg722pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg723depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg723pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg726depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg726pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg729depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpg729pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpgsmdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpgsmpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpgstdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpgstpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph261depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph261pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph263depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph263pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph263pdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph263ppay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph264depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph264pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph265depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtph265pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpilbcdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpilbcpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpj2kdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpj2kpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpjitterbuffer.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpjpegdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpjpegpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpklvdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpklvpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpL16depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpL16pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpL24depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpL24pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpL8depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpL8pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp1sdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp2tpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp4adepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp4apay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp4gpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmp4vpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmpadepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmpapay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmparobustdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmpvdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmpvpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpmux.html 2018-10-02 22:03: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-rtpopusdepay.html gst-plugins-good1.0-1.14.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpopusdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpopuspay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtppcmadepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtppcmapay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtppcmudepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtppcmupay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpptdemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpqcelpdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpqdm2depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpreddec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpredenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtprtxqueue.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtprtxreceive.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtprtxsend.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpsbcdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpsbcpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpsession.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpsirendepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpsirenpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpspeexdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpspeexpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpssrcdemux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpstorage.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpstreamdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpstreampay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpsv3vdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtptheoradepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtptheorapay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpulpfecenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvorbisdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvorbispay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvp8depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvp8pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvp9depay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvp9pay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvrawdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpvrawpay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtpxqtdepay.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-rtspsrc.html 2018-10-02 22:03:12.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.4"


    @@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-sbcparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-scaletempo.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-shagadelictv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-shapewipe.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-shout2send.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-smptealpha.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-smpte.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-souphttpclientsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-souphttpsrc.html 2018-10-02 22:03:12.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.4 "


    @@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-spectrum.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-speexdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-speexenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-splitfilesrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-splitmuxsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-splitmuxsrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-streaktv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-taginject.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-testsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-twolamemp2enc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-udpsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-udpsrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-v4l2radio.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-v4l2sink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-v4l2src.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-vertigotv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-videobalance.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-videobox.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-videocrop.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-videoflip.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-videomedian.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-videomixer.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-vp8dec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-vp8enc.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -211,7 +211,7 @@ -GValueArray * +GValueArray * temporal-scalability-layer-id Read / Write @@ -227,13 +227,13 @@ -GValueArray * +GValueArray * temporal-scalability-rate-decimator Read / Write -GValueArray * +GValueArray * temporal-scalability-target-bitrate Read / Write @@ -711,7 +711,7 @@

    The “temporal-scalability-layer-id” property

    -
      “temporal-scalability-layer-id” GValueArray *
    +
      “temporal-scalability-layer-id” GValueArray *

    Sequence defining coding layer membership.

    Flags: Read / Write

    @@ -736,14 +736,14 @@

    The “temporal-scalability-rate-decimator” property

    -
      “temporal-scalability-rate-decimator” GValueArray *
    +
      “temporal-scalability-rate-decimator” GValueArray *

    Rate decimation factors for each layer.

    Flags: Read / Write


    The “temporal-scalability-target-bitrate” property

    -
      “temporal-scalability-target-bitrate” GValueArray *
    +
      “temporal-scalability-target-bitrate” GValueArray *

    Target bitrates for coding layers (one per layer, decreasing).

    Flags: Read / Write

    @@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-vp9dec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-vp9enc.html 2018-10-02 22:03:12.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -196,7 +196,7 @@ -GValueArray * +GValueArray * temporal-scalability-layer-id Read / Write @@ -212,13 +212,13 @@ -GValueArray * +GValueArray * temporal-scalability-rate-decimator Read / Write -GValueArray * +GValueArray * temporal-scalability-target-bitrate Read / Write @@ -686,7 +686,7 @@

    The “temporal-scalability-layer-id” property

    -
      “temporal-scalability-layer-id” GValueArray *
    +
      “temporal-scalability-layer-id” GValueArray *

    Sequence defining coding layer membership.

    Flags: Read / Write

    @@ -711,14 +711,14 @@

    The “temporal-scalability-rate-decimator” property

    -
      “temporal-scalability-rate-decimator” GValueArray *
    +
      “temporal-scalability-rate-decimator” GValueArray *

    Rate decimation factors for each layer.

    Flags: Read / Write


    The “temporal-scalability-target-bitrate” property

    -
      “temporal-scalability-target-bitrate” GValueArray *
    +
      “temporal-scalability-target-bitrate” GValueArray *

    Target bitrates for coding layers (one per layer, decreasing).

    Flags: Read / Write

    @@ -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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-warptv.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-waveformsink.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-wavenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-wavpackdec.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-wavpackenc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-wavpackparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-wavparse.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-webmmux.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-ximagesrc.html 2018-10-02 22:03:12.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.4/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.4/docs/plugins/html/gst-plugins-good-plugins-y4menc.html 2018-10-02 22:03:12.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/tmpSA4KmM/nBwrswxhZH/gst-plugins-good1.0-1.14.1/docs/plugins/html/home.png and /tmp/tmpSA4KmM/t2ynQkyhlL/gst-plugins-good1.0-1.14.4/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.4/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.4/docs/plugins/html/index.html 2018-10-02 22:03:12.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.4) 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/tmpSA4KmM/nBwrswxhZH/gst-plugins-good1.0-1.14.1/docs/plugins/html/left-insensitive.png and /tmp/tmpSA4KmM/t2ynQkyhlL/gst-plugins-good1.0-1.14.4/docs/plugins/html/left-insensitive.png differ Binary files /tmp/tmpSA4KmM/nBwrswxhZH/gst-plugins-good1.0-1.14.1/docs/plugins/html/left.png and /tmp/tmpSA4KmM/t2ynQkyhlL/gst-plugins-good1.0-1.14.4/docs/plugins/html/left.png differ Binary files /tmp/tmpSA4KmM/nBwrswxhZH/gst-plugins-good1.0-1.14.1/docs/plugins/html/right-insensitive.png and /tmp/tmpSA4KmM/t2ynQkyhlL/gst-plugins-good1.0-1.14.4/docs/plugins/html/right-insensitive.png differ Binary files /tmp/tmpSA4KmM/nBwrswxhZH/gst-plugins-good1.0-1.14.1/docs/plugins/html/right.png and /tmp/tmpSA4KmM/t2ynQkyhlL/gst-plugins-good1.0-1.14.4/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.4/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.4/docs/plugins/html/style.css 2018-10-02 22:03:11.000000000 +0000 @@ -30,6 +30,10 @@ vertical-align: top; } +span.nowrap { + white-space: nowrap; +} + div.gallery-float { float: left; Binary files /tmp/tmpSA4KmM/nBwrswxhZH/gst-plugins-good1.0-1.14.1/docs/plugins/html/up-insensitive.png and /tmp/tmpSA4KmM/t2ynQkyhlL/gst-plugins-good1.0-1.14.4/docs/plugins/html/up-insensitive.png differ Binary files /tmp/tmpSA4KmM/nBwrswxhZH/gst-plugins-good1.0-1.14.1/docs/plugins/html/up.png and /tmp/tmpSA4KmM/t2ynQkyhlL/gst-plugins-good1.0-1.14.4/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.4/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.4/docs/plugins/inspect/plugin-1394.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-aasink.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ ASCII Art video sink ../../ext/aalib/.libs/libgstaasink.so libgstaasink.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-alaw.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ ALaw audio conversion routines ../../gst/law/.libs/libgstalaw.so libgstalaw.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-alphacolor.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-alpha.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-apetag.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ APEv1/2 tag reader ../../gst/apetag/.libs/libgstapetag.so libgstapetag.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-audiofx.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Audio effects plugin ../../gst/audiofx/.libs/libgstaudiofx.so libgstaudiofx.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-audioparsers.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Parsers for various audio formats ../../gst/audioparsers/.libs/libgstaudioparsers.so libgstaudioparsers.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-auparse.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ parses au streams ../../gst/auparse/.libs/libgstauparse.so libgstauparse.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-autodetect.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-avi.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ AVI stream handling ../../gst/avi/.libs/libgstavi.so libgstavi.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-cacasink.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Colored ASCII Art video sink ../../ext/libcaca/.libs/libgstcacasink.so libgstcacasink.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-cairo.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Cairo-based elements ../../ext/cairo/.libs/libgstcairo.so libgstcairo.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-cutter.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-debug.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ elements for testing and debugging ../../gst/debugutils/.libs/libgstdebug.so libgstdebug.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-deinterlace.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Deinterlacer ../../gst/deinterlace/.libs/libgstdeinterlace.so libgstdeinterlace.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-dtmf.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ DTMF plugins ../../gst/dtmf/.libs/libgstdtmf.so libgstdtmf.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-dv.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-effectv.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ effect plugins from the effectv project ../../gst/effectv/.libs/libgsteffectv.so libgsteffectv.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-equalizer.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ GStreamer audio equalizers ../../gst/equalizer/.libs/libgstequalizer.so libgstequalizer.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-flac.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ The FLAC Lossless compressor Codec ../../ext/flac/.libs/libgstflac.so libgstflac.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-flv.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ FLV muxing and demuxing plugin ../../gst/flv/.libs/libgstflv.so libgstflv.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-flxdec.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ FLC/FLI/FLX video decoder ../../gst/flx/.libs/libgstflxdec.so libgstflxdec.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-gdkpixbuf.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-goom2k1.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ GOOM 2k1 visualization filter ../../gst/goom2k1/.libs/libgstgoom2k1.so libgstgoom2k1.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-goom.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ GOOM visualization filter ../../gst/goom/.libs/libgstgoom.so libgstgoom.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-gtk.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Gtk+ sink ../../ext/gtk/.libs/libgstgtk.so libgstgtk.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-icydemux.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Demux ICY tags from a stream ../../gst/icydemux/.libs/libgsticydemux.so libgsticydemux.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-id3demux.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-imagefreeze.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Still frame stream generator ../../gst/imagefreeze/.libs/libgstimagefreeze.so libgstimagefreeze.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-interleave.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Audio interleaver/deinterleaver ../../gst/interleave/.libs/libgstinterleave.so libgstinterleave.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-isomp4.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-jack.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ JACK audio elements ../../ext/jack/.libs/libgstjack.so libgstjack.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-jpeg.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ JPeg plugin library ../../ext/jpeg/.libs/libgstjpeg.so libgstjpeg.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-lame.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Encode MP3s with LAME ../../ext/lame/.libs/libgstlame.so libgstlame.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-level.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Audio level plugin ../../gst/level/.libs/libgstlevel.so libgstlevel.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-matroska.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Matroska and WebM stream handling ../../gst/matroska/.libs/libgstmatroska.so libgstmatroska.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-mpg123.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-mulaw.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ MuLaw audio conversion routines ../../gst/law/.libs/libgstmulaw.so libgstmulaw.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-multifile.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-multipart.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ multipart stream manipulation ../../gst/multipart/.libs/libgstmultipart.so libgstmultipart.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-navigationtest.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Template for a video filter ../../gst/debugutils/.libs/libgstnavigationtest.so libgstnavigationtest.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-oss4.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-ossaudio.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-png.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ PNG plugin library ../../ext/libpng/.libs/libgstpng.so libgstpng.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-pulseaudio.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ PulseAudio plugin library ../../ext/pulse/.libs/libgstpulseaudio.so libgstpulseaudio.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-qmlgl.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Qt gl plugin ../../ext/qt/.libs/libgstqmlgl.so libgstqmlgl.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-replaygain.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ ReplayGain volume normalization ../../gst/replaygain/.libs/libgstreplaygain.so libgstreplaygain.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-rtpmanager.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ RTP session management plugin library ../../gst/rtpmanager/.libs/libgstrtpmanager.so libgstrtpmanager.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-rtp.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Real-time protocol plugins ../../gst/rtp/.libs/libgstrtp.so libgstrtp.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-rtsp.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ transfer data via RTSP ../../gst/rtsp/.libs/libgstrtsp.so libgstrtsp.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-shapewipe.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Shape Wipe transition filter ../../gst/shapewipe/.libs/libgstshapewipe.so libgstshapewipe.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-shout2.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-smpte.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-soup.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ libsoup HTTP client src/sink ../../ext/soup/.libs/libgstsoup.so libgstsoup.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-spectrum.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-speex.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Speex plugin library ../../ext/speex/.libs/libgstspeex.so libgstspeex.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-taglib.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-twolame.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Encode MP2s with TwoLAME ../../ext/twolame/.libs/libgsttwolame.so libgsttwolame.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-udp.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ transfer data via UDP ../../gst/udp/.libs/libgstudp.so libgstudp.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-video4linux2.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ elements for Video 4 Linux ../../sys/v4l2/.libs/libgstvideo4linux2.so libgstvideo4linux2.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-videobox.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-videocrop.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-videofilter.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Video filters plugin ../../gst/videofilter/.libs/libgstvideofilter.so libgstvideofilter.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-videomixer.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Video mixer ../../gst/videomixer/.libs/libgstvideomixer.so libgstvideomixer.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-vpx.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ VP8 plugin ../../ext/vpx/.libs/libgstvpx.so libgstvpx.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-wavenc.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Encode raw audio into WAV ../../gst/wavenc/.libs/libgstwavenc.so libgstwavenc.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-wavpack.xml 2018-10-02 22:02:52.000000000 +0000 @@ -3,7 +3,7 @@ Wavpack lossless/lossy audio format handling ../../ext/wavpack/.libs/libgstwavpack.so libgstwavpack.so - 1.14.1 + 1.14.4 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.4/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.4/docs/plugins/inspect/plugin-wavparse.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-ximagesrc.xml 2018-10-02 22:02:52.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.4 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.4/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.4/docs/plugins/inspect/plugin-y4menc.xml 2018-10-02 22:02:52.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.4 LGPL gst-plugins-good GStreamer Good Plug-ins source release diff -Nru gst-plugins-good1.0-1.14.1/docs/plugins/Makefile.in gst-plugins-good1.0-1.14.4/docs/plugins/Makefile.in --- gst-plugins-good1.0-1.14.1/docs/plugins/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/docs/plugins/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -898,8 +898,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/upload-doc.mak $(top_srcdir)/common/gtk-doc-plugins.mak $(am__empty): @@ -924,7 +924,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/ext/aalib/Makefile.in gst-plugins-good1.0-1.14.4/ext/aalib/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/aalib/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/aalib/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstaasink_la-gstaasink.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -634,8 +635,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -691,7 +692,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaasink_la-gstaasink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaasink_la-gstaasink.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -782,7 +789,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -855,7 +865,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaasink_la-gstaasink.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -901,7 +911,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaasink_la-gstaasink.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -922,20 +932,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/cairo/Makefile.in gst-plugins-good1.0-1.14.4/ext/cairo/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/cairo/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/cairo/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstcairo_la-gstcairo.Plo \ + ./$(DEPDIR)/libgstcairo_la-gstcairooverlay.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -647,8 +649,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -704,8 +706,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcairo_la-gstcairo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcairo_la-gstcairooverlay.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcairo_la-gstcairo.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcairo_la-gstcairooverlay.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -803,7 +811,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -876,7 +887,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstcairo_la-gstcairo.Plo + -rm -f ./$(DEPDIR)/libgstcairo_la-gstcairooverlay.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -922,7 +934,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstcairo_la-gstcairo.Plo + -rm -f ./$(DEPDIR)/libgstcairo_la-gstcairooverlay.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -943,20 +956,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/dv/Makefile.in gst-plugins-good1.0-1.14.4/ext/dv/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/dv/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/dv/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -135,6 +135,7 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +PROGRAMS = $(noinst_PROGRAMS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -177,7 +178,6 @@ libgstdv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgstdv_la_CFLAGS) \ $(CFLAGS) $(libgstdv_la_LDFLAGS) $(LDFLAGS) -o $@ -PROGRAMS = $(noinst_PROGRAMS) am_smpte_test_OBJECTS = smpte_test-smpte_test.$(OBJEXT) \ smpte_test-gstsmptetimecode.$(OBJEXT) smpte_test_OBJECTS = $(am_smpte_test_OBJECTS) @@ -199,7 +199,13 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstdv_la-gstdv.Plo \ + ./$(DEPDIR)/libgstdv_la-gstdvdec.Plo \ + ./$(DEPDIR)/libgstdv_la-gstdvdemux.Plo \ + ./$(DEPDIR)/libgstdv_la-gstsmptetimecode.Plo \ + ./$(DEPDIR)/smpte_test-gstsmptetimecode.Po \ + ./$(DEPDIR)/smpte_test-smpte_test.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -650,8 +656,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -663,6 +669,15 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): +clean-noinstPROGRAMS: + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ @@ -701,15 +716,6 @@ libgstdv.la: $(libgstdv_la_OBJECTS) $(libgstdv_la_DEPENDENCIES) $(EXTRA_libgstdv_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstdv_la_LINK) -rpath $(plugindir) $(libgstdv_la_OBJECTS) $(libgstdv_la_LIBADD) $(LIBS) -clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - smpte_test$(EXEEXT): $(smpte_test_OBJECTS) $(smpte_test_DEPENDENCIES) $(EXTRA_smpte_test_DEPENDENCIES) @rm -f smpte_test$(EXEEXT) $(AM_V_CCLD)$(smpte_test_LINK) $(smpte_test_OBJECTS) $(smpte_test_LDADD) $(LIBS) @@ -720,12 +726,18 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstdv.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstdvdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstdvdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstsmptetimecode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smpte_test-gstsmptetimecode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smpte_test-smpte_test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstdv.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstdvdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstdvdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdv_la-gstsmptetimecode.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smpte_test-gstsmptetimecode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smpte_test-smpte_test.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -865,7 +877,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -897,7 +912,7 @@ done check-am: all-am check: check-am -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -938,7 +953,12 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdv_la-gstdv.Plo + -rm -f ./$(DEPDIR)/libgstdv_la-gstdvdec.Plo + -rm -f ./$(DEPDIR)/libgstdv_la-gstdvdemux.Plo + -rm -f ./$(DEPDIR)/libgstdv_la-gstsmptetimecode.Plo + -rm -f ./$(DEPDIR)/smpte_test-gstsmptetimecode.Po + -rm -f ./$(DEPDIR)/smpte_test-smpte_test.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -984,7 +1004,12 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdv_la-gstdv.Plo + -rm -f ./$(DEPDIR)/libgstdv_la-gstdvdec.Plo + -rm -f ./$(DEPDIR)/libgstdv_la-gstdvdemux.Plo + -rm -f ./$(DEPDIR)/libgstdv_la-gstsmptetimecode.Plo + -rm -f ./$(DEPDIR)/smpte_test-gstsmptetimecode.Po + -rm -f ./$(DEPDIR)/smpte_test-smpte_test.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1005,20 +1030,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS clean-pluginLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-pluginLTLIBRARIES install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS \ + clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pluginLTLIBRARIES \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/flac/Makefile.in gst-plugins-good1.0-1.14.4/ext/flac/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/flac/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/flac/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstflac_la-gstflac.Plo \ + ./$(DEPDIR)/libgstflac_la-gstflacdec.Plo \ + ./$(DEPDIR)/libgstflac_la-gstflacenc.Plo \ + ./$(DEPDIR)/libgstflac_la-gstflactag.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -641,8 +645,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -698,10 +702,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflac.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflacdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflacenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflactag.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflac.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflacdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflacenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflac_la-gstflactag.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -813,7 +823,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -886,7 +899,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstflac_la-gstflac.Plo + -rm -f ./$(DEPDIR)/libgstflac_la-gstflacdec.Plo + -rm -f ./$(DEPDIR)/libgstflac_la-gstflacenc.Plo + -rm -f ./$(DEPDIR)/libgstflac_la-gstflactag.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -932,7 +948,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstflac_la-gstflac.Plo + -rm -f ./$(DEPDIR)/libgstflac_la-gstflacdec.Plo + -rm -f ./$(DEPDIR)/libgstflac_la-gstflacenc.Plo + -rm -f ./$(DEPDIR)/libgstflac_la-gstflactag.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -953,20 +972,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/gdk_pixbuf/Makefile.in gst-plugins-good1.0-1.14.4/ext/gdk_pixbuf/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/gdk_pixbuf/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/gdk_pixbuf/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -193,7 +193,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufdec.Plo \ + ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufoverlay.Plo \ + ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufplugin.Plo \ + ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufsink.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -659,8 +664,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -716,10 +721,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufoverlay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufsink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufoverlay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufsink.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -831,7 +842,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -904,7 +918,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufdec.Plo + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufoverlay.Plo + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufplugin.Plo + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufsink.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -950,7 +967,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufdec.Plo + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufoverlay.Plo + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufplugin.Plo + -rm -f ./$(DEPDIR)/libgstgdkpixbuf_la-gstgdkpixbufsink.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -971,20 +991,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/gtk/Makefile.in gst-plugins-good1.0-1.14.4/ext/gtk/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/gtk/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/gtk/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -202,7 +202,15 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstgtk_la-gstgtkbasesink.Plo \ + ./$(DEPDIR)/libgstgtk_la-gstgtkglsink.Plo \ + ./$(DEPDIR)/libgstgtk_la-gstgtksink.Plo \ + ./$(DEPDIR)/libgstgtk_la-gstgtkutils.Plo \ + ./$(DEPDIR)/libgstgtk_la-gstplugin.Plo \ + ./$(DEPDIR)/libgstgtk_la-gtkgstbasewidget.Plo \ + ./$(DEPDIR)/libgstgtk_la-gtkgstglwidget.Plo \ + ./$(DEPDIR)/libgstgtk_la-gtkgstwidget.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -677,8 +685,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -769,14 +777,20 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtkbasesink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtkglsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtksink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtkutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gtkgstbasewidget.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gtkgstglwidget.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gtkgstwidget.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtkbasesink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtkglsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtksink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstgtkutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gstplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gtkgstbasewidget.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gtkgstglwidget.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtk_la-gtkgstwidget.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -916,7 +930,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -994,7 +1011,14 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtkbasesink.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtkglsink.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtksink.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtkutils.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstplugin.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gtkgstbasewidget.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gtkgstglwidget.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gtkgstwidget.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1040,7 +1064,14 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtkbasesink.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtkglsink.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtksink.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstgtkutils.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gstplugin.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gtkgstbasewidget.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gtkgstglwidget.Plo + -rm -f ./$(DEPDIR)/libgstgtk_la-gtkgstwidget.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1061,15 +1092,15 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool clean-pluginLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-libLTLIBRARIES \ - install-man install-pdf install-pdf-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libLTLIBRARIES clean-libtool \ + clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am \ + install-libLTLIBRARIES install-man install-pdf install-pdf-am \ install-pluginLTLIBRARIES install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ diff -Nru gst-plugins-good1.0-1.14.1/ext/jack/Makefile.in gst-plugins-good1.0-1.14.4/ext/jack/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/jack/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/jack/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstjack_la-gstjack.Plo \ + ./$(DEPDIR)/libgstjack_la-gstjackaudioclient.Plo \ + ./$(DEPDIR)/libgstjack_la-gstjackaudiosink.Plo \ + ./$(DEPDIR)/libgstjack_la-gstjackaudiosrc.Plo \ + ./$(DEPDIR)/libgstjack_la-gstjackutil.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -635,8 +640,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -692,11 +697,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjack.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackaudioclient.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackaudiosink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackaudiosrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackutil.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjack.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackaudioclient.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackaudiosink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackaudiosrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjack_la-gstjackutil.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -815,7 +826,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -888,7 +902,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstjack_la-gstjack.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackaudioclient.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackutil.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -934,7 +952,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstjack_la-gstjack.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackaudioclient.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstjack_la-gstjackutil.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -955,20 +977,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/jpeg/Makefile.in gst-plugins-good1.0-1.14.4/ext/jpeg/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/jpeg/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/jpeg/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstjpeg_la-gstjpeg.Plo \ + ./$(DEPDIR)/libgstjpeg_la-gstjpegdec.Plo \ + ./$(DEPDIR)/libgstjpeg_la-gstjpegenc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -644,8 +647,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -701,9 +704,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjpeg_la-gstjpeg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjpeg_la-gstjpegdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjpeg_la-gstjpegenc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjpeg_la-gstjpeg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjpeg_la-gstjpegdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstjpeg_la-gstjpegenc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -808,7 +817,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -881,7 +893,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstjpeg_la-gstjpeg.Plo + -rm -f ./$(DEPDIR)/libgstjpeg_la-gstjpegdec.Plo + -rm -f ./$(DEPDIR)/libgstjpeg_la-gstjpegenc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -927,7 +941,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstjpeg_la-gstjpeg.Plo + -rm -f ./$(DEPDIR)/libgstjpeg_la-gstjpegdec.Plo + -rm -f ./$(DEPDIR)/libgstjpeg_la-gstjpegenc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -948,20 +964,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/lame/Makefile.in gst-plugins-good1.0-1.14.4/ext/lame/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/lame/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/lame/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstlame_la-gstlamemp3enc.Plo \ + ./$(DEPDIR)/libgstlame_la-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -638,8 +640,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -695,8 +697,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlame_la-gstlamemp3enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlame_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlame_la-gstlamemp3enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlame_la-plugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -794,7 +802,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -867,7 +878,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstlame_la-gstlamemp3enc.Plo + -rm -f ./$(DEPDIR)/libgstlame_la-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -913,7 +925,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstlame_la-gstlamemp3enc.Plo + -rm -f ./$(DEPDIR)/libgstlame_la-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -934,20 +947,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/libcaca/Makefile.in gst-plugins-good1.0-1.14.4/ext/libcaca/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/libcaca/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/libcaca/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstcacasink_la-gstcacasink.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -645,8 +646,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -702,7 +703,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcacasink_la-gstcacasink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcacasink_la-gstcacasink.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -793,7 +800,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -866,7 +876,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstcacasink_la-gstcacasink.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -912,7 +922,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstcacasink_la-gstcacasink.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -933,20 +943,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/libpng/Makefile.in gst-plugins-good1.0-1.14.4/ext/libpng/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/libpng/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/libpng/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstpng_la-gstpng.Plo \ + ./$(DEPDIR)/libgstpng_la-gstpngdec.Plo \ + ./$(DEPDIR)/libgstpng_la-gstpngenc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -636,8 +639,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -693,9 +696,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpng_la-gstpng.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpng_la-gstpngdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpng_la-gstpngenc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpng_la-gstpng.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpng_la-gstpngdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpng_la-gstpngenc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -800,7 +809,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -873,7 +885,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpng_la-gstpng.Plo + -rm -f ./$(DEPDIR)/libgstpng_la-gstpngdec.Plo + -rm -f ./$(DEPDIR)/libgstpng_la-gstpngenc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -919,7 +933,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpng_la-gstpng.Plo + -rm -f ./$(DEPDIR)/libgstpng_la-gstpngdec.Plo + -rm -f ./$(DEPDIR)/libgstpng_la-gstpngenc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -940,20 +956,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/Makefile.in gst-plugins-good1.0-1.14.4/ext/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -169,7 +169,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -698,8 +698,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/parallel-subdirs.mak $(am__empty): @@ -817,7 +817,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/ext/mpg123/gstmpg123audiodec.h gst-plugins-good1.0-1.14.4/ext/mpg123/gstmpg123audiodec.h --- gst-plugins-good1.0-1.14.1/ext/mpg123/gstmpg123audiodec.h 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/mpg123/gstmpg123audiodec.h 2018-09-08 12:05:43.000000000 +0000 @@ -19,18 +19,6 @@ #ifndef __GST_MPG123_AUDIO_DEC_H__ #define __GST_MPG123_AUDIO_DEC_H__ -/* This is what the visual studio build in mpg123 does before including the - * original header file. Without this we get syntax errors in the - * replace_reader function declarations because it doesn't know ssize_t etc. - * It doesn't realy matter for us if the ssize_t typedef here is correct. */ -#ifdef _MSC_VER -#include -#include -#include -typedef long ssize_t; -#include -#endif - #include #include #include diff -Nru gst-plugins-good1.0-1.14.1/ext/mpg123/Makefile.in gst-plugins-good1.0-1.14.4/ext/mpg123/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/mpg123/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/mpg123/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstmpg123_la-gstmpg123audiodec.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -639,8 +641,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -696,7 +698,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmpg123_la-gstmpg123audiodec.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmpg123_la-gstmpg123audiodec.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -787,7 +795,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -860,7 +871,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmpg123_la-gstmpg123audiodec.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -906,7 +917,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmpg123_la-gstmpg123audiodec.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -927,20 +938,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/pulse/Makefile.in gst-plugins-good1.0-1.14.4/ext/pulse/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/pulse/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/pulse/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -194,7 +194,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstpulseaudio_la-plugin.Plo \ + ./$(DEPDIR)/libgstpulseaudio_la-pulsedeviceprovider.Plo \ + ./$(DEPDIR)/libgstpulseaudio_la-pulsesink.Plo \ + ./$(DEPDIR)/libgstpulseaudio_la-pulsesrc.Plo \ + ./$(DEPDIR)/libgstpulseaudio_la-pulseutil.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -652,8 +657,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -709,11 +714,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-plugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulsedeviceprovider.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulsesink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulsesrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulseutil.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-plugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulsedeviceprovider.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulsesink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulsesrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpulseaudio_la-pulseutil.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -832,7 +843,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -905,7 +919,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-plugin.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulsedeviceprovider.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulsesink.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulsesrc.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulseutil.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -951,7 +969,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-plugin.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulsedeviceprovider.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulsesink.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulsesrc.Plo + -rm -f ./$(DEPDIR)/libgstpulseaudio_la-pulseutil.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -972,20 +994,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/qt/gstqtgl.h gst-plugins-good1.0-1.14.4/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.4/ext/qt/gstqtgl.h 2018-08-12 23:13:02.000000000 +0000 @@ -24,12 +24,13 @@ * warnings/errors */ #include +#include #include #if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0)) #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/qt/Makefile.in gst-plugins-good1.0-1.14.4/ext/qt/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/qt/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/qt/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -199,7 +199,17 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstqmlgl_la-gstplugin.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-gstqsgtexture.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-gstqtglutility.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-gstqtsink.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-gstqtsrc.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-moc_gstqsgtexture.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-moc_qtitem.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-moc_qtwindow.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-qtitem.Plo \ + ./$(DEPDIR)/libgstqmlgl_la-qtwindow.Plo am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -704,8 +714,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -761,16 +771,22 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqsgtexture.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqtglutility.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqtsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqtsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-moc_gstqsgtexture.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-moc_qtitem.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-moc_qtwindow.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-qtitem.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-qtwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqsgtexture.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqtglutility.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqtsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-gstqtsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-moc_gstqsgtexture.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-moc_qtitem.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-moc_qtwindow.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-qtitem.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstqmlgl_la-qtwindow.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cc.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -924,7 +940,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1001,7 +1020,16 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstplugin.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqsgtexture.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqtglutility.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqtsink.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqtsrc.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-moc_gstqsgtexture.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-moc_qtitem.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-moc_qtwindow.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-qtitem.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-qtwindow.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1047,7 +1075,16 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstplugin.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqsgtexture.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqtglutility.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqtsink.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-gstqtsrc.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-moc_gstqsgtexture.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-moc_qtitem.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-moc_qtwindow.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-qtitem.Plo + -rm -f ./$(DEPDIR)/libgstqmlgl_la-qtwindow.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1068,20 +1105,20 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/raw1394/Makefile.in gst-plugins-good1.0-1.14.4/ext/raw1394/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/raw1394/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/raw1394/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -194,7 +194,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgst1394_la-gst1394.Plo \ + ./$(DEPDIR)/libgst1394_la-gst1394clock.Plo \ + ./$(DEPDIR)/libgst1394_la-gst1394probe.Plo \ + ./$(DEPDIR)/libgst1394_la-gstdv1394src.Plo \ + ./$(DEPDIR)/libgst1394_la-gsthdv1394src.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -659,8 +664,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -716,11 +721,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gst1394.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gst1394clock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gst1394probe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gstdv1394src.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gsthdv1394src.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gst1394.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gst1394clock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gst1394probe.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gstdv1394src.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgst1394_la-gsthdv1394src.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -839,7 +850,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -912,7 +926,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgst1394_la-gst1394.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gst1394clock.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gst1394probe.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gstdv1394src.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gsthdv1394src.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -958,7 +976,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgst1394_la-gst1394.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gst1394clock.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gst1394probe.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gstdv1394src.Plo + -rm -f ./$(DEPDIR)/libgst1394_la-gsthdv1394src.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -979,20 +1001,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/shout2/Makefile.in gst-plugins-good1.0-1.14.4/ext/shout2/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/shout2/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/shout2/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstshout2_la-gstshout2.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -633,8 +634,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -690,7 +691,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstshout2_la-gstshout2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstshout2_la-gstshout2.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -781,7 +788,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -854,7 +864,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstshout2_la-gstshout2.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -900,7 +910,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstshout2_la-gstshout2.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -921,20 +931,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/soup/gstsouphttpsrc.c gst-plugins-good1.0-1.14.4/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.4/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/ext/soup/Makefile.in gst-plugins-good1.0-1.14.4/ext/soup/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/soup/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/soup/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstsoup_la-gstsoup.Plo \ + ./$(DEPDIR)/libgstsoup_la-gstsouphttpclientsink.Plo \ + ./$(DEPDIR)/libgstsoup_la-gstsouphttpsrc.Plo \ + ./$(DEPDIR)/libgstsoup_la-gstsouputils.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -638,8 +642,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -695,10 +699,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsoup.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsouphttpclientsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsouphttpsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsouputils.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsoup.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsouphttpclientsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsouphttpsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsoup_la-gstsouputils.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -810,7 +820,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -883,7 +896,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsoup.Plo + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsouphttpclientsink.Plo + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsouphttpsrc.Plo + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsouputils.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -929,7 +945,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsoup.Plo + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsouphttpclientsink.Plo + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsouphttpsrc.Plo + -rm -f ./$(DEPDIR)/libgstsoup_la-gstsouputils.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -950,20 +969,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/speex/Makefile.in gst-plugins-good1.0-1.14.4/ext/speex/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/speex/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/speex/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstspeex_la-gstspeex.Plo \ + ./$(DEPDIR)/libgstspeex_la-gstspeexdec.Plo \ + ./$(DEPDIR)/libgstspeex_la-gstspeexenc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -646,8 +649,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -703,9 +706,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspeex_la-gstspeex.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspeex_la-gstspeexdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspeex_la-gstspeexenc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspeex_la-gstspeex.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspeex_la-gstspeexdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspeex_la-gstspeexenc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -810,7 +819,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -883,7 +895,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstspeex_la-gstspeex.Plo + -rm -f ./$(DEPDIR)/libgstspeex_la-gstspeexdec.Plo + -rm -f ./$(DEPDIR)/libgstspeex_la-gstspeexenc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -929,7 +943,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstspeex_la-gstspeex.Plo + -rm -f ./$(DEPDIR)/libgstspeex_la-gstspeexdec.Plo + -rm -f ./$(DEPDIR)/libgstspeex_la-gstspeexenc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -950,20 +966,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/speex/meson.build gst-plugins-good1.0-1.14.4/ext/speex/meson.build --- gst-plugins-good1.0-1.14.1/ext/speex/meson.build 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/speex/meson.build 2018-09-08 12:05:43.000000000 +0000 @@ -5,11 +5,15 @@ ] speex_dep = dependency('speex', version : '>=1.1.6', required : false) +windows_args = [] +if host_machine.system() == 'windows' + windows_args = ['-DWIN32'] +endif if speex_dep.found() gstspeex = library('gstspeex', speex_sources, - c_args : gst_plugins_good_args + ['-DGST_USE_UNSTABLE_API'], + c_args : gst_plugins_good_args + ['-DGST_USE_UNSTABLE_API'] + windows_args, link_args : noseh_link_args, include_directories : [configinc], dependencies : [gstbase_dep, gsttag_dep, gstaudio_dep, speex_dep, libm], diff -Nru gst-plugins-good1.0-1.14.1/ext/taglib/Makefile.in gst-plugins-good1.0-1.14.4/ext/taglib/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/taglib/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/taglib/Makefile.in 2018-10-02 21:59:15.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgsttaglib_la-gstapev2mux.Plo \ + ./$(DEPDIR)/libgsttaglib_la-gstid3v2mux.Plo \ + ./$(DEPDIR)/libgsttaglib_la-gsttaglibplugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -665,8 +668,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -722,9 +725,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttaglib_la-gstapev2mux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttaglib_la-gstid3v2mux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttaglib_la-gsttaglibplugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttaglib_la-gstapev2mux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttaglib_la-gstid3v2mux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttaglib_la-gsttaglibplugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -853,7 +862,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -926,7 +938,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttaglib_la-gstapev2mux.Plo + -rm -f ./$(DEPDIR)/libgsttaglib_la-gstid3v2mux.Plo + -rm -f ./$(DEPDIR)/libgsttaglib_la-gsttaglibplugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -972,7 +986,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttaglib_la-gstapev2mux.Plo + -rm -f ./$(DEPDIR)/libgsttaglib_la-gstid3v2mux.Plo + -rm -f ./$(DEPDIR)/libgsttaglib_la-gsttaglibplugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -993,20 +1009,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/twolame/Makefile.in gst-plugins-good1.0-1.14.4/ext/twolame/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/twolame/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/twolame/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgsttwolame_la-gsttwolamemp2enc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -638,8 +640,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -695,7 +697,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttwolame_la-gsttwolamemp2enc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttwolame_la-gsttwolamemp2enc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -786,7 +794,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -859,7 +870,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttwolame_la-gsttwolamemp2enc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -905,7 +916,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttwolame_la-gsttwolamemp2enc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -926,20 +937,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/vpx/Makefile.in gst-plugins-good1.0-1.14.4/ext/vpx/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/vpx/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/vpx/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -194,7 +194,15 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstvpx_la-gstvp8dec.Plo \ + ./$(DEPDIR)/libgstvpx_la-gstvp8enc.Plo \ + ./$(DEPDIR)/libgstvpx_la-gstvp8utils.Plo \ + ./$(DEPDIR)/libgstvpx_la-gstvp9dec.Plo \ + ./$(DEPDIR)/libgstvpx_la-gstvp9enc.Plo \ + ./$(DEPDIR)/libgstvpx_la-gstvpxdec.Plo \ + ./$(DEPDIR)/libgstvpx_la-gstvpxenc.Plo \ + ./$(DEPDIR)/libgstvpx_la-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -670,8 +678,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -727,14 +735,20 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp8dec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp8enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp8utils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp9dec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp9enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvpxdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvpxenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp8dec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp8enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp8utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp9dec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvp9enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvpxdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-gstvpxenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvpx_la-plugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -895,7 +909,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -968,7 +985,14 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp8dec.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp8enc.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp8utils.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp9dec.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp9enc.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvpxdec.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvpxenc.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1014,7 +1038,14 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp8dec.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp8enc.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp8utils.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp9dec.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvp9enc.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvpxdec.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-gstvpxenc.Plo + -rm -f ./$(DEPDIR)/libgstvpx_la-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1035,20 +1066,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-presetDATA install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-pluginLTLIBRARIES uninstall-presetDATA +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-presetDATA \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES uninstall-presetDATA .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/ext/wavpack/Makefile.in gst-plugins-good1.0-1.14.4/ext/wavpack/Makefile.in --- gst-plugins-good1.0-1.14.1/ext/wavpack/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/ext/wavpack/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -194,7 +194,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstwavpack_la-gstwavpack.Plo \ + ./$(DEPDIR)/libgstwavpack_la-gstwavpackcommon.Plo \ + ./$(DEPDIR)/libgstwavpack_la-gstwavpackdec.Plo \ + ./$(DEPDIR)/libgstwavpack_la-gstwavpackenc.Plo \ + ./$(DEPDIR)/libgstwavpack_la-gstwavpackstreamreader.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -653,8 +658,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -710,11 +715,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpack.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackcommon.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackstreamreader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpack.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackcommon.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavpack_la-gstwavpackstreamreader.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -833,7 +844,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -906,7 +920,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpack.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackcommon.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackdec.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackenc.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackstreamreader.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -952,7 +970,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpack.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackcommon.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackdec.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackenc.Plo + -rm -f ./$(DEPDIR)/libgstwavpack_la-gstwavpackstreamreader.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -973,20 +995,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/alpha/Makefile.in gst-plugins-good1.0-1.14.4/gst/alpha/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/alpha/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/alpha/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -198,7 +198,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstalpha_la-gstalpha.Plo \ + ./$(DEPDIR)/libgstalphacolor_la-gstalphacolor.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -655,8 +657,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -715,8 +717,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalpha_la-gstalpha.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalphacolor_la-gstalphacolor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalpha_la-gstalpha.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalphacolor_la-gstalphacolor.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -814,7 +822,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -887,7 +898,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstalpha_la-gstalpha.Plo + -rm -f ./$(DEPDIR)/libgstalphacolor_la-gstalphacolor.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -933,7 +945,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstalpha_la-gstalpha.Plo + -rm -f ./$(DEPDIR)/libgstalphacolor_la-gstalphacolor.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -954,20 +967,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/apetag/Makefile.in gst-plugins-good1.0-1.14.4/gst/apetag/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/apetag/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/apetag/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstapetag_la-gstapedemux.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -642,8 +643,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -699,7 +700,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapetag_la-gstapedemux.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapetag_la-gstapedemux.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -790,7 +797,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -863,7 +873,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstapetag_la-gstapedemux.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -909,7 +919,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstapetag_la-gstapedemux.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -930,20 +940,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/audiofx/gstscaletempo.c gst-plugins-good1.0-1.14.4/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.4/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/audiofx/Makefile.in gst-plugins-good1.0-1.14.4/gst/audiofx/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/audiofx/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/audiofx/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -232,7 +232,24 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstaudiofx_la-audioamplify.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiochebband.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiocheblimit.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiodynamic.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audioecho.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiofirfilter.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiofx.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiofxbasefirfilter.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiofxbaseiirfilter.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audioiirfilter.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audioinvert.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiokaraoke.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiopanorama.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiowsincband.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-audiowsinclimit.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-gstscaletempo.Plo \ + ./$(DEPDIR)/libgstaudiofx_la-tmp-orc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -741,8 +758,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/orc.mak $(am__empty): @@ -799,23 +816,29 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioamplify.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiochebband.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiocheblimit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiodynamic.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioecho.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofirfilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofx.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofxbasefirfilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofxbaseiirfilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioiirfilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioinvert.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiokaraoke.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiopanorama.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiowsincband.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiowsinclimit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-gstscaletempo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-tmp-orc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioamplify.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiochebband.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiocheblimit.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiodynamic.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioecho.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofirfilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofx.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofxbasefirfilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiofxbaseiirfilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioiirfilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audioinvert.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiokaraoke.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiopanorama.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiowsincband.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-audiowsinclimit.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-gstscaletempo.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiofx_la-tmp-orc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -1018,7 +1041,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1097,7 +1123,23 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioamplify.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiochebband.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiocheblimit.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiodynamic.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioecho.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofx.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofxbasefirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofxbaseiirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioiirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioinvert.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiokaraoke.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiopanorama.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiowsincband.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiowsinclimit.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-gstscaletempo.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-tmp-orc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1143,7 +1185,23 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioamplify.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiochebband.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiocheblimit.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiodynamic.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioecho.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofx.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofxbasefirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiofxbaseiirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioiirfilter.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audioinvert.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiokaraoke.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiopanorama.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiowsincband.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-audiowsinclimit.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-gstscaletempo.Plo + -rm -f ./$(DEPDIR)/libgstaudiofx_la-tmp-orc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1164,20 +1222,20 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-local clean-pluginLTLIBRARIES \ - cscopelist-am ctags ctags-am dist-hook distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-local \ + clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am dist-hook \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/audioparsers/gstaacparse.c gst-plugins-good1.0-1.14.4/gst/audioparsers/gstaacparse.c --- gst-plugins-good1.0-1.14.1/gst/audioparsers/gstaacparse.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/audioparsers/gstaacparse.c 2018-08-12 23:16:19.000000000 +0000 @@ -248,6 +248,7 @@ gst_buffer_fill (codec_data_buffer, 0, codec_data, 2); gst_caps_set_simple (src_caps, "codec_data", GST_TYPE_BUFFER, codec_data_buffer, NULL); + gst_buffer_unref (codec_data_buffer); } } else if (aacparse->header_type == DSPAAC_HEADER_NONE) { GST_DEBUG_OBJECT (GST_BASE_PARSE (aacparse)->srcpad, diff -Nru gst-plugins-good1.0-1.14.1/gst/audioparsers/Makefile.in gst-plugins-good1.0-1.14.4/gst/audioparsers/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/audioparsers/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/audioparsers/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -198,7 +198,17 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstaudioparsers_la-gstaacparse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-gstac3parse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-gstamrparse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-gstdcaparse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-gstflacparse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-gstmpegaudioparse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-gstsbcparse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-gstwavpackparse.Plo \ + ./$(DEPDIR)/libgstaudioparsers_la-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -656,8 +666,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -713,15 +723,21 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstaacparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstac3parse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstamrparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstdcaparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstflacparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstmpegaudioparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstsbcparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstwavpackparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstaacparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstac3parse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstamrparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstdcaparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstflacparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstmpegaudioparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstsbcparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-gstwavpackparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioparsers_la-plugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -868,7 +884,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -941,7 +960,15 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstaacparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstac3parse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstamrparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstdcaparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstflacparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstmpegaudioparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstsbcparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstwavpackparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -987,7 +1014,15 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstaacparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstac3parse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstamrparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstdcaparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstflacparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstmpegaudioparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstsbcparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-gstwavpackparse.Plo + -rm -f ./$(DEPDIR)/libgstaudioparsers_la-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1008,20 +1043,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/auparse/Makefile.in gst-plugins-good1.0-1.14.4/gst/auparse/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/auparse/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/auparse/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstauparse_la-gstauparse.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -633,8 +634,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -690,7 +691,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstauparse_la-gstauparse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstauparse_la-gstauparse.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -781,7 +788,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -854,7 +864,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstauparse_la-gstauparse.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -900,7 +910,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstauparse_la-gstauparse.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -921,20 +931,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/autodetect/Makefile.in gst-plugins-good1.0-1.14.4/gst/autodetect/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/autodetect/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/autodetect/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -193,7 +193,13 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstautodetect_la-gstautoaudiosink.Plo \ + ./$(DEPDIR)/libgstautodetect_la-gstautoaudiosrc.Plo \ + ./$(DEPDIR)/libgstautodetect_la-gstautodetect.Plo \ + ./$(DEPDIR)/libgstautodetect_la-gstautovideosink.Plo \ + ./$(DEPDIR)/libgstautodetect_la-gstautovideosrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -649,8 +655,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -706,11 +712,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautoaudiosink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautoaudiosrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautodetect.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautovideosink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautovideosrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautoaudiosink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautoaudiosrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautodetect.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautovideosink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstautodetect_la-gstautovideosrc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -829,7 +841,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -902,7 +917,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautoaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautoaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautodetect.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautovideosink.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautovideosrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -948,7 +967,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautoaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautoaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautodetect.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautovideosink.Plo + -rm -f ./$(DEPDIR)/libgstautodetect_la-gstautovideosrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -969,20 +992,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/avi/Makefile.in gst-plugins-good1.0-1.14.4/gst/avi/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/avi/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/avi/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstavi_la-gstavi.Plo \ + ./$(DEPDIR)/libgstavi_la-gstavidemux.Plo \ + ./$(DEPDIR)/libgstavi_la-gstavimux.Plo \ + ./$(DEPDIR)/libgstavi_la-gstavisubtitle.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -653,8 +657,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -710,10 +714,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavidemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavimux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavisubtitle.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavi.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavidemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavimux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstavi_la-gstavisubtitle.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -825,7 +835,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -898,7 +911,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstavi_la-gstavi.Plo + -rm -f ./$(DEPDIR)/libgstavi_la-gstavidemux.Plo + -rm -f ./$(DEPDIR)/libgstavi_la-gstavimux.Plo + -rm -f ./$(DEPDIR)/libgstavi_la-gstavisubtitle.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -944,7 +960,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstavi_la-gstavi.Plo + -rm -f ./$(DEPDIR)/libgstavi_la-gstavidemux.Plo + -rm -f ./$(DEPDIR)/libgstavi_la-gstavimux.Plo + -rm -f ./$(DEPDIR)/libgstavi_la-gstavisubtitle.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -965,20 +984,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/cutter/Makefile.in gst-plugins-good1.0-1.14.4/gst/cutter/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/cutter/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/cutter/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstcutter_la-gstcutter.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -634,8 +635,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -691,7 +692,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcutter_la-gstcutter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcutter_la-gstcutter.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -782,7 +789,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -855,7 +865,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstcutter_la-gstcutter.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -901,7 +911,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstcutter_la-gstcutter.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -922,20 +932,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/debugutils/Makefile.in gst-plugins-good1.0-1.14.4/gst/debugutils/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/debugutils/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/debugutils/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -205,7 +205,19 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstdebug_la-breakmydata.Plo \ + ./$(DEPDIR)/libgstdebug_la-cpureport.Plo \ + ./$(DEPDIR)/libgstdebug_la-gstcapssetter.Plo \ + ./$(DEPDIR)/libgstdebug_la-gstdebug.Plo \ + ./$(DEPDIR)/libgstdebug_la-gstnavseek.Plo \ + ./$(DEPDIR)/libgstdebug_la-gstpushfilesrc.Plo \ + ./$(DEPDIR)/libgstdebug_la-gsttaginject.Plo \ + ./$(DEPDIR)/libgstdebug_la-progressreport.Plo \ + ./$(DEPDIR)/libgstdebug_la-rndbuffersize.Plo \ + ./$(DEPDIR)/libgstdebug_la-testplugin.Plo \ + ./$(DEPDIR)/libgstdebug_la-tests.Plo \ + ./$(DEPDIR)/libgstnavigationtest_la-gstnavigationtest.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -682,8 +694,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -742,18 +754,24 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-breakmydata.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-cpureport.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstcapssetter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstdebug.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstnavseek.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstpushfilesrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gsttaginject.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-progressreport.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-rndbuffersize.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-testplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-tests.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnavigationtest_la-gstnavigationtest.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-breakmydata.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-cpureport.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstcapssetter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstdebug.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstnavseek.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gstpushfilesrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-gsttaginject.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-progressreport.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-rndbuffersize.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-testplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdebug_la-tests.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstnavigationtest_la-gstnavigationtest.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -921,7 +939,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -994,7 +1015,18 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdebug_la-breakmydata.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-cpureport.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstcapssetter.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstdebug.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstnavseek.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstpushfilesrc.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gsttaginject.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-progressreport.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-rndbuffersize.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-testplugin.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-tests.Plo + -rm -f ./$(DEPDIR)/libgstnavigationtest_la-gstnavigationtest.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1040,7 +1072,18 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdebug_la-breakmydata.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-cpureport.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstcapssetter.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstdebug.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstnavseek.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gstpushfilesrc.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-gsttaginject.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-progressreport.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-rndbuffersize.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-testplugin.Plo + -rm -f ./$(DEPDIR)/libgstdebug_la-tests.Plo + -rm -f ./$(DEPDIR)/libgstnavigationtest_la-gstnavigationtest.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1061,20 +1104,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/deinterlace/Makefile.in gst-plugins-good1.0-1.14.4/gst/deinterlace/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/deinterlace/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/deinterlace/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -228,7 +228,21 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlace.Plo \ + ./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlacemethod.Plo \ + ./$(DEPDIR)/libgstdeinterlace_la-tmp-orc.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-greedy.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-greedyh.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-linear.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-linearblend.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-scalerbob.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-tomsmocomp.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-vfir.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-weave.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-weavebff.Plo \ + tvtime/$(DEPDIR)/libgstdeinterlace_la-weavetff.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -729,8 +743,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/orc.mak $(am__empty): @@ -815,19 +829,25 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlace.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlacemethod.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdeinterlace_la-tmp-orc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-greedy.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-greedyh.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-linear.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-linearblend.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-scalerbob.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-tomsmocomp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-vfir.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-weave.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-weavebff.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-weavetff.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlace.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlacemethod.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdeinterlace_la-tmp-orc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-greedy.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-greedyh.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-linear.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-linearblend.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-scalerbob.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-tomsmocomp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-vfir.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-weave.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-weavebff.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@tvtime/$(DEPDIR)/libgstdeinterlace_la-weavetff.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -1003,7 +1023,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1084,7 +1107,19 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) tvtime/$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlace.Plo + -rm -f ./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlacemethod.Plo + -rm -f ./$(DEPDIR)/libgstdeinterlace_la-tmp-orc.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-greedy.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-greedyh.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-linear.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-linearblend.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-scalerbob.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-tomsmocomp.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-vfir.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-weave.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-weavebff.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-weavetff.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1130,7 +1165,19 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) tvtime/$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlace.Plo + -rm -f ./$(DEPDIR)/libgstdeinterlace_la-gstdeinterlacemethod.Plo + -rm -f ./$(DEPDIR)/libgstdeinterlace_la-tmp-orc.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-greedy.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-greedyh.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-linear.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-linearblend.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-scalerbob.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-tomsmocomp.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-vfir.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-weave.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-weavebff.Plo + -rm -f tvtime/$(DEPDIR)/libgstdeinterlace_la-weavetff.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1151,20 +1198,20 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-local clean-pluginLTLIBRARIES \ - cscopelist-am ctags ctags-am dist-hook distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-local \ + clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am dist-hook \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/dtmf/Makefile.in gst-plugins-good1.0-1.14.4/gst/dtmf/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/dtmf/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/dtmf/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstdtmf_la-gstdtmf.Plo \ + ./$(DEPDIR)/libgstdtmf_la-gstdtmfsrc.Plo \ + ./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfdepay.Plo \ + ./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfsrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -645,8 +649,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -702,10 +706,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstdtmf.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstdtmfsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfsrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstdtmf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstdtmfsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfsrc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -817,7 +827,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -890,7 +903,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstdtmf.Plo + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstdtmfsrc.Plo + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfdepay.Plo + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfsrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -936,7 +952,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstdtmf.Plo + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstdtmfsrc.Plo + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfdepay.Plo + -rm -f ./$(DEPDIR)/libgstdtmf_la-gstrtpdtmfsrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -957,20 +976,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/effectv/Makefile.in gst-plugins-good1.0-1.14.4/gst/effectv/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/effectv/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/effectv/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -197,7 +197,20 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgsteffectv_la-gstaging.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstdice.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstedge.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gsteffectv.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstop.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstquark.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstradioac.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstrev.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstripple.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstshagadelic.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gststreak.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstvertigo.Plo \ + ./$(DEPDIR)/libgsteffectv_la-gstwarp.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -658,8 +671,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -715,19 +728,25 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstaging.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstdice.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstedge.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gsteffectv.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstop.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstquark.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstradioac.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstrev.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstripple.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstshagadelic.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gststreak.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstvertigo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstwarp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstaging.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstdice.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstedge.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gsteffectv.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstop.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstquark.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstradioac.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstrev.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstripple.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstshagadelic.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gststreak.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstvertigo.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsteffectv_la-gstwarp.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -902,7 +921,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -975,7 +997,19 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstaging.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstdice.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstedge.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gsteffectv.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstop.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstquark.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstradioac.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstrev.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstripple.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstshagadelic.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gststreak.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstvertigo.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstwarp.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1021,7 +1055,19 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstaging.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstdice.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstedge.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gsteffectv.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstop.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstquark.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstradioac.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstrev.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstripple.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstshagadelic.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gststreak.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstvertigo.Plo + -rm -f ./$(DEPDIR)/libgsteffectv_la-gstwarp.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1042,20 +1088,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/equalizer/Makefile.in gst-plugins-good1.0-1.14.4/gst/equalizer/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/equalizer/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/equalizer/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -194,7 +194,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer.Plo \ + ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Plo \ + ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer3bands.Plo \ + ./$(DEPDIR)/libgstequalizer_la-gstiirequalizernbands.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -652,8 +657,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -709,10 +714,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizer3bands.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizernbands.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizer3bands.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstequalizer_la-gstiirequalizernbands.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -845,7 +856,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -918,7 +932,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer.Plo + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Plo + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer3bands.Plo + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizernbands.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -964,7 +981,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer.Plo + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer10bands.Plo + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizer3bands.Plo + -rm -f ./$(DEPDIR)/libgstequalizer_la-gstiirequalizernbands.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -985,20 +1005,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-presetDATA install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-pluginLTLIBRARIES uninstall-presetDATA +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-presetDATA \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES uninstall-presetDATA .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/flv/Makefile.in gst-plugins-good1.0-1.14.4/gst/flv/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/flv/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/flv/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstflv_la-gstflvdemux.Plo \ + ./$(DEPDIR)/libgstflv_la-gstflvmux.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -637,8 +639,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -694,8 +696,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflv_la-gstflvdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflv_la-gstflvmux.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflv_la-gstflvdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflv_la-gstflvmux.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -793,7 +801,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -866,7 +877,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstflv_la-gstflvdemux.Plo + -rm -f ./$(DEPDIR)/libgstflv_la-gstflvmux.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -912,7 +924,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstflv_la-gstflvdemux.Plo + -rm -f ./$(DEPDIR)/libgstflv_la-gstflvmux.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -933,20 +946,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/flx/Makefile.in gst-plugins-good1.0-1.14.4/gst/flx/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/flx/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/flx/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstflxdec_la-flx_color.Plo \ + ./$(DEPDIR)/libgstflxdec_la-gstflxdec.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -634,8 +636,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -691,8 +693,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflxdec_la-flx_color.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflxdec_la-gstflxdec.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflxdec_la-flx_color.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstflxdec_la-gstflxdec.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -790,7 +798,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -863,7 +874,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstflxdec_la-flx_color.Plo + -rm -f ./$(DEPDIR)/libgstflxdec_la-gstflxdec.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -909,7 +921,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstflxdec_la-flx_color.Plo + -rm -f ./$(DEPDIR)/libgstflxdec_la-gstflxdec.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -930,20 +943,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/goom/Makefile.in gst-plugins-good1.0-1.14.4/gst/goom/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/goom/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/goom/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -208,7 +208,26 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstgoom_la-config_param.Plo \ + ./$(DEPDIR)/libgstgoom_la-convolve_fx.Plo \ + ./$(DEPDIR)/libgstgoom_la-drawmethods.Plo \ + ./$(DEPDIR)/libgstgoom_la-filters.Plo \ + ./$(DEPDIR)/libgstgoom_la-flying_stars_fx.Plo \ + ./$(DEPDIR)/libgstgoom_la-goom_core.Plo \ + ./$(DEPDIR)/libgstgoom_la-goom_tools.Plo \ + ./$(DEPDIR)/libgstgoom_la-graphic.Plo \ + ./$(DEPDIR)/libgstgoom_la-gstgoom.Plo \ + ./$(DEPDIR)/libgstgoom_la-ifs.Plo \ + ./$(DEPDIR)/libgstgoom_la-lines.Plo \ + ./$(DEPDIR)/libgstgoom_la-mathtools.Plo \ + ./$(DEPDIR)/libgstgoom_la-mmx.Plo \ + ./$(DEPDIR)/libgstgoom_la-plugin_info.Plo \ + ./$(DEPDIR)/libgstgoom_la-sound_tester.Plo \ + ./$(DEPDIR)/libgstgoom_la-surf3d.Plo \ + ./$(DEPDIR)/libgstgoom_la-tentacle3d.Plo \ + ./$(DEPDIR)/libgstgoom_la-v3d.Plo \ + ./$(DEPDIR)/libgstgoom_la-xmmx.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -679,8 +698,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -736,25 +755,31 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-config_param.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-convolve_fx.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-drawmethods.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-filters.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-flying_stars_fx.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-goom_core.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-goom_tools.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-graphic.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-gstgoom.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-ifs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-lines.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-mathtools.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-mmx.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-plugin_info.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-sound_tester.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-surf3d.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-tentacle3d.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-v3d.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-xmmx.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-config_param.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-convolve_fx.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-drawmethods.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-filters.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-flying_stars_fx.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-goom_core.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-goom_tools.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-graphic.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-gstgoom.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-ifs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-lines.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-mathtools.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-mmx.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-plugin_info.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-sound_tester.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-surf3d.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-tentacle3d.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-v3d.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom_la-xmmx.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -971,7 +996,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1044,7 +1072,25 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgoom_la-config_param.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-convolve_fx.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-drawmethods.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-filters.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-flying_stars_fx.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-goom_core.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-goom_tools.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-graphic.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-gstgoom.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-ifs.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-lines.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-mathtools.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-mmx.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-plugin_info.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-sound_tester.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-surf3d.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-tentacle3d.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-v3d.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-xmmx.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1090,7 +1136,25 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgoom_la-config_param.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-convolve_fx.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-drawmethods.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-filters.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-flying_stars_fx.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-goom_core.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-goom_tools.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-graphic.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-gstgoom.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-ifs.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-lines.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-mathtools.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-mmx.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-plugin_info.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-sound_tester.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-surf3d.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-tentacle3d.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-v3d.Plo + -rm -f ./$(DEPDIR)/libgstgoom_la-xmmx.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1111,20 +1175,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/goom2k1/Makefile.in gst-plugins-good1.0-1.14.4/gst/goom2k1/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/goom2k1/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/goom2k1/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -193,7 +193,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstgoom2k1_la-filters.Plo \ + ./$(DEPDIR)/libgstgoom2k1_la-goom_core.Plo \ + ./$(DEPDIR)/libgstgoom2k1_la-graphic.Plo \ + ./$(DEPDIR)/libgstgoom2k1_la-gstgoom.Plo \ + ./$(DEPDIR)/libgstgoom2k1_la-lines.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -656,8 +661,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -713,11 +718,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-filters.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-goom_core.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-graphic.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-gstgoom.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-lines.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-filters.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-goom_core.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-graphic.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-gstgoom.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgoom2k1_la-lines.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -836,7 +847,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -909,7 +923,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-filters.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-goom_core.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-graphic.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-gstgoom.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-lines.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -955,7 +973,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-filters.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-goom_core.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-graphic.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-gstgoom.Plo + -rm -f ./$(DEPDIR)/libgstgoom2k1_la-lines.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -976,20 +998,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/icydemux/Makefile.in gst-plugins-good1.0-1.14.4/gst/icydemux/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/icydemux/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/icydemux/Makefile.in 2018-10-02 21:59:17.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgsticydemux_la-gsticydemux.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -633,8 +634,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -690,7 +691,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsticydemux_la-gsticydemux.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsticydemux_la-gsticydemux.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -781,7 +788,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -854,7 +864,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsticydemux_la-gsticydemux.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -900,7 +910,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsticydemux_la-gsticydemux.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -921,20 +931,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/id3demux/Makefile.in gst-plugins-good1.0-1.14.4/gst/id3demux/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/id3demux/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/id3demux/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstid3demux_la-gstid3demux.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -635,8 +636,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -692,7 +693,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstid3demux_la-gstid3demux.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstid3demux_la-gstid3demux.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -783,7 +790,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -856,7 +866,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstid3demux_la-gstid3demux.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -902,7 +912,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstid3demux_la-gstid3demux.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -923,20 +933,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/imagefreeze/Makefile.in gst-plugins-good1.0-1.14.4/gst/imagefreeze/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/imagefreeze/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/imagefreeze/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstimagefreeze_la-gstimagefreeze.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -633,8 +635,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -690,7 +692,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstimagefreeze_la-gstimagefreeze.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstimagefreeze_la-gstimagefreeze.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -781,7 +789,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -854,7 +865,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstimagefreeze_la-gstimagefreeze.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -900,7 +911,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstimagefreeze_la-gstimagefreeze.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -921,20 +932,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/interleave/Makefile.in gst-plugins-good1.0-1.14.4/gst/interleave/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/interleave/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/interleave/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstinterleave_la-deinterleave.Plo \ + ./$(DEPDIR)/libgstinterleave_la-interleave.Plo \ + ./$(DEPDIR)/libgstinterleave_la-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -635,8 +639,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -692,9 +696,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstinterleave_la-deinterleave.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstinterleave_la-interleave.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstinterleave_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstinterleave_la-deinterleave.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstinterleave_la-interleave.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstinterleave_la-plugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -799,7 +809,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -872,7 +885,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstinterleave_la-deinterleave.Plo + -rm -f ./$(DEPDIR)/libgstinterleave_la-interleave.Plo + -rm -f ./$(DEPDIR)/libgstinterleave_la-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -918,7 +933,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstinterleave_la-deinterleave.Plo + -rm -f ./$(DEPDIR)/libgstinterleave_la-interleave.Plo + -rm -f ./$(DEPDIR)/libgstinterleave_la-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -939,20 +956,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/isomp4/gstqtmux.c gst-plugins-good1.0-1.14.4/gst/isomp4/gstqtmux.c --- gst-plugins-good1.0-1.14.1/gst/isomp4/gstqtmux.c 2018-05-05 14:48:06.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/isomp4/gstqtmux.c 2018-08-12 23:13:02.000000000 +0000 @@ -3428,21 +3428,15 @@ for (walk = qtmux->collect->data; walk; walk = g_slist_next (walk)) { GstCollectData *cdata = (GstCollectData *) walk->data; GstQTPad *qpad = (GstQTPad *) cdata; - const TrakBufferEntryInfo *sample_entry; guint64 block_idx; AtomSTBL *stbl = &qpad->trak->mdia.minf.stbl; /* Get the block index of the last sample we wrote, not of the next * sample we would write */ block_idx = prefill_get_block_index (qtmux, qpad); - g_assert (block_idx > 0); - block_idx--; - - sample_entry = - &g_array_index (qpad->samples, TrakBufferEntryInfo, block_idx); /* stts */ - { + if (block_idx > 0) { STTSEntry *entry; guint64 nsamples = 0; gint i, n; @@ -3458,6 +3452,8 @@ nsamples += entry->sample_count; } g_assert (i < n); + } else { + stbl->stts.entries.len = 0; } /* stsz */ @@ -3471,56 +3467,66 @@ gint i, n; guint64 nsamples = 0; gint chunk_index = 0; + const TrakBufferEntryInfo *sample_entry; - n = stbl->stco64.entries.len; - for (i = 0; i < n; i++) { - guint64 *entry = &atom_array_index (&stbl->stco64.entries, i); - - if (*entry == sample_entry->chunk_offset) { - stbl->stco64.entries.len = i + 1; - chunk_index = i + 1; - break; + if (block_idx > 0) { + sample_entry = + &g_array_index (qpad->samples, TrakBufferEntryInfo, + block_idx - 1); + + n = stbl->stco64.entries.len; + for (i = 0; i < n; i++) { + guint64 *entry = &atom_array_index (&stbl->stco64.entries, i); + + if (*entry == sample_entry->chunk_offset) { + stbl->stco64.entries.len = i + 1; + chunk_index = i + 1; + break; + } } - } - g_assert (i < n); - g_assert (chunk_index > 0); - - n = stbl->stsc.entries.len; - for (i = 0; i < n; i++) { - STSCEntry *entry = &atom_array_index (&stbl->stsc.entries, i); + g_assert (i < n); + g_assert (chunk_index > 0); - if (entry->first_chunk >= chunk_index) - break; + n = stbl->stsc.entries.len; + for (i = 0; i < n; i++) { + STSCEntry *entry = &atom_array_index (&stbl->stsc.entries, i); + + if (entry->first_chunk >= chunk_index) + break; + + if (i > 0) { + nsamples += + (entry->first_chunk - atom_array_index (&stbl->stsc.entries, + i - + 1).first_chunk) * atom_array_index (&stbl->stsc.entries, + i - 1).samples_per_chunk; + } + } + g_assert (i <= n); if (i > 0) { + STSCEntry *prev_entry = + &atom_array_index (&stbl->stsc.entries, i - 1); nsamples += - (entry->first_chunk - atom_array_index (&stbl->stsc.entries, - i - - 1).first_chunk) * atom_array_index (&stbl->stsc.entries, - i - 1).samples_per_chunk; - } - } - g_assert (i <= n); - - if (i > 0) { - STSCEntry *prev_entry = - &atom_array_index (&stbl->stsc.entries, i - 1); - nsamples += - (chunk_index - - prev_entry->first_chunk) * prev_entry->samples_per_chunk; - if (qpad->sample_offset - nsamples > 0) { - stbl->stsc.entries.len = i; - atom_stsc_add_new_entry (&stbl->stsc, chunk_index, - qpad->sample_offset - nsamples); + (chunk_index - + prev_entry->first_chunk) * prev_entry->samples_per_chunk; + if (qpad->sample_offset - nsamples > 0) { + stbl->stsc.entries.len = i; + atom_stsc_add_new_entry (&stbl->stsc, chunk_index, + qpad->sample_offset - nsamples); + } else { + stbl->stsc.entries.len = i; + stbl->stco64.entries.len--; + } } else { - stbl->stsc.entries.len = i; - stbl->stco64.entries.len--; + /* Everything in a single chunk */ + stbl->stsc.entries.len = 0; + atom_stsc_add_new_entry (&stbl->stsc, chunk_index, + qpad->sample_offset); } } else { - /* Everything in a single chunk */ + stbl->stco64.entries.len = 0; stbl->stsc.entries.len = 0; - atom_stsc_add_new_entry (&stbl->stsc, chunk_index, - qpad->sample_offset); } } diff -Nru gst-plugins-good1.0-1.14.1/gst/isomp4/Makefile.in gst-plugins-good1.0-1.14.4/gst/isomp4/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/isomp4/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/isomp4/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -199,7 +199,21 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstisomp4_la-atoms.Plo \ + ./$(DEPDIR)/libgstisomp4_la-atomsrecovery.Plo \ + ./$(DEPDIR)/libgstisomp4_la-descriptors.Plo \ + ./$(DEPDIR)/libgstisomp4_la-gstisoff.Plo \ + ./$(DEPDIR)/libgstisomp4_la-gstqtmoovrecover.Plo \ + ./$(DEPDIR)/libgstisomp4_la-gstqtmux.Plo \ + ./$(DEPDIR)/libgstisomp4_la-gstqtmuxmap.Plo \ + ./$(DEPDIR)/libgstisomp4_la-gstrtpxqtdepay.Plo \ + ./$(DEPDIR)/libgstisomp4_la-isomp4-plugin.Plo \ + ./$(DEPDIR)/libgstisomp4_la-properties.Plo \ + ./$(DEPDIR)/libgstisomp4_la-qtdemux.Plo \ + ./$(DEPDIR)/libgstisomp4_la-qtdemux_dump.Plo \ + ./$(DEPDIR)/libgstisomp4_la-qtdemux_lang.Plo \ + ./$(DEPDIR)/libgstisomp4_la-qtdemux_types.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -682,8 +696,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -739,20 +753,26 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-atoms.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-atomsrecovery.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-descriptors.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstisoff.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstqtmoovrecover.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstqtmux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstqtmuxmap.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstrtpxqtdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-isomp4-plugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-properties.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux_dump.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux_lang.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux_types.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-atoms.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-atomsrecovery.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-descriptors.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstisoff.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstqtmoovrecover.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstqtmux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstqtmuxmap.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-gstrtpxqtdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-isomp4-plugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-properties.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux_dump.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux_lang.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstisomp4_la-qtdemux_types.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -955,7 +975,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1028,7 +1051,20 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstisomp4_la-atoms.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-atomsrecovery.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-descriptors.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstisoff.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstqtmoovrecover.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstqtmux.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstqtmuxmap.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstrtpxqtdepay.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-isomp4-plugin.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-properties.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux_dump.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux_lang.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux_types.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1074,7 +1110,20 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstisomp4_la-atoms.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-atomsrecovery.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-descriptors.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstisoff.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstqtmoovrecover.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstqtmux.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstqtmuxmap.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-gstrtpxqtdepay.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-isomp4-plugin.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-properties.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux_dump.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux_lang.Plo + -rm -f ./$(DEPDIR)/libgstisomp4_la-qtdemux_types.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1095,20 +1144,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-presetDATA install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-pluginLTLIBRARIES uninstall-presetDATA +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-presetDATA \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES uninstall-presetDATA .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/law/Makefile.in gst-plugins-good1.0-1.14.4/gst/law/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/law/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/law/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -199,7 +199,14 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstalaw_la-alaw-decode.Plo \ + ./$(DEPDIR)/libgstalaw_la-alaw-encode.Plo \ + ./$(DEPDIR)/libgstalaw_la-alaw.Plo \ + ./$(DEPDIR)/libgstmulaw_la-mulaw-conversion.Plo \ + ./$(DEPDIR)/libgstmulaw_la-mulaw-decode.Plo \ + ./$(DEPDIR)/libgstmulaw_la-mulaw-encode.Plo \ + ./$(DEPDIR)/libgstmulaw_la-mulaw.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -651,8 +658,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -711,13 +718,19 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalaw_la-alaw-decode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalaw_la-alaw-encode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalaw_la-alaw.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw-conversion.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw-decode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw-encode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalaw_la-alaw-decode.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalaw_la-alaw-encode.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalaw_la-alaw.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw-conversion.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw-decode.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw-encode.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmulaw_la-mulaw.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -850,7 +863,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -923,7 +939,13 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstalaw_la-alaw-decode.Plo + -rm -f ./$(DEPDIR)/libgstalaw_la-alaw-encode.Plo + -rm -f ./$(DEPDIR)/libgstalaw_la-alaw.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw-conversion.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw-decode.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw-encode.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -969,7 +991,13 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstalaw_la-alaw-decode.Plo + -rm -f ./$(DEPDIR)/libgstalaw_la-alaw-encode.Plo + -rm -f ./$(DEPDIR)/libgstalaw_la-alaw.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw-conversion.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw-decode.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw-encode.Plo + -rm -f ./$(DEPDIR)/libgstmulaw_la-mulaw.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -990,20 +1018,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/level/Makefile.in gst-plugins-good1.0-1.14.4/gst/level/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/level/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/level/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstlevel_la-gstlevel.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -633,8 +634,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -690,7 +691,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlevel_la-gstlevel.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlevel_la-gstlevel.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -781,7 +788,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -854,7 +864,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstlevel_la-gstlevel.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -900,7 +910,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstlevel_la-gstlevel.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -921,20 +931,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/Makefile.in gst-plugins-good1.0-1.14.4/gst/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/Makefile.in 2018-05-17 12:22:38.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/Makefile.in 2018-10-02 21:59:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -169,7 +169,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -607,8 +607,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/parallel-subdirs.mak $(am__empty): @@ -726,7 +726,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/gst/matroska/Makefile.in gst-plugins-good1.0-1.14.4/gst/matroska/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/matroska/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/matroska/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -198,7 +198,17 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstmatroska_la-ebml-read.Plo \ + ./$(DEPDIR)/libgstmatroska_la-ebml-write.Plo \ + ./$(DEPDIR)/libgstmatroska_la-lzo.Plo \ + ./$(DEPDIR)/libgstmatroska_la-matroska-demux.Plo \ + ./$(DEPDIR)/libgstmatroska_la-matroska-ids.Plo \ + ./$(DEPDIR)/libgstmatroska_la-matroska-mux.Plo \ + ./$(DEPDIR)/libgstmatroska_la-matroska-parse.Plo \ + ./$(DEPDIR)/libgstmatroska_la-matroska-read-common.Plo \ + ./$(DEPDIR)/libgstmatroska_la-matroska.Plo \ + ./$(DEPDIR)/libgstmatroska_la-webm-mux.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -680,8 +690,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -737,16 +747,22 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-ebml-read.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-ebml-write.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-lzo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-demux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-ids.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-mux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-parse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-read-common.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-webm-mux.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-ebml-read.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-ebml-write.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-lzo.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-demux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-ids.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-mux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-parse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska-read-common.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-matroska.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmatroska_la-webm-mux.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -900,7 +916,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -973,7 +992,16 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmatroska_la-ebml-read.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-ebml-write.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-lzo.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-demux.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-ids.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-mux.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-parse.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-read-common.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-webm-mux.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1019,7 +1047,16 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmatroska_la-ebml-read.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-ebml-write.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-lzo.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-demux.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-ids.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-mux.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-parse.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska-read-common.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-matroska.Plo + -rm -f ./$(DEPDIR)/libgstmatroska_la-webm-mux.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1040,20 +1077,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/matroska/matroska-demux.c gst-plugins-good1.0-1.14.4/gst/matroska/matroska-demux.c --- gst-plugins-good1.0-1.14.1/gst/matroska/matroska-demux.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/matroska/matroska-demux.c 2018-09-30 20:18:17.000000000 +0000 @@ -575,21 +575,16 @@ } static GstFlowReturn -gst_matroska_demux_add_stream (GstMatroskaDemux * demux, GstEbmlRead * ebml) +gst_matroska_demux_parse_stream (GstMatroskaDemux * demux, GstEbmlRead * ebml, + GstMatroskaTrackContext ** dest_context) { - GstElementClass *klass = GST_ELEMENT_GET_CLASS (demux); GstMatroskaTrackContext *context; - GstPadTemplate *templ = NULL; - GstStreamFlags stream_flags; GstCaps *caps = NULL; GstTagList *cached_taglist; - gchar *padname = NULL; GstFlowReturn ret; guint32 id, riff_fourcc = 0; guint16 riff_audio_fmt = 0; - GstEvent *stream_start; gchar *codec = NULL; - gchar *stream_id; DEBUG_ELEMENT_START (demux, ebml, "TrackEntry"); @@ -602,8 +597,6 @@ /* allocate generic... if we know the type, we'll g_renew() * with the precise type */ context = g_new0 (GstMatroskaTrackContext, 1); - g_ptr_array_add (demux->common.src, context); - context->index = demux->common.num_streams; context->index_writer_id = -1; context->type = 0; /* no type yet */ context->default_duration = 0; @@ -620,10 +613,9 @@ context->dts_only = FALSE; context->intra_only = FALSE; context->tags = gst_tag_list_new_empty (); - demux->common.num_streams++; - g_assert (demux->common.src->len == demux->common.num_streams); - GST_DEBUG_OBJECT (demux, "Stream number %d", context->index); + GST_DEBUG_OBJECT (demux, "Parsing a TrackEntry (%d tracks parsed so far)", + demux->common.num_streams); /* try reading the trackentry headers */ while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { @@ -642,12 +634,6 @@ GST_ERROR_OBJECT (demux, "Invalid TrackNumber 0"); ret = GST_FLOW_ERROR; break; - } else if (!gst_matroska_read_common_tracknumber_unique (&demux->common, - num)) { - GST_ERROR_OBJECT (demux, "TrackNumber %" G_GUINT64_FORMAT - " is not unique", num); - ret = GST_FLOW_ERROR; - break; } GST_DEBUG_OBJECT (demux, "TrackNumber: %" G_GUINT64_FORMAT, num); @@ -714,8 +700,6 @@ context->type = 0; break; } - g_ptr_array_index (demux->common.src, demux->common.num_streams - 1) - = context; break; } @@ -734,8 +718,6 @@ break; } videocontext = (GstMatroskaTrackVideoContext *) context; - g_ptr_array_index (demux->common.src, demux->common.num_streams - 1) - = context; while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { @@ -1011,8 +993,6 @@ break; audiocontext = (GstMatroskaTrackAudioContext *) context; - g_ptr_array_index (demux->common.src, demux->common.num_streams - 1) - = context; while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { @@ -1341,11 +1321,9 @@ if (ret == GST_FLOW_OK || ret == GST_FLOW_EOS) GST_WARNING_OBJECT (ebml, "Unknown stream/codec in track entry header"); - demux->common.num_streams--; - g_ptr_array_remove_index (demux->common.src, demux->common.num_streams); - g_assert (demux->common.src->len == demux->common.num_streams); gst_matroska_track_free (context); - + context = NULL; + *dest_context = NULL; return ret; } @@ -1356,14 +1334,12 @@ if (cached_taglist) gst_tag_list_insert (context->tags, cached_taglist, GST_TAG_MERGE_APPEND); - /* now create the GStreamer connectivity */ + /* compute caps */ switch (context->type) { case GST_MATROSKA_TRACK_TYPE_VIDEO:{ GstMatroskaTrackVideoContext *videocontext = (GstMatroskaTrackVideoContext *) context; - padname = g_strdup_printf ("video_%u", demux->num_v_streams++); - templ = gst_element_class_get_pad_template (klass, "video_%u"); caps = gst_matroska_demux_video_caps (videocontext, context->codec_id, context->codec_priv, context->codec_priv_size, &codec, &riff_fourcc); @@ -1381,8 +1357,6 @@ GstMatroskaTrackAudioContext *audiocontext = (GstMatroskaTrackAudioContext *) context; - padname = g_strdup_printf ("audio_%u", demux->num_a_streams++); - templ = gst_element_class_get_pad_template (klass, "audio_%u"); caps = gst_matroska_demux_audio_caps (audiocontext, context->codec_id, context->codec_priv, context->codec_priv_size, &codec, &riff_audio_fmt); @@ -1400,8 +1374,6 @@ GstMatroskaTrackSubtitleContext *subtitlecontext = (GstMatroskaTrackSubtitleContext *) context; - padname = g_strdup_printf ("subtitle_%u", demux->num_t_streams++); - templ = gst_element_class_get_pad_template (klass, "subtitle_%u"); caps = gst_matroska_demux_subtitle_caps (subtitlecontext, context->codec_id, context->codec_priv, context->codec_priv_size); break; @@ -1468,9 +1440,56 @@ context->stream_headers, caps); } + context->caps = caps; + + /* tadaah! */ + *dest_context = context; + return ret; +} + +static void +gst_matroska_demux_add_stream (GstMatroskaDemux * demux, + GstMatroskaTrackContext * context) +{ + GstElementClass *klass = GST_ELEMENT_GET_CLASS (demux); + gchar *padname = NULL; + GstPadTemplate *templ = NULL; + GstStreamFlags stream_flags; + + GstEvent *stream_start; + + gchar *stream_id; + + g_ptr_array_add (demux->common.src, context); + context->index = demux->common.num_streams++; + g_assert (demux->common.src->len == demux->common.num_streams); + g_ptr_array_index (demux->common.src, demux->common.num_streams - 1) = + context; + + /* now create the GStreamer connectivity */ + switch (context->type) { + case GST_MATROSKA_TRACK_TYPE_VIDEO: + padname = g_strdup_printf ("video_%u", demux->num_v_streams++); + templ = gst_element_class_get_pad_template (klass, "video_%u"); + break; + + case GST_MATROSKA_TRACK_TYPE_AUDIO: + padname = g_strdup_printf ("audio_%u", demux->num_a_streams++); + templ = gst_element_class_get_pad_template (klass, "audio_%u"); + break; + + case GST_MATROSKA_TRACK_TYPE_SUBTITLE: + padname = g_strdup_printf ("subtitle_%u", demux->num_t_streams++); + templ = gst_element_class_get_pad_template (klass, "subtitle_%u"); + break; + + default: + /* we should already have quit by now */ + g_assert_not_reached (); + } + /* the pad in here */ context->pad = gst_pad_new_from_template (templ, padname); - context->caps = caps; gst_pad_set_event_function (context->pad, GST_DEBUG_FUNCPTR (gst_matroska_demux_handle_src_event)); @@ -1478,7 +1497,7 @@ GST_DEBUG_FUNCPTR (gst_matroska_demux_handle_src_query)); GST_INFO_OBJECT (demux, "Adding pad '%s' with caps %" GST_PTR_FORMAT, - padname, caps); + padname, context->caps); gst_pad_set_element_private (context->pad, context); @@ -1543,9 +1562,6 @@ gst_flow_combiner_add_pad (demux->flowcombiner, context->pad); g_free (padname); - - /* tadaah! */ - return ret; } static gboolean @@ -2768,9 +2784,23 @@ switch (id) { /* one track within the "all-tracks" header */ - case GST_MATROSKA_ID_TRACKENTRY: - ret = gst_matroska_demux_add_stream (demux, ebml); + case GST_MATROSKA_ID_TRACKENTRY:{ + GstMatroskaTrackContext *track; + ret = gst_matroska_demux_parse_stream (demux, ebml, &track); + if (track != NULL) { + if (gst_matroska_read_common_tracknumber_unique (&demux->common, + track->num)) { + gst_matroska_demux_add_stream (demux, track); + } else { + GST_ERROR_OBJECT (demux, + "TrackNumber %" G_GUINT64_FORMAT " is not unique", track->num); + ret = GST_FLOW_ERROR; + gst_matroska_track_free (track); + track = NULL; + } + } break; + } default: ret = gst_matroska_read_common_parse_skip (&demux->common, ebml, @@ -2781,6 +2811,115 @@ DEBUG_ELEMENT_STOP (demux, ebml, "Tracks", ret); demux->tracks_parsed = TRUE; + GST_DEBUG_OBJECT (demux, "signaling no more pads"); + gst_element_no_more_pads (GST_ELEMENT (demux)); + + return ret; +} + +static GstFlowReturn +gst_matroska_demux_update_tracks (GstMatroskaDemux * demux, GstEbmlRead * ebml) +{ + GstFlowReturn ret = GST_FLOW_OK; + guint num_tracks_found = 0; + guint32 id; + + GST_INFO_OBJECT (demux, "Reparsing Tracks element"); + + DEBUG_ELEMENT_START (demux, ebml, "Tracks"); + + if ((ret = gst_ebml_read_master (ebml, &id)) != GST_FLOW_OK) { + DEBUG_ELEMENT_STOP (demux, ebml, "Tracks", ret); + return ret; + } + + while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { + if ((ret = gst_ebml_peek_id (ebml, &id)) != GST_FLOW_OK) + break; + + switch (id) { + /* one track within the "all-tracks" header */ + case GST_MATROSKA_ID_TRACKENTRY:{ + GstMatroskaTrackContext *new_track; + gint old_track_index; + GstMatroskaTrackContext *old_track; + ret = gst_matroska_demux_parse_stream (demux, ebml, &new_track); + if (new_track == NULL) + break; + num_tracks_found++; + + if (gst_matroska_read_common_tracknumber_unique (&demux->common, + new_track->num)) { + GST_ERROR_OBJECT (demux, + "Unexpected new TrackNumber: %" G_GUINT64_FORMAT, new_track->num); + goto track_mismatch_error; + } + + old_track_index = + gst_matroska_read_common_stream_from_num (&demux->common, + new_track->num); + g_assert (old_track_index != -1); + old_track = g_ptr_array_index (demux->common.src, old_track_index); + + if (old_track->type != new_track->type) { + GST_ERROR_OBJECT (demux, + "Mismatch reparsing track %" G_GUINT64_FORMAT + " on track type. Expected %d, found %d", new_track->num, + old_track->type, new_track->type); + goto track_mismatch_error; + } + + if (g_strcmp0 (old_track->codec_id, new_track->codec_id) != 0) { + GST_ERROR_OBJECT (demux, + "Mismatch reparsing track %" G_GUINT64_FORMAT + " on codec id. Expected '%s', found '%s'", new_track->num, + old_track->codec_id, new_track->codec_id); + goto track_mismatch_error; + } + + /* The new track matches the old track. No problems on our side. + * Let's make it replace the old track. */ + new_track->pad = old_track->pad; + new_track->index = old_track->index; + new_track->pos = old_track->pos; + g_ptr_array_index (demux->common.src, old_track_index) = new_track; + gst_pad_set_element_private (new_track->pad, new_track); + + if (!gst_caps_is_equal (old_track->caps, new_track->caps)) { + gst_pad_set_caps (new_track->pad, new_track->caps); + } + + if (!gst_tag_list_is_equal (old_track->tags, new_track->tags)) { + GST_DEBUG_OBJECT (old_track->pad, "Sending tags %p: %" + GST_PTR_FORMAT, new_track->tags, new_track->tags); + gst_pad_push_event (new_track->pad, + gst_event_new_tag (gst_tag_list_copy (new_track->tags))); + } + + gst_matroska_track_free (old_track); + break; + + track_mismatch_error: + gst_matroska_track_free (new_track); + new_track = NULL; + ret = GST_FLOW_ERROR; + break; + } + + default: + ret = gst_matroska_read_common_parse_skip (&demux->common, ebml, + "Track", id); + break; + } + } + DEBUG_ELEMENT_STOP (demux, ebml, "Tracks", ret); + + if (ret != GST_FLOW_ERROR && demux->common.num_streams != num_tracks_found) { + GST_ERROR_OBJECT (demux, + "Mismatch on the number of tracks. Expected %du tracks, found %du", + demux->common.num_streams, num_tracks_found); + ret = GST_FLOW_ERROR; + } return ret; } @@ -4659,6 +4798,11 @@ case GST_MATROSKA_READ_STATE_DATA: case GST_MATROSKA_READ_STATE_SEEK: switch (id) { + case GST_EBML_ID_HEADER: + GST_READ_CHECK (gst_matroska_demux_flush (demux, read)); + demux->common.state = GST_MATROSKA_READ_STATE_SEGMENT; + gst_matroska_demux_check_seekability (demux); + break; case GST_MATROSKA_ID_SEGMENTINFO: if (!demux->common.segmentinfo_parsed) { GST_READ_CHECK (gst_matroska_demux_take (demux, read, &ebml)); @@ -4671,11 +4815,11 @@ } break; case GST_MATROSKA_ID_TRACKS: + GST_READ_CHECK (gst_matroska_demux_take (demux, read, &ebml)); if (!demux->tracks_parsed) { - GST_READ_CHECK (gst_matroska_demux_take (demux, read, &ebml)); ret = gst_matroska_demux_parse_tracks (demux, &ebml); } else { - GST_READ_CHECK (gst_matroska_demux_flush (demux, read)); + ret = gst_matroska_demux_update_tracks (demux, &ebml); } break; case GST_MATROSKA_ID_CLUSTER: @@ -4713,8 +4857,7 @@ GST_TIME_ARGS (demux->common.segment.duration)); } } - GST_DEBUG_OBJECT (demux, "signaling no more pads"); - gst_element_no_more_pads (GST_ELEMENT (demux)); + /* send initial segment - we wait till we know the first incoming timestamp, so we can properly set the start of the segment. */ diff -Nru gst-plugins-good1.0-1.14.1/gst/monoscope/Makefile.in gst-plugins-good1.0-1.14.4/gst/monoscope/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/monoscope/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/monoscope/Makefile.in 2018-10-02 21:59:18.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstmonoscope_la-convolve.Plo \ + ./$(DEPDIR)/libgstmonoscope_la-gstmonoscope.Plo \ + ./$(DEPDIR)/libgstmonoscope_la-monoscope.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -634,8 +637,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -691,9 +694,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmonoscope_la-convolve.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmonoscope_la-gstmonoscope.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmonoscope_la-monoscope.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmonoscope_la-convolve.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmonoscope_la-gstmonoscope.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmonoscope_la-monoscope.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -798,7 +807,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -871,7 +883,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmonoscope_la-convolve.Plo + -rm -f ./$(DEPDIR)/libgstmonoscope_la-gstmonoscope.Plo + -rm -f ./$(DEPDIR)/libgstmonoscope_la-monoscope.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -917,7 +931,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmonoscope_la-convolve.Plo + -rm -f ./$(DEPDIR)/libgstmonoscope_la-gstmonoscope.Plo + -rm -f ./$(DEPDIR)/libgstmonoscope_la-monoscope.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -938,20 +954,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/multifile/gstsplitmuxsink.c gst-plugins-good1.0-1.14.4/gst/multifile/gstsplitmuxsink.c --- gst-plugins-good1.0-1.14.1/gst/multifile/gstsplitmuxsink.c 2018-04-11 22:31:16.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/multifile/gstsplitmuxsink.c 2018-09-15 19:07:02.000000000 +0000 @@ -154,7 +154,7 @@ static void bus_handler (GstBin * bin, GstMessage * msg); static void set_next_filename (GstSplitMuxSink * splitmux, MqStreamCtx * ctx); static void start_next_fragment (GstSplitMuxSink * splitmux, MqStreamCtx * ctx); -static void mq_stream_ctx_unref (MqStreamCtx * ctx); +static void mq_stream_ctx_free (MqStreamCtx * ctx); static void grow_blocked_queues (GstSplitMuxSink * splitmux); static void gst_splitmux_sink_ensure_max_files (GstSplitMuxSink * splitmux); @@ -398,8 +398,9 @@ g_free (splitmux->location); - /* Make sure to free any un-released contexts */ - g_list_foreach (splitmux->contexts, (GFunc) mq_stream_ctx_unref, NULL); + /* Make sure to free any un-released contexts. There should not be any, + * because the dispose will have freed all request pads though */ + g_list_foreach (splitmux->contexts, (GFunc) mq_stream_ctx_free, NULL); g_list_free (splitmux->contexts); G_OBJECT_CLASS (parent_class)->finalize (object); @@ -609,7 +610,6 @@ MqStreamCtx *ctx; ctx = g_new0 (MqStreamCtx, 1); - g_atomic_int_set (&ctx->refcount, 1); ctx->splitmux = splitmux; gst_segment_init (&ctx->in_segment, GST_FORMAT_UNDEFINED); gst_segment_init (&ctx->out_segment, GST_FORMAT_UNDEFINED); @@ -622,10 +622,16 @@ mq_stream_ctx_free (MqStreamCtx * ctx) { if (ctx->q) { + GstObject *parent = gst_object_get_parent (GST_OBJECT (ctx->q)); + g_signal_handler_disconnect (ctx->q, ctx->q_overrun_id); - gst_element_set_locked_state (ctx->q, TRUE); - gst_element_set_state (ctx->q, GST_STATE_NULL); - gst_bin_remove (GST_BIN (ctx->splitmux), ctx->q); + + if (parent == GST_OBJECT_CAST (ctx->splitmux)) { + gst_element_set_locked_state (ctx->q, TRUE); + gst_element_set_state (ctx->q, GST_STATE_NULL); + gst_bin_remove (GST_BIN (ctx->splitmux), ctx->q); + gst_object_unref (parent); + } gst_object_unref (ctx->q); } gst_buffer_replace (&ctx->prev_in_keyframe, NULL); @@ -637,33 +643,6 @@ } static void -mq_stream_ctx_unref (MqStreamCtx * ctx) -{ - if (g_atomic_int_dec_and_test (&ctx->refcount)) - mq_stream_ctx_free (ctx); -} - -static void -mq_stream_ctx_ref (MqStreamCtx * ctx) -{ - g_atomic_int_inc (&ctx->refcount); -} - -static void -_pad_block_destroy_sink_notify (MqStreamCtx * ctx) -{ - ctx->sink_pad_block_id = 0; - mq_stream_ctx_unref (ctx); -} - -static void -_pad_block_destroy_src_notify (MqStreamCtx * ctx) -{ - ctx->src_pad_block_id = 0; - mq_stream_ctx_unref (ctx); -} - -static void send_fragment_opened_closed_msg (GstSplitMuxSink * splitmux, gboolean opened) { gchar *location = NULL; @@ -1746,14 +1725,19 @@ switch (splitmux->input_state) { case SPLITMUX_INPUT_STATE_COLLECTING_GOP_START: if (ctx->is_reference) { - /* If a keyframe, we have a complete GOP */ - if (GST_BUFFER_FLAG_IS_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT) || - !GST_CLOCK_STIME_IS_VALID (ctx->in_running_time) || - splitmux->max_in_running_time >= ctx->in_running_time) { - /* Pass this buffer through */ - loop_again = FALSE; + /* This is the reference context. If it's a keyframe, + * it marks the start of a new GOP and we should wait in + * check_completed_gop before continuing, but either way + * (keyframe or no, we'll pass this buffer through after + * so set loop_again to FALSE */ + loop_again = FALSE; + + if (GST_BUFFER_FLAG_IS_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT)) { /* Allow other input pads to catch up to here too */ splitmux->max_in_running_time = ctx->in_running_time; + GST_LOG_OBJECT (splitmux, + "Max in running time now %" GST_TIME_FORMAT, + GST_TIME_ARGS (splitmux->max_in_running_time)); GST_SPLITMUX_BROADCAST_INPUT (splitmux); break; } @@ -1763,6 +1747,8 @@ keyframe = TRUE; splitmux->input_state = SPLITMUX_INPUT_STATE_WAITING_GOP_COLLECT; splitmux->max_in_running_time = ctx->in_running_time; + GST_LOG_OBJECT (splitmux, "Max in running time now %" GST_TIME_FORMAT, + GST_TIME_ARGS (splitmux->max_in_running_time)); /* Wake up other input pads to collect this GOP */ GST_SPLITMUX_BROADCAST_INPUT (splitmux); check_completed_gop (splitmux, ctx); @@ -2025,12 +2011,10 @@ g_signal_connect (q, "overrun", (GCallback) handle_q_overrun, ctx); g_signal_connect (q, "underrun", (GCallback) handle_q_underrun, ctx); - mq_stream_ctx_ref (ctx); ctx->src_pad_block_id = gst_pad_add_probe (q_src, GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM | GST_PAD_PROBE_TYPE_EVENT_FLUSH, - (GstPadProbeCallback) handle_mq_output, ctx, (GDestroyNotify) - _pad_block_destroy_src_notify); + (GstPadProbeCallback) handle_mq_output, ctx, NULL); if (is_video && splitmux->reference_ctx != NULL) { splitmux->reference_ctx->is_reference = FALSE; splitmux->reference_ctx = NULL; @@ -2043,13 +2027,11 @@ res = gst_ghost_pad_new_from_template (gname, q_sink, templ); g_object_set_qdata ((GObject *) (res), PAD_CONTEXT, ctx); - mq_stream_ctx_ref (ctx); ctx->sink_pad_block_id = gst_pad_add_probe (q_sink, GST_PAD_PROBE_TYPE_DATA_DOWNSTREAM | GST_PAD_PROBE_TYPE_EVENT_FLUSH | GST_PAD_PROBE_TYPE_QUERY_DOWNSTREAM, - (GstPadProbeCallback) handle_mq_input, ctx, (GDestroyNotify) - _pad_block_destroy_sink_notify); + (GstPadProbeCallback) handle_mq_input, ctx, NULL); GST_DEBUG_OBJECT (splitmux, "Request pad %" GST_PTR_FORMAT " feeds queue pad %" GST_PTR_FORMAT, res, q_sink); @@ -2108,7 +2090,7 @@ gst_pad_remove_probe (ctx->srcpad, ctx->src_pad_block_id); /* Can release the context now */ - mq_stream_ctx_unref (ctx); + mq_stream_ctx_free (ctx); if (ctx == splitmux->reference_ctx) splitmux->reference_ctx = NULL; diff -Nru gst-plugins-good1.0-1.14.1/gst/multifile/gstsplitmuxsink.h gst-plugins-good1.0-1.14.4/gst/multifile/gstsplitmuxsink.h --- gst-plugins-good1.0-1.14.1/gst/multifile/gstsplitmuxsink.h 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/multifile/gstsplitmuxsink.h 2018-09-15 19:07:02.000000000 +0000 @@ -68,8 +68,6 @@ typedef struct _MqStreamCtx { - gint refcount; - GstSplitMuxSink *splitmux; guint q_overrun_id; diff -Nru gst-plugins-good1.0-1.14.1/gst/multifile/gstsplitmuxsrc.c gst-plugins-good1.0-1.14.4/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.4/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/multifile/Makefile.in gst-plugins-good1.0-1.14.4/gst/multifile/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/multifile/Makefile.in 2018-05-17 12:22:39.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/multifile/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -135,6 +135,7 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +PROGRAMS = $(noinst_PROGRAMS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -187,7 +188,6 @@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(libgstmultifile_la_CFLAGS) $(CFLAGS) \ $(libgstmultifile_la_LDFLAGS) $(LDFLAGS) -o $@ -PROGRAMS = $(noinst_PROGRAMS) am_test_splitmux_part_reader_OBJECTS = \ test_splitmux_part_reader-test-splitmuxpartreader.$(OBJEXT) \ test_splitmux_part_reader-gstsplitmuxpartreader.$(OBJEXT) \ @@ -217,7 +217,21 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstmultifile_la-gstmultifile.Plo \ + ./$(DEPDIR)/libgstmultifile_la-gstmultifilesink.Plo \ + ./$(DEPDIR)/libgstmultifile_la-gstmultifilesrc.Plo \ + ./$(DEPDIR)/libgstmultifile_la-gstsplitfilesrc.Plo \ + ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxpartreader.Plo \ + ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsink.Plo \ + ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsrc.Plo \ + ./$(DEPDIR)/libgstmultifile_la-gstsplitutils.Plo \ + ./$(DEPDIR)/libgstmultifile_la-patternspec.Plo \ + ./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxpartreader.Po \ + ./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxsrc.Po \ + ./$(DEPDIR)/test_splitmux_part_reader-gstsplitutils.Po \ + ./$(DEPDIR)/test_splitmux_part_reader-patternspec.Po \ + ./$(DEPDIR)/test_splitmux_part_reader-test-splitmuxpartreader.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -685,8 +699,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -698,6 +712,15 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): +clean-noinstPROGRAMS: + @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \ @@ -736,15 +759,6 @@ libgstmultifile.la: $(libgstmultifile_la_OBJECTS) $(libgstmultifile_la_DEPENDENCIES) $(EXTRA_libgstmultifile_la_DEPENDENCIES) $(AM_V_CCLD)$(libgstmultifile_la_LINK) -rpath $(plugindir) $(libgstmultifile_la_OBJECTS) $(libgstmultifile_la_LIBADD) $(LIBS) -clean-noinstPROGRAMS: - @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list - test-splitmux-part-reader$(EXEEXT): $(test_splitmux_part_reader_OBJECTS) $(test_splitmux_part_reader_DEPENDENCIES) $(EXTRA_test_splitmux_part_reader_DEPENDENCIES) @rm -f test-splitmux-part-reader$(EXEEXT) $(AM_V_CCLD)$(test_splitmux_part_reader_LINK) $(test_splitmux_part_reader_OBJECTS) $(test_splitmux_part_reader_LDADD) $(LIBS) @@ -755,20 +769,26 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstmultifile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstmultifilesink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstmultifilesrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitfilesrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitmuxpartreader.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-patternspec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxpartreader.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-gstsplitutils.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-patternspec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-test-splitmuxpartreader.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstmultifile.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstmultifilesink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstmultifilesrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitfilesrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitmuxpartreader.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-gstsplitutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultifile_la-patternspec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxpartreader.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-gstsplitutils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-patternspec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_splitmux_part_reader-test-splitmuxpartreader.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -985,7 +1005,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1017,7 +1040,7 @@ done check-am: all-am check: check-am -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS) +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(HEADERS) installdirs: for dir in "$(DESTDIR)$(plugindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -1058,7 +1081,20 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstmultifile.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstmultifilesink.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstmultifilesrc.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitfilesrc.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxpartreader.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsink.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsrc.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitutils.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-patternspec.Plo + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxpartreader.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxsrc.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-gstsplitutils.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-patternspec.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-test-splitmuxpartreader.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1104,7 +1140,20 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstmultifile.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstmultifilesink.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstmultifilesrc.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitfilesrc.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxpartreader.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsink.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitmuxsrc.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-gstsplitutils.Plo + -rm -f ./$(DEPDIR)/libgstmultifile_la-patternspec.Plo + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxpartreader.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-gstsplitmuxsrc.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-gstsplitutils.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-patternspec.Po + -rm -f ./$(DEPDIR)/test_splitmux_part_reader-test-splitmuxpartreader.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1125,20 +1174,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS clean-pluginLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-pluginLTLIBRARIES install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS \ + clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pluginLTLIBRARIES \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/multipart/Makefile.in gst-plugins-good1.0-1.14.4/gst/multipart/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/multipart/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/multipart/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstmultipart_la-multipart.Plo \ + ./$(DEPDIR)/libgstmultipart_la-multipartdemux.Plo \ + ./$(DEPDIR)/libgstmultipart_la-multipartmux.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -635,8 +638,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -692,9 +695,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultipart_la-multipart.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultipart_la-multipartdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultipart_la-multipartmux.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultipart_la-multipart.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultipart_la-multipartdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstmultipart_la-multipartmux.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -799,7 +808,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -872,7 +884,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmultipart_la-multipart.Plo + -rm -f ./$(DEPDIR)/libgstmultipart_la-multipartdemux.Plo + -rm -f ./$(DEPDIR)/libgstmultipart_la-multipartmux.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -918,7 +932,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstmultipart_la-multipart.Plo + -rm -f ./$(DEPDIR)/libgstmultipart_la-multipartdemux.Plo + -rm -f ./$(DEPDIR)/libgstmultipart_la-multipartmux.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -939,20 +955,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/replaygain/Makefile.in gst-plugins-good1.0-1.14.4/gst/replaygain/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/replaygain/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/replaygain/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -194,7 +194,13 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstreplaygain_la-gstrganalysis.Plo \ + ./$(DEPDIR)/libgstreplaygain_la-gstrglimiter.Plo \ + ./$(DEPDIR)/libgstreplaygain_la-gstrgvolume.Plo \ + ./$(DEPDIR)/libgstreplaygain_la-replaygain.Plo \ + ./$(DEPDIR)/libgstreplaygain_la-rganalysis.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -657,8 +663,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -714,11 +720,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-gstrganalysis.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-gstrglimiter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-gstrgvolume.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-replaygain.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-rganalysis.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-gstrganalysis.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-gstrglimiter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-gstrgvolume.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-replaygain.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstreplaygain_la-rganalysis.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -837,7 +849,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -910,7 +925,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstreplaygain_la-gstrganalysis.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-gstrglimiter.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-gstrgvolume.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-replaygain.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-rganalysis.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -956,7 +975,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstreplaygain_la-gstrganalysis.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-gstrglimiter.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-gstrgvolume.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-replaygain.Plo + -rm -f ./$(DEPDIR)/libgstreplaygain_la-rganalysis.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -977,20 +1000,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpgstdepay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpgstdepay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpgstdepay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpgstdepay.c 2018-08-12 23:13:02.000000000 +0000 @@ -27,6 +27,8 @@ #include "gstrtpgstdepay.h" #include "gstrtputils.h" +#include + GST_DEBUG_CATEGORY_STATIC (rtpgstdepay_debug); #define GST_CAT_DEFAULT (rtpgstdepay_debug) @@ -558,6 +560,11 @@ { GST_INFO_OBJECT (rtpgstdepay, "No caps received yet %u", CV); gst_buffer_unref (outbuf); + + gst_pad_push_event (GST_RTP_BASE_DEPAYLOAD_SINKPAD (rtpgstdepay), + gst_video_event_new_upstream_force_key_unit (GST_CLOCK_TIME_NONE, + TRUE, 0)); + return NULL; } } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpgstpay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpgstpay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpgstpay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpgstpay.c 2018-08-12 23:13:02.000000000 +0000 @@ -24,6 +24,7 @@ #include #include +#include #include "gstrtpgstpay.h" #include "gstrtputils.h" @@ -96,6 +97,8 @@ GstBuffer * buffer); static gboolean gst_rtp_gst_pay_sink_event (GstRTPBasePayload * payload, GstEvent * event); +static gboolean gst_rtp_gst_pay_src_event (GstRTPBasePayload * payload, + GstEvent * event); #define gst_rtp_gst_pay_parent_class parent_class G_DEFINE_TYPE (GstRtpGSTPay, gst_rtp_gst_pay, GST_TYPE_RTP_BASE_PAYLOAD); @@ -139,6 +142,7 @@ gstrtpbasepayload_class->set_caps = gst_rtp_gst_pay_setcaps; gstrtpbasepayload_class->handle_buffer = gst_rtp_gst_pay_handle_buffer; gstrtpbasepayload_class->sink_event = gst_rtp_gst_pay_sink_event; + gstrtpbasepayload_class->src_event = gst_rtp_gst_pay_src_event; GST_DEBUG_CATEGORY_INIT (gst_rtp_pay_debug, "rtpgstpay", 0, "rtpgstpay element"); @@ -504,6 +508,10 @@ rtpgstpay = GST_RTP_GST_PAY (payload); + if (gst_video_event_is_force_key_unit (event)) { + g_atomic_int_set (&rtpgstpay->force_config, TRUE); + } + ret = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (payload, gst_event_ref (event)); @@ -572,8 +580,23 @@ return ret; } +static gboolean +gst_rtp_gst_pay_src_event (GstRTPBasePayload * payload, GstEvent * event) +{ + GstRtpGSTPay *rtpgstpay; + + rtpgstpay = GST_RTP_GST_PAY (payload); + + if (gst_video_event_is_force_key_unit (event)) { + g_atomic_int_set (&rtpgstpay->force_config, TRUE); + } + + return GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->src_event (payload, event); +} + static void -gst_rtp_gst_pay_send_config (GstRtpGSTPay * rtpgstpay, GstClockTime timestamp) +gst_rtp_gst_pay_send_config (GstRtpGSTPay * rtpgstpay, + GstClockTime running_time) { GstPad *pad = GST_RTP_BASE_PAYLOAD_SINKPAD (rtpgstpay); GstCaps *caps = NULL; @@ -601,7 +624,7 @@ gst_rtp_gst_pay_send_caps (rtpgstpay, rtpgstpay->current_CV, caps); gst_caps_unref (caps); } - rtpgstpay->last_config = timestamp; + rtpgstpay->last_config = running_time; } static GstFlowReturn @@ -610,25 +633,30 @@ { GstFlowReturn ret; GstRtpGSTPay *rtpgstpay; - GstClockTime timestamp; + GstClockTime timestamp, running_time; rtpgstpay = GST_RTP_GST_PAY (basepayload); timestamp = GST_BUFFER_PTS (buffer); + running_time = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + timestamp); /* check if we need to send the caps and taglist now */ - if (rtpgstpay->config_interval > 0) { + if (rtpgstpay->config_interval > 0 + || g_atomic_int_compare_and_exchange (&rtpgstpay->force_config, TRUE, + FALSE)) { GST_DEBUG_OBJECT (rtpgstpay, - "timestamp %" GST_TIME_FORMAT ", last config %" GST_TIME_FORMAT, - GST_TIME_ARGS (timestamp), GST_TIME_ARGS (rtpgstpay->last_config)); + "running time %" GST_TIME_FORMAT ", last config %" GST_TIME_FORMAT, + GST_TIME_ARGS (running_time), GST_TIME_ARGS (rtpgstpay->last_config)); - if (timestamp != GST_CLOCK_TIME_NONE && + if (running_time != GST_CLOCK_TIME_NONE && rtpgstpay->last_config != GST_CLOCK_TIME_NONE) { guint64 diff; /* calculate diff between last SPS/PPS in milliseconds */ - if (timestamp > rtpgstpay->last_config) - diff = timestamp - rtpgstpay->last_config; + if (running_time > rtpgstpay->last_config) + diff = running_time - rtpgstpay->last_config; else diff = 0; @@ -637,9 +665,9 @@ /* bigger than interval, queue SPS/PPS */ if (GST_TIME_AS_SECONDS (diff) >= rtpgstpay->config_interval) - gst_rtp_gst_pay_send_config (rtpgstpay, timestamp); + gst_rtp_gst_pay_send_config (rtpgstpay, running_time); } else { - gst_rtp_gst_pay_send_config (rtpgstpay, timestamp); + gst_rtp_gst_pay_send_config (rtpgstpay, running_time); } } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpgstpay.h gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpgstpay.h --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpgstpay.h 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpgstpay.h 2018-08-12 23:13:02.000000000 +0000 @@ -56,6 +56,7 @@ GstTagList *taglist; guint config_interval; GstClockTime last_config; + gboolean force_config; }; struct _GstRtpGSTPayClass diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtph264pay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtph264pay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtph264pay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtph264pay.c 2018-08-12 23:13:02.000000000 +0000 @@ -717,7 +717,9 @@ /* remember when we last saw SPS */ if (updated && pts != -1) - payloader->last_spspps = pts; + payloader->last_spspps = + gst_segment_to_running_time (&GST_RTP_BASE_PAYLOAD_CAST + (payloader)->segment, GST_FORMAT_TIME, pts); } else { GST_DEBUG ("NAL: %x %x %x Len = %u", (header >> 7), (header >> 5) & 3, type, size); @@ -769,7 +771,9 @@ } if (pts != -1 && sent_all_sps_pps) - rtph264pay->last_spspps = pts; + rtph264pay->last_spspps = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + pts); return ret; } @@ -816,14 +820,18 @@ if (nalType == IDR_TYPE_ID && rtph264pay->spspps_interval > 0) { if (rtph264pay->last_spspps != -1) { guint64 diff; + GstClockTime running_time = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + pts); GST_LOG_OBJECT (rtph264pay, "now %" GST_TIME_FORMAT ", last SPS/PPS %" GST_TIME_FORMAT, - GST_TIME_ARGS (pts), GST_TIME_ARGS (rtph264pay->last_spspps)); + GST_TIME_ARGS (running_time), + GST_TIME_ARGS (rtph264pay->last_spspps)); /* calculate diff between last SPS/PPS in milliseconds */ - if (pts > rtph264pay->last_spspps) - diff = pts - rtph264pay->last_spspps; + if (running_time > rtph264pay->last_spspps) + diff = running_time - rtph264pay->last_spspps; else diff = 0; diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtph265pay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtph265pay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtph265pay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtph265pay.c 2018-08-12 23:13:02.000000000 +0000 @@ -802,7 +802,9 @@ /* remember when we last saw VPS */ if (updated && pts != -1) - payloader->last_vps_sps_pps = pts; + payloader->last_vps_sps_pps = + gst_segment_to_running_time (&GST_RTP_BASE_PAYLOAD_CAST + (payloader)->segment, GST_FORMAT_TIME, pts); } else { GST_DEBUG_OBJECT (payloader, "NALU type 0x%x, size %u", type, size); } @@ -856,7 +858,9 @@ } if (pts != -1 && sent_all_vps_sps_pps) - rtph265pay->last_vps_sps_pps = pts; + rtph265pay->last_vps_sps_pps = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + pts); return ret; } @@ -929,15 +933,18 @@ if (rtph265pay->vps_sps_pps_interval > 0) { if (rtph265pay->last_vps_sps_pps != -1) { guint64 diff; + GstClockTime running_time = + gst_segment_to_running_time (&basepayload->segment, + GST_FORMAT_TIME, pts); GST_LOG_OBJECT (rtph265pay, "now %" GST_TIME_FORMAT ", last VPS/SPS/PPS %" GST_TIME_FORMAT, - GST_TIME_ARGS (pts), + GST_TIME_ARGS (running_time), GST_TIME_ARGS (rtph265pay->last_vps_sps_pps)); /* calculate diff between last SPS/PPS in milliseconds */ - if (pts > rtph265pay->last_vps_sps_pps) - diff = pts - rtph265pay->last_vps_sps_pps; + if (running_time > rtph265pay->last_vps_sps_pps) + diff = running_time - rtph265pay->last_vps_sps_pps; else diff = 0; diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpL8pay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpL8pay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpL8pay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpL8pay.c 2018-08-12 23:13:02.000000000 +0000 @@ -196,16 +196,10 @@ if (gst_structure_get_int (structure, "channels", &channels)) { gst_caps_set_simple (caps, "channels", G_TYPE_INT, channels, NULL); - } else { - /* Support any number of channels, if not explicitly specified */ - gst_structure_remove_field (structure, "channels"); } if (gst_structure_get_int (structure, "clock-rate", &rate)) { gst_caps_set_simple (caps, "rate", G_TYPE_INT, rate, NULL); - } else { - /* Support any rate, if not explicitly specified */ - gst_structure_remove_field (structure, "rate"); } } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpmp4vpay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpmp4vpay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpmp4vpay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpmp4vpay.c 2018-08-12 23:13:02.000000000 +0000 @@ -472,23 +472,32 @@ size = gst_buffer_get_size (buffer); } else { + GstClockTime running_time = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + timestamp); + GST_LOG_OBJECT (rtpmp4vpay, "found config in stream"); - rtpmp4vpay->last_config = timestamp; + rtpmp4vpay->last_config = running_time; } } /* there is a config request, see if we need to insert it */ if (vopi && (rtpmp4vpay->config_interval > 0) && rtpmp4vpay->config) { + GstClockTime running_time = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + timestamp); + if (rtpmp4vpay->last_config != -1) { guint64 diff; GST_LOG_OBJECT (rtpmp4vpay, "now %" GST_TIME_FORMAT ", last VOP-I %" GST_TIME_FORMAT, - GST_TIME_ARGS (timestamp), GST_TIME_ARGS (rtpmp4vpay->last_config)); + GST_TIME_ARGS (running_time), + GST_TIME_ARGS (rtpmp4vpay->last_config)); /* calculate diff between last config in milliseconds */ - if (timestamp > rtpmp4vpay->last_config) { - diff = timestamp - rtpmp4vpay->last_config; + if (running_time > rtpmp4vpay->last_config) { + diff = running_time - rtpmp4vpay->last_config; } else { diff = 0; } @@ -497,7 +506,6 @@ "interval since last config %" GST_TIME_FORMAT, GST_TIME_ARGS (diff)); /* bigger than interval, queue config */ - /* FIXME should convert timestamps to running time */ if (GST_TIME_AS_SECONDS (diff) >= rtpmp4vpay->config_interval) { GST_DEBUG_OBJECT (rtpmp4vpay, "time to send config"); send_config = TRUE; @@ -518,8 +526,8 @@ GST_BUFFER_PTS (buffer) = timestamp; size = gst_buffer_get_size (buffer); - if (timestamp != -1) { - rtpmp4vpay->last_config = timestamp; + if (running_time != -1) { + rtpmp4vpay->last_config = running_time; } } } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpopuspay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpopuspay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpopuspay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpopuspay.c 2018-08-12 23:13:02.000000000 +0000 @@ -103,21 +103,28 @@ gboolean res; GstCaps *src_caps; GstStructure *s; - char *encoding_name; + const char *encoding_name = "OPUS"; gint channels, rate; const char *sprop_stereo = NULL; char *sprop_maxcapturerate = NULL; src_caps = gst_pad_get_allowed_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload)); if (src_caps) { - src_caps = gst_caps_make_writable (src_caps); - src_caps = gst_caps_truncate (src_caps); + GstStructure *s; + const GValue *value; + s = gst_caps_get_structure (src_caps, 0); - gst_structure_fixate_field_string (s, "encoding-name", "OPUS"); - encoding_name = g_strdup (gst_structure_get_string (s, "encoding-name")); - gst_caps_unref (src_caps); - } else { - encoding_name = g_strdup ("X-GST-OPUS-DRAFT-SPITTKA-00"); + + if (gst_structure_has_field (s, "encoding-name")) { + GValue default_value = G_VALUE_INIT; + + g_value_init (&default_value, G_TYPE_STRING); + g_value_set_static_string (&default_value, encoding_name); + + value = gst_structure_get_value (s, "encoding-name"); + if (!gst_value_can_intersect (&default_value, value)) + encoding_name = "X-GST-OPUS-DRAFT-SPITTKA-00"; + } } s = gst_caps_get_structure (caps, 0); @@ -139,7 +146,6 @@ gst_rtp_base_payload_set_options (payload, "audio", FALSE, encoding_name, 48000); - g_free (encoding_name); if (sprop_maxcapturerate && sprop_stereo) { res = diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtptheorapay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtptheorapay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtptheorapay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtptheorapay.c 2018-08-12 23:13:02.000000000 +0000 @@ -819,17 +819,21 @@ if (keyframe && (rtptheorapay->config_interval > 0) && rtptheorapay->config_data) { gboolean send_config = FALSE; + GstClockTime running_time = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + timestamp); if (rtptheorapay->last_config != -1) { guint64 diff; GST_LOG_OBJECT (rtptheorapay, "now %" GST_TIME_FORMAT ", last VOP-I %" GST_TIME_FORMAT, - GST_TIME_ARGS (timestamp), GST_TIME_ARGS (rtptheorapay->last_config)); + GST_TIME_ARGS (running_time), + GST_TIME_ARGS (rtptheorapay->last_config)); /* calculate diff between last config in milliseconds */ - if (timestamp > rtptheorapay->last_config) { - diff = timestamp - rtptheorapay->last_config; + if (running_time > rtptheorapay->last_config) { + diff = running_time - rtptheorapay->last_config; } else { diff = 0; } @@ -838,7 +842,6 @@ "interval since last config %" GST_TIME_FORMAT, GST_TIME_ARGS (diff)); /* bigger than interval, queue config */ - /* FIXME should convert timestamps to running time */ if (GST_TIME_AS_SECONDS (diff) >= rtptheorapay->config_interval) { GST_DEBUG_OBJECT (rtptheorapay, "time to send config"); send_config = TRUE; @@ -856,8 +859,8 @@ NULL, rtptheorapay->config_data, rtptheorapay->config_size, timestamp, GST_CLOCK_TIME_NONE, rtptheorapay->config_extra_len); - if (timestamp != -1) { - rtptheorapay->last_config = timestamp; + if (running_time != -1) { + rtptheorapay->last_config = running_time; } } } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpvorbispay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpvorbispay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpvorbispay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpvorbispay.c 2018-08-12 23:13:02.000000000 +0000 @@ -829,17 +829,21 @@ /* there is a config request, see if we need to insert it */ if (rtpvorbispay->config_interval > 0 && rtpvorbispay->config_data) { gboolean send_config = FALSE; + GstClockTime running_time = + gst_segment_to_running_time (&basepayload->segment, GST_FORMAT_TIME, + timestamp); if (rtpvorbispay->last_config != -1) { guint64 diff; GST_LOG_OBJECT (rtpvorbispay, "now %" GST_TIME_FORMAT ", last config %" GST_TIME_FORMAT, - GST_TIME_ARGS (timestamp), GST_TIME_ARGS (rtpvorbispay->last_config)); + GST_TIME_ARGS (running_time), + GST_TIME_ARGS (rtpvorbispay->last_config)); /* calculate diff between last config in milliseconds */ - if (timestamp > rtpvorbispay->last_config) { - diff = timestamp - rtpvorbispay->last_config; + if (running_time > rtpvorbispay->last_config) { + diff = running_time - rtpvorbispay->last_config; } else { diff = 0; } @@ -848,7 +852,6 @@ "interval since last config %" GST_TIME_FORMAT, GST_TIME_ARGS (diff)); /* bigger than interval, queue config */ - /* FIXME should convert timestamps to running time */ if (GST_TIME_AS_SECONDS (diff) >= rtpvorbispay->config_interval) { GST_DEBUG_OBJECT (rtpvorbispay, "time to send config"); send_config = TRUE; @@ -866,8 +869,8 @@ NULL, rtpvorbispay->config_data, rtpvorbispay->config_size, timestamp, GST_CLOCK_TIME_NONE, rtpvorbispay->config_extra_len); - if (timestamp != -1) { - rtpvorbispay->last_config = timestamp; + if (running_time != -1) { + rtpvorbispay->last_config = running_time; } } } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpvp8pay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpvp8pay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpvp8pay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpvp8pay.c 2018-08-12 23:13:02.000000000 +0000 @@ -512,24 +512,30 @@ gst_rtp_vp8_pay_set_caps (GstRTPBasePayload * payload, GstCaps * caps) { GstCaps *src_caps; - GstStructure *s; - char *encoding_name; + const char *encoding_name = "VP8"; src_caps = gst_pad_get_allowed_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload)); if (src_caps) { - src_caps = gst_caps_make_writable (src_caps); - src_caps = gst_caps_truncate (src_caps); + GstStructure *s; + const GValue *value; + s = gst_caps_get_structure (src_caps, 0); - gst_structure_fixate_field_string (s, "encoding-name", "VP8"); - encoding_name = g_strdup (gst_structure_get_string (s, "encoding-name")); - gst_caps_unref (src_caps); - } else { - encoding_name = g_strdup ("VP8-DRAFT-IETF-01"); + + if (gst_structure_has_field (s, "encoding-name")) { + GValue default_value = G_VALUE_INIT; + + g_value_init (&default_value, G_TYPE_STRING); + g_value_set_static_string (&default_value, encoding_name); + + value = gst_structure_get_value (s, "encoding-name"); + if (!gst_value_can_intersect (&default_value, value)) + encoding_name = "VP8-DRAFT-IETF-01"; + } } gst_rtp_base_payload_set_options (payload, "video", TRUE, encoding_name, 90000); - g_free (encoding_name); + return gst_rtp_base_payload_set_outcaps (payload, NULL); } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpvp9pay.c gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpvp9pay.c --- gst-plugins-good1.0-1.14.1/gst/rtp/gstrtpvp9pay.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/gstrtpvp9pay.c 2018-08-12 23:13:02.000000000 +0000 @@ -527,24 +527,30 @@ gst_rtp_vp9_pay_set_caps (GstRTPBasePayload * payload, GstCaps * caps) { GstCaps *src_caps; - GstStructure *s; - char *encoding_name; + const char *encoding_name = "VP9"; src_caps = gst_pad_get_allowed_caps (GST_RTP_BASE_PAYLOAD_SRCPAD (payload)); if (src_caps) { - src_caps = gst_caps_make_writable (src_caps); - src_caps = gst_caps_truncate (src_caps); + GstStructure *s; + const GValue *value; + s = gst_caps_get_structure (src_caps, 0); - gst_structure_fixate_field_string (s, "encoding-name", "VP9"); - encoding_name = g_strdup (gst_structure_get_string (s, "encoding-name")); - gst_caps_unref (src_caps); - } else { - encoding_name = g_strdup ("VP9-DRAFT-IETF-01"); + + if (gst_structure_has_field (s, "encoding-name")) { + GValue default_value = G_VALUE_INIT; + + g_value_init (&default_value, G_TYPE_STRING); + g_value_set_static_string (&default_value, encoding_name); + + value = gst_structure_get_value (s, "encoding-name"); + if (!gst_value_can_intersect (&default_value, value)) + encoding_name = "VP9-DRAFT-IETF-01"; + } } gst_rtp_base_payload_set_options (payload, "video", TRUE, encoding_name, 90000); - g_free (encoding_name); + return gst_rtp_base_payload_set_outcaps (payload, NULL); } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtp/Makefile.in gst-plugins-good1.0-1.14.4/gst/rtp/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/rtp/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtp/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -247,7 +247,109 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstrtp_la-dboolhuff.Plo \ + ./$(DEPDIR)/libgstrtp_la-fnv1hash.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstasteriskh263.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtp.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpL16depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpL16pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpL24depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpL24pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpL8depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpL8pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpac3depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpac3pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpamrdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpamrpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpbvdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpbvpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpceltdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpceltpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpchannels.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpdvdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpdvpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg722depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg722pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg723depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg723pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg726depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg726pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg729depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpg729pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpgsmdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpgsmpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpgstdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpgstpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph261depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph261pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph263depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph263pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph263pdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph263ppay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph264depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph264pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph265depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtph265pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpilbcdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpilbcpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpj2kdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpj2kpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpjpegdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpjpegpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpklvdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpklvpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp1sdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp2tdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp2tpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp4adepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp4apay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp4gdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp4gpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp4vdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmp4vpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmpadepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmpapay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmparobustdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmpvdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpmpvpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpopusdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpopuspay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtppcmadepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtppcmapay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtppcmudepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtppcmupay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpqcelpdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpqdmdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpreddec.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpredenc.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpsbcdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpsbcpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpsirendepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpsirenpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpspeexdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpspeexpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpstorage.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpstreamdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpstreampay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpsv3vdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtptheoradepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtptheorapay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpulpfecdec.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpulpfecenc.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtputils.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvorbisdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvorbispay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvp8depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvp8pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvp9depay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvp9pay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvrawdepay.Plo \ + ./$(DEPDIR)/libgstrtp_la-gstrtpvrawpay.Plo \ + ./$(DEPDIR)/libgstrtp_la-rtpredcommon.Plo \ + ./$(DEPDIR)/libgstrtp_la-rtpstorage.Plo \ + ./$(DEPDIR)/libgstrtp_la-rtpstoragestream.Plo \ + ./$(DEPDIR)/libgstrtp_la-rtpulpfeccommon.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -912,8 +1014,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -969,108 +1071,114 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-dboolhuff.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-fnv1hash.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstasteriskh263.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL16depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL16pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL24depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL24pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL8depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL8pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpac3depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpac3pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpamrdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpamrpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpbvdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpbvpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpceltdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpceltpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpchannels.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpdvdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpdvpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg722depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg722pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg723depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg723pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg726depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg726pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg729depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg729pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgsmdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgsmpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgstdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgstpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph261depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph261pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263pdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263ppay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph264depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph264pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph265depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph265pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpilbcdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpilbcpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpj2kdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpj2kpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpjpegdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpjpegpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpklvdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpklvpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp1sdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp2tdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp2tpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4adepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4apay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4gdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4gpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4vdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4vpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpadepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpapay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmparobustdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpvdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpvpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpopusdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpopuspay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmadepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmapay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmudepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmupay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpqcelpdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpqdmdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpreddec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpredenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsbcdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsbcpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsirendepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsirenpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpspeexdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpspeexpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpstorage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpstreamdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpstreampay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsv3vdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtptheoradepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtptheorapay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpulpfecdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpulpfecenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtputils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvorbisdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvorbispay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp8depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp8pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp9depay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp9pay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvrawdepay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvrawpay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpredcommon.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpstorage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpstoragestream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpulpfeccommon.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-dboolhuff.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-fnv1hash.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstasteriskh263.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL16depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL16pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL24depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL24pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL8depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpL8pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpac3depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpac3pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpamrdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpamrpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpbvdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpbvpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpceltdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpceltpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpchannels.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpdvdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpdvpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg722depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg722pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg723depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg723pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg726depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg726pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg729depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpg729pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgsmdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgsmpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgstdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpgstpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph261depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph261pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263pdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph263ppay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph264depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph264pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph265depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtph265pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpilbcdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpilbcpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpj2kdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpj2kpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpjpegdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpjpegpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpklvdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpklvpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp1sdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp2tdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp2tpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4adepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4apay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4gdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4gpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4vdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmp4vpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpadepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpapay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmparobustdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpvdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpmpvpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpopusdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpopuspay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmadepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmapay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmudepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtppcmupay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpqcelpdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpqdmdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpreddec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpredenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsbcdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsbcpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsirendepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsirenpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpspeexdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpspeexpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpstorage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpstreamdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpstreampay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpsv3vdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtptheoradepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtptheorapay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpulpfecdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpulpfecenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtputils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvorbisdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvorbispay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp8depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp8pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp9depay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvp9pay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvrawdepay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-gstrtpvrawpay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpredcommon.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpstorage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpstoragestream.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_la-rtpulpfeccommon.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -1868,7 +1976,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1941,7 +2052,108 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtp_la-dboolhuff.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-fnv1hash.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstasteriskh263.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtp.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL16depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL16pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL24depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL24pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL8depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL8pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpac3depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpac3pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpamrdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpamrpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpbvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpbvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpceltdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpceltpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpchannels.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpdvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpdvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg722depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg722pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg723depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg723pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg726depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg726pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg729depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg729pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgsmdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgsmpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgstdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgstpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph261depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph261pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263pdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263ppay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph264depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph264pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph265depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph265pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpilbcdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpilbcpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpj2kdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpj2kpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpjpegdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpjpegpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpklvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpklvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp1sdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp2tdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp2tpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4adepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4apay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4gdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4gpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4vdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4vpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpadepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpapay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmparobustdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpopusdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpopuspay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmadepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmapay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmudepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmupay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpqcelpdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpqdmdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpreddec.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpredenc.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsbcdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsbcpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsirendepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsirenpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpspeexdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpspeexpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpstorage.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpstreamdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpstreampay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsv3vdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtptheoradepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtptheorapay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpulpfecdec.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpulpfecenc.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtputils.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvorbisdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvorbispay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp8depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp8pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp9depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp9pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvrawdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvrawpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpredcommon.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpstorage.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpstoragestream.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpulpfeccommon.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1987,7 +2199,108 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtp_la-dboolhuff.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-fnv1hash.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstasteriskh263.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtp.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL16depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL16pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL24depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL24pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL8depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpL8pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpac3depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpac3pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpamrdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpamrpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpbvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpbvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpceltdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpceltpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpchannels.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpdvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpdvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg722depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg722pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg723depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg723pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg726depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg726pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg729depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpg729pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgsmdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgsmpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgstdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpgstpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph261depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph261pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263pdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph263ppay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph264depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph264pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph265depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtph265pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpilbcdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpilbcpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpj2kdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpj2kpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpjpegdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpjpegpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpklvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpklvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp1sdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp2tdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp2tpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4adepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4apay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4gdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4gpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4vdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmp4vpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpadepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpapay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmparobustdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpvdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpmpvpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpopusdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpopuspay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmadepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmapay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmudepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtppcmupay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpqcelpdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpqdmdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpreddec.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpredenc.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsbcdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsbcpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsirendepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsirenpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpspeexdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpspeexpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpstorage.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpstreamdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpstreampay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpsv3vdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtptheoradepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtptheorapay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpulpfecdec.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpulpfecenc.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtputils.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvorbisdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvorbispay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp8depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp8pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp9depay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvp9pay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvrawdepay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-gstrtpvrawpay.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpredcommon.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpstorage.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpstoragestream.Plo + -rm -f ./$(DEPDIR)/libgstrtp_la-rtpulpfeccommon.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -2008,20 +2321,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/rtpmanager/gstrtpsession.c gst-plugins-good1.0-1.14.4/gst/rtpmanager/gstrtpsession.c --- gst-plugins-good1.0-1.14.1/gst/rtpmanager/gstrtpsession.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtpmanager/gstrtpsession.c 2018-09-11 08:39:03.000000000 +0000 @@ -306,6 +306,8 @@ static void gst_rtp_session_notify_nack (RTPSession * sess, guint16 seqnum, guint16 blp, guint32 ssrc, gpointer user_data); static void gst_rtp_session_reconfigure (RTPSession * sess, gpointer user_data); +static void gst_rtp_session_notify_early_rtcp (RTPSession * sess, + gpointer user_data); static RTPSessionCallbacks callbacks = { gst_rtp_session_process_rtp, @@ -317,7 +319,8 @@ gst_rtp_session_request_key_unit, gst_rtp_session_request_time, gst_rtp_session_notify_nack, - gst_rtp_session_reconfigure + gst_rtp_session_reconfigure, + gst_rtp_session_notify_early_rtcp }; /* GObject vmethods */ @@ -1243,8 +1246,7 @@ break; case GST_STATE_CHANGE_READY_TO_PAUSED: GST_RTP_SESSION_LOCK (rtpsession); - if (rtpsession->send_rtp_src) - rtpsession->priv->wait_send = TRUE; + rtpsession->priv->wait_send = TRUE; GST_RTP_SESSION_UNLOCK (rtpsession); break; case GST_STATE_CHANGE_PAUSED_TO_PLAYING: @@ -2717,3 +2719,15 @@ gst_object_unref (send_rtp_sink); } } + +static void +gst_rtp_session_notify_early_rtcp (RTPSession * sess, gpointer user_data) +{ + GstRtpSession *rtpsession = GST_RTP_SESSION (user_data); + + GST_DEBUG_OBJECT (rtpsession, "Notified of early RTCP"); + /* with an early RTCP request, we might have to start the RTCP thread */ + GST_RTP_SESSION_LOCK (rtpsession); + signal_waiting_rtcp_thread_unlocked (rtpsession); + GST_RTP_SESSION_UNLOCK (rtpsession); +} diff -Nru gst-plugins-good1.0-1.14.1/gst/rtpmanager/Makefile.in gst-plugins-good1.0-1.14.4/gst/rtpmanager/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/rtpmanager/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtpmanager/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -204,7 +204,22 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstrtpmanager_la-gstrtpbin.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtpdtmfmux.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtpjitterbuffer.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtpmanager.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtpmux.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtpptdemux.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxqueue.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxreceive.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxsend.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtpsession.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-gstrtpssrcdemux.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-rtpjitterbuffer.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-rtpsession.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-rtpsource.Plo \ + ./$(DEPDIR)/libgstrtpmanager_la-rtpstats.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -682,8 +697,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -739,21 +754,27 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpbin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpdtmfmux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpjitterbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpmanager.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpmux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpptdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxqueue.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxreceive.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxsend.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpsession.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpssrcdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpjitterbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpsession.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpsource.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpstats.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpbin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpdtmfmux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpjitterbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpmanager.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpmux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpptdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxqueue.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxreceive.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxsend.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpsession.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-gstrtpssrcdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpjitterbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpsession.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpsource.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtpmanager_la-rtpstats.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -942,7 +963,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1015,7 +1039,21 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpbin.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpdtmfmux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpjitterbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpmanager.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpmux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpptdemux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxqueue.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxreceive.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxsend.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpsession.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpssrcdemux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpjitterbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpsession.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpsource.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpstats.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1061,7 +1099,21 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpbin.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpdtmfmux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpjitterbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpmanager.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpmux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpptdemux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxqueue.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxreceive.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtprtxsend.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpsession.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-gstrtpssrcdemux.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpjitterbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpsession.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpsource.Plo + -rm -f ./$(DEPDIR)/libgstrtpmanager_la-rtpstats.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1082,20 +1134,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/rtpmanager/rtpsession.c gst-plugins-good1.0-1.14.4/gst/rtpmanager/rtpsession.c --- gst-plugins-good1.0-1.14.1/gst/rtpmanager/rtpsession.c 2018-05-15 10:37:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtpmanager/rtpsession.c 2018-09-11 08:39:03.000000000 +0000 @@ -1115,6 +1115,10 @@ sess->callbacks.reconfigure = callbacks->reconfigure; sess->reconfigure_user_data = user_data; } + if (callbacks->notify_early_rtcp) { + sess->callbacks.notify_early_rtcp = callbacks->notify_early_rtcp; + sess->notify_early_rtcp_user_data = user_data; + } } /** @@ -4355,6 +4359,10 @@ now = sess->callbacks.request_time (sess, sess->request_time_user_data); + /* notify the application that we intend to send early RTCP */ + if (sess->callbacks.notify_early_rtcp) + sess->callbacks.notify_early_rtcp (sess, sess->notify_early_rtcp_user_data); + return rtp_session_request_early_rtcp (sess, now, max_delay); } diff -Nru gst-plugins-good1.0-1.14.1/gst/rtpmanager/rtpsession.h gst-plugins-good1.0-1.14.4/gst/rtpmanager/rtpsession.h --- gst-plugins-good1.0-1.14.1/gst/rtpmanager/rtpsession.h 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtpmanager/rtpsession.h 2018-09-11 08:39:03.000000000 +0000 @@ -167,6 +167,16 @@ typedef void (*RTPSessionReconfigure) (RTPSession *sess, gpointer user_data); /** + * RTPSessionNotifyEarlyRTCP: + * @sess: an #RTPSession + * @user_data: user data specified when registering + * + * Notifies of early RTCP being requested + */ +typedef void (*RTPSessionNotifyEarlyRTCP) (RTPSession *sess, + gpointer user_data); + +/** * RTPSessionCallbacks: * @RTPSessionProcessRTP: callback to process RTP packets * @RTPSessionSendRTP: callback for sending RTP packets @@ -177,6 +187,7 @@ * @RTPSessionRequestTime: callback for requesting the current time * @RTPSessionNotifyNACK: callback for notifying NACK * @RTPSessionReconfigure: callback for requesting reconfiguration + * @RTPSessionNotifyEarlyRTCP: callback for notifying early RTCP * * These callbacks can be installed on the session manager to get notification * when RTP and RTCP packets are ready for further processing. These callbacks @@ -193,6 +204,7 @@ RTPSessionRequestTime request_time; RTPSessionNotifyNACK notify_nack; RTPSessionReconfigure reconfigure; + RTPSessionNotifyEarlyRTCP notify_early_rtcp; } RTPSessionCallbacks; /** @@ -269,6 +281,7 @@ gpointer request_time_user_data; gpointer notify_nack_user_data; gpointer reconfigure_user_data; + gpointer notify_early_rtcp_user_data; RTPSessionStats stats; RTPSessionStats bye_stats; diff -Nru gst-plugins-good1.0-1.14.1/gst/rtsp/Makefile.in gst-plugins-good1.0-1.14.4/gst/rtsp/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/rtsp/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/rtsp/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -192,7 +192,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstrtsp_la-gstrtpdec.Plo \ + ./$(DEPDIR)/libgstrtsp_la-gstrtsp.Plo \ + ./$(DEPDIR)/libgstrtsp_la-gstrtspext.Plo \ + ./$(DEPDIR)/libgstrtsp_la-gstrtspsrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -645,8 +649,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -702,10 +706,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtpdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtsp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtspext.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtspsrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtpdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtsp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtspext.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_la-gstrtspsrc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -817,7 +827,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -890,7 +903,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtpdec.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtsp.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtspext.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtspsrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -936,7 +952,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtpdec.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtsp.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtspext.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_la-gstrtspsrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -957,20 +976,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/shapewipe/Makefile.in gst-plugins-good1.0-1.14.4/gst/shapewipe/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/shapewipe/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/shapewipe/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstshapewipe_la-gstshapewipe.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -633,8 +634,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -690,7 +691,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstshapewipe_la-gstshapewipe.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstshapewipe_la-gstshapewipe.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -781,7 +788,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -854,7 +864,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstshapewipe_la-gstshapewipe.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -900,7 +910,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstshapewipe_la-gstshapewipe.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -921,20 +931,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/smpte/Makefile.in gst-plugins-good1.0-1.14.4/gst/smpte/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/smpte/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/smpte/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -192,7 +192,13 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstsmpte_la-barboxwipes.Plo \ + ./$(DEPDIR)/libgstsmpte_la-gstmask.Plo \ + ./$(DEPDIR)/libgstsmpte_la-gstsmpte.Plo \ + ./$(DEPDIR)/libgstsmpte_la-gstsmptealpha.Plo \ + ./$(DEPDIR)/libgstsmpte_la-paint.Plo \ + ./$(DEPDIR)/libgstsmpte_la-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -638,8 +644,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -695,12 +701,18 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-barboxwipes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-gstmask.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-gstsmpte.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-gstsmptealpha.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-paint.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-barboxwipes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-gstmask.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-gstsmpte.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-gstsmptealpha.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-paint.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsmpte_la-plugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -826,7 +838,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -899,7 +914,12 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsmpte_la-barboxwipes.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-gstmask.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-gstsmpte.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-gstsmptealpha.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-paint.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -945,7 +965,12 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsmpte_la-barboxwipes.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-gstmask.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-gstsmpte.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-gstsmptealpha.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-paint.Plo + -rm -f ./$(DEPDIR)/libgstsmpte_la-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -966,20 +991,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/spectrum/Makefile.in gst-plugins-good1.0-1.14.4/gst/spectrum/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/spectrum/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/spectrum/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstspectrum_la-gstspectrum.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -639,8 +640,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -696,7 +697,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspectrum_la-gstspectrum.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstspectrum_la-gstspectrum.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -787,7 +794,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -860,7 +870,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstspectrum_la-gstspectrum.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -906,7 +916,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstspectrum_la-gstspectrum.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -927,20 +937,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/udp/Makefile.in gst-plugins-good1.0-1.14.4/gst/udp/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/udp/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/udp/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -192,7 +192,13 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstudp_la-gstdynudpsink.Plo \ + ./$(DEPDIR)/libgstudp_la-gstmultiudpsink.Plo \ + ./$(DEPDIR)/libgstudp_la-gstudp.Plo \ + ./$(DEPDIR)/libgstudp_la-gstudpnetutils.Plo \ + ./$(DEPDIR)/libgstudp_la-gstudpsink.Plo \ + ./$(DEPDIR)/libgstudp_la-gstudpsrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -638,8 +644,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -695,12 +701,18 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstdynudpsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstmultiudpsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudpnetutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudpsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudpsrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstdynudpsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstmultiudpsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudpnetutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudpsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstudp_la-gstudpsrc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -826,7 +838,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -900,7 +915,12 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstudp_la-gstdynudpsink.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstmultiudpsink.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudp.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudpnetutils.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudpsink.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudpsrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -946,7 +966,12 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstudp_la-gstdynudpsink.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstmultiudpsink.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudp.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudpnetutils.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudpsink.Plo + -rm -f ./$(DEPDIR)/libgstudp_la-gstudpsrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -967,20 +992,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/videobox/Makefile.in gst-plugins-good1.0-1.14.4/gst/videobox/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/videobox/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/videobox/Makefile.in 2018-10-02 21:59:19.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -215,7 +215,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstvideobox_la-gstvideobox.Plo \ + ./$(DEPDIR)/libgstvideobox_la-tmp-orc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -682,8 +684,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/orc.mak $(am__empty): @@ -740,8 +742,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideobox_la-gstvideobox.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideobox_la-tmp-orc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideobox_la-gstvideobox.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideobox_la-tmp-orc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -839,7 +847,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -918,7 +929,8 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideobox_la-gstvideobox.Plo + -rm -f ./$(DEPDIR)/libgstvideobox_la-tmp-orc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -964,7 +976,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideobox_la-gstvideobox.Plo + -rm -f ./$(DEPDIR)/libgstvideobox_la-tmp-orc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -985,20 +998,20 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-local clean-pluginLTLIBRARIES \ - cscopelist-am ctags ctags-am dist-hook distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-local \ + clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am dist-hook \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/videocrop/Makefile.in gst-plugins-good1.0-1.14.4/gst/videocrop/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/videocrop/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/videocrop/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstvideocrop_la-gstaspectratiocrop.Plo \ + ./$(DEPDIR)/libgstvideocrop_la-gstvideocrop.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -639,8 +642,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -696,8 +699,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideocrop_la-gstaspectratiocrop.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideocrop_la-gstvideocrop.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideocrop_la-gstaspectratiocrop.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideocrop_la-gstvideocrop.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -795,7 +804,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -868,7 +880,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideocrop_la-gstaspectratiocrop.Plo + -rm -f ./$(DEPDIR)/libgstvideocrop_la-gstvideocrop.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -914,7 +927,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideocrop_la-gstaspectratiocrop.Plo + -rm -f ./$(DEPDIR)/libgstvideocrop_la-gstvideocrop.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -935,20 +949,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/videofilter/Makefile.in gst-plugins-good1.0-1.14.4/gst/videofilter/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/videofilter/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/videofilter/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -193,7 +193,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstvideofilter_la-gstgamma.Plo \ + ./$(DEPDIR)/libgstvideofilter_la-gstvideobalance.Plo \ + ./$(DEPDIR)/libgstvideofilter_la-gstvideoflip.Plo \ + ./$(DEPDIR)/libgstvideofilter_la-gstvideomedian.Plo \ + ./$(DEPDIR)/libgstvideofilter_la-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -650,8 +655,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -707,11 +712,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstgamma.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstvideobalance.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstvideoflip.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstvideomedian.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstgamma.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstvideobalance.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstvideoflip.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-gstvideomedian.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideofilter_la-plugin.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -830,7 +841,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -904,7 +918,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstgamma.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstvideobalance.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstvideoflip.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstvideomedian.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -950,7 +968,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstgamma.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstvideobalance.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstvideoflip.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-gstvideomedian.Plo + -rm -f ./$(DEPDIR)/libgstvideofilter_la-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -971,20 +993,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/videomixer/Makefile.in gst-plugins-good1.0-1.14.4/gst/videomixer/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/videomixer/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/videomixer/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -216,7 +216,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstvideomixer_la-blend.Plo \ + ./$(DEPDIR)/libgstvideomixer_la-tmp-orc.Plo \ + ./$(DEPDIR)/libgstvideomixer_la-videomixer2.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -688,8 +691,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/orc.mak $(am__empty): @@ -746,9 +749,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideomixer_la-blend.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideomixer_la-tmp-orc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideomixer_la-videomixer2.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideomixer_la-blend.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideomixer_la-tmp-orc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideomixer_la-videomixer2.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -853,7 +862,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -932,7 +944,9 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideomixer_la-blend.Plo + -rm -f ./$(DEPDIR)/libgstvideomixer_la-tmp-orc.Plo + -rm -f ./$(DEPDIR)/libgstvideomixer_la-videomixer2.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -978,7 +992,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideomixer_la-blend.Plo + -rm -f ./$(DEPDIR)/libgstvideomixer_la-tmp-orc.Plo + -rm -f ./$(DEPDIR)/libgstvideomixer_la-videomixer2.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -999,20 +1015,20 @@ .MAKE: all check install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-local clean-pluginLTLIBRARIES \ - cscopelist-am ctags ctags-am dist-hook distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ - install-pdf install-pdf-am install-pluginLTLIBRARIES \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-local \ + clean-pluginLTLIBRARIES cscopelist-am ctags ctags-am dist-hook \ + distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-pluginLTLIBRARIES install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/wavenc/Makefile.in gst-plugins-good1.0-1.14.4/gst/wavenc/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/wavenc/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/wavenc/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstwavenc_la-gstwavenc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -643,8 +644,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -700,7 +701,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavenc_la-gstwavenc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavenc_la-gstwavenc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -791,7 +798,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -864,7 +874,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwavenc_la-gstwavenc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -910,7 +920,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwavenc_la-gstwavenc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -931,20 +941,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/wavparse/Makefile.in gst-plugins-good1.0-1.14.4/gst/wavparse/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/wavparse/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/wavparse/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstwavparse_la-gstwavparse.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -647,8 +648,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -704,7 +705,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavparse_la-gstwavparse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwavparse_la-gstwavparse.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -795,7 +802,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -868,7 +878,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwavparse_la-gstwavparse.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -914,7 +924,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwavparse_la-gstwavparse.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -935,20 +945,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst/y4m/Makefile.in gst-plugins-good1.0-1.14.4/gst/y4m/Makefile.in --- gst-plugins-good1.0-1.14.1/gst/y4m/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/gst/y4m/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -189,7 +189,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgsty4menc_la-gsty4mencode.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -633,8 +634,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -690,7 +691,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsty4menc_la-gsty4mencode.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsty4menc_la-gsty4mencode.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -781,7 +788,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -854,7 +864,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsty4menc_la-gsty4mencode.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -900,7 +910,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsty4menc_la-gsty4mencode.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -921,20 +931,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/gst-plugins-good.doap gst-plugins-good1.0-1.14.4/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.4/gst-plugins-good.doap 2018-10-02 21:58:51.000000000 +0000 @@ -34,6 +34,36 @@ + 1.14.4 + 1.14 + + 2018-10-02 + + + + + + + 1.14.3 + 1.14 + + 2018-09-16 + + + + + + + 1.14.2 + 1.14 + + 2018-07-20 + + + + + + 1.14.1 1.14 diff -Nru gst-plugins-good1.0-1.14.1/install-sh gst-plugins-good1.0-1.14.4/install-sh --- gst-plugins-good1.0-1.14.1/install-sh 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/install-sh 2018-10-02 21:59:13.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2014-09-12.12; # UTC +scriptversion=2018-03-11.20; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -271,15 +271,18 @@ fi dst=$dst_arg - # If destination is a directory, append the input filename; won't work - # if double slashes aren't ignored. + # If destination is a directory, append the input filename. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst - dst=$dstdir/`basename "$src"` + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac dstdir_status=0 else dstdir=`dirname "$dst"` @@ -288,6 +291,11 @@ fi fi + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + obsolete_mkdir_used=false if test $dstdir_status != 0; then @@ -324,14 +332,16 @@ # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) - # $RANDOM is not portable (e.g. dash); use it when possible to - # lower collision chance + # Note that $RANDOM variable is not portable (e.g. dash); Use it + # here however when possible just to lower collision chance. tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 - # As "mkdir -p" follows symlinks and we work in /tmp possibly; so - # create the $tmpdir first (and fail if unsuccessful) to make sure - # that nobody tries to guess the $tmpdir name. + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p' feature. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 @@ -434,8 +444,8 @@ else # Make a couple of temp file names in the proper directory. - dsttmp=$dstdir/_inst.$$_ - rmtmp=$dstdir/_rm.$$_ + dsttmp=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 @@ -500,9 +510,9 @@ done # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru gst-plugins-good1.0-1.14.1/ltmain.sh gst-plugins-good1.0-1.14.4/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.4/ltmain.sh 2018-10-02 21:59:04.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/m4/Makefile.in gst-plugins-good1.0-1.14.4/m4/Makefile.in --- gst-plugins-good1.0-1.14.1/m4/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/m4/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -576,8 +576,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -601,7 +601,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/Makefile.in gst-plugins-good1.0-1.14.4/Makefile.in --- gst-plugins-good1.0-1.14.1/Makefile.in 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/Makefile.in 2018-10-02 21:59:14.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -178,7 +178,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck + cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, @@ -694,8 +694,8 @@ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/release.mak $(top_srcdir)/common/po.mak $(top_srcdir)/common/coverage/lcov.mak $(top_srcdir)/common/cruft.mak $(am__empty): @@ -838,7 +838,10 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ diff -Nru gst-plugins-good1.0-1.14.1/meson.build gst-plugins-good1.0-1.14.4/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.4/meson.build 2018-10-02 21:58:51.000000000 +0000 @@ -1,6 +1,6 @@ project('gst-plugins-good', 'c', - version : '1.14.1', - meson_version : '>= 0.36.0', + version : '1.14.4', + meson_version : '>= 0.40.1', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) diff -Nru gst-plugins-good1.0-1.14.1/missing gst-plugins-good1.0-1.14.4/missing --- gst-plugins-good1.0-1.14.1/missing 2018-05-17 12:22:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/missing 2018-10-02 21:59:13.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -101,9 +101,9 @@ exit $st fi -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ -gnu_software_URL=http://www.gnu.org/software +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software program_details () { @@ -207,9 +207,9 @@ exit $st # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru gst-plugins-good1.0-1.14.1/NEWS gst-plugins-good1.0-1.14.4/NEWS --- gst-plugins-good1.0-1.14.1/NEWS 2018-05-17 12:24:58.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/NEWS 2018-10-02 22:02:51.000000000 +0000 @@ -5,13 +5,13 @@ GStreamer 1.14.0 was originally released on 19 March 2018. -The latest bug-fix release in the 1.14 series is 1.14.1 and was released -on 17 May 2018. +The latest bug-fix release in the 1.14 series is 1.14.3 and was released +on 16 September 2018. See https://gstreamer.freedesktop.org/releases/1.14/ for the latest version of this document. -_Last updated: Thursday 17 May 2018, 12:00 UTC (log)_ +_Last updated: Sunday 16 September 2018, 13:00 UTC (log)_ Introduction @@ -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,224 @@ 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. + +1.14.3 + +The third 1.14 bug-fix release (1.14.3) was released on 16 September +2018. + +This release only contains bugfixes and it should be safe to update from +1.14.x. + +Highlighted bugfixes in 1.14.3 + +- opusenc: fix crash on 32-bit platforms +- compositor: fix major buffer leak when doing crossfading on some but + not all pads +- wasapi: various fixes for wasapisrc and wasapisink regressions +- x264enc: Set bit depth to fix “This build of x264 requires 8-bit + depth. Rebuild to…” runtime errors with x264 version ≥ 153 +- audioaggregator, audiomixer: caps negotiation fixes +- input-selector: latency handling fixes +- playbin, playsink: audio visualization support fixes +- dashdemux: fix possible crash if stream is neither isobmff nor + isoff_ondemand profile +- opencv: Fix build for opencv >= 3.4.2 +- h265parse: miscellaneous fixes backported from h264parse +- pads: fix changing of pad offsets from inside pad probes +- pads: ensure that pads are blocked for IDLE probes if they are + called from the streaming thread too + +Other noteworthy bugfixes in 1.14.3 + +- queries: Set default values for position and duration query results +- segment: make gst_segment_position_from_running_time_full() handle + positions before the segment properly +- aggregator: annotate GstAggregatorClass::update_src_caps for + bindings +- aggregator: Don’t leak peer pad of inactive pads when (not) + forwarding QoS events to them +- baseparse: avg_bitrate calculation critical warning fix +- typefind: improved flow return handling in pull mode, flushing is + not an error +- gl: Don’t steal callers reference when setting non-floating elements + via properties +- gl: Also don’t leak floating references to elements set via + properties +- tagdemux: Properly propagate gst_pad_pull_range() errors +- aacparse: fix codec_data buffer leak +- rtpgstpay: Add support for force-keyunit events +- rtpL8pay: don’t try to modify a read-only structure +- rtpvp8pay, rtpvp9pay, rtpopuspay: Fix VP8/VP9/OPUS dual encoding + name handling +- rtp payloaders: Use running_time instead of PTS for config-interval + calculations +- qtdemux: Don’t assert in prefill mode if a track has no samples at + all +- qmlgl: Ensure GL headers are included +- v4l2src: fix first input used is always used next times +- v4l2object: Only offer MMAP/DMABUF pool +- v4l2object: stop V4L2 from zeroing extended colorimetry for + non-mplane +- v4l2object: improve colorspace handling for JPEG sources +- splitmuxsink: fix handling of repeated timestamps and a leak if sink + pads are not released explicitly +- player: Set default position and duration value to + GST_CLOCK_TIME_NONE +- videoaggregator: Make sure to hold object lock while iterating sink + pads +- audiobuffersplit: improve resync handling and compensate better for + accumulated errors +- kmssink: add support for Xilinx DRM Driver, mxsfb-drm driver and the + Allwinner DRM driver (sun4i-drm) +- rsvg: Also accept as ending tag +- ges: project: Compute relocation URIs in missing-uri signal +- ges: formatter: Serialize Transition border and invert properties +- ges: clip: Resync priorities when removing an effect + +Contributors to 1.14.3 + +Christoph Reiter, Devarsh Thakkar, Edward Hervey, Gary Bisson, Iñigo +Huguet, Jan Alexander Steffens (heftig), Jan Schmidt, Jerome Laheurte, +Marcos Kintschner, Mathieu Duponchelle, Matthew Waters, Michael Olbrich, +Nicolas Dufresne, Nirbheek Chauhan, Paul Kocialkowski, Philippe Normand, +Philipp Zabel, Roland Jon, Sebastian Dröge, Seungha Yang, Thibault +Saunier, Tim-Philipp Müller, Yuji Kuwabara, and many others. Thank you +all. + +List of bugs fixed in 1.14.3 + +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. + +1.14.4 + +The fourth 1.14 bug-fix release (1.14.4) was released on 2 October 2018. + +This release only contains bugfixes and it should be safe to update from +1.14.x. + +Highlighted bugfixes in 1.14.4 + +- glviewconvert: wait and set the gl sync meta on buffers +- glviewconvert: Copy composition meta from the primary buffer to both + outputs +- glcolorconvert: Don’t copy overlay composition meta over to NULL + outbufs +- matroskademux: add functionality needed for MSE use case fixing + youtube playback in epiphany/webkit-gtk +- msdk: fix build on windows +- opusenc: fix another crash on 32-bit x86 on windows (alignment issue + in SSE optimisations) +- osxaudio: add support for parsing more channel layouts +- tagdemux: Use upstream GST_EVENT_STREAM_START (and stream-id) if + present +- vorbisdec: fix header handling regression: init decoder immediately + once we have headers +- wasapisink: recover from low buffer levels in shared mode +- fix GstSegment unit test which would fail on some 32-bit x86 CPUs + +Contributors to 1.14.4 + +Alicia Boya García, Christoph Reiter, Edward Hervey, Jan Schmidt, +Matthew Waters, Nicola Murino, Nicolas Dufresne, Sebastian Dröge, +Tim-Philipp Müller, Wangfei, and many others. Thank you all. + +List of bugs fixed in 1.14.4 + +For a full list of bugfixes see Bugzilla. Note that this is not the full +list of changes. For the full list of changes please refer to the GIT +logs or ChangeLogs of the particular modules. + Known Issues @@ -1313,9 +1526,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 @@ -1325,8 +1542,8 @@ development of 1.15/1.16 will happen in the git master branch. The plan for the 1.16 development cycle is yet to be confirmed, but it -is expected that feature freeze will be around August 2018 followed by -several 1.15 pre-releases and the new 1.16 stable release in September. +is expected that feature freeze will be around September 2018 followed +by several 1.15 pre-releases and the new 1.16 stable release in October. 1.16 will be backwards-compatible to the stable 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff -Nru gst-plugins-good1.0-1.14.1/pkgconfig/Makefile.in gst-plugins-good1.0-1.14.4/pkgconfig/Makefile.in --- gst-plugins-good1.0-1.14.1/pkgconfig/Makefile.in 2018-05-17 12:22:40.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/pkgconfig/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -564,8 +564,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -591,7 +591,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/po/af.po gst-plugins-good1.0-1.14.4/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.4/po/af.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/az.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/bg.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/ca.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/cs.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/da.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/de.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/el.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/en_GB.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/eo.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/es.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/eu.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/fi.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/fr.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/fur.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/gl.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/gst-plugins-good-1.0.pot 2018-10-02 22:03:12.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.4\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:25+0100\n" +"POT-Creation-Date: 2018-10-02 23:03+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:1220 #, c-format msgid "Failed to enumerate possible video formats device '%s' can work with" msgstr "" -#: sys/v4l2/gstv4l2object.c:2953 +#: sys/v4l2/gstv4l2object.c:2955 #, c-format msgid "Could not map buffers from device '%s'" msgstr "" -#: sys/v4l2/gstv4l2object.c:2961 +#: sys/v4l2/gstv4l2object.c:2963 #, 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:2970 #, 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:3733 sys/v4l2/gstv4l2object.c:3757 #, c-format msgid "Device '%s' has no supported format" msgstr "" -#: sys/v4l2/gstv4l2object.c:3694 sys/v4l2/gstv4l2object.c:3718 +#: sys/v4l2/gstv4l2object.c:3739 sys/v4l2/gstv4l2object.c:3763 #, c-format msgid "Device '%s' failed during initialization" msgstr "" -#: sys/v4l2/gstv4l2object.c:3706 +#: sys/v4l2/gstv4l2object.c:3751 #, c-format msgid "Device '%s' is busy" msgstr "" -#: sys/v4l2/gstv4l2object.c:3729 +#: sys/v4l2/gstv4l2object.c:3774 #, c-format msgid "Device '%s' cannot capture at %dx%d" msgstr "" -#: sys/v4l2/gstv4l2object.c:3738 +#: sys/v4l2/gstv4l2object.c:3783 #, c-format msgid "Device '%s' cannot capture in the specified format" msgstr "" -#: sys/v4l2/gstv4l2object.c:3749 +#: sys/v4l2/gstv4l2object.c:3794 #, c-format msgid "Device '%s' does support non-contiguous planes" msgstr "" -#: sys/v4l2/gstv4l2object.c:3764 +#: sys/v4l2/gstv4l2object.c:3809 #, c-format msgid "Device '%s' does not support %s interlacing" msgstr "" -#: sys/v4l2/gstv4l2object.c:3778 +#: sys/v4l2/gstv4l2object.c:3823 #, c-format msgid "Device '%s' does not support %s colorimetry" msgstr "" -#: sys/v4l2/gstv4l2object.c:3790 +#: sys/v4l2/gstv4l2object.c:3835 #, c-format msgid "Could not get parameters on device '%s'" msgstr "" -#: sys/v4l2/gstv4l2object.c:3798 +#: sys/v4l2/gstv4l2object.c:3843 msgid "Video device did not accept new frame rate setting." msgstr "" -#: sys/v4l2/gstv4l2object.c:3924 +#: sys/v4l2/gstv4l2object.c:3969 msgid "Video device did not provide output format." msgstr "" -#: sys/v4l2/gstv4l2object.c:3930 +#: sys/v4l2/gstv4l2object.c:3975 msgid "Video device returned invalid dimensions." msgstr "" -#: sys/v4l2/gstv4l2object.c:3938 +#: sys/v4l2/gstv4l2object.c:3983 msgid "Video device uses an unsupported interlacing method." msgstr "" -#: sys/v4l2/gstv4l2object.c:3945 +#: sys/v4l2/gstv4l2object.c:3990 msgid "Video device uses an unsupported pixel format." msgstr "" -#: sys/v4l2/gstv4l2object.c:4408 +#: sys/v4l2/gstv4l2object.c:4510 msgid "Failed to configure internal buffer pool." msgstr "" -#: sys/v4l2/gstv4l2object.c:4414 +#: sys/v4l2/gstv4l2object.c:4516 msgid "Video device did not suggest any buffer size." msgstr "" -#: sys/v4l2/gstv4l2object.c:4429 +#: sys/v4l2/gstv4l2object.c:4531 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.4/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.4/po/hr.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/hu.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/id.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/it.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/ja.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/lt.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/lv.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/mt.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/nb.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/nl.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/or.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/pl.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/pt_BR.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/ru.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/sk.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/sl.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/sq.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/sr.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/sv.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/tr.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/uk.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/vi.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/zh_CN.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/zh_HK.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/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.4/po/zh_TW.po 2018-10-02 22:03:12.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-10-02 23:03+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.4/RELEASE --- gst-plugins-good1.0-1.14.1/RELEASE 2018-05-17 12:24:58.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/RELEASE 2018-10-02 22:02:51.000000000 +0000 @@ -1,6 +1,6 @@ -This is GStreamer gst-plugins-good 1.14.1. +This is GStreamer gst-plugins-good 1.14.4. -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/directsound/Makefile.in gst-plugins-good1.0-1.14.4/sys/directsound/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/directsound/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/directsound/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -193,7 +193,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstdirectsound_la-gstdirectsounddevice.Plo \ + ./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundplugin.Plo \ + ./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundsink.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -652,8 +656,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -709,9 +713,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdirectsound_la-gstdirectsounddevice.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundsink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdirectsound_la-gstdirectsounddevice.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundsink.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -816,7 +826,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -889,7 +902,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdirectsound_la-gstdirectsounddevice.Plo + -rm -f ./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundplugin.Plo + -rm -f ./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundsink.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -935,7 +950,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstdirectsound_la-gstdirectsounddevice.Plo + -rm -f ./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundplugin.Plo + -rm -f ./$(DEPDIR)/libgstdirectsound_la-gstdirectsoundsink.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -956,20 +973,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/sys/Makefile.in gst-plugins-good1.0-1.14.4/sys/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -169,7 +169,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -623,8 +623,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/parallel-subdirs.mak $(am__empty): @@ -742,7 +742,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/sys/oss/Makefile.in gst-plugins-good1.0-1.14.4/sys/oss/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/oss/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/oss/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstossaudio_la-gstossaudio.Plo \ + ./$(DEPDIR)/libgstossaudio_la-gstosshelper.Plo \ + ./$(DEPDIR)/libgstossaudio_la-gstosssink.Plo \ + ./$(DEPDIR)/libgstossaudio_la-gstosssrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -649,8 +653,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -706,10 +710,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstossaudio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstosshelper.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstosssink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstosssrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstossaudio.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstosshelper.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstosssink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstossaudio_la-gstosssrc.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -821,7 +831,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -894,7 +907,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstossaudio.Plo + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstosshelper.Plo + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstosssink.Plo + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstosssrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -940,7 +956,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstossaudio.Plo + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstosshelper.Plo + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstosssink.Plo + -rm -f ./$(DEPDIR)/libgstossaudio_la-gstosssrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -961,20 +980,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/sys/oss4/Makefile.in gst-plugins-good1.0-1.14.4/sys/oss4/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/oss4/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/oss4/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,11 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstoss4_la-oss4-audio.Plo \ + ./$(DEPDIR)/libgstoss4_la-oss4-property-probe.Plo \ + ./$(DEPDIR)/libgstoss4_la-oss4-sink.Plo \ + ./$(DEPDIR)/libgstoss4_la-oss4-source.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -649,8 +653,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -706,10 +710,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-audio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-property-probe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-sink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-source.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-audio.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-property-probe.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-sink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstoss4_la-oss4-source.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -821,7 +831,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -894,7 +907,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-audio.Plo + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-property-probe.Plo + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-sink.Plo + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-source.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -940,7 +956,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-audio.Plo + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-property-probe.Plo + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-sink.Plo + -rm -f ./$(DEPDIR)/libgstoss4_la-oss4-source.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -961,20 +980,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/sys/osxaudio/gstosxcoreaudio.c gst-plugins-good1.0-1.14.4/sys/osxaudio/gstosxcoreaudio.c --- gst-plugins-good1.0-1.14.1/sys/osxaudio/gstosxcoreaudio.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/osxaudio/gstosxcoreaudio.c 2018-09-30 20:18:17.000000000 +0000 @@ -340,43 +340,116 @@ g_assert (channel_mask != NULL); g_assert (layout != NULL); - if (layout->mChannelLayoutTag != + if (layout->mChannelLayoutTag == kAudioChannelLayoutTag_UseChannelDescriptions) { - GST_ERROR - ("Only kAudioChannelLayoutTag_UseChannelDescriptions is supported."); + + switch (layout->mNumberChannelDescriptions) { + case 0: + if (pos) + pos[0] = GST_AUDIO_CHANNEL_POSITION_NONE; + *channels = 0; + *channel_mask = 0; + return TRUE; + case 1: + if (pos) + pos[0] = GST_AUDIO_CHANNEL_POSITION_MONO; + *channels = 1; + *channel_mask = 0; + return TRUE; + case 2: + if (pos) { + pos[0] = GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT; + pos[1] = GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT; + } + *channels = 2; + *channel_mask = + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_RIGHT); + return TRUE; + default: + _core_audio_parse_channel_descriptions (layout, channels, channel_mask, + pos); + return TRUE; + } + } else if (layout->mChannelLayoutTag == kAudioChannelLayoutTag_Mono) { + if (pos) + pos[0] = GST_AUDIO_CHANNEL_POSITION_MONO; + *channels = 1; + *channel_mask = 0; + return TRUE; + } else if (layout->mChannelLayoutTag == kAudioChannelLayoutTag_Stereo || + layout->mChannelLayoutTag == kAudioChannelLayoutTag_StereoHeadphones || + layout->mChannelLayoutTag == kAudioChannelLayoutTag_Binaural) { + if (pos) { + pos[0] = GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT; + pos[1] = GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT; + } + *channels = 2; + *channel_mask = + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_RIGHT); + return TRUE; + } else if (layout->mChannelLayoutTag == kAudioChannelLayoutTag_Quadraphonic) { + if (pos) { + pos[0] = GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT; + pos[1] = GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT; + pos[2] = GST_AUDIO_CHANNEL_POSITION_SURROUND_LEFT; + pos[3] = GST_AUDIO_CHANNEL_POSITION_SURROUND_RIGHT; + } + *channels = 4; + *channel_mask = + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_RIGHT) | + GST_AUDIO_CHANNEL_POSITION_MASK (SURROUND_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (SURROUND_RIGHT); + return TRUE; + } else if (layout->mChannelLayoutTag == kAudioChannelLayoutTag_Pentagonal) { + if (pos) { + pos[0] = GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT; + pos[1] = GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT; + pos[2] = GST_AUDIO_CHANNEL_POSITION_SURROUND_LEFT; + pos[3] = GST_AUDIO_CHANNEL_POSITION_SURROUND_RIGHT; + pos[4] = GST_AUDIO_CHANNEL_POSITION_FRONT_CENTER; + } + *channels = 5; + *channel_mask = + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_RIGHT) | + GST_AUDIO_CHANNEL_POSITION_MASK (SURROUND_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (SURROUND_RIGHT) | + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_CENTER); + return TRUE; + } else if (layout->mChannelLayoutTag == kAudioChannelLayoutTag_Cube) { + if (pos) { + pos[0] = GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT; + pos[1] = GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT; + pos[2] = GST_AUDIO_CHANNEL_POSITION_REAR_LEFT; + pos[3] = GST_AUDIO_CHANNEL_POSITION_REAR_RIGHT; + pos[4] = GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_LEFT; + pos[5] = GST_AUDIO_CHANNEL_POSITION_TOP_FRONT_RIGHT; + pos[6] = GST_AUDIO_CHANNEL_POSITION_TOP_REAR_LEFT; + pos[7] = GST_AUDIO_CHANNEL_POSITION_TOP_REAR_RIGHT; + + } + *channels = 8; + *channel_mask = + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_RIGHT) | + GST_AUDIO_CHANNEL_POSITION_MASK (REAR_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (REAR_RIGHT) | + GST_AUDIO_CHANNEL_POSITION_MASK (TOP_FRONT_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (TOP_FRONT_RIGHT) | + GST_AUDIO_CHANNEL_POSITION_MASK (TOP_REAR_LEFT) | + GST_AUDIO_CHANNEL_POSITION_MASK (TOP_REAR_RIGHT); + return TRUE; + } else { + GST_WARNING + ("AudioChannelLayoutTag: %u not yet supported", + layout->mChannelLayoutTag); *channels = 0; *channel_mask = 0; return FALSE; } - - switch (layout->mNumberChannelDescriptions) { - case 0: - if (pos) - pos[0] = GST_AUDIO_CHANNEL_POSITION_NONE; - *channels = 0; - *channel_mask = 0; - return TRUE; - case 1: - if (pos) - pos[0] = GST_AUDIO_CHANNEL_POSITION_MONO; - *channels = 1; - *channel_mask = 0; - return TRUE; - case 2: - if (pos) { - pos[0] = GST_AUDIO_CHANNEL_POSITION_FRONT_LEFT; - pos[1] = GST_AUDIO_CHANNEL_POSITION_FRONT_RIGHT; - } - *channels = 2; - *channel_mask = - GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_LEFT) | - GST_AUDIO_CHANNEL_POSITION_MASK (FRONT_RIGHT); - return TRUE; - default: - _core_audio_parse_channel_descriptions (layout, channels, channel_mask, - pos); - return TRUE; - } } /* Converts an AudioStreamBasicDescription to preferred caps. @@ -405,6 +478,7 @@ guint rate, channels, bps, endianness; guint64 channel_mask; gboolean sign, interleaved; + GstAudioChannelPosition pos[GST_OSX_AUDIO_MAX_CHANNEL]; if (asbd->mFormatID != kAudioFormatLinearPCM) { GST_WARNING ("Only linear PCM is supported"); @@ -457,14 +531,15 @@ } if (layout) { - GstAudioChannelPosition pos[GST_OSX_AUDIO_MAX_CHANNEL]; - if (!gst_core_audio_parse_channel_layout (layout, &channels, &channel_mask, pos)) { - GST_WARNING ("Failed to parse channel layout"); - goto error; + GST_WARNING + ("Failed to parse channel layout, best effort channels layout mapping will be used"); + layout = NULL; } + } + if (layout) { /* The AU can have arbitrary channel order, but we're using GstAudioInfo * which supports only the GStreamer channel order. * Also, we're eventually producing caps, which only have channel-mask diff -Nru gst-plugins-good1.0-1.14.1/sys/osxaudio/Makefile.in gst-plugins-good1.0-1.14.4/sys/osxaudio/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/osxaudio/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/osxaudio/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -204,7 +204,15 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstosxaudio_la-gstosxaudio.Plo \ + ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiodeviceprovider.Plo \ + ./$(DEPDIR)/libgstosxaudio_la-gstosxaudioelement.Plo \ + ./$(DEPDIR)/libgstosxaudio_la-gstosxaudioringbuffer.Plo \ + ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosink.Plo \ + ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosrc.Plo \ + ./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudio.Plo \ + ./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudiocommon.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -669,8 +677,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -726,14 +734,20 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudiodeviceprovider.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudioelement.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudioringbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudiocommon.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudio.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudiodeviceprovider.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudioelement.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudioringbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudio.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudiocommon.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -873,7 +887,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -946,7 +963,14 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudio.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiodeviceprovider.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudioelement.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudioringbuffer.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudio.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudiocommon.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -992,7 +1016,14 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudio.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiodeviceprovider.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudioelement.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudioringbuffer.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudio.Plo + -rm -f ./$(DEPDIR)/libgstosxaudio_la-gstosxcoreaudiocommon.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1013,20 +1044,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/sys/osxvideo/Makefile.in gst-plugins-good1.0-1.14.4/sys/osxvideo/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/osxvideo/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/osxvideo/Makefile.in 2018-10-02 21:59:20.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstosxvideo_la-cocoawindow.Plo \ + ./$(DEPDIR)/libgstosxvideo_la-osxvideosink.Plo am__mv = mv -f OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS) @@ -644,8 +646,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -701,8 +703,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxvideo_la-cocoawindow.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxvideo_la-osxvideosink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxvideo_la-cocoawindow.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstosxvideo_la-osxvideosink.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .m.o: @am__fastdepOBJC_TRUE@ $(AM_V_OBJC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -800,7 +808,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -873,7 +884,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstosxvideo_la-cocoawindow.Plo + -rm -f ./$(DEPDIR)/libgstosxvideo_la-osxvideosink.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -919,7 +931,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstosxvideo_la-cocoawindow.Plo + -rm -f ./$(DEPDIR)/libgstosxvideo_la-osxvideosink.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -940,20 +953,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2allocator.c gst-plugins-good1.0-1.14.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/sys/v4l2/gstv4l2object.c 2018-09-11 08:38:52.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: @@ -929,6 +926,11 @@ g_free (v4l2object->par); v4l2object->par = NULL; } + + if (v4l2object->channel) { + g_free (v4l2object->channel); + v4l2object->channel = NULL; + } return TRUE; } @@ -3196,6 +3198,32 @@ } static gboolean +gst_v4l2_video_colorimetry_matches (const GstVideoColorimetry * cinfo, + const gchar * color) +{ + GstVideoColorimetry ci; + static const GstVideoColorimetry ci_likely_jpeg = { + GST_VIDEO_COLOR_RANGE_0_255, GST_VIDEO_COLOR_MATRIX_BT601, + GST_VIDEO_TRANSFER_UNKNOWN, GST_VIDEO_COLOR_PRIMARIES_UNKNOWN }; + static const GstVideoColorimetry ci_jpeg = { + GST_VIDEO_COLOR_RANGE_0_255, GST_VIDEO_COLOR_MATRIX_BT601, + GST_VIDEO_TRANSFER_SRGB, GST_VIDEO_COLOR_PRIMARIES_BT709 }; + + if (!gst_video_colorimetry_from_string (&ci, color)) + return FALSE; + + if (gst_video_colorimetry_is_equal (&ci, cinfo)) + return TRUE; + + /* Allow 1:4:0:0 (produced by jpegdec) if the device expects 1:4:7:1 */ + if (gst_video_colorimetry_is_equal (&ci, &ci_likely_jpeg) + && gst_video_colorimetry_is_equal (cinfo, &ci_jpeg)) + return TRUE; + + return FALSE; +} + +static gboolean gst_v4l2_object_set_format_full (GstV4l2Object * v4l2object, GstCaps * caps, gboolean try_only, GstV4l2Error * error) { @@ -3255,7 +3283,7 @@ field = V4L2_FIELD_NONE; } - /* We first pick th main colorspace from the primaries */ + /* We first pick the main colorspace from the primaries */ switch (info.colorimetry.primaries) { case GST_VIDEO_COLOR_PRIMARIES_BT709: /* There is two colorspaces using these primaries, use the range to @@ -3374,11 +3402,19 @@ if (colorspace == 0) { /* Try to guess colorspace according to pixelformat and size */ if (GST_VIDEO_INFO_IS_YUV (&info)) { - /* SD streams likely use SMPTE170M and HD streams REC709 */ - if (width <= 720 && height <= 576) - colorspace = V4L2_COLORSPACE_SMPTE170M; - else - colorspace = V4L2_COLORSPACE_REC709; + if (range == V4L2_QUANTIZATION_FULL_RANGE + && matrix == V4L2_YCBCR_ENC_601 && transfer == 0) { + /* Full range BT.601 YCbCr encoding with unknown primaries and transfer + * function most likely is JPEG */ + colorspace = V4L2_COLORSPACE_JPEG; + transfer = V4L2_XFER_FUNC_SRGB; + } else { + /* SD streams likely use SMPTE170M and HD streams REC709 */ + if (width <= 720 && height <= 576) + colorspace = V4L2_COLORSPACE_SMPTE170M; + else + colorspace = V4L2_COLORSPACE_REC709; + } } else if (GST_VIDEO_INFO_IS_RGB (&info)) { colorspace = V4L2_COLORSPACE_SRGB; transfer = V4L2_XFER_FUNC_NONE; @@ -3452,23 +3488,22 @@ } #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.priv = V4L2_PIX_FMT_PRIV_MAGIC; + 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; @@ -3477,12 +3512,24 @@ goto set_fmt_failed; } + if (is_mplane) { + colorspace = format.fmt.pix_mp.colorspace; + range = format.fmt.pix_mp.quantization; + matrix = format.fmt.pix_mp.ycbcr_enc; + transfer = format.fmt.pix_mp.xfer_func; + } else { + colorspace = format.fmt.pix.colorspace; + range = format.fmt.pix.quantization; + matrix = format.fmt.pix.ycbcr_enc; + transfer = format.fmt.pix.xfer_func; + } + GST_DEBUG_OBJECT (v4l2object->dbg_obj, "Got format of %dx%d, format " - "%" GST_FOURCC_FORMAT ", nb planes %d, colorspace %d", + "%" GST_FOURCC_FORMAT ", nb planes %d, colorspace %d:%d:%d:%d", format.fmt.pix.width, format.fmt.pix_mp.height, GST_FOURCC_ARGS (format.fmt.pix.pixelformat), is_mplane ? format.fmt.pix_mp.num_planes : 1, - is_mplane ? format.fmt.pix_mp.colorspace : format.fmt.pix.colorspace); + colorspace, range, matrix, transfer); #ifndef GST_DISABLE_GST_DEBUG if (is_mplane) { @@ -3526,10 +3573,8 @@ s = gst_caps_get_structure (caps, 0); if (gst_structure_has_field (s, "colorimetry")) { - GstVideoColorimetry ci; - if (!gst_video_colorimetry_from_string (&ci, - gst_structure_get_string (s, "colorimetry")) - || !gst_video_colorimetry_is_equal (&ci, &info.colorimetry)) + if (!gst_v4l2_video_colorimetry_matches (&info.colorimetry, + gst_structure_get_string (s, "colorimetry"))) goto invalid_colorimetry; } @@ -3952,13 +3997,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 +4021,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 +4070,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; @@ -4078,7 +4180,7 @@ GST_WARNING_OBJECT (v4l2object->dbg_obj, "Failed to probe pixel aspect ratio with VIDIOC_CROPCAP: %s", g_strerror (errno)); - } else { + } else if (cropcap.pixelaspect.numerator && cropcap.pixelaspect.denominator) { v4l2object->par = g_new0 (GValue, 1); g_value_init (v4l2object->par, GST_TYPE_FRACTION); gst_value_set_fraction (v4l2object->par, cropcap.pixelaspect.numerator, @@ -4451,8 +4553,16 @@ if (caps == NULL) goto no_caps; - if ((pool = obj->pool)) - gst_object_ref (pool); + switch (obj->mode) { + case GST_V4L2_IO_MMAP: + case GST_V4L2_IO_DMABUF: + if ((pool = obj->pool)) + gst_object_ref (pool); + break; + default: + pool = NULL; + break; + } if (pool != NULL) { GstCaps *pcaps; diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/gstv4l2object.h gst-plugins-good1.0-1.14.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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/Makefile.in gst-plugins-good1.0-1.14.4/sys/v4l2/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/v4l2/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/v4l2/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -223,7 +223,31 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2allocator.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2bufferpool.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2colorbalance.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2deviceprovider.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h263enc.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h264enc.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2mpeg4enc.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2object.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2radio.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2sink.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2src.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2transform.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2tuner.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videodec.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videoenc.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vidorient.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp8enc.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp9enc.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-tuner.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-tunerchannel.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-tunernorm.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-v4l2-utils.Plo \ + ./$(DEPDIR)/libgstvideo4linux2_la-v4l2_calls.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -735,8 +759,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/gst-glib-gen.mak $(am__empty): @@ -793,30 +817,36 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2allocator.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2bufferpool.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2colorbalance.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2deviceprovider.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h263enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h264enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2mpeg4enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2object.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2radio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2sink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2src.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2transform.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2tuner.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videodec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videoenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vidorient.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp8enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp9enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-tuner.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-tunerchannel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-tunernorm.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-v4l2-utils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-v4l2_calls.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2allocator.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2bufferpool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2colorbalance.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2deviceprovider.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h263enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h264enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2mpeg4enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2object.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2radio.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2sink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2src.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2transform.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2tuner.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videodec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videoenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vidorient.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp8enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp9enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-tuner.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-tunerchannel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-tunernorm.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-v4l2-utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo4linux2_la-v4l2_calls.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -1068,7 +1098,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1141,7 +1174,30 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2allocator.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2bufferpool.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2colorbalance.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2deviceprovider.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h263enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h264enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2mpeg4enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2object.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2radio.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2sink.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2src.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2transform.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2tuner.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videodec.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videoenc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vidorient.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp8enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp9enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-tuner.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-tunerchannel.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-tunernorm.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-v4l2-utils.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-v4l2_calls.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1187,7 +1243,30 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2allocator.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2bufferpool.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2colorbalance.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2deviceprovider.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h263enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2h264enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2mpeg4enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2object.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2radio.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2sink.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2src.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2transform.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2tuner.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videodec.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2videoenc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vidorient.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp8enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-gstv4l2vp9enc.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-tuner.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-tunerchannel.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-tunernorm.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-v4l2-utils.Plo + -rm -f ./$(DEPDIR)/libgstvideo4linux2_la-v4l2_calls.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1208,20 +1287,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/sys/v4l2/v4l2_calls.c gst-plugins-good1.0-1.14.4/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.4/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.4/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.4/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/sys/waveform/Makefile.in gst-plugins-good1.0-1.14.4/sys/waveform/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/waveform/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/waveform/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -190,7 +190,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/libgstwaveform_la-gstwaveformplugin.Plo \ + ./$(DEPDIR)/libgstwaveform_la-gstwaveformsink.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -642,8 +645,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -699,8 +702,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwaveform_la-gstwaveformplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwaveform_la-gstwaveformsink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwaveform_la-gstwaveformplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstwaveform_la-gstwaveformsink.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -798,7 +807,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -871,7 +883,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwaveform_la-gstwaveformplugin.Plo + -rm -f ./$(DEPDIR)/libgstwaveform_la-gstwaveformsink.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -917,7 +930,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstwaveform_la-gstwaveformplugin.Plo + -rm -f ./$(DEPDIR)/libgstwaveform_la-gstwaveformsink.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -938,20 +952,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/sys/ximage/Makefile.in gst-plugins-good1.0-1.14.4/sys/ximage/Makefile.in --- gst-plugins-good1.0-1.14.1/sys/ximage/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/sys/ximage/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -192,7 +192,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/libgstximagesrc_la-gstximagesrc.Plo \ + ./$(DEPDIR)/libgstximagesrc_la-ximageutil.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -645,8 +647,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -702,8 +704,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesrc_la-gstximagesrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesrc_la-ximageutil.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesrc_la-gstximagesrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesrc_la-ximageutil.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -801,7 +809,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -874,7 +885,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstximagesrc_la-gstximagesrc.Plo + -rm -f ./$(DEPDIR)/libgstximagesrc_la-ximageutil.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -920,7 +932,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstximagesrc_la-gstximagesrc.Plo + -rm -f ./$(DEPDIR)/libgstximagesrc_la-ximageutil.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -941,20 +954,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/test-driver gst-plugins-good1.0-1.14.4/test-driver --- gst-plugins-good1.0-1.14.1/test-driver 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/test-driver 2018-10-02 21:59:21.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # test-driver - basic testsuite driver script. -scriptversion=2013-07-13.22; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 2011-2014 Free Software Foundation, Inc. +# Copyright (C) 2011-2018 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -140,9 +140,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru gst-plugins-good1.0-1.14.1/tests/check/elements/rtpsession.c gst-plugins-good1.0-1.14.4/tests/check/elements/rtpsession.c --- gst-plugins-good1.0-1.14.1/tests/check/elements/rtpsession.c 2018-05-15 10:37:37.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/check/elements/rtpsession.c 2018-09-11 08:43:12.000000000 +0000 @@ -556,43 +556,33 @@ guint num_sources = 0; gboolean *cb_called = data; g_assert (*cb_called == FALSE); - *cb_called = TRUE; /* We should be able to get a rtpsession property without introducing the deadlock */ g_object_get (object, "num-sources", &num_sources, NULL); + + *cb_called = TRUE; } GST_START_TEST (test_dont_lock_on_stats) { - GstHarness *h_rtcp; - GstHarness *h_send; - GstClock *clock = gst_test_clock_new (); - GstTestClock *testclock = GST_TEST_CLOCK (clock); + SessionHarness *h = session_harness_new (); gboolean cb_called = FALSE; - /* use testclock as the systemclock to capture the rtcp thread waits */ - gst_system_clock_set_default (GST_CLOCK (testclock)); - - h_rtcp = - gst_harness_new_with_padnames ("rtpsession", "recv_rtcp_sink", - "send_rtcp_src"); - h_send = - gst_harness_new_with_element (h_rtcp->element, "send_rtp_sink", - "send_rtp_src"); - /* connect to the stats-reporting */ - g_signal_connect (h_rtcp->element, "notify::stats", + g_signal_connect (h->session, "notify::stats", G_CALLBACK (stats_test_cb), &cb_called); - /* "crank" and check the stats */ - g_assert (gst_test_clock_crank (testclock)); - gst_buffer_unref (gst_harness_pull (h_rtcp)); + /* Push RTP buffer to make sure RTCP-thread have started */ + fail_unless_equals_int (GST_FLOW_OK, + session_harness_send_rtp (h, generate_test_buffer (0, 0xDEADBEEF))); + + /* crank the RTCP-thread and pull out rtcp, generating a stats-callback */ + session_harness_crank_clock (h); + gst_buffer_unref (session_harness_pull_rtcp (h)); fail_unless (cb_called); - gst_harness_teardown (h_send); - gst_harness_teardown (h_rtcp); - gst_object_unref (clock); + session_harness_free (h); } GST_END_TEST; @@ -787,6 +777,45 @@ GST_END_TEST; +GST_START_TEST (test_dont_send_rtcp_while_idle) +{ + SessionHarness *h = session_harness_new (); + + /* verify the RTCP thread has not started */ + fail_unless_equals_int (0, gst_test_clock_peek_id_count (h->testclock)); + /* and that no RTCP has been pushed */ + fail_unless_equals_int (0, gst_harness_buffers_in_queue (h->rtcp_h)); + + session_harness_free (h); +} + +GST_END_TEST; + +GST_START_TEST (test_send_rtcp_when_signalled) +{ + SessionHarness *h = session_harness_new (); + gboolean ret; + + /* verify the RTCP thread has not started */ + fail_unless_equals_int (0, gst_test_clock_peek_id_count (h->testclock)); + /* and that no RTCP has been pushed */ + fail_unless_equals_int (0, gst_harness_buffers_in_queue (h->rtcp_h)); + + /* then ask explicitly to send RTCP */ + g_signal_emit_by_name (h->internal_session, + "send-rtcp-full", GST_SECOND, &ret); + /* this is FALSE due to no next RTCP check time */ + fail_unless (ret == FALSE); + + /* "crank" and verify RTCP now was sent */ + session_harness_crank_clock (h); + gst_buffer_unref (session_harness_pull_rtcp (h)); + + session_harness_free (h); +} + +GST_END_TEST; + static Suite * rtpsession_suite (void) { @@ -802,6 +831,8 @@ tcase_add_test (tc_chain, test_ignore_suspicious_bye); tcase_add_test (tc_chain, test_illegal_rtcp_fb_packet); tcase_add_test (tc_chain, test_feedback_rtcp_race); + tcase_add_test (tc_chain, test_dont_send_rtcp_while_idle); + tcase_add_test (tc_chain, test_send_rtcp_when_signalled); return s; } diff -Nru gst-plugins-good1.0-1.14.1/tests/check/elements/rtpstorage.c gst-plugins-good1.0-1.14.4/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.4/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.4/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.4/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, diff -Nru gst-plugins-good1.0-1.14.1/tests/check/Makefile.in gst-plugins-good1.0-1.14.4/tests/check/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/check/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/check/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -149,18 +149,6 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -LTLIBRARIES = $(noinst_LTLIBRARIES) -libparser_la_LIBADD = -am__dirstamp = $(am__leading_dot)dirstamp -am_libparser_la_OBJECTS = elements/libparser_la-parser.lo -libparser_la_OBJECTS = $(am_libparser_la_OBJECTS) -AM_V_lt = $(am__v_lt_@AM_V@) -am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) -am__v_lt_0 = --silent -am__v_lt_1 = -libparser_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libparser_la_CFLAGS) \ - $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ @USE_PLUGIN_ALPHA_TRUE@am__EXEEXT_1 = elements/alphacolor$(EXEEXT) \ @USE_PLUGIN_ALPHA_TRUE@ elements/alpha$(EXEEXT) @USE_PLUGIN_AUDIOFX_TRUE@am__EXEEXT_2 = \ @@ -271,6 +259,18 @@ @USE_PLUGIN_Y4M_TRUE@am__EXEEXT_43 = elements/y4menc$(EXEEXT) @HAVE_ORC_TRUE@am__EXEEXT_44 = orc/deinterlace$(EXEEXT) \ @HAVE_ORC_TRUE@ orc/videomixer$(EXEEXT) orc/videobox$(EXEEXT) +LTLIBRARIES = $(noinst_LTLIBRARIES) +libparser_la_LIBADD = +am__dirstamp = $(am__leading_dot)dirstamp +am_libparser_la_OBJECTS = elements/libparser_la-parser.lo +libparser_la_OBJECTS = $(am_libparser_la_OBJECTS) +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +libparser_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libparser_la_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ elements_aacparse_SOURCES = elements/aacparse.c elements_aacparse_OBJECTS = elements/aacparse.$(OBJEXT) am__DEPENDENCIES_1 = @@ -280,7 +280,7 @@ elements_ac3parse_OBJECTS = elements/ac3parse.$(OBJEXT) elements_ac3parse_DEPENDENCIES = libparser.la $(am__DEPENDENCIES_2) elements_alpha_SOURCES = elements/alpha.c -elements_alpha_OBJECTS = elements/elements_alpha-alpha.$(OBJEXT) +elements_alpha_OBJECTS = elements/alpha-alpha.$(OBJEXT) elements_alpha_LDADD = $(LDADD) elements_alpha_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_alpha_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -289,7 +289,7 @@ $@ elements_alphacolor_SOURCES = elements/alphacolor.c elements_alphacolor_OBJECTS = \ - elements/elements_alphacolor-alphacolor.$(OBJEXT) + elements/alphacolor-alphacolor.$(OBJEXT) elements_alphacolor_LDADD = $(LDADD) elements_alphacolor_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_alphacolor_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -305,7 +305,7 @@ elements_apev2mux_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_aspectratiocrop_SOURCES = elements/aspectratiocrop.c elements_aspectratiocrop_OBJECTS = \ - elements/elements_aspectratiocrop-aspectratiocrop.$(OBJEXT) + elements/aspectratiocrop-aspectratiocrop.$(OBJEXT) elements_aspectratiocrop_DEPENDENCIES = $(am__DEPENDENCIES_2) elements_aspectratiocrop_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -313,7 +313,7 @@ $(LDFLAGS) -o $@ elements_audioamplify_SOURCES = elements/audioamplify.c elements_audioamplify_OBJECTS = \ - elements/elements_audioamplify-audioamplify.$(OBJEXT) + elements/audioamplify-audioamplify.$(OBJEXT) elements_audioamplify_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_audioamplify_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -322,7 +322,7 @@ $(LDFLAGS) -o $@ elements_audiochebband_SOURCES = elements/audiochebband.c elements_audiochebband_OBJECTS = \ - elements/elements_audiochebband-audiochebband.$(OBJEXT) + elements/audiochebband-audiochebband.$(OBJEXT) elements_audiochebband_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) elements_audiochebband_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -331,7 +331,7 @@ $(LDFLAGS) -o $@ elements_audiocheblimit_SOURCES = elements/audiocheblimit.c elements_audiocheblimit_OBJECTS = \ - elements/elements_audiocheblimit-audiocheblimit.$(OBJEXT) + elements/audiocheblimit-audiocheblimit.$(OBJEXT) elements_audiocheblimit_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) elements_audiocheblimit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -340,7 +340,7 @@ $(LDFLAGS) -o $@ elements_audiodynamic_SOURCES = elements/audiodynamic.c elements_audiodynamic_OBJECTS = \ - elements/elements_audiodynamic-audiodynamic.$(OBJEXT) + elements/audiodynamic-audiodynamic.$(OBJEXT) elements_audiodynamic_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_audiodynamic_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -348,8 +348,7 @@ $(elements_audiodynamic_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_audioecho_SOURCES = elements/audioecho.c -elements_audioecho_OBJECTS = \ - elements/elements_audioecho-audioecho.$(OBJEXT) +elements_audioecho_OBJECTS = elements/audioecho-audioecho.$(OBJEXT) elements_audioecho_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_audioecho_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -366,7 +365,7 @@ elements_audioiirfilter_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_audioinvert_SOURCES = elements/audioinvert.c elements_audioinvert_OBJECTS = \ - elements/elements_audioinvert-audioinvert.$(OBJEXT) + elements/audioinvert-audioinvert.$(OBJEXT) elements_audioinvert_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_audioinvert_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -375,7 +374,7 @@ $(LDFLAGS) -o $@ elements_audiopanorama_SOURCES = elements/audiopanorama.c elements_audiopanorama_OBJECTS = \ - elements/elements_audiopanorama-audiopanorama.$(OBJEXT) + elements/audiopanorama-audiopanorama.$(OBJEXT) elements_audiopanorama_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -385,7 +384,7 @@ $(LDFLAGS) -o $@ elements_audiowsincband_SOURCES = elements/audiowsincband.c elements_audiowsincband_OBJECTS = \ - elements/elements_audiowsincband-audiowsincband.$(OBJEXT) + elements/audiowsincband-audiowsincband.$(OBJEXT) elements_audiowsincband_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) elements_audiowsincband_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -394,7 +393,7 @@ $(LDFLAGS) -o $@ elements_audiowsinclimit_SOURCES = elements/audiowsinclimit.c elements_audiowsinclimit_OBJECTS = \ - elements/elements_audiowsinclimit-audiowsinclimit.$(OBJEXT) + elements/audiowsinclimit-audiowsinclimit.$(OBJEXT) elements_audiowsinclimit_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) elements_audiowsinclimit_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -403,7 +402,7 @@ $(LDFLAGS) -o $@ elements_autodetect_SOURCES = elements/autodetect.c elements_autodetect_OBJECTS = \ - elements/elements_autodetect-autodetect.$(OBJEXT) + elements/autodetect-autodetect.$(OBJEXT) elements_autodetect_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_autodetect_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -433,7 +432,7 @@ $(LDFLAGS) -o $@ elements_deinterleave_SOURCES = elements/deinterleave.c elements_deinterleave_OBJECTS = \ - elements/elements_deinterleave-deinterleave.$(OBJEXT) + elements/deinterleave-deinterleave.$(OBJEXT) elements_deinterleave_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_deinterleave_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -441,7 +440,7 @@ $(elements_deinterleave_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_dtmf_SOURCES = elements/dtmf.c -elements_dtmf_OBJECTS = elements/elements_dtmf-dtmf.$(OBJEXT) +elements_dtmf_OBJECTS = elements/dtmf-dtmf.$(OBJEXT) elements_dtmf_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -449,8 +448,7 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(elements_dtmf_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ elements_equalizer_SOURCES = elements/equalizer.c -elements_equalizer_OBJECTS = \ - elements/elements_equalizer-equalizer.$(OBJEXT) +elements_equalizer_OBJECTS = elements/equalizer-equalizer.$(OBJEXT) elements_equalizer_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) elements_equalizer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -461,8 +459,7 @@ elements_flacparse_OBJECTS = elements/flacparse.$(OBJEXT) elements_flacparse_DEPENDENCIES = libparser.la $(am__DEPENDENCIES_2) elements_flvdemux_SOURCES = elements/flvdemux.c -elements_flvdemux_OBJECTS = \ - elements/elements_flvdemux-flvdemux.$(OBJEXT) +elements_flvdemux_OBJECTS = elements/flvdemux-flvdemux.$(OBJEXT) elements_flvdemux_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_flvdemux_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -480,7 +477,7 @@ elements_gdkpixbufoverlay_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_gdkpixbufsink_SOURCES = elements/gdkpixbufsink.c elements_gdkpixbufsink_OBJECTS = \ - elements/elements_gdkpixbufsink-gdkpixbufsink.$(OBJEXT) + elements/gdkpixbufsink-gdkpixbufsink.$(OBJEXT) elements_gdkpixbufsink_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) elements_gdkpixbufsink_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -501,7 +498,7 @@ elements_id3v2mux_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_imagefreeze_SOURCES = elements/imagefreeze.c elements_imagefreeze_OBJECTS = \ - elements/elements_imagefreeze-imagefreeze.$(OBJEXT) + elements/imagefreeze-imagefreeze.$(OBJEXT) elements_imagefreeze_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_imagefreeze_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -510,7 +507,7 @@ $(LDFLAGS) -o $@ elements_interleave_SOURCES = elements/interleave.c elements_interleave_OBJECTS = \ - elements/elements_interleave-interleave.$(OBJEXT) + elements/interleave-interleave.$(OBJEXT) elements_interleave_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_interleave_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -518,8 +515,7 @@ $(elements_interleave_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_jpegdec_SOURCES = elements/jpegdec.c -elements_jpegdec_OBJECTS = \ - elements/elements_jpegdec-jpegdec.$(OBJEXT) +elements_jpegdec_OBJECTS = elements/jpegdec-jpegdec.$(OBJEXT) elements_jpegdec_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -528,8 +524,7 @@ $(elements_jpegdec_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_jpegenc_SOURCES = elements/jpegenc.c -elements_jpegenc_OBJECTS = \ - elements/elements_jpegenc-jpegenc.$(OBJEXT) +elements_jpegenc_OBJECTS = elements/jpegenc-jpegenc.$(OBJEXT) elements_jpegenc_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_jpegenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -537,7 +532,7 @@ $(elements_jpegenc_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_level_SOURCES = elements/level.c -elements_level_OBJECTS = elements/elements_level-level.$(OBJEXT) +elements_level_OBJECTS = elements/level-level.$(OBJEXT) elements_level_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_level_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -562,7 +557,7 @@ $(am__DEPENDENCIES_2) elements_mpg123audiodec_SOURCES = elements/mpg123audiodec.c elements_mpg123audiodec_OBJECTS = \ - elements/elements_mpg123audiodec-mpg123audiodec.$(OBJEXT) + elements/mpg123audiodec-mpg123audiodec.$(OBJEXT) elements_mpg123audiodec_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -571,8 +566,7 @@ $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_mulawdec_SOURCES = elements/mulawdec.c -elements_mulawdec_OBJECTS = \ - elements/elements_mulawdec-mulawdec.$(OBJEXT) +elements_mulawdec_OBJECTS = elements/mulawdec-mulawdec.$(OBJEXT) elements_mulawdec_LDADD = $(LDADD) elements_mulawdec_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_mulawdec_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -580,8 +574,7 @@ $(elements_mulawdec_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_mulawenc_SOURCES = elements/mulawenc.c -elements_mulawenc_OBJECTS = \ - elements/elements_mulawenc-mulawenc.$(OBJEXT) +elements_mulawenc_OBJECTS = elements/mulawenc-mulawenc.$(OBJEXT) elements_mulawenc_LDADD = $(LDADD) elements_mulawenc_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_mulawenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -589,8 +582,7 @@ $(elements_mulawenc_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_multifile_SOURCES = elements/multifile.c -elements_multifile_OBJECTS = \ - elements/elements_multifile-multifile.$(OBJEXT) +elements_multifile_OBJECTS = elements/multifile-multifile.$(OBJEXT) elements_multifile_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) @@ -603,7 +595,7 @@ elements_qtdemux_LDADD = $(LDADD) elements_qtdemux_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_qtmux_SOURCES = elements/qtmux.c -elements_qtmux_OBJECTS = elements/elements_qtmux-qtmux.$(OBJEXT) +elements_qtmux_OBJECTS = elements/qtmux-qtmux.$(OBJEXT) elements_qtmux_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) @@ -613,7 +605,7 @@ $@ elements_rganalysis_SOURCES = elements/rganalysis.c elements_rganalysis_OBJECTS = \ - elements/elements_rganalysis-rganalysis.$(OBJEXT) + elements/rganalysis-rganalysis.$(OBJEXT) elements_rganalysis_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_rganalysis_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -621,8 +613,7 @@ $(elements_rganalysis_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_rglimiter_SOURCES = elements/rglimiter.c -elements_rglimiter_OBJECTS = \ - elements/elements_rglimiter-rglimiter.$(OBJEXT) +elements_rglimiter_OBJECTS = elements/rglimiter-rglimiter.$(OBJEXT) elements_rglimiter_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_rglimiter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -630,8 +621,7 @@ $(elements_rglimiter_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_rgvolume_SOURCES = elements/rgvolume.c -elements_rgvolume_OBJECTS = \ - elements/elements_rgvolume-rgvolume.$(OBJEXT) +elements_rgvolume_OBJECTS = elements/rgvolume-rgvolume.$(OBJEXT) elements_rgvolume_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) elements_rgvolume_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -640,7 +630,7 @@ -o $@ elements_rtp_payloading_SOURCES = elements/rtp-payloading.c elements_rtp_payloading_OBJECTS = \ - elements/elements_rtp_payloading-rtp-payloading.$(OBJEXT) + elements/rtp_payloading-rtp-payloading.$(OBJEXT) elements_rtp_payloading_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_rtp_payloading_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -648,7 +638,7 @@ $(elements_rtp_payloading_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_rtpaux_SOURCES = elements/rtpaux.c -elements_rtpaux_OBJECTS = elements/elements_rtpaux-rtpaux.$(OBJEXT) +elements_rtpaux_OBJECTS = elements/rtpaux-rtpaux.$(OBJEXT) elements_rtpaux_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_rtpaux_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -656,7 +646,7 @@ $(elements_rtpaux_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_rtpbin_SOURCES = elements/rtpbin.c -elements_rtpbin_OBJECTS = elements/elements_rtpbin-rtpbin.$(OBJEXT) +elements_rtpbin_OBJECTS = elements/rtpbin-rtpbin.$(OBJEXT) elements_rtpbin_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) @@ -664,7 +654,8 @@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(elements_rtpbin_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ -am_elements_rtpbin_buffer_list_OBJECTS = elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.$(OBJEXT) +am_elements_rtpbin_buffer_list_OBJECTS = \ + elements/rtpbin_buffer_list-rtpbin_buffer_list.$(OBJEXT) elements_rtpbin_buffer_list_OBJECTS = \ $(am_elements_rtpbin_buffer_list_OBJECTS) elements_rtpbin_buffer_list_DEPENDENCIES = $(am__DEPENDENCIES_1) \ @@ -675,8 +666,7 @@ $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_rtpbundle_SOURCES = elements/rtpbundle.c -elements_rtpbundle_OBJECTS = \ - elements/elements_rtpbundle-rtpbundle.$(OBJEXT) +elements_rtpbundle_OBJECTS = elements/rtpbundle-rtpbundle.$(OBJEXT) elements_rtpbundle_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_rtpbundle_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -685,7 +675,7 @@ $(LDFLAGS) -o $@ elements_rtpcollision_SOURCES = elements/rtpcollision.c elements_rtpcollision_OBJECTS = \ - elements/elements_rtpcollision-rtpcollision.$(OBJEXT) + elements/rtpcollision-rtpcollision.$(OBJEXT) elements_rtpcollision_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -694,8 +684,7 @@ $(elements_rtpcollision_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_rtph261_SOURCES = elements/rtph261.c -elements_rtph261_OBJECTS = \ - elements/elements_rtph261-rtph261.$(OBJEXT) +elements_rtph261_OBJECTS = elements/rtph261-rtph261.$(OBJEXT) elements_rtph261_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_rtph261_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -703,8 +692,7 @@ $(elements_rtph261_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_rtph263_SOURCES = elements/rtph263.c -elements_rtph263_OBJECTS = \ - elements/elements_rtph263-rtph263.$(OBJEXT) +elements_rtph263_OBJECTS = elements/rtph263-rtph263.$(OBJEXT) elements_rtph263_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_rtph263_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -712,8 +700,7 @@ $(elements_rtph263_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_rtph264_SOURCES = elements/rtph264.c -elements_rtph264_OBJECTS = \ - elements/elements_rtph264-rtph264.$(OBJEXT) +elements_rtph264_OBJECTS = elements/rtph264-rtph264.$(OBJEXT) elements_rtph264_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_rtph264_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -722,7 +709,7 @@ -o $@ elements_rtpjitterbuffer_SOURCES = elements/rtpjitterbuffer.c elements_rtpjitterbuffer_OBJECTS = \ - elements/elements_rtpjitterbuffer-rtpjitterbuffer.$(OBJEXT) + elements/rtpjitterbuffer-rtpjitterbuffer.$(OBJEXT) elements_rtpjitterbuffer_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_rtpjitterbuffer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -730,7 +717,7 @@ $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_rtpmux_SOURCES = elements/rtpmux.c -elements_rtpmux_OBJECTS = elements/elements_rtpmux-rtpmux.$(OBJEXT) +elements_rtpmux_OBJECTS = elements/rtpmux-rtpmux.$(OBJEXT) elements_rtpmux_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_rtpmux_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -738,7 +725,7 @@ $(elements_rtpmux_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_rtpred_SOURCES = elements/rtpred.c -elements_rtpred_OBJECTS = elements/elements_rtpred-rtpred.$(OBJEXT) +elements_rtpred_OBJECTS = elements/rtpred-rtpred.$(OBJEXT) elements_rtpred_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -747,7 +734,7 @@ $(elements_rtpred_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_rtprtx_SOURCES = elements/rtprtx.c -elements_rtprtx_OBJECTS = elements/elements_rtprtx-rtprtx.$(OBJEXT) +elements_rtprtx_OBJECTS = elements/rtprtx-rtprtx.$(OBJEXT) elements_rtprtx_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_rtprtx_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -756,7 +743,7 @@ -o $@ elements_rtpsession_SOURCES = elements/rtpsession.c elements_rtpsession_OBJECTS = \ - elements/elements_rtpsession-rtpsession.$(OBJEXT) + elements/rtpsession-rtpsession.$(OBJEXT) elements_rtpsession_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -766,7 +753,7 @@ $(LDFLAGS) -o $@ elements_rtpstorage_SOURCES = elements/rtpstorage.c elements_rtpstorage_OBJECTS = \ - elements/elements_rtpstorage-rtpstorage.$(OBJEXT) + elements/rtpstorage-rtpstorage.$(OBJEXT) elements_rtpstorage_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -775,8 +762,7 @@ $(elements_rtpstorage_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_rtpulpfec_SOURCES = elements/rtpulpfec.c -elements_rtpulpfec_OBJECTS = \ - elements/elements_rtpulpfec-rtpulpfec.$(OBJEXT) +elements_rtpulpfec_OBJECTS = elements/rtpulpfec-rtpulpfec.$(OBJEXT) elements_rtpulpfec_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -794,7 +780,7 @@ elements_shapewipe_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_souphttpsrc_SOURCES = elements/souphttpsrc.c elements_souphttpsrc_OBJECTS = \ - elements/elements_souphttpsrc-souphttpsrc.$(OBJEXT) + elements/souphttpsrc-souphttpsrc.$(OBJEXT) elements_souphttpsrc_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_souphttpsrc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -802,8 +788,7 @@ $(elements_souphttpsrc_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_spectrum_SOURCES = elements/spectrum.c -elements_spectrum_OBJECTS = \ - elements/elements_spectrum-spectrum.$(OBJEXT) +elements_spectrum_OBJECTS = elements/spectrum-spectrum.$(OBJEXT) elements_spectrum_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_spectrum_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -811,8 +796,7 @@ $(elements_spectrum_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_splitmux_SOURCES = elements/splitmux.c -elements_splitmux_OBJECTS = \ - elements/elements_splitmux-splitmux.$(OBJEXT) +elements_splitmux_OBJECTS = elements/splitmux-splitmux.$(OBJEXT) elements_splitmux_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) @@ -821,8 +805,7 @@ $(elements_splitmux_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_udpsink_SOURCES = elements/udpsink.c -elements_udpsink_OBJECTS = \ - elements/elements_udpsink-udpsink.$(OBJEXT) +elements_udpsink_OBJECTS = elements/udpsink-udpsink.$(OBJEXT) elements_udpsink_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) elements_udpsink_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -830,7 +813,7 @@ $(elements_udpsink_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_udpsrc_SOURCES = elements/udpsrc.c -elements_udpsrc_OBJECTS = elements/elements_udpsrc-udpsrc.$(OBJEXT) +elements_udpsrc_OBJECTS = elements/udpsrc-udpsrc.$(OBJEXT) elements_udpsrc_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) elements_udpsrc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -842,8 +825,7 @@ elements_videobox_LDADD = $(LDADD) elements_videobox_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_videocrop_SOURCES = elements/videocrop.c -elements_videocrop_OBJECTS = \ - elements/elements_videocrop-videocrop.$(OBJEXT) +elements_videocrop_OBJECTS = elements/videocrop-videocrop.$(OBJEXT) elements_videocrop_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_videocrop_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -852,7 +834,7 @@ $(LDFLAGS) -o $@ elements_videofilter_SOURCES = elements/videofilter.c elements_videofilter_OBJECTS = \ - elements/elements_videofilter-videofilter.$(OBJEXT) + elements/videofilter-videofilter.$(OBJEXT) elements_videofilter_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_videofilter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -877,7 +859,7 @@ elements_vp8enc_LDADD = $(LDADD) elements_vp8enc_DEPENDENCIES = $(am__DEPENDENCIES_1) elements_vp9enc_SOURCES = elements/vp9enc.c -elements_vp9enc_OBJECTS = elements/elements_vp9enc-vp9enc.$(OBJEXT) +elements_vp9enc_OBJECTS = elements/vp9enc-vp9enc.$(OBJEXT) elements_vp9enc_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_vp9enc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -935,8 +917,7 @@ pipelines_effectv_LDADD = $(LDADD) pipelines_effectv_DEPENDENCIES = $(am__DEPENDENCIES_1) pipelines_flacdec_SOURCES = pipelines/flacdec.c -pipelines_flacdec_OBJECTS = \ - pipelines/pipelines_flacdec-flacdec.$(OBJEXT) +pipelines_flacdec_OBJECTS = pipelines/flacdec-flacdec.$(OBJEXT) pipelines_flacdec_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) pipelines_flacdec_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -962,8 +943,7 @@ pipelines_twolame_LDADD = $(LDADD) pipelines_twolame_DEPENDENCIES = $(am__DEPENDENCIES_1) pipelines_wavenc_SOURCES = pipelines/wavenc.c -pipelines_wavenc_OBJECTS = \ - pipelines/pipelines_wavenc-wavenc.$(OBJEXT) +pipelines_wavenc_OBJECTS = pipelines/wavenc-wavenc.$(OBJEXT) pipelines_wavenc_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) pipelines_wavenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -971,8 +951,7 @@ $(pipelines_wavenc_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ pipelines_wavpack_SOURCES = pipelines/wavpack.c -pipelines_wavpack_OBJECTS = \ - pipelines/pipelines_wavpack-wavpack.$(OBJEXT) +pipelines_wavpack_OBJECTS = pipelines/wavpack-wavpack.$(OBJEXT) pipelines_wavpack_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) pipelines_wavpack_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -993,7 +972,101 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = elements/$(DEPDIR)/aacparse.Po \ + elements/$(DEPDIR)/ac3parse.Po \ + elements/$(DEPDIR)/alpha-alpha.Po \ + elements/$(DEPDIR)/alphacolor-alphacolor.Po \ + elements/$(DEPDIR)/amrparse.Po elements/$(DEPDIR)/apev2mux.Po \ + elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Po \ + elements/$(DEPDIR)/audioamplify-audioamplify.Po \ + elements/$(DEPDIR)/audiochebband-audiochebband.Po \ + elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Po \ + elements/$(DEPDIR)/audiodynamic-audiodynamic.Po \ + elements/$(DEPDIR)/audioecho-audioecho.Po \ + elements/$(DEPDIR)/audiofirfilter.Po \ + elements/$(DEPDIR)/audioiirfilter.Po \ + elements/$(DEPDIR)/audioinvert-audioinvert.Po \ + elements/$(DEPDIR)/audiopanorama-audiopanorama.Po \ + elements/$(DEPDIR)/audiowsincband-audiowsincband.Po \ + elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Po \ + elements/$(DEPDIR)/autodetect-autodetect.Po \ + elements/$(DEPDIR)/avimux.Po elements/$(DEPDIR)/avisubtitle.Po \ + elements/$(DEPDIR)/capssetter.Po \ + elements/$(DEPDIR)/deinterleave-deinterleave.Po \ + elements/$(DEPDIR)/dtmf-dtmf.Po \ + elements/$(DEPDIR)/elements_deinterlace-deinterlace.Po \ + elements/$(DEPDIR)/elements_videomixer-videomixer.Po \ + elements/$(DEPDIR)/equalizer-equalizer.Po \ + elements/$(DEPDIR)/flacparse.Po \ + elements/$(DEPDIR)/flvdemux-flvdemux.Po \ + elements/$(DEPDIR)/flvmux.Po \ + elements/$(DEPDIR)/gdkpixbufoverlay.Po \ + elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Po \ + elements/$(DEPDIR)/icydemux.Po elements/$(DEPDIR)/id3demux.Po \ + elements/$(DEPDIR)/id3v2mux.Po \ + elements/$(DEPDIR)/imagefreeze-imagefreeze.Po \ + elements/$(DEPDIR)/interleave-interleave.Po \ + elements/$(DEPDIR)/jpegdec-jpegdec.Po \ + elements/$(DEPDIR)/jpegenc-jpegenc.Po \ + elements/$(DEPDIR)/level-level.Po \ + elements/$(DEPDIR)/libparser_la-parser.Plo \ + elements/$(DEPDIR)/matroskademux.Po \ + elements/$(DEPDIR)/matroskamux.Po \ + elements/$(DEPDIR)/matroskaparse.Po \ + elements/$(DEPDIR)/mpegaudioparse.Po \ + elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Po \ + elements/$(DEPDIR)/mulawdec-mulawdec.Po \ + elements/$(DEPDIR)/mulawenc-mulawenc.Po \ + elements/$(DEPDIR)/multifile-multifile.Po \ + elements/$(DEPDIR)/qtdemux.Po \ + elements/$(DEPDIR)/qtmux-qtmux.Po \ + elements/$(DEPDIR)/rganalysis-rganalysis.Po \ + elements/$(DEPDIR)/rglimiter-rglimiter.Po \ + elements/$(DEPDIR)/rgvolume-rgvolume.Po \ + elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Po \ + elements/$(DEPDIR)/rtpaux-rtpaux.Po \ + elements/$(DEPDIR)/rtpbin-rtpbin.Po \ + elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Po \ + elements/$(DEPDIR)/rtpbundle-rtpbundle.Po \ + elements/$(DEPDIR)/rtpcollision-rtpcollision.Po \ + elements/$(DEPDIR)/rtph261-rtph261.Po \ + elements/$(DEPDIR)/rtph263-rtph263.Po \ + elements/$(DEPDIR)/rtph264-rtph264.Po \ + elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Po \ + elements/$(DEPDIR)/rtpmux-rtpmux.Po \ + elements/$(DEPDIR)/rtpred-rtpred.Po \ + elements/$(DEPDIR)/rtprtx-rtprtx.Po \ + elements/$(DEPDIR)/rtpsession-rtpsession.Po \ + elements/$(DEPDIR)/rtpstorage-rtpstorage.Po \ + elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Po \ + elements/$(DEPDIR)/rtpvp9.Po elements/$(DEPDIR)/shapewipe.Po \ + elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Po \ + elements/$(DEPDIR)/spectrum-spectrum.Po \ + elements/$(DEPDIR)/splitmux-splitmux.Po \ + elements/$(DEPDIR)/udpsink-udpsink.Po \ + elements/$(DEPDIR)/udpsrc-udpsrc.Po \ + elements/$(DEPDIR)/videobox.Po \ + elements/$(DEPDIR)/videocrop-videocrop.Po \ + elements/$(DEPDIR)/videofilter-videofilter.Po \ + elements/$(DEPDIR)/vp8dec.Po elements/$(DEPDIR)/vp8enc.Po \ + elements/$(DEPDIR)/vp9enc-vp9enc.Po \ + elements/$(DEPDIR)/wavpackdec.Po \ + elements/$(DEPDIR)/wavpackenc.Po \ + elements/$(DEPDIR)/wavpackparse.Po \ + elements/$(DEPDIR)/wavparse.Po elements/$(DEPDIR)/y4menc.Po \ + generic/$(DEPDIR)/states.Po \ + orc/$(DEPDIR)/orc_deinterlace-deinterlace.Po \ + orc/$(DEPDIR)/orc_videobox-videobox.Po \ + orc/$(DEPDIR)/orc_videomixer-videomixer.Po \ + pipelines/$(DEPDIR)/effectv.Po \ + pipelines/$(DEPDIR)/flacdec-flacdec.Po \ + pipelines/$(DEPDIR)/lame.Po \ + pipelines/$(DEPDIR)/simple-launch-lines.Po \ + pipelines/$(DEPDIR)/tagschecking.Po \ + pipelines/$(DEPDIR)/twolame.Po \ + pipelines/$(DEPDIR)/wavenc-wavenc.Po \ + pipelines/$(DEPDIR)/wavpack-wavpack.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -2112,8 +2185,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/check.mak $(am__empty): @@ -2126,6 +2199,15 @@ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): +clean-checkPROGRAMS: + @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list + clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ @@ -2147,15 +2229,6 @@ libparser.la: $(libparser_la_OBJECTS) $(libparser_la_DEPENDENCIES) $(EXTRA_libparser_la_DEPENDENCIES) $(AM_V_CCLD)$(libparser_la_LINK) $(libparser_la_OBJECTS) $(libparser_la_LIBADD) $(LIBS) - -clean-checkPROGRAMS: - @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list elements/aacparse.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) @@ -2168,14 +2241,14 @@ elements/ac3parse$(EXEEXT): $(elements_ac3parse_OBJECTS) $(elements_ac3parse_DEPENDENCIES) $(EXTRA_elements_ac3parse_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/ac3parse$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_ac3parse_OBJECTS) $(elements_ac3parse_LDADD) $(LIBS) -elements/elements_alpha-alpha.$(OBJEXT): elements/$(am__dirstamp) \ +elements/alpha-alpha.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/alpha$(EXEEXT): $(elements_alpha_OBJECTS) $(elements_alpha_DEPENDENCIES) $(EXTRA_elements_alpha_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/alpha$(EXEEXT) $(AM_V_CCLD)$(elements_alpha_LINK) $(elements_alpha_OBJECTS) $(elements_alpha_LDADD) $(LIBS) -elements/elements_alphacolor-alphacolor.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/alphacolor-alphacolor.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/alphacolor$(EXEEXT): $(elements_alphacolor_OBJECTS) $(elements_alphacolor_DEPENDENCIES) $(EXTRA_elements_alphacolor_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/alphacolor$(EXEEXT) @@ -2192,38 +2265,38 @@ elements/apev2mux$(EXEEXT): $(elements_apev2mux_OBJECTS) $(elements_apev2mux_DEPENDENCIES) $(EXTRA_elements_apev2mux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/apev2mux$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_apev2mux_OBJECTS) $(elements_apev2mux_LDADD) $(LIBS) -elements/elements_aspectratiocrop-aspectratiocrop.$(OBJEXT): \ +elements/aspectratiocrop-aspectratiocrop.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/aspectratiocrop$(EXEEXT): $(elements_aspectratiocrop_OBJECTS) $(elements_aspectratiocrop_DEPENDENCIES) $(EXTRA_elements_aspectratiocrop_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/aspectratiocrop$(EXEEXT) $(AM_V_CCLD)$(elements_aspectratiocrop_LINK) $(elements_aspectratiocrop_OBJECTS) $(elements_aspectratiocrop_LDADD) $(LIBS) -elements/elements_audioamplify-audioamplify.$(OBJEXT): \ +elements/audioamplify-audioamplify.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audioamplify$(EXEEXT): $(elements_audioamplify_OBJECTS) $(elements_audioamplify_DEPENDENCIES) $(EXTRA_elements_audioamplify_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audioamplify$(EXEEXT) $(AM_V_CCLD)$(elements_audioamplify_LINK) $(elements_audioamplify_OBJECTS) $(elements_audioamplify_LDADD) $(LIBS) -elements/elements_audiochebband-audiochebband.$(OBJEXT): \ +elements/audiochebband-audiochebband.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audiochebband$(EXEEXT): $(elements_audiochebband_OBJECTS) $(elements_audiochebband_DEPENDENCIES) $(EXTRA_elements_audiochebband_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiochebband$(EXEEXT) $(AM_V_CCLD)$(elements_audiochebband_LINK) $(elements_audiochebband_OBJECTS) $(elements_audiochebband_LDADD) $(LIBS) -elements/elements_audiocheblimit-audiocheblimit.$(OBJEXT): \ +elements/audiocheblimit-audiocheblimit.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audiocheblimit$(EXEEXT): $(elements_audiocheblimit_OBJECTS) $(elements_audiocheblimit_DEPENDENCIES) $(EXTRA_elements_audiocheblimit_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiocheblimit$(EXEEXT) $(AM_V_CCLD)$(elements_audiocheblimit_LINK) $(elements_audiocheblimit_OBJECTS) $(elements_audiocheblimit_LDADD) $(LIBS) -elements/elements_audiodynamic-audiodynamic.$(OBJEXT): \ +elements/audiodynamic-audiodynamic.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audiodynamic$(EXEEXT): $(elements_audiodynamic_OBJECTS) $(elements_audiodynamic_DEPENDENCIES) $(EXTRA_elements_audiodynamic_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiodynamic$(EXEEXT) $(AM_V_CCLD)$(elements_audiodynamic_LINK) $(elements_audiodynamic_OBJECTS) $(elements_audiodynamic_LDADD) $(LIBS) -elements/elements_audioecho-audioecho.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/audioecho-audioecho.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/audioecho$(EXEEXT): $(elements_audioecho_OBJECTS) $(elements_audioecho_DEPENDENCIES) $(EXTRA_elements_audioecho_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audioecho$(EXEEXT) @@ -2240,32 +2313,32 @@ elements/audioiirfilter$(EXEEXT): $(elements_audioiirfilter_OBJECTS) $(elements_audioiirfilter_DEPENDENCIES) $(EXTRA_elements_audioiirfilter_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audioiirfilter$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_audioiirfilter_OBJECTS) $(elements_audioiirfilter_LDADD) $(LIBS) -elements/elements_audioinvert-audioinvert.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/audioinvert-audioinvert.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/audioinvert$(EXEEXT): $(elements_audioinvert_OBJECTS) $(elements_audioinvert_DEPENDENCIES) $(EXTRA_elements_audioinvert_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audioinvert$(EXEEXT) $(AM_V_CCLD)$(elements_audioinvert_LINK) $(elements_audioinvert_OBJECTS) $(elements_audioinvert_LDADD) $(LIBS) -elements/elements_audiopanorama-audiopanorama.$(OBJEXT): \ +elements/audiopanorama-audiopanorama.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audiopanorama$(EXEEXT): $(elements_audiopanorama_OBJECTS) $(elements_audiopanorama_DEPENDENCIES) $(EXTRA_elements_audiopanorama_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiopanorama$(EXEEXT) $(AM_V_CCLD)$(elements_audiopanorama_LINK) $(elements_audiopanorama_OBJECTS) $(elements_audiopanorama_LDADD) $(LIBS) -elements/elements_audiowsincband-audiowsincband.$(OBJEXT): \ +elements/audiowsincband-audiowsincband.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audiowsincband$(EXEEXT): $(elements_audiowsincband_OBJECTS) $(elements_audiowsincband_DEPENDENCIES) $(EXTRA_elements_audiowsincband_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiowsincband$(EXEEXT) $(AM_V_CCLD)$(elements_audiowsincband_LINK) $(elements_audiowsincband_OBJECTS) $(elements_audiowsincband_LDADD) $(LIBS) -elements/elements_audiowsinclimit-audiowsinclimit.$(OBJEXT): \ +elements/audiowsinclimit-audiowsinclimit.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audiowsinclimit$(EXEEXT): $(elements_audiowsinclimit_OBJECTS) $(elements_audiowsinclimit_DEPENDENCIES) $(EXTRA_elements_audiowsinclimit_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiowsinclimit$(EXEEXT) $(AM_V_CCLD)$(elements_audiowsinclimit_LINK) $(elements_audiowsinclimit_OBJECTS) $(elements_audiowsinclimit_LDADD) $(LIBS) -elements/elements_autodetect-autodetect.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/autodetect-autodetect.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/autodetect$(EXEEXT): $(elements_autodetect_OBJECTS) $(elements_autodetect_DEPENDENCIES) $(EXTRA_elements_autodetect_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/autodetect$(EXEEXT) @@ -2294,20 +2367,20 @@ elements/deinterlace$(EXEEXT): $(elements_deinterlace_OBJECTS) $(elements_deinterlace_DEPENDENCIES) $(EXTRA_elements_deinterlace_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/deinterlace$(EXEEXT) $(AM_V_CCLD)$(elements_deinterlace_LINK) $(elements_deinterlace_OBJECTS) $(elements_deinterlace_LDADD) $(LIBS) -elements/elements_deinterleave-deinterleave.$(OBJEXT): \ +elements/deinterleave-deinterleave.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/deinterleave$(EXEEXT): $(elements_deinterleave_OBJECTS) $(elements_deinterleave_DEPENDENCIES) $(EXTRA_elements_deinterleave_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/deinterleave$(EXEEXT) $(AM_V_CCLD)$(elements_deinterleave_LINK) $(elements_deinterleave_OBJECTS) $(elements_deinterleave_LDADD) $(LIBS) -elements/elements_dtmf-dtmf.$(OBJEXT): elements/$(am__dirstamp) \ +elements/dtmf-dtmf.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/dtmf$(EXEEXT): $(elements_dtmf_OBJECTS) $(elements_dtmf_DEPENDENCIES) $(EXTRA_elements_dtmf_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/dtmf$(EXEEXT) $(AM_V_CCLD)$(elements_dtmf_LINK) $(elements_dtmf_OBJECTS) $(elements_dtmf_LDADD) $(LIBS) -elements/elements_equalizer-equalizer.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/equalizer-equalizer.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/equalizer$(EXEEXT): $(elements_equalizer_OBJECTS) $(elements_equalizer_DEPENDENCIES) $(EXTRA_elements_equalizer_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/equalizer$(EXEEXT) @@ -2318,8 +2391,8 @@ elements/flacparse$(EXEEXT): $(elements_flacparse_OBJECTS) $(elements_flacparse_DEPENDENCIES) $(EXTRA_elements_flacparse_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/flacparse$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_flacparse_OBJECTS) $(elements_flacparse_LDADD) $(LIBS) -elements/elements_flvdemux-flvdemux.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/flvdemux-flvdemux.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/flvdemux$(EXEEXT): $(elements_flvdemux_OBJECTS) $(elements_flvdemux_DEPENDENCIES) $(EXTRA_elements_flvdemux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/flvdemux$(EXEEXT) @@ -2336,7 +2409,7 @@ elements/gdkpixbufoverlay$(EXEEXT): $(elements_gdkpixbufoverlay_OBJECTS) $(elements_gdkpixbufoverlay_DEPENDENCIES) $(EXTRA_elements_gdkpixbufoverlay_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/gdkpixbufoverlay$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_gdkpixbufoverlay_OBJECTS) $(elements_gdkpixbufoverlay_LDADD) $(LIBS) -elements/elements_gdkpixbufsink-gdkpixbufsink.$(OBJEXT): \ +elements/gdkpixbufsink-gdkpixbufsink.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/gdkpixbufsink$(EXEEXT): $(elements_gdkpixbufsink_OBJECTS) $(elements_gdkpixbufsink_DEPENDENCIES) $(EXTRA_elements_gdkpixbufsink_DEPENDENCIES) elements/$(am__dirstamp) @@ -2360,31 +2433,31 @@ elements/id3v2mux$(EXEEXT): $(elements_id3v2mux_OBJECTS) $(elements_id3v2mux_DEPENDENCIES) $(EXTRA_elements_id3v2mux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/id3v2mux$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_id3v2mux_OBJECTS) $(elements_id3v2mux_LDADD) $(LIBS) -elements/elements_imagefreeze-imagefreeze.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/imagefreeze-imagefreeze.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/imagefreeze$(EXEEXT): $(elements_imagefreeze_OBJECTS) $(elements_imagefreeze_DEPENDENCIES) $(EXTRA_elements_imagefreeze_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/imagefreeze$(EXEEXT) $(AM_V_CCLD)$(elements_imagefreeze_LINK) $(elements_imagefreeze_OBJECTS) $(elements_imagefreeze_LDADD) $(LIBS) -elements/elements_interleave-interleave.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/interleave-interleave.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/interleave$(EXEEXT): $(elements_interleave_OBJECTS) $(elements_interleave_DEPENDENCIES) $(EXTRA_elements_interleave_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/interleave$(EXEEXT) $(AM_V_CCLD)$(elements_interleave_LINK) $(elements_interleave_OBJECTS) $(elements_interleave_LDADD) $(LIBS) -elements/elements_jpegdec-jpegdec.$(OBJEXT): elements/$(am__dirstamp) \ +elements/jpegdec-jpegdec.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/jpegdec$(EXEEXT): $(elements_jpegdec_OBJECTS) $(elements_jpegdec_DEPENDENCIES) $(EXTRA_elements_jpegdec_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/jpegdec$(EXEEXT) $(AM_V_CCLD)$(elements_jpegdec_LINK) $(elements_jpegdec_OBJECTS) $(elements_jpegdec_LDADD) $(LIBS) -elements/elements_jpegenc-jpegenc.$(OBJEXT): elements/$(am__dirstamp) \ +elements/jpegenc-jpegenc.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/jpegenc$(EXEEXT): $(elements_jpegenc_OBJECTS) $(elements_jpegenc_DEPENDENCIES) $(EXTRA_elements_jpegenc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/jpegenc$(EXEEXT) $(AM_V_CCLD)$(elements_jpegenc_LINK) $(elements_jpegenc_OBJECTS) $(elements_jpegenc_LDADD) $(LIBS) -elements/elements_level-level.$(OBJEXT): elements/$(am__dirstamp) \ +elements/level-level.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/level$(EXEEXT): $(elements_level_OBJECTS) $(elements_level_DEPENDENCIES) $(EXTRA_elements_level_DEPENDENCIES) elements/$(am__dirstamp) @@ -2414,26 +2487,26 @@ elements/mpegaudioparse$(EXEEXT): $(elements_mpegaudioparse_OBJECTS) $(elements_mpegaudioparse_DEPENDENCIES) $(EXTRA_elements_mpegaudioparse_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/mpegaudioparse$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_mpegaudioparse_OBJECTS) $(elements_mpegaudioparse_LDADD) $(LIBS) -elements/elements_mpg123audiodec-mpg123audiodec.$(OBJEXT): \ +elements/mpg123audiodec-mpg123audiodec.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/mpg123audiodec$(EXEEXT): $(elements_mpg123audiodec_OBJECTS) $(elements_mpg123audiodec_DEPENDENCIES) $(EXTRA_elements_mpg123audiodec_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/mpg123audiodec$(EXEEXT) $(AM_V_CCLD)$(elements_mpg123audiodec_LINK) $(elements_mpg123audiodec_OBJECTS) $(elements_mpg123audiodec_LDADD) $(LIBS) -elements/elements_mulawdec-mulawdec.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/mulawdec-mulawdec.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/mulawdec$(EXEEXT): $(elements_mulawdec_OBJECTS) $(elements_mulawdec_DEPENDENCIES) $(EXTRA_elements_mulawdec_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/mulawdec$(EXEEXT) $(AM_V_CCLD)$(elements_mulawdec_LINK) $(elements_mulawdec_OBJECTS) $(elements_mulawdec_LDADD) $(LIBS) -elements/elements_mulawenc-mulawenc.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/mulawenc-mulawenc.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/mulawenc$(EXEEXT): $(elements_mulawenc_OBJECTS) $(elements_mulawenc_DEPENDENCIES) $(EXTRA_elements_mulawenc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/mulawenc$(EXEEXT) $(AM_V_CCLD)$(elements_mulawenc_LINK) $(elements_mulawenc_OBJECTS) $(elements_mulawenc_LDADD) $(LIBS) -elements/elements_multifile-multifile.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/multifile-multifile.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/multifile$(EXEEXT): $(elements_multifile_OBJECTS) $(elements_multifile_DEPENDENCIES) $(EXTRA_elements_multifile_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/multifile$(EXEEXT) @@ -2444,122 +2517,122 @@ elements/qtdemux$(EXEEXT): $(elements_qtdemux_OBJECTS) $(elements_qtdemux_DEPENDENCIES) $(EXTRA_elements_qtdemux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/qtdemux$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_qtdemux_OBJECTS) $(elements_qtdemux_LDADD) $(LIBS) -elements/elements_qtmux-qtmux.$(OBJEXT): elements/$(am__dirstamp) \ +elements/qtmux-qtmux.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/qtmux$(EXEEXT): $(elements_qtmux_OBJECTS) $(elements_qtmux_DEPENDENCIES) $(EXTRA_elements_qtmux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/qtmux$(EXEEXT) $(AM_V_CCLD)$(elements_qtmux_LINK) $(elements_qtmux_OBJECTS) $(elements_qtmux_LDADD) $(LIBS) -elements/elements_rganalysis-rganalysis.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/rganalysis-rganalysis.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/rganalysis$(EXEEXT): $(elements_rganalysis_OBJECTS) $(elements_rganalysis_DEPENDENCIES) $(EXTRA_elements_rganalysis_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rganalysis$(EXEEXT) $(AM_V_CCLD)$(elements_rganalysis_LINK) $(elements_rganalysis_OBJECTS) $(elements_rganalysis_LDADD) $(LIBS) -elements/elements_rglimiter-rglimiter.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/rglimiter-rglimiter.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/rglimiter$(EXEEXT): $(elements_rglimiter_OBJECTS) $(elements_rglimiter_DEPENDENCIES) $(EXTRA_elements_rglimiter_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rglimiter$(EXEEXT) $(AM_V_CCLD)$(elements_rglimiter_LINK) $(elements_rglimiter_OBJECTS) $(elements_rglimiter_LDADD) $(LIBS) -elements/elements_rgvolume-rgvolume.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/rgvolume-rgvolume.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/rgvolume$(EXEEXT): $(elements_rgvolume_OBJECTS) $(elements_rgvolume_DEPENDENCIES) $(EXTRA_elements_rgvolume_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rgvolume$(EXEEXT) $(AM_V_CCLD)$(elements_rgvolume_LINK) $(elements_rgvolume_OBJECTS) $(elements_rgvolume_LDADD) $(LIBS) -elements/elements_rtp_payloading-rtp-payloading.$(OBJEXT): \ +elements/rtp_payloading-rtp-payloading.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/rtp-payloading$(EXEEXT): $(elements_rtp_payloading_OBJECTS) $(elements_rtp_payloading_DEPENDENCIES) $(EXTRA_elements_rtp_payloading_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtp-payloading$(EXEEXT) $(AM_V_CCLD)$(elements_rtp_payloading_LINK) $(elements_rtp_payloading_OBJECTS) $(elements_rtp_payloading_LDADD) $(LIBS) -elements/elements_rtpaux-rtpaux.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtpaux-rtpaux.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtpaux$(EXEEXT): $(elements_rtpaux_OBJECTS) $(elements_rtpaux_DEPENDENCIES) $(EXTRA_elements_rtpaux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpaux$(EXEEXT) $(AM_V_CCLD)$(elements_rtpaux_LINK) $(elements_rtpaux_OBJECTS) $(elements_rtpaux_LDADD) $(LIBS) -elements/elements_rtpbin-rtpbin.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtpbin-rtpbin.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtpbin$(EXEEXT): $(elements_rtpbin_OBJECTS) $(elements_rtpbin_DEPENDENCIES) $(EXTRA_elements_rtpbin_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpbin$(EXEEXT) $(AM_V_CCLD)$(elements_rtpbin_LINK) $(elements_rtpbin_OBJECTS) $(elements_rtpbin_LDADD) $(LIBS) -elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.$(OBJEXT): \ +elements/rtpbin_buffer_list-rtpbin_buffer_list.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/rtpbin_buffer_list$(EXEEXT): $(elements_rtpbin_buffer_list_OBJECTS) $(elements_rtpbin_buffer_list_DEPENDENCIES) $(EXTRA_elements_rtpbin_buffer_list_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpbin_buffer_list$(EXEEXT) $(AM_V_CCLD)$(elements_rtpbin_buffer_list_LINK) $(elements_rtpbin_buffer_list_OBJECTS) $(elements_rtpbin_buffer_list_LDADD) $(LIBS) -elements/elements_rtpbundle-rtpbundle.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/rtpbundle-rtpbundle.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/rtpbundle$(EXEEXT): $(elements_rtpbundle_OBJECTS) $(elements_rtpbundle_DEPENDENCIES) $(EXTRA_elements_rtpbundle_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpbundle$(EXEEXT) $(AM_V_CCLD)$(elements_rtpbundle_LINK) $(elements_rtpbundle_OBJECTS) $(elements_rtpbundle_LDADD) $(LIBS) -elements/elements_rtpcollision-rtpcollision.$(OBJEXT): \ +elements/rtpcollision-rtpcollision.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/rtpcollision$(EXEEXT): $(elements_rtpcollision_OBJECTS) $(elements_rtpcollision_DEPENDENCIES) $(EXTRA_elements_rtpcollision_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpcollision$(EXEEXT) $(AM_V_CCLD)$(elements_rtpcollision_LINK) $(elements_rtpcollision_OBJECTS) $(elements_rtpcollision_LDADD) $(LIBS) -elements/elements_rtph261-rtph261.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtph261-rtph261.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtph261$(EXEEXT): $(elements_rtph261_OBJECTS) $(elements_rtph261_DEPENDENCIES) $(EXTRA_elements_rtph261_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtph261$(EXEEXT) $(AM_V_CCLD)$(elements_rtph261_LINK) $(elements_rtph261_OBJECTS) $(elements_rtph261_LDADD) $(LIBS) -elements/elements_rtph263-rtph263.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtph263-rtph263.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtph263$(EXEEXT): $(elements_rtph263_OBJECTS) $(elements_rtph263_DEPENDENCIES) $(EXTRA_elements_rtph263_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtph263$(EXEEXT) $(AM_V_CCLD)$(elements_rtph263_LINK) $(elements_rtph263_OBJECTS) $(elements_rtph263_LDADD) $(LIBS) -elements/elements_rtph264-rtph264.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtph264-rtph264.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtph264$(EXEEXT): $(elements_rtph264_OBJECTS) $(elements_rtph264_DEPENDENCIES) $(EXTRA_elements_rtph264_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtph264$(EXEEXT) $(AM_V_CCLD)$(elements_rtph264_LINK) $(elements_rtph264_OBJECTS) $(elements_rtph264_LDADD) $(LIBS) -elements/elements_rtpjitterbuffer-rtpjitterbuffer.$(OBJEXT): \ +elements/rtpjitterbuffer-rtpjitterbuffer.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/rtpjitterbuffer$(EXEEXT): $(elements_rtpjitterbuffer_OBJECTS) $(elements_rtpjitterbuffer_DEPENDENCIES) $(EXTRA_elements_rtpjitterbuffer_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpjitterbuffer$(EXEEXT) $(AM_V_CCLD)$(elements_rtpjitterbuffer_LINK) $(elements_rtpjitterbuffer_OBJECTS) $(elements_rtpjitterbuffer_LDADD) $(LIBS) -elements/elements_rtpmux-rtpmux.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtpmux-rtpmux.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtpmux$(EXEEXT): $(elements_rtpmux_OBJECTS) $(elements_rtpmux_DEPENDENCIES) $(EXTRA_elements_rtpmux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpmux$(EXEEXT) $(AM_V_CCLD)$(elements_rtpmux_LINK) $(elements_rtpmux_OBJECTS) $(elements_rtpmux_LDADD) $(LIBS) -elements/elements_rtpred-rtpred.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtpred-rtpred.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtpred$(EXEEXT): $(elements_rtpred_OBJECTS) $(elements_rtpred_DEPENDENCIES) $(EXTRA_elements_rtpred_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpred$(EXEEXT) $(AM_V_CCLD)$(elements_rtpred_LINK) $(elements_rtpred_OBJECTS) $(elements_rtpred_LDADD) $(LIBS) -elements/elements_rtprtx-rtprtx.$(OBJEXT): elements/$(am__dirstamp) \ +elements/rtprtx-rtprtx.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/rtprtx$(EXEEXT): $(elements_rtprtx_OBJECTS) $(elements_rtprtx_DEPENDENCIES) $(EXTRA_elements_rtprtx_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtprtx$(EXEEXT) $(AM_V_CCLD)$(elements_rtprtx_LINK) $(elements_rtprtx_OBJECTS) $(elements_rtprtx_LDADD) $(LIBS) -elements/elements_rtpsession-rtpsession.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/rtpsession-rtpsession.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/rtpsession$(EXEEXT): $(elements_rtpsession_OBJECTS) $(elements_rtpsession_DEPENDENCIES) $(EXTRA_elements_rtpsession_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpsession$(EXEEXT) $(AM_V_CCLD)$(elements_rtpsession_LINK) $(elements_rtpsession_OBJECTS) $(elements_rtpsession_LDADD) $(LIBS) -elements/elements_rtpstorage-rtpstorage.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/rtpstorage-rtpstorage.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/rtpstorage$(EXEEXT): $(elements_rtpstorage_OBJECTS) $(elements_rtpstorage_DEPENDENCIES) $(EXTRA_elements_rtpstorage_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpstorage$(EXEEXT) $(AM_V_CCLD)$(elements_rtpstorage_LINK) $(elements_rtpstorage_OBJECTS) $(elements_rtpstorage_LDADD) $(LIBS) -elements/elements_rtpulpfec-rtpulpfec.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/rtpulpfec-rtpulpfec.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/rtpulpfec$(EXEEXT): $(elements_rtpulpfec_OBJECTS) $(elements_rtpulpfec_DEPENDENCIES) $(EXTRA_elements_rtpulpfec_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rtpulpfec$(EXEEXT) @@ -2576,31 +2649,31 @@ elements/shapewipe$(EXEEXT): $(elements_shapewipe_OBJECTS) $(elements_shapewipe_DEPENDENCIES) $(EXTRA_elements_shapewipe_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/shapewipe$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_shapewipe_OBJECTS) $(elements_shapewipe_LDADD) $(LIBS) -elements/elements_souphttpsrc-souphttpsrc.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/souphttpsrc-souphttpsrc.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/souphttpsrc$(EXEEXT): $(elements_souphttpsrc_OBJECTS) $(elements_souphttpsrc_DEPENDENCIES) $(EXTRA_elements_souphttpsrc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/souphttpsrc$(EXEEXT) $(AM_V_CCLD)$(elements_souphttpsrc_LINK) $(elements_souphttpsrc_OBJECTS) $(elements_souphttpsrc_LDADD) $(LIBS) -elements/elements_spectrum-spectrum.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/spectrum-spectrum.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/spectrum$(EXEEXT): $(elements_spectrum_OBJECTS) $(elements_spectrum_DEPENDENCIES) $(EXTRA_elements_spectrum_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/spectrum$(EXEEXT) $(AM_V_CCLD)$(elements_spectrum_LINK) $(elements_spectrum_OBJECTS) $(elements_spectrum_LDADD) $(LIBS) -elements/elements_splitmux-splitmux.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/splitmux-splitmux.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/splitmux$(EXEEXT): $(elements_splitmux_OBJECTS) $(elements_splitmux_DEPENDENCIES) $(EXTRA_elements_splitmux_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/splitmux$(EXEEXT) $(AM_V_CCLD)$(elements_splitmux_LINK) $(elements_splitmux_OBJECTS) $(elements_splitmux_LDADD) $(LIBS) -elements/elements_udpsink-udpsink.$(OBJEXT): elements/$(am__dirstamp) \ +elements/udpsink-udpsink.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/udpsink$(EXEEXT): $(elements_udpsink_OBJECTS) $(elements_udpsink_DEPENDENCIES) $(EXTRA_elements_udpsink_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/udpsink$(EXEEXT) $(AM_V_CCLD)$(elements_udpsink_LINK) $(elements_udpsink_OBJECTS) $(elements_udpsink_LDADD) $(LIBS) -elements/elements_udpsrc-udpsrc.$(OBJEXT): elements/$(am__dirstamp) \ +elements/udpsrc-udpsrc.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/udpsrc$(EXEEXT): $(elements_udpsrc_OBJECTS) $(elements_udpsrc_DEPENDENCIES) $(EXTRA_elements_udpsrc_DEPENDENCIES) elements/$(am__dirstamp) @@ -2612,14 +2685,14 @@ elements/videobox$(EXEEXT): $(elements_videobox_OBJECTS) $(elements_videobox_DEPENDENCIES) $(EXTRA_elements_videobox_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videobox$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_videobox_OBJECTS) $(elements_videobox_LDADD) $(LIBS) -elements/elements_videocrop-videocrop.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videocrop-videocrop.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videocrop$(EXEEXT): $(elements_videocrop_OBJECTS) $(elements_videocrop_DEPENDENCIES) $(EXTRA_elements_videocrop_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videocrop$(EXEEXT) $(AM_V_CCLD)$(elements_videocrop_LINK) $(elements_videocrop_OBJECTS) $(elements_videocrop_LDADD) $(LIBS) -elements/elements_videofilter-videofilter.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videofilter-videofilter.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videofilter$(EXEEXT): $(elements_videofilter_OBJECTS) $(elements_videofilter_DEPENDENCIES) $(EXTRA_elements_videofilter_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videofilter$(EXEEXT) @@ -2642,7 +2715,7 @@ elements/vp8enc$(EXEEXT): $(elements_vp8enc_OBJECTS) $(elements_vp8enc_DEPENDENCIES) $(EXTRA_elements_vp8enc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/vp8enc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_vp8enc_OBJECTS) $(elements_vp8enc_LDADD) $(LIBS) -elements/elements_vp9enc-vp9enc.$(OBJEXT): elements/$(am__dirstamp) \ +elements/vp9enc-vp9enc.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/vp9enc$(EXEEXT): $(elements_vp9enc_OBJECTS) $(elements_vp9enc_DEPENDENCIES) $(EXTRA_elements_vp9enc_DEPENDENCIES) elements/$(am__dirstamp) @@ -2726,8 +2799,8 @@ pipelines/effectv$(EXEEXT): $(pipelines_effectv_OBJECTS) $(pipelines_effectv_DEPENDENCIES) $(EXTRA_pipelines_effectv_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/effectv$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_effectv_OBJECTS) $(pipelines_effectv_LDADD) $(LIBS) -pipelines/pipelines_flacdec-flacdec.$(OBJEXT): \ - pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) +pipelines/flacdec-flacdec.$(OBJEXT): pipelines/$(am__dirstamp) \ + pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/flacdec$(EXEEXT): $(pipelines_flacdec_OBJECTS) $(pipelines_flacdec_DEPENDENCIES) $(EXTRA_pipelines_flacdec_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/flacdec$(EXEEXT) @@ -2756,14 +2829,14 @@ pipelines/twolame$(EXEEXT): $(pipelines_twolame_OBJECTS) $(pipelines_twolame_DEPENDENCIES) $(EXTRA_pipelines_twolame_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/twolame$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_twolame_OBJECTS) $(pipelines_twolame_LDADD) $(LIBS) -pipelines/pipelines_wavenc-wavenc.$(OBJEXT): \ - pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) +pipelines/wavenc-wavenc.$(OBJEXT): pipelines/$(am__dirstamp) \ + pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/wavenc$(EXEEXT): $(pipelines_wavenc_OBJECTS) $(pipelines_wavenc_DEPENDENCIES) $(EXTRA_pipelines_wavenc_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/wavenc$(EXEEXT) $(AM_V_CCLD)$(pipelines_wavenc_LINK) $(pipelines_wavenc_OBJECTS) $(pipelines_wavenc_LDADD) $(LIBS) -pipelines/pipelines_wavpack-wavpack.$(OBJEXT): \ - pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) +pipelines/wavpack-wavpack.$(OBJEXT): pipelines/$(am__dirstamp) \ + pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/wavpack$(EXEEXT): $(pipelines_wavpack_OBJECTS) $(pipelines_wavpack_DEPENDENCIES) $(EXTRA_pipelines_wavpack_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/wavpack$(EXEEXT) @@ -2780,106 +2853,112 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/aacparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/ac3parse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/amrparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/apev2mux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiofirfilter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audioiirfilter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/avimux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/avisubtitle.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/capssetter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_alpha-alpha.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_alphacolor-alphacolor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_aspectratiocrop-aspectratiocrop.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audioamplify-audioamplify.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiochebband-audiochebband.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiocheblimit-audiocheblimit.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiodynamic-audiodynamic.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audioecho-audioecho.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audioinvert-audioinvert.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiopanorama-audiopanorama.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiowsincband-audiowsincband.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiowsinclimit-audiowsinclimit.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_autodetect-autodetect.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_deinterlace-deinterlace.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_deinterleave-deinterleave.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_dtmf-dtmf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_equalizer-equalizer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_flvdemux-flvdemux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_gdkpixbufsink-gdkpixbufsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_imagefreeze-imagefreeze.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_interleave-interleave.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_jpegdec-jpegdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_jpegenc-jpegenc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_level-level.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_mpg123audiodec-mpg123audiodec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_mulawdec-mulawdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_mulawenc-mulawenc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_multifile-multifile.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_qtmux-qtmux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rganalysis-rganalysis.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rglimiter-rglimiter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rgvolume-rgvolume.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtp_payloading-rtp-payloading.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpaux-rtpaux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpbin-rtpbin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpbin_buffer_list-rtpbin_buffer_list.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpbundle-rtpbundle.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpcollision-rtpcollision.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtph261-rtph261.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtph263-rtph263.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtph264-rtph264.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpjitterbuffer-rtpjitterbuffer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpmux-rtpmux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpred-rtpred.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtprtx-rtprtx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpsession-rtpsession.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpstorage-rtpstorage.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rtpulpfec-rtpulpfec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_souphttpsrc-souphttpsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_spectrum-spectrum.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_splitmux-splitmux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_udpsink-udpsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_udpsrc-udpsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videocrop-videocrop.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videofilter-videofilter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videomixer-videomixer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_vp9enc-vp9enc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/flacparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/flvmux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/gdkpixbufoverlay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/icydemux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/id3demux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/id3v2mux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/libparser_la-parser.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/matroskademux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/matroskamux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/matroskaparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/mpegaudioparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/qtdemux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpvp9.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/shapewipe.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videobox.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/vp8dec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/vp8enc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavpackdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavpackenc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavpackparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/y4menc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@generic/$(DEPDIR)/states.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_deinterlace-deinterlace.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_videobox-videobox.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_videomixer-videomixer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/effectv.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/lame.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_flacdec-flacdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_wavenc-wavenc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_wavpack-wavpack.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/simple-launch-lines.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/tagschecking.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/twolame.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/aacparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/ac3parse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/alpha-alpha.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/alphacolor-alphacolor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/amrparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/apev2mux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audioamplify-audioamplify.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiochebband-audiochebband.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiodynamic-audiodynamic.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audioecho-audioecho.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiofirfilter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audioiirfilter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audioinvert-audioinvert.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiopanorama-audiopanorama.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiowsincband-audiowsincband.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/autodetect-autodetect.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/avimux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/avisubtitle.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/capssetter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/deinterleave-deinterleave.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/dtmf-dtmf.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_deinterlace-deinterlace.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videomixer-videomixer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/equalizer-equalizer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/flacparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/flvdemux-flvdemux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/flvmux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/gdkpixbufoverlay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/icydemux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/id3demux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/id3v2mux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/imagefreeze-imagefreeze.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/interleave-interleave.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/jpegdec-jpegdec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/jpegenc-jpegenc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/level-level.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/libparser_la-parser.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/matroskademux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/matroskamux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/matroskaparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/mpegaudioparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/mulawdec-mulawdec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/mulawenc-mulawenc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/multifile-multifile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/qtdemux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/qtmux-qtmux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rganalysis-rganalysis.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rglimiter-rglimiter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rgvolume-rgvolume.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpaux-rtpaux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpbin-rtpbin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpbundle-rtpbundle.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpcollision-rtpcollision.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtph261-rtph261.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtph263-rtph263.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtph264-rtph264.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpmux-rtpmux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpred-rtpred.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtprtx-rtprtx.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpsession-rtpsession.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpstorage-rtpstorage.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rtpvp9.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/shapewipe.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/spectrum-spectrum.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/splitmux-splitmux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/udpsink-udpsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/udpsrc-udpsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videobox.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videocrop-videocrop.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videofilter-videofilter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/vp8dec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/vp8enc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/vp9enc-vp9enc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavpackdec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavpackenc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavpackparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/wavparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/y4menc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@generic/$(DEPDIR)/states.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_deinterlace-deinterlace.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_videobox-videobox.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_videomixer-videomixer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/effectv.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/flacdec-flacdec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/lame.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/simple-launch-lines.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/tagschecking.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/twolame.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/wavenc-wavenc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/wavpack-wavpack.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -2912,187 +2991,187 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libparser_la_CFLAGS) $(CFLAGS) -c -o elements/libparser_la-parser.lo `test -f 'elements/parser.c' || echo '$(srcdir)/'`elements/parser.c -elements/elements_alpha-alpha.o: elements/alpha.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -MT elements/elements_alpha-alpha.o -MD -MP -MF elements/$(DEPDIR)/elements_alpha-alpha.Tpo -c -o elements/elements_alpha-alpha.o `test -f 'elements/alpha.c' || echo '$(srcdir)/'`elements/alpha.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_alpha-alpha.Tpo elements/$(DEPDIR)/elements_alpha-alpha.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alpha.c' object='elements/elements_alpha-alpha.o' libtool=no @AMDEPBACKSLASH@ +elements/alpha-alpha.o: elements/alpha.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -MT elements/alpha-alpha.o -MD -MP -MF elements/$(DEPDIR)/alpha-alpha.Tpo -c -o elements/alpha-alpha.o `test -f 'elements/alpha.c' || echo '$(srcdir)/'`elements/alpha.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/alpha-alpha.Tpo elements/$(DEPDIR)/alpha-alpha.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alpha.c' object='elements/alpha-alpha.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -c -o elements/elements_alpha-alpha.o `test -f 'elements/alpha.c' || echo '$(srcdir)/'`elements/alpha.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -c -o elements/alpha-alpha.o `test -f 'elements/alpha.c' || echo '$(srcdir)/'`elements/alpha.c -elements/elements_alpha-alpha.obj: elements/alpha.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -MT elements/elements_alpha-alpha.obj -MD -MP -MF elements/$(DEPDIR)/elements_alpha-alpha.Tpo -c -o elements/elements_alpha-alpha.obj `if test -f 'elements/alpha.c'; then $(CYGPATH_W) 'elements/alpha.c'; else $(CYGPATH_W) '$(srcdir)/elements/alpha.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_alpha-alpha.Tpo elements/$(DEPDIR)/elements_alpha-alpha.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alpha.c' object='elements/elements_alpha-alpha.obj' libtool=no @AMDEPBACKSLASH@ +elements/alpha-alpha.obj: elements/alpha.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -MT elements/alpha-alpha.obj -MD -MP -MF elements/$(DEPDIR)/alpha-alpha.Tpo -c -o elements/alpha-alpha.obj `if test -f 'elements/alpha.c'; then $(CYGPATH_W) 'elements/alpha.c'; else $(CYGPATH_W) '$(srcdir)/elements/alpha.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/alpha-alpha.Tpo elements/$(DEPDIR)/alpha-alpha.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alpha.c' object='elements/alpha-alpha.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -c -o elements/elements_alpha-alpha.obj `if test -f 'elements/alpha.c'; then $(CYGPATH_W) 'elements/alpha.c'; else $(CYGPATH_W) '$(srcdir)/elements/alpha.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alpha_CFLAGS) $(CFLAGS) -c -o elements/alpha-alpha.obj `if test -f 'elements/alpha.c'; then $(CYGPATH_W) 'elements/alpha.c'; else $(CYGPATH_W) '$(srcdir)/elements/alpha.c'; fi` -elements/elements_alphacolor-alphacolor.o: elements/alphacolor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -MT elements/elements_alphacolor-alphacolor.o -MD -MP -MF elements/$(DEPDIR)/elements_alphacolor-alphacolor.Tpo -c -o elements/elements_alphacolor-alphacolor.o `test -f 'elements/alphacolor.c' || echo '$(srcdir)/'`elements/alphacolor.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_alphacolor-alphacolor.Tpo elements/$(DEPDIR)/elements_alphacolor-alphacolor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alphacolor.c' object='elements/elements_alphacolor-alphacolor.o' libtool=no @AMDEPBACKSLASH@ +elements/alphacolor-alphacolor.o: elements/alphacolor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -MT elements/alphacolor-alphacolor.o -MD -MP -MF elements/$(DEPDIR)/alphacolor-alphacolor.Tpo -c -o elements/alphacolor-alphacolor.o `test -f 'elements/alphacolor.c' || echo '$(srcdir)/'`elements/alphacolor.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/alphacolor-alphacolor.Tpo elements/$(DEPDIR)/alphacolor-alphacolor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alphacolor.c' object='elements/alphacolor-alphacolor.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -c -o elements/elements_alphacolor-alphacolor.o `test -f 'elements/alphacolor.c' || echo '$(srcdir)/'`elements/alphacolor.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -c -o elements/alphacolor-alphacolor.o `test -f 'elements/alphacolor.c' || echo '$(srcdir)/'`elements/alphacolor.c -elements/elements_alphacolor-alphacolor.obj: elements/alphacolor.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -MT elements/elements_alphacolor-alphacolor.obj -MD -MP -MF elements/$(DEPDIR)/elements_alphacolor-alphacolor.Tpo -c -o elements/elements_alphacolor-alphacolor.obj `if test -f 'elements/alphacolor.c'; then $(CYGPATH_W) 'elements/alphacolor.c'; else $(CYGPATH_W) '$(srcdir)/elements/alphacolor.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_alphacolor-alphacolor.Tpo elements/$(DEPDIR)/elements_alphacolor-alphacolor.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alphacolor.c' object='elements/elements_alphacolor-alphacolor.obj' libtool=no @AMDEPBACKSLASH@ +elements/alphacolor-alphacolor.obj: elements/alphacolor.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -MT elements/alphacolor-alphacolor.obj -MD -MP -MF elements/$(DEPDIR)/alphacolor-alphacolor.Tpo -c -o elements/alphacolor-alphacolor.obj `if test -f 'elements/alphacolor.c'; then $(CYGPATH_W) 'elements/alphacolor.c'; else $(CYGPATH_W) '$(srcdir)/elements/alphacolor.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/alphacolor-alphacolor.Tpo elements/$(DEPDIR)/alphacolor-alphacolor.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/alphacolor.c' object='elements/alphacolor-alphacolor.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -c -o elements/elements_alphacolor-alphacolor.obj `if test -f 'elements/alphacolor.c'; then $(CYGPATH_W) 'elements/alphacolor.c'; else $(CYGPATH_W) '$(srcdir)/elements/alphacolor.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_alphacolor_CFLAGS) $(CFLAGS) -c -o elements/alphacolor-alphacolor.obj `if test -f 'elements/alphacolor.c'; then $(CYGPATH_W) 'elements/alphacolor.c'; else $(CYGPATH_W) '$(srcdir)/elements/alphacolor.c'; fi` -elements/elements_aspectratiocrop-aspectratiocrop.o: elements/aspectratiocrop.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -MT elements/elements_aspectratiocrop-aspectratiocrop.o -MD -MP -MF elements/$(DEPDIR)/elements_aspectratiocrop-aspectratiocrop.Tpo -c -o elements/elements_aspectratiocrop-aspectratiocrop.o `test -f 'elements/aspectratiocrop.c' || echo '$(srcdir)/'`elements/aspectratiocrop.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_aspectratiocrop-aspectratiocrop.Tpo elements/$(DEPDIR)/elements_aspectratiocrop-aspectratiocrop.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/aspectratiocrop.c' object='elements/elements_aspectratiocrop-aspectratiocrop.o' libtool=no @AMDEPBACKSLASH@ +elements/aspectratiocrop-aspectratiocrop.o: elements/aspectratiocrop.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -MT elements/aspectratiocrop-aspectratiocrop.o -MD -MP -MF elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Tpo -c -o elements/aspectratiocrop-aspectratiocrop.o `test -f 'elements/aspectratiocrop.c' || echo '$(srcdir)/'`elements/aspectratiocrop.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Tpo elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/aspectratiocrop.c' object='elements/aspectratiocrop-aspectratiocrop.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -c -o elements/elements_aspectratiocrop-aspectratiocrop.o `test -f 'elements/aspectratiocrop.c' || echo '$(srcdir)/'`elements/aspectratiocrop.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -c -o elements/aspectratiocrop-aspectratiocrop.o `test -f 'elements/aspectratiocrop.c' || echo '$(srcdir)/'`elements/aspectratiocrop.c -elements/elements_aspectratiocrop-aspectratiocrop.obj: elements/aspectratiocrop.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -MT elements/elements_aspectratiocrop-aspectratiocrop.obj -MD -MP -MF elements/$(DEPDIR)/elements_aspectratiocrop-aspectratiocrop.Tpo -c -o elements/elements_aspectratiocrop-aspectratiocrop.obj `if test -f 'elements/aspectratiocrop.c'; then $(CYGPATH_W) 'elements/aspectratiocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/aspectratiocrop.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_aspectratiocrop-aspectratiocrop.Tpo elements/$(DEPDIR)/elements_aspectratiocrop-aspectratiocrop.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/aspectratiocrop.c' object='elements/elements_aspectratiocrop-aspectratiocrop.obj' libtool=no @AMDEPBACKSLASH@ +elements/aspectratiocrop-aspectratiocrop.obj: elements/aspectratiocrop.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -MT elements/aspectratiocrop-aspectratiocrop.obj -MD -MP -MF elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Tpo -c -o elements/aspectratiocrop-aspectratiocrop.obj `if test -f 'elements/aspectratiocrop.c'; then $(CYGPATH_W) 'elements/aspectratiocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/aspectratiocrop.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Tpo elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/aspectratiocrop.c' object='elements/aspectratiocrop-aspectratiocrop.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -c -o elements/elements_aspectratiocrop-aspectratiocrop.obj `if test -f 'elements/aspectratiocrop.c'; then $(CYGPATH_W) 'elements/aspectratiocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/aspectratiocrop.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_aspectratiocrop_CFLAGS) $(CFLAGS) -c -o elements/aspectratiocrop-aspectratiocrop.obj `if test -f 'elements/aspectratiocrop.c'; then $(CYGPATH_W) 'elements/aspectratiocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/aspectratiocrop.c'; fi` -elements/elements_audioamplify-audioamplify.o: elements/audioamplify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -MT elements/elements_audioamplify-audioamplify.o -MD -MP -MF elements/$(DEPDIR)/elements_audioamplify-audioamplify.Tpo -c -o elements/elements_audioamplify-audioamplify.o `test -f 'elements/audioamplify.c' || echo '$(srcdir)/'`elements/audioamplify.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioamplify-audioamplify.Tpo elements/$(DEPDIR)/elements_audioamplify-audioamplify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioamplify.c' object='elements/elements_audioamplify-audioamplify.o' libtool=no @AMDEPBACKSLASH@ +elements/audioamplify-audioamplify.o: elements/audioamplify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -MT elements/audioamplify-audioamplify.o -MD -MP -MF elements/$(DEPDIR)/audioamplify-audioamplify.Tpo -c -o elements/audioamplify-audioamplify.o `test -f 'elements/audioamplify.c' || echo '$(srcdir)/'`elements/audioamplify.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioamplify-audioamplify.Tpo elements/$(DEPDIR)/audioamplify-audioamplify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioamplify.c' object='elements/audioamplify-audioamplify.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -c -o elements/elements_audioamplify-audioamplify.o `test -f 'elements/audioamplify.c' || echo '$(srcdir)/'`elements/audioamplify.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -c -o elements/audioamplify-audioamplify.o `test -f 'elements/audioamplify.c' || echo '$(srcdir)/'`elements/audioamplify.c -elements/elements_audioamplify-audioamplify.obj: elements/audioamplify.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -MT elements/elements_audioamplify-audioamplify.obj -MD -MP -MF elements/$(DEPDIR)/elements_audioamplify-audioamplify.Tpo -c -o elements/elements_audioamplify-audioamplify.obj `if test -f 'elements/audioamplify.c'; then $(CYGPATH_W) 'elements/audioamplify.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioamplify.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioamplify-audioamplify.Tpo elements/$(DEPDIR)/elements_audioamplify-audioamplify.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioamplify.c' object='elements/elements_audioamplify-audioamplify.obj' libtool=no @AMDEPBACKSLASH@ +elements/audioamplify-audioamplify.obj: elements/audioamplify.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -MT elements/audioamplify-audioamplify.obj -MD -MP -MF elements/$(DEPDIR)/audioamplify-audioamplify.Tpo -c -o elements/audioamplify-audioamplify.obj `if test -f 'elements/audioamplify.c'; then $(CYGPATH_W) 'elements/audioamplify.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioamplify.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioamplify-audioamplify.Tpo elements/$(DEPDIR)/audioamplify-audioamplify.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioamplify.c' object='elements/audioamplify-audioamplify.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -c -o elements/elements_audioamplify-audioamplify.obj `if test -f 'elements/audioamplify.c'; then $(CYGPATH_W) 'elements/audioamplify.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioamplify.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioamplify_CFLAGS) $(CFLAGS) -c -o elements/audioamplify-audioamplify.obj `if test -f 'elements/audioamplify.c'; then $(CYGPATH_W) 'elements/audioamplify.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioamplify.c'; fi` -elements/elements_audiochebband-audiochebband.o: elements/audiochebband.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -MT elements/elements_audiochebband-audiochebband.o -MD -MP -MF elements/$(DEPDIR)/elements_audiochebband-audiochebband.Tpo -c -o elements/elements_audiochebband-audiochebband.o `test -f 'elements/audiochebband.c' || echo '$(srcdir)/'`elements/audiochebband.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiochebband-audiochebband.Tpo elements/$(DEPDIR)/elements_audiochebband-audiochebband.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiochebband.c' object='elements/elements_audiochebband-audiochebband.o' libtool=no @AMDEPBACKSLASH@ +elements/audiochebband-audiochebband.o: elements/audiochebband.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -MT elements/audiochebband-audiochebband.o -MD -MP -MF elements/$(DEPDIR)/audiochebband-audiochebband.Tpo -c -o elements/audiochebband-audiochebband.o `test -f 'elements/audiochebband.c' || echo '$(srcdir)/'`elements/audiochebband.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiochebband-audiochebband.Tpo elements/$(DEPDIR)/audiochebband-audiochebband.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiochebband.c' object='elements/audiochebband-audiochebband.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -c -o elements/elements_audiochebband-audiochebband.o `test -f 'elements/audiochebband.c' || echo '$(srcdir)/'`elements/audiochebband.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -c -o elements/audiochebband-audiochebband.o `test -f 'elements/audiochebband.c' || echo '$(srcdir)/'`elements/audiochebband.c -elements/elements_audiochebband-audiochebband.obj: elements/audiochebband.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -MT elements/elements_audiochebband-audiochebband.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiochebband-audiochebband.Tpo -c -o elements/elements_audiochebband-audiochebband.obj `if test -f 'elements/audiochebband.c'; then $(CYGPATH_W) 'elements/audiochebband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiochebband.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiochebband-audiochebband.Tpo elements/$(DEPDIR)/elements_audiochebband-audiochebband.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiochebband.c' object='elements/elements_audiochebband-audiochebband.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiochebband-audiochebband.obj: elements/audiochebband.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -MT elements/audiochebband-audiochebband.obj -MD -MP -MF elements/$(DEPDIR)/audiochebband-audiochebband.Tpo -c -o elements/audiochebband-audiochebband.obj `if test -f 'elements/audiochebband.c'; then $(CYGPATH_W) 'elements/audiochebband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiochebband.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiochebband-audiochebband.Tpo elements/$(DEPDIR)/audiochebband-audiochebband.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiochebband.c' object='elements/audiochebband-audiochebband.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -c -o elements/elements_audiochebband-audiochebband.obj `if test -f 'elements/audiochebband.c'; then $(CYGPATH_W) 'elements/audiochebband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiochebband.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiochebband_CFLAGS) $(CFLAGS) -c -o elements/audiochebband-audiochebband.obj `if test -f 'elements/audiochebband.c'; then $(CYGPATH_W) 'elements/audiochebband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiochebband.c'; fi` -elements/elements_audiocheblimit-audiocheblimit.o: elements/audiocheblimit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -MT elements/elements_audiocheblimit-audiocheblimit.o -MD -MP -MF elements/$(DEPDIR)/elements_audiocheblimit-audiocheblimit.Tpo -c -o elements/elements_audiocheblimit-audiocheblimit.o `test -f 'elements/audiocheblimit.c' || echo '$(srcdir)/'`elements/audiocheblimit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiocheblimit-audiocheblimit.Tpo elements/$(DEPDIR)/elements_audiocheblimit-audiocheblimit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiocheblimit.c' object='elements/elements_audiocheblimit-audiocheblimit.o' libtool=no @AMDEPBACKSLASH@ +elements/audiocheblimit-audiocheblimit.o: elements/audiocheblimit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -MT elements/audiocheblimit-audiocheblimit.o -MD -MP -MF elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Tpo -c -o elements/audiocheblimit-audiocheblimit.o `test -f 'elements/audiocheblimit.c' || echo '$(srcdir)/'`elements/audiocheblimit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Tpo elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiocheblimit.c' object='elements/audiocheblimit-audiocheblimit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -c -o elements/elements_audiocheblimit-audiocheblimit.o `test -f 'elements/audiocheblimit.c' || echo '$(srcdir)/'`elements/audiocheblimit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -c -o elements/audiocheblimit-audiocheblimit.o `test -f 'elements/audiocheblimit.c' || echo '$(srcdir)/'`elements/audiocheblimit.c -elements/elements_audiocheblimit-audiocheblimit.obj: elements/audiocheblimit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -MT elements/elements_audiocheblimit-audiocheblimit.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiocheblimit-audiocheblimit.Tpo -c -o elements/elements_audiocheblimit-audiocheblimit.obj `if test -f 'elements/audiocheblimit.c'; then $(CYGPATH_W) 'elements/audiocheblimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiocheblimit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiocheblimit-audiocheblimit.Tpo elements/$(DEPDIR)/elements_audiocheblimit-audiocheblimit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiocheblimit.c' object='elements/elements_audiocheblimit-audiocheblimit.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiocheblimit-audiocheblimit.obj: elements/audiocheblimit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -MT elements/audiocheblimit-audiocheblimit.obj -MD -MP -MF elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Tpo -c -o elements/audiocheblimit-audiocheblimit.obj `if test -f 'elements/audiocheblimit.c'; then $(CYGPATH_W) 'elements/audiocheblimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiocheblimit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Tpo elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiocheblimit.c' object='elements/audiocheblimit-audiocheblimit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -c -o elements/elements_audiocheblimit-audiocheblimit.obj `if test -f 'elements/audiocheblimit.c'; then $(CYGPATH_W) 'elements/audiocheblimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiocheblimit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiocheblimit_CFLAGS) $(CFLAGS) -c -o elements/audiocheblimit-audiocheblimit.obj `if test -f 'elements/audiocheblimit.c'; then $(CYGPATH_W) 'elements/audiocheblimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiocheblimit.c'; fi` -elements/elements_audiodynamic-audiodynamic.o: elements/audiodynamic.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -MT elements/elements_audiodynamic-audiodynamic.o -MD -MP -MF elements/$(DEPDIR)/elements_audiodynamic-audiodynamic.Tpo -c -o elements/elements_audiodynamic-audiodynamic.o `test -f 'elements/audiodynamic.c' || echo '$(srcdir)/'`elements/audiodynamic.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiodynamic-audiodynamic.Tpo elements/$(DEPDIR)/elements_audiodynamic-audiodynamic.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiodynamic.c' object='elements/elements_audiodynamic-audiodynamic.o' libtool=no @AMDEPBACKSLASH@ +elements/audiodynamic-audiodynamic.o: elements/audiodynamic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -MT elements/audiodynamic-audiodynamic.o -MD -MP -MF elements/$(DEPDIR)/audiodynamic-audiodynamic.Tpo -c -o elements/audiodynamic-audiodynamic.o `test -f 'elements/audiodynamic.c' || echo '$(srcdir)/'`elements/audiodynamic.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiodynamic-audiodynamic.Tpo elements/$(DEPDIR)/audiodynamic-audiodynamic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiodynamic.c' object='elements/audiodynamic-audiodynamic.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -c -o elements/elements_audiodynamic-audiodynamic.o `test -f 'elements/audiodynamic.c' || echo '$(srcdir)/'`elements/audiodynamic.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -c -o elements/audiodynamic-audiodynamic.o `test -f 'elements/audiodynamic.c' || echo '$(srcdir)/'`elements/audiodynamic.c -elements/elements_audiodynamic-audiodynamic.obj: elements/audiodynamic.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -MT elements/elements_audiodynamic-audiodynamic.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiodynamic-audiodynamic.Tpo -c -o elements/elements_audiodynamic-audiodynamic.obj `if test -f 'elements/audiodynamic.c'; then $(CYGPATH_W) 'elements/audiodynamic.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiodynamic.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiodynamic-audiodynamic.Tpo elements/$(DEPDIR)/elements_audiodynamic-audiodynamic.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiodynamic.c' object='elements/elements_audiodynamic-audiodynamic.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiodynamic-audiodynamic.obj: elements/audiodynamic.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -MT elements/audiodynamic-audiodynamic.obj -MD -MP -MF elements/$(DEPDIR)/audiodynamic-audiodynamic.Tpo -c -o elements/audiodynamic-audiodynamic.obj `if test -f 'elements/audiodynamic.c'; then $(CYGPATH_W) 'elements/audiodynamic.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiodynamic.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiodynamic-audiodynamic.Tpo elements/$(DEPDIR)/audiodynamic-audiodynamic.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiodynamic.c' object='elements/audiodynamic-audiodynamic.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -c -o elements/elements_audiodynamic-audiodynamic.obj `if test -f 'elements/audiodynamic.c'; then $(CYGPATH_W) 'elements/audiodynamic.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiodynamic.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiodynamic_CFLAGS) $(CFLAGS) -c -o elements/audiodynamic-audiodynamic.obj `if test -f 'elements/audiodynamic.c'; then $(CYGPATH_W) 'elements/audiodynamic.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiodynamic.c'; fi` -elements/elements_audioecho-audioecho.o: elements/audioecho.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -MT elements/elements_audioecho-audioecho.o -MD -MP -MF elements/$(DEPDIR)/elements_audioecho-audioecho.Tpo -c -o elements/elements_audioecho-audioecho.o `test -f 'elements/audioecho.c' || echo '$(srcdir)/'`elements/audioecho.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioecho-audioecho.Tpo elements/$(DEPDIR)/elements_audioecho-audioecho.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioecho.c' object='elements/elements_audioecho-audioecho.o' libtool=no @AMDEPBACKSLASH@ +elements/audioecho-audioecho.o: elements/audioecho.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -MT elements/audioecho-audioecho.o -MD -MP -MF elements/$(DEPDIR)/audioecho-audioecho.Tpo -c -o elements/audioecho-audioecho.o `test -f 'elements/audioecho.c' || echo '$(srcdir)/'`elements/audioecho.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioecho-audioecho.Tpo elements/$(DEPDIR)/audioecho-audioecho.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioecho.c' object='elements/audioecho-audioecho.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -c -o elements/elements_audioecho-audioecho.o `test -f 'elements/audioecho.c' || echo '$(srcdir)/'`elements/audioecho.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -c -o elements/audioecho-audioecho.o `test -f 'elements/audioecho.c' || echo '$(srcdir)/'`elements/audioecho.c -elements/elements_audioecho-audioecho.obj: elements/audioecho.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -MT elements/elements_audioecho-audioecho.obj -MD -MP -MF elements/$(DEPDIR)/elements_audioecho-audioecho.Tpo -c -o elements/elements_audioecho-audioecho.obj `if test -f 'elements/audioecho.c'; then $(CYGPATH_W) 'elements/audioecho.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioecho.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioecho-audioecho.Tpo elements/$(DEPDIR)/elements_audioecho-audioecho.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioecho.c' object='elements/elements_audioecho-audioecho.obj' libtool=no @AMDEPBACKSLASH@ +elements/audioecho-audioecho.obj: elements/audioecho.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -MT elements/audioecho-audioecho.obj -MD -MP -MF elements/$(DEPDIR)/audioecho-audioecho.Tpo -c -o elements/audioecho-audioecho.obj `if test -f 'elements/audioecho.c'; then $(CYGPATH_W) 'elements/audioecho.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioecho.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioecho-audioecho.Tpo elements/$(DEPDIR)/audioecho-audioecho.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioecho.c' object='elements/audioecho-audioecho.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -c -o elements/elements_audioecho-audioecho.obj `if test -f 'elements/audioecho.c'; then $(CYGPATH_W) 'elements/audioecho.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioecho.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioecho_CFLAGS) $(CFLAGS) -c -o elements/audioecho-audioecho.obj `if test -f 'elements/audioecho.c'; then $(CYGPATH_W) 'elements/audioecho.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioecho.c'; fi` -elements/elements_audioinvert-audioinvert.o: elements/audioinvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -MT elements/elements_audioinvert-audioinvert.o -MD -MP -MF elements/$(DEPDIR)/elements_audioinvert-audioinvert.Tpo -c -o elements/elements_audioinvert-audioinvert.o `test -f 'elements/audioinvert.c' || echo '$(srcdir)/'`elements/audioinvert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioinvert-audioinvert.Tpo elements/$(DEPDIR)/elements_audioinvert-audioinvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioinvert.c' object='elements/elements_audioinvert-audioinvert.o' libtool=no @AMDEPBACKSLASH@ +elements/audioinvert-audioinvert.o: elements/audioinvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -MT elements/audioinvert-audioinvert.o -MD -MP -MF elements/$(DEPDIR)/audioinvert-audioinvert.Tpo -c -o elements/audioinvert-audioinvert.o `test -f 'elements/audioinvert.c' || echo '$(srcdir)/'`elements/audioinvert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioinvert-audioinvert.Tpo elements/$(DEPDIR)/audioinvert-audioinvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioinvert.c' object='elements/audioinvert-audioinvert.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -c -o elements/elements_audioinvert-audioinvert.o `test -f 'elements/audioinvert.c' || echo '$(srcdir)/'`elements/audioinvert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -c -o elements/audioinvert-audioinvert.o `test -f 'elements/audioinvert.c' || echo '$(srcdir)/'`elements/audioinvert.c -elements/elements_audioinvert-audioinvert.obj: elements/audioinvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -MT elements/elements_audioinvert-audioinvert.obj -MD -MP -MF elements/$(DEPDIR)/elements_audioinvert-audioinvert.Tpo -c -o elements/elements_audioinvert-audioinvert.obj `if test -f 'elements/audioinvert.c'; then $(CYGPATH_W) 'elements/audioinvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioinvert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioinvert-audioinvert.Tpo elements/$(DEPDIR)/elements_audioinvert-audioinvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioinvert.c' object='elements/elements_audioinvert-audioinvert.obj' libtool=no @AMDEPBACKSLASH@ +elements/audioinvert-audioinvert.obj: elements/audioinvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -MT elements/audioinvert-audioinvert.obj -MD -MP -MF elements/$(DEPDIR)/audioinvert-audioinvert.Tpo -c -o elements/audioinvert-audioinvert.obj `if test -f 'elements/audioinvert.c'; then $(CYGPATH_W) 'elements/audioinvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioinvert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioinvert-audioinvert.Tpo elements/$(DEPDIR)/audioinvert-audioinvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioinvert.c' object='elements/audioinvert-audioinvert.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -c -o elements/elements_audioinvert-audioinvert.obj `if test -f 'elements/audioinvert.c'; then $(CYGPATH_W) 'elements/audioinvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioinvert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioinvert_CFLAGS) $(CFLAGS) -c -o elements/audioinvert-audioinvert.obj `if test -f 'elements/audioinvert.c'; then $(CYGPATH_W) 'elements/audioinvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioinvert.c'; fi` -elements/elements_audiopanorama-audiopanorama.o: elements/audiopanorama.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -MT elements/elements_audiopanorama-audiopanorama.o -MD -MP -MF elements/$(DEPDIR)/elements_audiopanorama-audiopanorama.Tpo -c -o elements/elements_audiopanorama-audiopanorama.o `test -f 'elements/audiopanorama.c' || echo '$(srcdir)/'`elements/audiopanorama.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiopanorama-audiopanorama.Tpo elements/$(DEPDIR)/elements_audiopanorama-audiopanorama.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiopanorama.c' object='elements/elements_audiopanorama-audiopanorama.o' libtool=no @AMDEPBACKSLASH@ +elements/audiopanorama-audiopanorama.o: elements/audiopanorama.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -MT elements/audiopanorama-audiopanorama.o -MD -MP -MF elements/$(DEPDIR)/audiopanorama-audiopanorama.Tpo -c -o elements/audiopanorama-audiopanorama.o `test -f 'elements/audiopanorama.c' || echo '$(srcdir)/'`elements/audiopanorama.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiopanorama-audiopanorama.Tpo elements/$(DEPDIR)/audiopanorama-audiopanorama.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiopanorama.c' object='elements/audiopanorama-audiopanorama.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -c -o elements/elements_audiopanorama-audiopanorama.o `test -f 'elements/audiopanorama.c' || echo '$(srcdir)/'`elements/audiopanorama.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -c -o elements/audiopanorama-audiopanorama.o `test -f 'elements/audiopanorama.c' || echo '$(srcdir)/'`elements/audiopanorama.c -elements/elements_audiopanorama-audiopanorama.obj: elements/audiopanorama.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -MT elements/elements_audiopanorama-audiopanorama.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiopanorama-audiopanorama.Tpo -c -o elements/elements_audiopanorama-audiopanorama.obj `if test -f 'elements/audiopanorama.c'; then $(CYGPATH_W) 'elements/audiopanorama.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiopanorama.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiopanorama-audiopanorama.Tpo elements/$(DEPDIR)/elements_audiopanorama-audiopanorama.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiopanorama.c' object='elements/elements_audiopanorama-audiopanorama.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiopanorama-audiopanorama.obj: elements/audiopanorama.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -MT elements/audiopanorama-audiopanorama.obj -MD -MP -MF elements/$(DEPDIR)/audiopanorama-audiopanorama.Tpo -c -o elements/audiopanorama-audiopanorama.obj `if test -f 'elements/audiopanorama.c'; then $(CYGPATH_W) 'elements/audiopanorama.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiopanorama.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiopanorama-audiopanorama.Tpo elements/$(DEPDIR)/audiopanorama-audiopanorama.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiopanorama.c' object='elements/audiopanorama-audiopanorama.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -c -o elements/elements_audiopanorama-audiopanorama.obj `if test -f 'elements/audiopanorama.c'; then $(CYGPATH_W) 'elements/audiopanorama.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiopanorama.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiopanorama_CFLAGS) $(CFLAGS) -c -o elements/audiopanorama-audiopanorama.obj `if test -f 'elements/audiopanorama.c'; then $(CYGPATH_W) 'elements/audiopanorama.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiopanorama.c'; fi` -elements/elements_audiowsincband-audiowsincband.o: elements/audiowsincband.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -MT elements/elements_audiowsincband-audiowsincband.o -MD -MP -MF elements/$(DEPDIR)/elements_audiowsincband-audiowsincband.Tpo -c -o elements/elements_audiowsincband-audiowsincband.o `test -f 'elements/audiowsincband.c' || echo '$(srcdir)/'`elements/audiowsincband.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiowsincband-audiowsincband.Tpo elements/$(DEPDIR)/elements_audiowsincband-audiowsincband.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsincband.c' object='elements/elements_audiowsincband-audiowsincband.o' libtool=no @AMDEPBACKSLASH@ +elements/audiowsincband-audiowsincband.o: elements/audiowsincband.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -MT elements/audiowsincband-audiowsincband.o -MD -MP -MF elements/$(DEPDIR)/audiowsincband-audiowsincband.Tpo -c -o elements/audiowsincband-audiowsincband.o `test -f 'elements/audiowsincband.c' || echo '$(srcdir)/'`elements/audiowsincband.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiowsincband-audiowsincband.Tpo elements/$(DEPDIR)/audiowsincband-audiowsincband.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsincband.c' object='elements/audiowsincband-audiowsincband.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -c -o elements/elements_audiowsincband-audiowsincband.o `test -f 'elements/audiowsincband.c' || echo '$(srcdir)/'`elements/audiowsincband.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -c -o elements/audiowsincband-audiowsincband.o `test -f 'elements/audiowsincband.c' || echo '$(srcdir)/'`elements/audiowsincband.c -elements/elements_audiowsincband-audiowsincband.obj: elements/audiowsincband.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -MT elements/elements_audiowsincband-audiowsincband.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiowsincband-audiowsincband.Tpo -c -o elements/elements_audiowsincband-audiowsincband.obj `if test -f 'elements/audiowsincband.c'; then $(CYGPATH_W) 'elements/audiowsincband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsincband.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiowsincband-audiowsincband.Tpo elements/$(DEPDIR)/elements_audiowsincband-audiowsincband.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsincband.c' object='elements/elements_audiowsincband-audiowsincband.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiowsincband-audiowsincband.obj: elements/audiowsincband.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -MT elements/audiowsincband-audiowsincband.obj -MD -MP -MF elements/$(DEPDIR)/audiowsincband-audiowsincband.Tpo -c -o elements/audiowsincband-audiowsincband.obj `if test -f 'elements/audiowsincband.c'; then $(CYGPATH_W) 'elements/audiowsincband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsincband.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiowsincband-audiowsincband.Tpo elements/$(DEPDIR)/audiowsincband-audiowsincband.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsincband.c' object='elements/audiowsincband-audiowsincband.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -c -o elements/elements_audiowsincband-audiowsincband.obj `if test -f 'elements/audiowsincband.c'; then $(CYGPATH_W) 'elements/audiowsincband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsincband.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsincband_CFLAGS) $(CFLAGS) -c -o elements/audiowsincband-audiowsincband.obj `if test -f 'elements/audiowsincband.c'; then $(CYGPATH_W) 'elements/audiowsincband.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsincband.c'; fi` -elements/elements_audiowsinclimit-audiowsinclimit.o: elements/audiowsinclimit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -MT elements/elements_audiowsinclimit-audiowsinclimit.o -MD -MP -MF elements/$(DEPDIR)/elements_audiowsinclimit-audiowsinclimit.Tpo -c -o elements/elements_audiowsinclimit-audiowsinclimit.o `test -f 'elements/audiowsinclimit.c' || echo '$(srcdir)/'`elements/audiowsinclimit.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiowsinclimit-audiowsinclimit.Tpo elements/$(DEPDIR)/elements_audiowsinclimit-audiowsinclimit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsinclimit.c' object='elements/elements_audiowsinclimit-audiowsinclimit.o' libtool=no @AMDEPBACKSLASH@ +elements/audiowsinclimit-audiowsinclimit.o: elements/audiowsinclimit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -MT elements/audiowsinclimit-audiowsinclimit.o -MD -MP -MF elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Tpo -c -o elements/audiowsinclimit-audiowsinclimit.o `test -f 'elements/audiowsinclimit.c' || echo '$(srcdir)/'`elements/audiowsinclimit.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Tpo elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsinclimit.c' object='elements/audiowsinclimit-audiowsinclimit.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -c -o elements/elements_audiowsinclimit-audiowsinclimit.o `test -f 'elements/audiowsinclimit.c' || echo '$(srcdir)/'`elements/audiowsinclimit.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -c -o elements/audiowsinclimit-audiowsinclimit.o `test -f 'elements/audiowsinclimit.c' || echo '$(srcdir)/'`elements/audiowsinclimit.c -elements/elements_audiowsinclimit-audiowsinclimit.obj: elements/audiowsinclimit.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -MT elements/elements_audiowsinclimit-audiowsinclimit.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiowsinclimit-audiowsinclimit.Tpo -c -o elements/elements_audiowsinclimit-audiowsinclimit.obj `if test -f 'elements/audiowsinclimit.c'; then $(CYGPATH_W) 'elements/audiowsinclimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsinclimit.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiowsinclimit-audiowsinclimit.Tpo elements/$(DEPDIR)/elements_audiowsinclimit-audiowsinclimit.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsinclimit.c' object='elements/elements_audiowsinclimit-audiowsinclimit.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiowsinclimit-audiowsinclimit.obj: elements/audiowsinclimit.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -MT elements/audiowsinclimit-audiowsinclimit.obj -MD -MP -MF elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Tpo -c -o elements/audiowsinclimit-audiowsinclimit.obj `if test -f 'elements/audiowsinclimit.c'; then $(CYGPATH_W) 'elements/audiowsinclimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsinclimit.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Tpo elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiowsinclimit.c' object='elements/audiowsinclimit-audiowsinclimit.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -c -o elements/elements_audiowsinclimit-audiowsinclimit.obj `if test -f 'elements/audiowsinclimit.c'; then $(CYGPATH_W) 'elements/audiowsinclimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsinclimit.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiowsinclimit_CFLAGS) $(CFLAGS) -c -o elements/audiowsinclimit-audiowsinclimit.obj `if test -f 'elements/audiowsinclimit.c'; then $(CYGPATH_W) 'elements/audiowsinclimit.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiowsinclimit.c'; fi` -elements/elements_autodetect-autodetect.o: elements/autodetect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -MT elements/elements_autodetect-autodetect.o -MD -MP -MF elements/$(DEPDIR)/elements_autodetect-autodetect.Tpo -c -o elements/elements_autodetect-autodetect.o `test -f 'elements/autodetect.c' || echo '$(srcdir)/'`elements/autodetect.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_autodetect-autodetect.Tpo elements/$(DEPDIR)/elements_autodetect-autodetect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/autodetect.c' object='elements/elements_autodetect-autodetect.o' libtool=no @AMDEPBACKSLASH@ +elements/autodetect-autodetect.o: elements/autodetect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -MT elements/autodetect-autodetect.o -MD -MP -MF elements/$(DEPDIR)/autodetect-autodetect.Tpo -c -o elements/autodetect-autodetect.o `test -f 'elements/autodetect.c' || echo '$(srcdir)/'`elements/autodetect.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/autodetect-autodetect.Tpo elements/$(DEPDIR)/autodetect-autodetect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/autodetect.c' object='elements/autodetect-autodetect.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -c -o elements/elements_autodetect-autodetect.o `test -f 'elements/autodetect.c' || echo '$(srcdir)/'`elements/autodetect.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -c -o elements/autodetect-autodetect.o `test -f 'elements/autodetect.c' || echo '$(srcdir)/'`elements/autodetect.c -elements/elements_autodetect-autodetect.obj: elements/autodetect.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -MT elements/elements_autodetect-autodetect.obj -MD -MP -MF elements/$(DEPDIR)/elements_autodetect-autodetect.Tpo -c -o elements/elements_autodetect-autodetect.obj `if test -f 'elements/autodetect.c'; then $(CYGPATH_W) 'elements/autodetect.c'; else $(CYGPATH_W) '$(srcdir)/elements/autodetect.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_autodetect-autodetect.Tpo elements/$(DEPDIR)/elements_autodetect-autodetect.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/autodetect.c' object='elements/elements_autodetect-autodetect.obj' libtool=no @AMDEPBACKSLASH@ +elements/autodetect-autodetect.obj: elements/autodetect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -MT elements/autodetect-autodetect.obj -MD -MP -MF elements/$(DEPDIR)/autodetect-autodetect.Tpo -c -o elements/autodetect-autodetect.obj `if test -f 'elements/autodetect.c'; then $(CYGPATH_W) 'elements/autodetect.c'; else $(CYGPATH_W) '$(srcdir)/elements/autodetect.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/autodetect-autodetect.Tpo elements/$(DEPDIR)/autodetect-autodetect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/autodetect.c' object='elements/autodetect-autodetect.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -c -o elements/elements_autodetect-autodetect.obj `if test -f 'elements/autodetect.c'; then $(CYGPATH_W) 'elements/autodetect.c'; else $(CYGPATH_W) '$(srcdir)/elements/autodetect.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_autodetect_CFLAGS) $(CFLAGS) -c -o elements/autodetect-autodetect.obj `if test -f 'elements/autodetect.c'; then $(CYGPATH_W) 'elements/autodetect.c'; else $(CYGPATH_W) '$(srcdir)/elements/autodetect.c'; fi` elements/elements_deinterlace-deinterlace.o: elements/deinterlace.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterlace_CFLAGS) $(CFLAGS) -MT elements/elements_deinterlace-deinterlace.o -MD -MP -MF elements/$(DEPDIR)/elements_deinterlace-deinterlace.Tpo -c -o elements/elements_deinterlace-deinterlace.o `test -f 'elements/deinterlace.c' || echo '$(srcdir)/'`elements/deinterlace.c @@ -3108,579 +3187,579 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterlace_CFLAGS) $(CFLAGS) -c -o elements/elements_deinterlace-deinterlace.obj `if test -f 'elements/deinterlace.c'; then $(CYGPATH_W) 'elements/deinterlace.c'; else $(CYGPATH_W) '$(srcdir)/elements/deinterlace.c'; fi` -elements/elements_deinterleave-deinterleave.o: elements/deinterleave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -MT elements/elements_deinterleave-deinterleave.o -MD -MP -MF elements/$(DEPDIR)/elements_deinterleave-deinterleave.Tpo -c -o elements/elements_deinterleave-deinterleave.o `test -f 'elements/deinterleave.c' || echo '$(srcdir)/'`elements/deinterleave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_deinterleave-deinterleave.Tpo elements/$(DEPDIR)/elements_deinterleave-deinterleave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/deinterleave.c' object='elements/elements_deinterleave-deinterleave.o' libtool=no @AMDEPBACKSLASH@ +elements/deinterleave-deinterleave.o: elements/deinterleave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -MT elements/deinterleave-deinterleave.o -MD -MP -MF elements/$(DEPDIR)/deinterleave-deinterleave.Tpo -c -o elements/deinterleave-deinterleave.o `test -f 'elements/deinterleave.c' || echo '$(srcdir)/'`elements/deinterleave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/deinterleave-deinterleave.Tpo elements/$(DEPDIR)/deinterleave-deinterleave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/deinterleave.c' object='elements/deinterleave-deinterleave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -c -o elements/elements_deinterleave-deinterleave.o `test -f 'elements/deinterleave.c' || echo '$(srcdir)/'`elements/deinterleave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -c -o elements/deinterleave-deinterleave.o `test -f 'elements/deinterleave.c' || echo '$(srcdir)/'`elements/deinterleave.c -elements/elements_deinterleave-deinterleave.obj: elements/deinterleave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -MT elements/elements_deinterleave-deinterleave.obj -MD -MP -MF elements/$(DEPDIR)/elements_deinterleave-deinterleave.Tpo -c -o elements/elements_deinterleave-deinterleave.obj `if test -f 'elements/deinterleave.c'; then $(CYGPATH_W) 'elements/deinterleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/deinterleave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_deinterleave-deinterleave.Tpo elements/$(DEPDIR)/elements_deinterleave-deinterleave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/deinterleave.c' object='elements/elements_deinterleave-deinterleave.obj' libtool=no @AMDEPBACKSLASH@ +elements/deinterleave-deinterleave.obj: elements/deinterleave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -MT elements/deinterleave-deinterleave.obj -MD -MP -MF elements/$(DEPDIR)/deinterleave-deinterleave.Tpo -c -o elements/deinterleave-deinterleave.obj `if test -f 'elements/deinterleave.c'; then $(CYGPATH_W) 'elements/deinterleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/deinterleave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/deinterleave-deinterleave.Tpo elements/$(DEPDIR)/deinterleave-deinterleave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/deinterleave.c' object='elements/deinterleave-deinterleave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -c -o elements/elements_deinterleave-deinterleave.obj `if test -f 'elements/deinterleave.c'; then $(CYGPATH_W) 'elements/deinterleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/deinterleave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_deinterleave_CFLAGS) $(CFLAGS) -c -o elements/deinterleave-deinterleave.obj `if test -f 'elements/deinterleave.c'; then $(CYGPATH_W) 'elements/deinterleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/deinterleave.c'; fi` -elements/elements_dtmf-dtmf.o: elements/dtmf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -MT elements/elements_dtmf-dtmf.o -MD -MP -MF elements/$(DEPDIR)/elements_dtmf-dtmf.Tpo -c -o elements/elements_dtmf-dtmf.o `test -f 'elements/dtmf.c' || echo '$(srcdir)/'`elements/dtmf.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_dtmf-dtmf.Tpo elements/$(DEPDIR)/elements_dtmf-dtmf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/dtmf.c' object='elements/elements_dtmf-dtmf.o' libtool=no @AMDEPBACKSLASH@ +elements/dtmf-dtmf.o: elements/dtmf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -MT elements/dtmf-dtmf.o -MD -MP -MF elements/$(DEPDIR)/dtmf-dtmf.Tpo -c -o elements/dtmf-dtmf.o `test -f 'elements/dtmf.c' || echo '$(srcdir)/'`elements/dtmf.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/dtmf-dtmf.Tpo elements/$(DEPDIR)/dtmf-dtmf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/dtmf.c' object='elements/dtmf-dtmf.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -c -o elements/elements_dtmf-dtmf.o `test -f 'elements/dtmf.c' || echo '$(srcdir)/'`elements/dtmf.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -c -o elements/dtmf-dtmf.o `test -f 'elements/dtmf.c' || echo '$(srcdir)/'`elements/dtmf.c -elements/elements_dtmf-dtmf.obj: elements/dtmf.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -MT elements/elements_dtmf-dtmf.obj -MD -MP -MF elements/$(DEPDIR)/elements_dtmf-dtmf.Tpo -c -o elements/elements_dtmf-dtmf.obj `if test -f 'elements/dtmf.c'; then $(CYGPATH_W) 'elements/dtmf.c'; else $(CYGPATH_W) '$(srcdir)/elements/dtmf.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_dtmf-dtmf.Tpo elements/$(DEPDIR)/elements_dtmf-dtmf.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/dtmf.c' object='elements/elements_dtmf-dtmf.obj' libtool=no @AMDEPBACKSLASH@ +elements/dtmf-dtmf.obj: elements/dtmf.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -MT elements/dtmf-dtmf.obj -MD -MP -MF elements/$(DEPDIR)/dtmf-dtmf.Tpo -c -o elements/dtmf-dtmf.obj `if test -f 'elements/dtmf.c'; then $(CYGPATH_W) 'elements/dtmf.c'; else $(CYGPATH_W) '$(srcdir)/elements/dtmf.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/dtmf-dtmf.Tpo elements/$(DEPDIR)/dtmf-dtmf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/dtmf.c' object='elements/dtmf-dtmf.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -c -o elements/elements_dtmf-dtmf.obj `if test -f 'elements/dtmf.c'; then $(CYGPATH_W) 'elements/dtmf.c'; else $(CYGPATH_W) '$(srcdir)/elements/dtmf.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_dtmf_CFLAGS) $(CFLAGS) -c -o elements/dtmf-dtmf.obj `if test -f 'elements/dtmf.c'; then $(CYGPATH_W) 'elements/dtmf.c'; else $(CYGPATH_W) '$(srcdir)/elements/dtmf.c'; fi` -elements/elements_equalizer-equalizer.o: elements/equalizer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -MT elements/elements_equalizer-equalizer.o -MD -MP -MF elements/$(DEPDIR)/elements_equalizer-equalizer.Tpo -c -o elements/elements_equalizer-equalizer.o `test -f 'elements/equalizer.c' || echo '$(srcdir)/'`elements/equalizer.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_equalizer-equalizer.Tpo elements/$(DEPDIR)/elements_equalizer-equalizer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/equalizer.c' object='elements/elements_equalizer-equalizer.o' libtool=no @AMDEPBACKSLASH@ +elements/equalizer-equalizer.o: elements/equalizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -MT elements/equalizer-equalizer.o -MD -MP -MF elements/$(DEPDIR)/equalizer-equalizer.Tpo -c -o elements/equalizer-equalizer.o `test -f 'elements/equalizer.c' || echo '$(srcdir)/'`elements/equalizer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/equalizer-equalizer.Tpo elements/$(DEPDIR)/equalizer-equalizer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/equalizer.c' object='elements/equalizer-equalizer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -c -o elements/elements_equalizer-equalizer.o `test -f 'elements/equalizer.c' || echo '$(srcdir)/'`elements/equalizer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -c -o elements/equalizer-equalizer.o `test -f 'elements/equalizer.c' || echo '$(srcdir)/'`elements/equalizer.c -elements/elements_equalizer-equalizer.obj: elements/equalizer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -MT elements/elements_equalizer-equalizer.obj -MD -MP -MF elements/$(DEPDIR)/elements_equalizer-equalizer.Tpo -c -o elements/elements_equalizer-equalizer.obj `if test -f 'elements/equalizer.c'; then $(CYGPATH_W) 'elements/equalizer.c'; else $(CYGPATH_W) '$(srcdir)/elements/equalizer.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_equalizer-equalizer.Tpo elements/$(DEPDIR)/elements_equalizer-equalizer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/equalizer.c' object='elements/elements_equalizer-equalizer.obj' libtool=no @AMDEPBACKSLASH@ +elements/equalizer-equalizer.obj: elements/equalizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -MT elements/equalizer-equalizer.obj -MD -MP -MF elements/$(DEPDIR)/equalizer-equalizer.Tpo -c -o elements/equalizer-equalizer.obj `if test -f 'elements/equalizer.c'; then $(CYGPATH_W) 'elements/equalizer.c'; else $(CYGPATH_W) '$(srcdir)/elements/equalizer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/equalizer-equalizer.Tpo elements/$(DEPDIR)/equalizer-equalizer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/equalizer.c' object='elements/equalizer-equalizer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -c -o elements/elements_equalizer-equalizer.obj `if test -f 'elements/equalizer.c'; then $(CYGPATH_W) 'elements/equalizer.c'; else $(CYGPATH_W) '$(srcdir)/elements/equalizer.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_equalizer_CFLAGS) $(CFLAGS) -c -o elements/equalizer-equalizer.obj `if test -f 'elements/equalizer.c'; then $(CYGPATH_W) 'elements/equalizer.c'; else $(CYGPATH_W) '$(srcdir)/elements/equalizer.c'; fi` -elements/elements_flvdemux-flvdemux.o: elements/flvdemux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -MT elements/elements_flvdemux-flvdemux.o -MD -MP -MF elements/$(DEPDIR)/elements_flvdemux-flvdemux.Tpo -c -o elements/elements_flvdemux-flvdemux.o `test -f 'elements/flvdemux.c' || echo '$(srcdir)/'`elements/flvdemux.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_flvdemux-flvdemux.Tpo elements/$(DEPDIR)/elements_flvdemux-flvdemux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/flvdemux.c' object='elements/elements_flvdemux-flvdemux.o' libtool=no @AMDEPBACKSLASH@ +elements/flvdemux-flvdemux.o: elements/flvdemux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -MT elements/flvdemux-flvdemux.o -MD -MP -MF elements/$(DEPDIR)/flvdemux-flvdemux.Tpo -c -o elements/flvdemux-flvdemux.o `test -f 'elements/flvdemux.c' || echo '$(srcdir)/'`elements/flvdemux.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/flvdemux-flvdemux.Tpo elements/$(DEPDIR)/flvdemux-flvdemux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/flvdemux.c' object='elements/flvdemux-flvdemux.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -c -o elements/elements_flvdemux-flvdemux.o `test -f 'elements/flvdemux.c' || echo '$(srcdir)/'`elements/flvdemux.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -c -o elements/flvdemux-flvdemux.o `test -f 'elements/flvdemux.c' || echo '$(srcdir)/'`elements/flvdemux.c -elements/elements_flvdemux-flvdemux.obj: elements/flvdemux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -MT elements/elements_flvdemux-flvdemux.obj -MD -MP -MF elements/$(DEPDIR)/elements_flvdemux-flvdemux.Tpo -c -o elements/elements_flvdemux-flvdemux.obj `if test -f 'elements/flvdemux.c'; then $(CYGPATH_W) 'elements/flvdemux.c'; else $(CYGPATH_W) '$(srcdir)/elements/flvdemux.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_flvdemux-flvdemux.Tpo elements/$(DEPDIR)/elements_flvdemux-flvdemux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/flvdemux.c' object='elements/elements_flvdemux-flvdemux.obj' libtool=no @AMDEPBACKSLASH@ +elements/flvdemux-flvdemux.obj: elements/flvdemux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -MT elements/flvdemux-flvdemux.obj -MD -MP -MF elements/$(DEPDIR)/flvdemux-flvdemux.Tpo -c -o elements/flvdemux-flvdemux.obj `if test -f 'elements/flvdemux.c'; then $(CYGPATH_W) 'elements/flvdemux.c'; else $(CYGPATH_W) '$(srcdir)/elements/flvdemux.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/flvdemux-flvdemux.Tpo elements/$(DEPDIR)/flvdemux-flvdemux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/flvdemux.c' object='elements/flvdemux-flvdemux.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -c -o elements/elements_flvdemux-flvdemux.obj `if test -f 'elements/flvdemux.c'; then $(CYGPATH_W) 'elements/flvdemux.c'; else $(CYGPATH_W) '$(srcdir)/elements/flvdemux.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_flvdemux_CFLAGS) $(CFLAGS) -c -o elements/flvdemux-flvdemux.obj `if test -f 'elements/flvdemux.c'; then $(CYGPATH_W) 'elements/flvdemux.c'; else $(CYGPATH_W) '$(srcdir)/elements/flvdemux.c'; fi` -elements/elements_gdkpixbufsink-gdkpixbufsink.o: elements/gdkpixbufsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -MT elements/elements_gdkpixbufsink-gdkpixbufsink.o -MD -MP -MF elements/$(DEPDIR)/elements_gdkpixbufsink-gdkpixbufsink.Tpo -c -o elements/elements_gdkpixbufsink-gdkpixbufsink.o `test -f 'elements/gdkpixbufsink.c' || echo '$(srcdir)/'`elements/gdkpixbufsink.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_gdkpixbufsink-gdkpixbufsink.Tpo elements/$(DEPDIR)/elements_gdkpixbufsink-gdkpixbufsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/gdkpixbufsink.c' object='elements/elements_gdkpixbufsink-gdkpixbufsink.o' libtool=no @AMDEPBACKSLASH@ +elements/gdkpixbufsink-gdkpixbufsink.o: elements/gdkpixbufsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -MT elements/gdkpixbufsink-gdkpixbufsink.o -MD -MP -MF elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Tpo -c -o elements/gdkpixbufsink-gdkpixbufsink.o `test -f 'elements/gdkpixbufsink.c' || echo '$(srcdir)/'`elements/gdkpixbufsink.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Tpo elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/gdkpixbufsink.c' object='elements/gdkpixbufsink-gdkpixbufsink.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -c -o elements/elements_gdkpixbufsink-gdkpixbufsink.o `test -f 'elements/gdkpixbufsink.c' || echo '$(srcdir)/'`elements/gdkpixbufsink.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -c -o elements/gdkpixbufsink-gdkpixbufsink.o `test -f 'elements/gdkpixbufsink.c' || echo '$(srcdir)/'`elements/gdkpixbufsink.c -elements/elements_gdkpixbufsink-gdkpixbufsink.obj: elements/gdkpixbufsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -MT elements/elements_gdkpixbufsink-gdkpixbufsink.obj -MD -MP -MF elements/$(DEPDIR)/elements_gdkpixbufsink-gdkpixbufsink.Tpo -c -o elements/elements_gdkpixbufsink-gdkpixbufsink.obj `if test -f 'elements/gdkpixbufsink.c'; then $(CYGPATH_W) 'elements/gdkpixbufsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/gdkpixbufsink.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_gdkpixbufsink-gdkpixbufsink.Tpo elements/$(DEPDIR)/elements_gdkpixbufsink-gdkpixbufsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/gdkpixbufsink.c' object='elements/elements_gdkpixbufsink-gdkpixbufsink.obj' libtool=no @AMDEPBACKSLASH@ +elements/gdkpixbufsink-gdkpixbufsink.obj: elements/gdkpixbufsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -MT elements/gdkpixbufsink-gdkpixbufsink.obj -MD -MP -MF elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Tpo -c -o elements/gdkpixbufsink-gdkpixbufsink.obj `if test -f 'elements/gdkpixbufsink.c'; then $(CYGPATH_W) 'elements/gdkpixbufsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/gdkpixbufsink.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Tpo elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/gdkpixbufsink.c' object='elements/gdkpixbufsink-gdkpixbufsink.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -c -o elements/elements_gdkpixbufsink-gdkpixbufsink.obj `if test -f 'elements/gdkpixbufsink.c'; then $(CYGPATH_W) 'elements/gdkpixbufsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/gdkpixbufsink.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_gdkpixbufsink_CFLAGS) $(CFLAGS) -c -o elements/gdkpixbufsink-gdkpixbufsink.obj `if test -f 'elements/gdkpixbufsink.c'; then $(CYGPATH_W) 'elements/gdkpixbufsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/gdkpixbufsink.c'; fi` -elements/elements_imagefreeze-imagefreeze.o: elements/imagefreeze.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -MT elements/elements_imagefreeze-imagefreeze.o -MD -MP -MF elements/$(DEPDIR)/elements_imagefreeze-imagefreeze.Tpo -c -o elements/elements_imagefreeze-imagefreeze.o `test -f 'elements/imagefreeze.c' || echo '$(srcdir)/'`elements/imagefreeze.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_imagefreeze-imagefreeze.Tpo elements/$(DEPDIR)/elements_imagefreeze-imagefreeze.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/imagefreeze.c' object='elements/elements_imagefreeze-imagefreeze.o' libtool=no @AMDEPBACKSLASH@ +elements/imagefreeze-imagefreeze.o: elements/imagefreeze.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -MT elements/imagefreeze-imagefreeze.o -MD -MP -MF elements/$(DEPDIR)/imagefreeze-imagefreeze.Tpo -c -o elements/imagefreeze-imagefreeze.o `test -f 'elements/imagefreeze.c' || echo '$(srcdir)/'`elements/imagefreeze.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/imagefreeze-imagefreeze.Tpo elements/$(DEPDIR)/imagefreeze-imagefreeze.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/imagefreeze.c' object='elements/imagefreeze-imagefreeze.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -c -o elements/elements_imagefreeze-imagefreeze.o `test -f 'elements/imagefreeze.c' || echo '$(srcdir)/'`elements/imagefreeze.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -c -o elements/imagefreeze-imagefreeze.o `test -f 'elements/imagefreeze.c' || echo '$(srcdir)/'`elements/imagefreeze.c -elements/elements_imagefreeze-imagefreeze.obj: elements/imagefreeze.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -MT elements/elements_imagefreeze-imagefreeze.obj -MD -MP -MF elements/$(DEPDIR)/elements_imagefreeze-imagefreeze.Tpo -c -o elements/elements_imagefreeze-imagefreeze.obj `if test -f 'elements/imagefreeze.c'; then $(CYGPATH_W) 'elements/imagefreeze.c'; else $(CYGPATH_W) '$(srcdir)/elements/imagefreeze.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_imagefreeze-imagefreeze.Tpo elements/$(DEPDIR)/elements_imagefreeze-imagefreeze.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/imagefreeze.c' object='elements/elements_imagefreeze-imagefreeze.obj' libtool=no @AMDEPBACKSLASH@ +elements/imagefreeze-imagefreeze.obj: elements/imagefreeze.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -MT elements/imagefreeze-imagefreeze.obj -MD -MP -MF elements/$(DEPDIR)/imagefreeze-imagefreeze.Tpo -c -o elements/imagefreeze-imagefreeze.obj `if test -f 'elements/imagefreeze.c'; then $(CYGPATH_W) 'elements/imagefreeze.c'; else $(CYGPATH_W) '$(srcdir)/elements/imagefreeze.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/imagefreeze-imagefreeze.Tpo elements/$(DEPDIR)/imagefreeze-imagefreeze.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/imagefreeze.c' object='elements/imagefreeze-imagefreeze.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -c -o elements/elements_imagefreeze-imagefreeze.obj `if test -f 'elements/imagefreeze.c'; then $(CYGPATH_W) 'elements/imagefreeze.c'; else $(CYGPATH_W) '$(srcdir)/elements/imagefreeze.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_imagefreeze_CFLAGS) $(CFLAGS) -c -o elements/imagefreeze-imagefreeze.obj `if test -f 'elements/imagefreeze.c'; then $(CYGPATH_W) 'elements/imagefreeze.c'; else $(CYGPATH_W) '$(srcdir)/elements/imagefreeze.c'; fi` -elements/elements_interleave-interleave.o: elements/interleave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -MT elements/elements_interleave-interleave.o -MD -MP -MF elements/$(DEPDIR)/elements_interleave-interleave.Tpo -c -o elements/elements_interleave-interleave.o `test -f 'elements/interleave.c' || echo '$(srcdir)/'`elements/interleave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_interleave-interleave.Tpo elements/$(DEPDIR)/elements_interleave-interleave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/interleave.c' object='elements/elements_interleave-interleave.o' libtool=no @AMDEPBACKSLASH@ +elements/interleave-interleave.o: elements/interleave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -MT elements/interleave-interleave.o -MD -MP -MF elements/$(DEPDIR)/interleave-interleave.Tpo -c -o elements/interleave-interleave.o `test -f 'elements/interleave.c' || echo '$(srcdir)/'`elements/interleave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/interleave-interleave.Tpo elements/$(DEPDIR)/interleave-interleave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/interleave.c' object='elements/interleave-interleave.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -c -o elements/elements_interleave-interleave.o `test -f 'elements/interleave.c' || echo '$(srcdir)/'`elements/interleave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -c -o elements/interleave-interleave.o `test -f 'elements/interleave.c' || echo '$(srcdir)/'`elements/interleave.c -elements/elements_interleave-interleave.obj: elements/interleave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -MT elements/elements_interleave-interleave.obj -MD -MP -MF elements/$(DEPDIR)/elements_interleave-interleave.Tpo -c -o elements/elements_interleave-interleave.obj `if test -f 'elements/interleave.c'; then $(CYGPATH_W) 'elements/interleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/interleave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_interleave-interleave.Tpo elements/$(DEPDIR)/elements_interleave-interleave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/interleave.c' object='elements/elements_interleave-interleave.obj' libtool=no @AMDEPBACKSLASH@ +elements/interleave-interleave.obj: elements/interleave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -MT elements/interleave-interleave.obj -MD -MP -MF elements/$(DEPDIR)/interleave-interleave.Tpo -c -o elements/interleave-interleave.obj `if test -f 'elements/interleave.c'; then $(CYGPATH_W) 'elements/interleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/interleave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/interleave-interleave.Tpo elements/$(DEPDIR)/interleave-interleave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/interleave.c' object='elements/interleave-interleave.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -c -o elements/elements_interleave-interleave.obj `if test -f 'elements/interleave.c'; then $(CYGPATH_W) 'elements/interleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/interleave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_interleave_CFLAGS) $(CFLAGS) -c -o elements/interleave-interleave.obj `if test -f 'elements/interleave.c'; then $(CYGPATH_W) 'elements/interleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/interleave.c'; fi` -elements/elements_jpegdec-jpegdec.o: elements/jpegdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -MT elements/elements_jpegdec-jpegdec.o -MD -MP -MF elements/$(DEPDIR)/elements_jpegdec-jpegdec.Tpo -c -o elements/elements_jpegdec-jpegdec.o `test -f 'elements/jpegdec.c' || echo '$(srcdir)/'`elements/jpegdec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_jpegdec-jpegdec.Tpo elements/$(DEPDIR)/elements_jpegdec-jpegdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegdec.c' object='elements/elements_jpegdec-jpegdec.o' libtool=no @AMDEPBACKSLASH@ +elements/jpegdec-jpegdec.o: elements/jpegdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -MT elements/jpegdec-jpegdec.o -MD -MP -MF elements/$(DEPDIR)/jpegdec-jpegdec.Tpo -c -o elements/jpegdec-jpegdec.o `test -f 'elements/jpegdec.c' || echo '$(srcdir)/'`elements/jpegdec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/jpegdec-jpegdec.Tpo elements/$(DEPDIR)/jpegdec-jpegdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegdec.c' object='elements/jpegdec-jpegdec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -c -o elements/elements_jpegdec-jpegdec.o `test -f 'elements/jpegdec.c' || echo '$(srcdir)/'`elements/jpegdec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -c -o elements/jpegdec-jpegdec.o `test -f 'elements/jpegdec.c' || echo '$(srcdir)/'`elements/jpegdec.c -elements/elements_jpegdec-jpegdec.obj: elements/jpegdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -MT elements/elements_jpegdec-jpegdec.obj -MD -MP -MF elements/$(DEPDIR)/elements_jpegdec-jpegdec.Tpo -c -o elements/elements_jpegdec-jpegdec.obj `if test -f 'elements/jpegdec.c'; then $(CYGPATH_W) 'elements/jpegdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegdec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_jpegdec-jpegdec.Tpo elements/$(DEPDIR)/elements_jpegdec-jpegdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegdec.c' object='elements/elements_jpegdec-jpegdec.obj' libtool=no @AMDEPBACKSLASH@ +elements/jpegdec-jpegdec.obj: elements/jpegdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -MT elements/jpegdec-jpegdec.obj -MD -MP -MF elements/$(DEPDIR)/jpegdec-jpegdec.Tpo -c -o elements/jpegdec-jpegdec.obj `if test -f 'elements/jpegdec.c'; then $(CYGPATH_W) 'elements/jpegdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegdec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/jpegdec-jpegdec.Tpo elements/$(DEPDIR)/jpegdec-jpegdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegdec.c' object='elements/jpegdec-jpegdec.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -c -o elements/elements_jpegdec-jpegdec.obj `if test -f 'elements/jpegdec.c'; then $(CYGPATH_W) 'elements/jpegdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegdec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegdec_CFLAGS) $(CFLAGS) -c -o elements/jpegdec-jpegdec.obj `if test -f 'elements/jpegdec.c'; then $(CYGPATH_W) 'elements/jpegdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegdec.c'; fi` -elements/elements_jpegenc-jpegenc.o: elements/jpegenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -MT elements/elements_jpegenc-jpegenc.o -MD -MP -MF elements/$(DEPDIR)/elements_jpegenc-jpegenc.Tpo -c -o elements/elements_jpegenc-jpegenc.o `test -f 'elements/jpegenc.c' || echo '$(srcdir)/'`elements/jpegenc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_jpegenc-jpegenc.Tpo elements/$(DEPDIR)/elements_jpegenc-jpegenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegenc.c' object='elements/elements_jpegenc-jpegenc.o' libtool=no @AMDEPBACKSLASH@ +elements/jpegenc-jpegenc.o: elements/jpegenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -MT elements/jpegenc-jpegenc.o -MD -MP -MF elements/$(DEPDIR)/jpegenc-jpegenc.Tpo -c -o elements/jpegenc-jpegenc.o `test -f 'elements/jpegenc.c' || echo '$(srcdir)/'`elements/jpegenc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/jpegenc-jpegenc.Tpo elements/$(DEPDIR)/jpegenc-jpegenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegenc.c' object='elements/jpegenc-jpegenc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -c -o elements/elements_jpegenc-jpegenc.o `test -f 'elements/jpegenc.c' || echo '$(srcdir)/'`elements/jpegenc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -c -o elements/jpegenc-jpegenc.o `test -f 'elements/jpegenc.c' || echo '$(srcdir)/'`elements/jpegenc.c -elements/elements_jpegenc-jpegenc.obj: elements/jpegenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -MT elements/elements_jpegenc-jpegenc.obj -MD -MP -MF elements/$(DEPDIR)/elements_jpegenc-jpegenc.Tpo -c -o elements/elements_jpegenc-jpegenc.obj `if test -f 'elements/jpegenc.c'; then $(CYGPATH_W) 'elements/jpegenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegenc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_jpegenc-jpegenc.Tpo elements/$(DEPDIR)/elements_jpegenc-jpegenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegenc.c' object='elements/elements_jpegenc-jpegenc.obj' libtool=no @AMDEPBACKSLASH@ +elements/jpegenc-jpegenc.obj: elements/jpegenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -MT elements/jpegenc-jpegenc.obj -MD -MP -MF elements/$(DEPDIR)/jpegenc-jpegenc.Tpo -c -o elements/jpegenc-jpegenc.obj `if test -f 'elements/jpegenc.c'; then $(CYGPATH_W) 'elements/jpegenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegenc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/jpegenc-jpegenc.Tpo elements/$(DEPDIR)/jpegenc-jpegenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/jpegenc.c' object='elements/jpegenc-jpegenc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -c -o elements/elements_jpegenc-jpegenc.obj `if test -f 'elements/jpegenc.c'; then $(CYGPATH_W) 'elements/jpegenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegenc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_jpegenc_CFLAGS) $(CFLAGS) -c -o elements/jpegenc-jpegenc.obj `if test -f 'elements/jpegenc.c'; then $(CYGPATH_W) 'elements/jpegenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/jpegenc.c'; fi` -elements/elements_level-level.o: elements/level.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -MT elements/elements_level-level.o -MD -MP -MF elements/$(DEPDIR)/elements_level-level.Tpo -c -o elements/elements_level-level.o `test -f 'elements/level.c' || echo '$(srcdir)/'`elements/level.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_level-level.Tpo elements/$(DEPDIR)/elements_level-level.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/level.c' object='elements/elements_level-level.o' libtool=no @AMDEPBACKSLASH@ +elements/level-level.o: elements/level.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -MT elements/level-level.o -MD -MP -MF elements/$(DEPDIR)/level-level.Tpo -c -o elements/level-level.o `test -f 'elements/level.c' || echo '$(srcdir)/'`elements/level.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/level-level.Tpo elements/$(DEPDIR)/level-level.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/level.c' object='elements/level-level.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -c -o elements/elements_level-level.o `test -f 'elements/level.c' || echo '$(srcdir)/'`elements/level.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -c -o elements/level-level.o `test -f 'elements/level.c' || echo '$(srcdir)/'`elements/level.c -elements/elements_level-level.obj: elements/level.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -MT elements/elements_level-level.obj -MD -MP -MF elements/$(DEPDIR)/elements_level-level.Tpo -c -o elements/elements_level-level.obj `if test -f 'elements/level.c'; then $(CYGPATH_W) 'elements/level.c'; else $(CYGPATH_W) '$(srcdir)/elements/level.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_level-level.Tpo elements/$(DEPDIR)/elements_level-level.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/level.c' object='elements/elements_level-level.obj' libtool=no @AMDEPBACKSLASH@ +elements/level-level.obj: elements/level.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -MT elements/level-level.obj -MD -MP -MF elements/$(DEPDIR)/level-level.Tpo -c -o elements/level-level.obj `if test -f 'elements/level.c'; then $(CYGPATH_W) 'elements/level.c'; else $(CYGPATH_W) '$(srcdir)/elements/level.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/level-level.Tpo elements/$(DEPDIR)/level-level.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/level.c' object='elements/level-level.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -c -o elements/elements_level-level.obj `if test -f 'elements/level.c'; then $(CYGPATH_W) 'elements/level.c'; else $(CYGPATH_W) '$(srcdir)/elements/level.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_level_CFLAGS) $(CFLAGS) -c -o elements/level-level.obj `if test -f 'elements/level.c'; then $(CYGPATH_W) 'elements/level.c'; else $(CYGPATH_W) '$(srcdir)/elements/level.c'; fi` -elements/elements_mpg123audiodec-mpg123audiodec.o: elements/mpg123audiodec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -MT elements/elements_mpg123audiodec-mpg123audiodec.o -MD -MP -MF elements/$(DEPDIR)/elements_mpg123audiodec-mpg123audiodec.Tpo -c -o elements/elements_mpg123audiodec-mpg123audiodec.o `test -f 'elements/mpg123audiodec.c' || echo '$(srcdir)/'`elements/mpg123audiodec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_mpg123audiodec-mpg123audiodec.Tpo elements/$(DEPDIR)/elements_mpg123audiodec-mpg123audiodec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mpg123audiodec.c' object='elements/elements_mpg123audiodec-mpg123audiodec.o' libtool=no @AMDEPBACKSLASH@ +elements/mpg123audiodec-mpg123audiodec.o: elements/mpg123audiodec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -MT elements/mpg123audiodec-mpg123audiodec.o -MD -MP -MF elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Tpo -c -o elements/mpg123audiodec-mpg123audiodec.o `test -f 'elements/mpg123audiodec.c' || echo '$(srcdir)/'`elements/mpg123audiodec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Tpo elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mpg123audiodec.c' object='elements/mpg123audiodec-mpg123audiodec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -c -o elements/elements_mpg123audiodec-mpg123audiodec.o `test -f 'elements/mpg123audiodec.c' || echo '$(srcdir)/'`elements/mpg123audiodec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -c -o elements/mpg123audiodec-mpg123audiodec.o `test -f 'elements/mpg123audiodec.c' || echo '$(srcdir)/'`elements/mpg123audiodec.c -elements/elements_mpg123audiodec-mpg123audiodec.obj: elements/mpg123audiodec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -MT elements/elements_mpg123audiodec-mpg123audiodec.obj -MD -MP -MF elements/$(DEPDIR)/elements_mpg123audiodec-mpg123audiodec.Tpo -c -o elements/elements_mpg123audiodec-mpg123audiodec.obj `if test -f 'elements/mpg123audiodec.c'; then $(CYGPATH_W) 'elements/mpg123audiodec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mpg123audiodec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_mpg123audiodec-mpg123audiodec.Tpo elements/$(DEPDIR)/elements_mpg123audiodec-mpg123audiodec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mpg123audiodec.c' object='elements/elements_mpg123audiodec-mpg123audiodec.obj' libtool=no @AMDEPBACKSLASH@ +elements/mpg123audiodec-mpg123audiodec.obj: elements/mpg123audiodec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -MT elements/mpg123audiodec-mpg123audiodec.obj -MD -MP -MF elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Tpo -c -o elements/mpg123audiodec-mpg123audiodec.obj `if test -f 'elements/mpg123audiodec.c'; then $(CYGPATH_W) 'elements/mpg123audiodec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mpg123audiodec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Tpo elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mpg123audiodec.c' object='elements/mpg123audiodec-mpg123audiodec.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -c -o elements/elements_mpg123audiodec-mpg123audiodec.obj `if test -f 'elements/mpg123audiodec.c'; then $(CYGPATH_W) 'elements/mpg123audiodec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mpg123audiodec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mpg123audiodec_CFLAGS) $(CFLAGS) -c -o elements/mpg123audiodec-mpg123audiodec.obj `if test -f 'elements/mpg123audiodec.c'; then $(CYGPATH_W) 'elements/mpg123audiodec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mpg123audiodec.c'; fi` -elements/elements_mulawdec-mulawdec.o: elements/mulawdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -MT elements/elements_mulawdec-mulawdec.o -MD -MP -MF elements/$(DEPDIR)/elements_mulawdec-mulawdec.Tpo -c -o elements/elements_mulawdec-mulawdec.o `test -f 'elements/mulawdec.c' || echo '$(srcdir)/'`elements/mulawdec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_mulawdec-mulawdec.Tpo elements/$(DEPDIR)/elements_mulawdec-mulawdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawdec.c' object='elements/elements_mulawdec-mulawdec.o' libtool=no @AMDEPBACKSLASH@ +elements/mulawdec-mulawdec.o: elements/mulawdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -MT elements/mulawdec-mulawdec.o -MD -MP -MF elements/$(DEPDIR)/mulawdec-mulawdec.Tpo -c -o elements/mulawdec-mulawdec.o `test -f 'elements/mulawdec.c' || echo '$(srcdir)/'`elements/mulawdec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/mulawdec-mulawdec.Tpo elements/$(DEPDIR)/mulawdec-mulawdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawdec.c' object='elements/mulawdec-mulawdec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -c -o elements/elements_mulawdec-mulawdec.o `test -f 'elements/mulawdec.c' || echo '$(srcdir)/'`elements/mulawdec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -c -o elements/mulawdec-mulawdec.o `test -f 'elements/mulawdec.c' || echo '$(srcdir)/'`elements/mulawdec.c -elements/elements_mulawdec-mulawdec.obj: elements/mulawdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -MT elements/elements_mulawdec-mulawdec.obj -MD -MP -MF elements/$(DEPDIR)/elements_mulawdec-mulawdec.Tpo -c -o elements/elements_mulawdec-mulawdec.obj `if test -f 'elements/mulawdec.c'; then $(CYGPATH_W) 'elements/mulawdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawdec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_mulawdec-mulawdec.Tpo elements/$(DEPDIR)/elements_mulawdec-mulawdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawdec.c' object='elements/elements_mulawdec-mulawdec.obj' libtool=no @AMDEPBACKSLASH@ +elements/mulawdec-mulawdec.obj: elements/mulawdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -MT elements/mulawdec-mulawdec.obj -MD -MP -MF elements/$(DEPDIR)/mulawdec-mulawdec.Tpo -c -o elements/mulawdec-mulawdec.obj `if test -f 'elements/mulawdec.c'; then $(CYGPATH_W) 'elements/mulawdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawdec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/mulawdec-mulawdec.Tpo elements/$(DEPDIR)/mulawdec-mulawdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawdec.c' object='elements/mulawdec-mulawdec.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -c -o elements/elements_mulawdec-mulawdec.obj `if test -f 'elements/mulawdec.c'; then $(CYGPATH_W) 'elements/mulawdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawdec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawdec_CFLAGS) $(CFLAGS) -c -o elements/mulawdec-mulawdec.obj `if test -f 'elements/mulawdec.c'; then $(CYGPATH_W) 'elements/mulawdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawdec.c'; fi` -elements/elements_mulawenc-mulawenc.o: elements/mulawenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -MT elements/elements_mulawenc-mulawenc.o -MD -MP -MF elements/$(DEPDIR)/elements_mulawenc-mulawenc.Tpo -c -o elements/elements_mulawenc-mulawenc.o `test -f 'elements/mulawenc.c' || echo '$(srcdir)/'`elements/mulawenc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_mulawenc-mulawenc.Tpo elements/$(DEPDIR)/elements_mulawenc-mulawenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawenc.c' object='elements/elements_mulawenc-mulawenc.o' libtool=no @AMDEPBACKSLASH@ +elements/mulawenc-mulawenc.o: elements/mulawenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -MT elements/mulawenc-mulawenc.o -MD -MP -MF elements/$(DEPDIR)/mulawenc-mulawenc.Tpo -c -o elements/mulawenc-mulawenc.o `test -f 'elements/mulawenc.c' || echo '$(srcdir)/'`elements/mulawenc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/mulawenc-mulawenc.Tpo elements/$(DEPDIR)/mulawenc-mulawenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawenc.c' object='elements/mulawenc-mulawenc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -c -o elements/elements_mulawenc-mulawenc.o `test -f 'elements/mulawenc.c' || echo '$(srcdir)/'`elements/mulawenc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -c -o elements/mulawenc-mulawenc.o `test -f 'elements/mulawenc.c' || echo '$(srcdir)/'`elements/mulawenc.c -elements/elements_mulawenc-mulawenc.obj: elements/mulawenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -MT elements/elements_mulawenc-mulawenc.obj -MD -MP -MF elements/$(DEPDIR)/elements_mulawenc-mulawenc.Tpo -c -o elements/elements_mulawenc-mulawenc.obj `if test -f 'elements/mulawenc.c'; then $(CYGPATH_W) 'elements/mulawenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawenc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_mulawenc-mulawenc.Tpo elements/$(DEPDIR)/elements_mulawenc-mulawenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawenc.c' object='elements/elements_mulawenc-mulawenc.obj' libtool=no @AMDEPBACKSLASH@ +elements/mulawenc-mulawenc.obj: elements/mulawenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -MT elements/mulawenc-mulawenc.obj -MD -MP -MF elements/$(DEPDIR)/mulawenc-mulawenc.Tpo -c -o elements/mulawenc-mulawenc.obj `if test -f 'elements/mulawenc.c'; then $(CYGPATH_W) 'elements/mulawenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawenc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/mulawenc-mulawenc.Tpo elements/$(DEPDIR)/mulawenc-mulawenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/mulawenc.c' object='elements/mulawenc-mulawenc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -c -o elements/elements_mulawenc-mulawenc.obj `if test -f 'elements/mulawenc.c'; then $(CYGPATH_W) 'elements/mulawenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawenc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_mulawenc_CFLAGS) $(CFLAGS) -c -o elements/mulawenc-mulawenc.obj `if test -f 'elements/mulawenc.c'; then $(CYGPATH_W) 'elements/mulawenc.c'; else $(CYGPATH_W) '$(srcdir)/elements/mulawenc.c'; fi` -elements/elements_multifile-multifile.o: elements/multifile.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -MT elements/elements_multifile-multifile.o -MD -MP -MF elements/$(DEPDIR)/elements_multifile-multifile.Tpo -c -o elements/elements_multifile-multifile.o `test -f 'elements/multifile.c' || echo '$(srcdir)/'`elements/multifile.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_multifile-multifile.Tpo elements/$(DEPDIR)/elements_multifile-multifile.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multifile.c' object='elements/elements_multifile-multifile.o' libtool=no @AMDEPBACKSLASH@ +elements/multifile-multifile.o: elements/multifile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -MT elements/multifile-multifile.o -MD -MP -MF elements/$(DEPDIR)/multifile-multifile.Tpo -c -o elements/multifile-multifile.o `test -f 'elements/multifile.c' || echo '$(srcdir)/'`elements/multifile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/multifile-multifile.Tpo elements/$(DEPDIR)/multifile-multifile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multifile.c' object='elements/multifile-multifile.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -c -o elements/elements_multifile-multifile.o `test -f 'elements/multifile.c' || echo '$(srcdir)/'`elements/multifile.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -c -o elements/multifile-multifile.o `test -f 'elements/multifile.c' || echo '$(srcdir)/'`elements/multifile.c -elements/elements_multifile-multifile.obj: elements/multifile.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -MT elements/elements_multifile-multifile.obj -MD -MP -MF elements/$(DEPDIR)/elements_multifile-multifile.Tpo -c -o elements/elements_multifile-multifile.obj `if test -f 'elements/multifile.c'; then $(CYGPATH_W) 'elements/multifile.c'; else $(CYGPATH_W) '$(srcdir)/elements/multifile.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_multifile-multifile.Tpo elements/$(DEPDIR)/elements_multifile-multifile.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multifile.c' object='elements/elements_multifile-multifile.obj' libtool=no @AMDEPBACKSLASH@ +elements/multifile-multifile.obj: elements/multifile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -MT elements/multifile-multifile.obj -MD -MP -MF elements/$(DEPDIR)/multifile-multifile.Tpo -c -o elements/multifile-multifile.obj `if test -f 'elements/multifile.c'; then $(CYGPATH_W) 'elements/multifile.c'; else $(CYGPATH_W) '$(srcdir)/elements/multifile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/multifile-multifile.Tpo elements/$(DEPDIR)/multifile-multifile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multifile.c' object='elements/multifile-multifile.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -c -o elements/elements_multifile-multifile.obj `if test -f 'elements/multifile.c'; then $(CYGPATH_W) 'elements/multifile.c'; else $(CYGPATH_W) '$(srcdir)/elements/multifile.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multifile_CFLAGS) $(CFLAGS) -c -o elements/multifile-multifile.obj `if test -f 'elements/multifile.c'; then $(CYGPATH_W) 'elements/multifile.c'; else $(CYGPATH_W) '$(srcdir)/elements/multifile.c'; fi` -elements/elements_qtmux-qtmux.o: elements/qtmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -MT elements/elements_qtmux-qtmux.o -MD -MP -MF elements/$(DEPDIR)/elements_qtmux-qtmux.Tpo -c -o elements/elements_qtmux-qtmux.o `test -f 'elements/qtmux.c' || echo '$(srcdir)/'`elements/qtmux.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_qtmux-qtmux.Tpo elements/$(DEPDIR)/elements_qtmux-qtmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/qtmux.c' object='elements/elements_qtmux-qtmux.o' libtool=no @AMDEPBACKSLASH@ +elements/qtmux-qtmux.o: elements/qtmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -MT elements/qtmux-qtmux.o -MD -MP -MF elements/$(DEPDIR)/qtmux-qtmux.Tpo -c -o elements/qtmux-qtmux.o `test -f 'elements/qtmux.c' || echo '$(srcdir)/'`elements/qtmux.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/qtmux-qtmux.Tpo elements/$(DEPDIR)/qtmux-qtmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/qtmux.c' object='elements/qtmux-qtmux.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -c -o elements/elements_qtmux-qtmux.o `test -f 'elements/qtmux.c' || echo '$(srcdir)/'`elements/qtmux.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -c -o elements/qtmux-qtmux.o `test -f 'elements/qtmux.c' || echo '$(srcdir)/'`elements/qtmux.c -elements/elements_qtmux-qtmux.obj: elements/qtmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -MT elements/elements_qtmux-qtmux.obj -MD -MP -MF elements/$(DEPDIR)/elements_qtmux-qtmux.Tpo -c -o elements/elements_qtmux-qtmux.obj `if test -f 'elements/qtmux.c'; then $(CYGPATH_W) 'elements/qtmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/qtmux.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_qtmux-qtmux.Tpo elements/$(DEPDIR)/elements_qtmux-qtmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/qtmux.c' object='elements/elements_qtmux-qtmux.obj' libtool=no @AMDEPBACKSLASH@ +elements/qtmux-qtmux.obj: elements/qtmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -MT elements/qtmux-qtmux.obj -MD -MP -MF elements/$(DEPDIR)/qtmux-qtmux.Tpo -c -o elements/qtmux-qtmux.obj `if test -f 'elements/qtmux.c'; then $(CYGPATH_W) 'elements/qtmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/qtmux.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/qtmux-qtmux.Tpo elements/$(DEPDIR)/qtmux-qtmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/qtmux.c' object='elements/qtmux-qtmux.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -c -o elements/elements_qtmux-qtmux.obj `if test -f 'elements/qtmux.c'; then $(CYGPATH_W) 'elements/qtmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/qtmux.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_qtmux_CFLAGS) $(CFLAGS) -c -o elements/qtmux-qtmux.obj `if test -f 'elements/qtmux.c'; then $(CYGPATH_W) 'elements/qtmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/qtmux.c'; fi` -elements/elements_rganalysis-rganalysis.o: elements/rganalysis.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -MT elements/elements_rganalysis-rganalysis.o -MD -MP -MF elements/$(DEPDIR)/elements_rganalysis-rganalysis.Tpo -c -o elements/elements_rganalysis-rganalysis.o `test -f 'elements/rganalysis.c' || echo '$(srcdir)/'`elements/rganalysis.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rganalysis-rganalysis.Tpo elements/$(DEPDIR)/elements_rganalysis-rganalysis.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rganalysis.c' object='elements/elements_rganalysis-rganalysis.o' libtool=no @AMDEPBACKSLASH@ +elements/rganalysis-rganalysis.o: elements/rganalysis.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -MT elements/rganalysis-rganalysis.o -MD -MP -MF elements/$(DEPDIR)/rganalysis-rganalysis.Tpo -c -o elements/rganalysis-rganalysis.o `test -f 'elements/rganalysis.c' || echo '$(srcdir)/'`elements/rganalysis.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rganalysis-rganalysis.Tpo elements/$(DEPDIR)/rganalysis-rganalysis.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rganalysis.c' object='elements/rganalysis-rganalysis.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -c -o elements/elements_rganalysis-rganalysis.o `test -f 'elements/rganalysis.c' || echo '$(srcdir)/'`elements/rganalysis.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -c -o elements/rganalysis-rganalysis.o `test -f 'elements/rganalysis.c' || echo '$(srcdir)/'`elements/rganalysis.c -elements/elements_rganalysis-rganalysis.obj: elements/rganalysis.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -MT elements/elements_rganalysis-rganalysis.obj -MD -MP -MF elements/$(DEPDIR)/elements_rganalysis-rganalysis.Tpo -c -o elements/elements_rganalysis-rganalysis.obj `if test -f 'elements/rganalysis.c'; then $(CYGPATH_W) 'elements/rganalysis.c'; else $(CYGPATH_W) '$(srcdir)/elements/rganalysis.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rganalysis-rganalysis.Tpo elements/$(DEPDIR)/elements_rganalysis-rganalysis.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rganalysis.c' object='elements/elements_rganalysis-rganalysis.obj' libtool=no @AMDEPBACKSLASH@ +elements/rganalysis-rganalysis.obj: elements/rganalysis.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -MT elements/rganalysis-rganalysis.obj -MD -MP -MF elements/$(DEPDIR)/rganalysis-rganalysis.Tpo -c -o elements/rganalysis-rganalysis.obj `if test -f 'elements/rganalysis.c'; then $(CYGPATH_W) 'elements/rganalysis.c'; else $(CYGPATH_W) '$(srcdir)/elements/rganalysis.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rganalysis-rganalysis.Tpo elements/$(DEPDIR)/rganalysis-rganalysis.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rganalysis.c' object='elements/rganalysis-rganalysis.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -c -o elements/elements_rganalysis-rganalysis.obj `if test -f 'elements/rganalysis.c'; then $(CYGPATH_W) 'elements/rganalysis.c'; else $(CYGPATH_W) '$(srcdir)/elements/rganalysis.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rganalysis_CFLAGS) $(CFLAGS) -c -o elements/rganalysis-rganalysis.obj `if test -f 'elements/rganalysis.c'; then $(CYGPATH_W) 'elements/rganalysis.c'; else $(CYGPATH_W) '$(srcdir)/elements/rganalysis.c'; fi` -elements/elements_rglimiter-rglimiter.o: elements/rglimiter.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -MT elements/elements_rglimiter-rglimiter.o -MD -MP -MF elements/$(DEPDIR)/elements_rglimiter-rglimiter.Tpo -c -o elements/elements_rglimiter-rglimiter.o `test -f 'elements/rglimiter.c' || echo '$(srcdir)/'`elements/rglimiter.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rglimiter-rglimiter.Tpo elements/$(DEPDIR)/elements_rglimiter-rglimiter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rglimiter.c' object='elements/elements_rglimiter-rglimiter.o' libtool=no @AMDEPBACKSLASH@ +elements/rglimiter-rglimiter.o: elements/rglimiter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -MT elements/rglimiter-rglimiter.o -MD -MP -MF elements/$(DEPDIR)/rglimiter-rglimiter.Tpo -c -o elements/rglimiter-rglimiter.o `test -f 'elements/rglimiter.c' || echo '$(srcdir)/'`elements/rglimiter.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rglimiter-rglimiter.Tpo elements/$(DEPDIR)/rglimiter-rglimiter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rglimiter.c' object='elements/rglimiter-rglimiter.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -c -o elements/elements_rglimiter-rglimiter.o `test -f 'elements/rglimiter.c' || echo '$(srcdir)/'`elements/rglimiter.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -c -o elements/rglimiter-rglimiter.o `test -f 'elements/rglimiter.c' || echo '$(srcdir)/'`elements/rglimiter.c -elements/elements_rglimiter-rglimiter.obj: elements/rglimiter.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -MT elements/elements_rglimiter-rglimiter.obj -MD -MP -MF elements/$(DEPDIR)/elements_rglimiter-rglimiter.Tpo -c -o elements/elements_rglimiter-rglimiter.obj `if test -f 'elements/rglimiter.c'; then $(CYGPATH_W) 'elements/rglimiter.c'; else $(CYGPATH_W) '$(srcdir)/elements/rglimiter.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rglimiter-rglimiter.Tpo elements/$(DEPDIR)/elements_rglimiter-rglimiter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rglimiter.c' object='elements/elements_rglimiter-rglimiter.obj' libtool=no @AMDEPBACKSLASH@ +elements/rglimiter-rglimiter.obj: elements/rglimiter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -MT elements/rglimiter-rglimiter.obj -MD -MP -MF elements/$(DEPDIR)/rglimiter-rglimiter.Tpo -c -o elements/rglimiter-rglimiter.obj `if test -f 'elements/rglimiter.c'; then $(CYGPATH_W) 'elements/rglimiter.c'; else $(CYGPATH_W) '$(srcdir)/elements/rglimiter.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rglimiter-rglimiter.Tpo elements/$(DEPDIR)/rglimiter-rglimiter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rglimiter.c' object='elements/rglimiter-rglimiter.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -c -o elements/elements_rglimiter-rglimiter.obj `if test -f 'elements/rglimiter.c'; then $(CYGPATH_W) 'elements/rglimiter.c'; else $(CYGPATH_W) '$(srcdir)/elements/rglimiter.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rglimiter_CFLAGS) $(CFLAGS) -c -o elements/rglimiter-rglimiter.obj `if test -f 'elements/rglimiter.c'; then $(CYGPATH_W) 'elements/rglimiter.c'; else $(CYGPATH_W) '$(srcdir)/elements/rglimiter.c'; fi` -elements/elements_rgvolume-rgvolume.o: elements/rgvolume.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -MT elements/elements_rgvolume-rgvolume.o -MD -MP -MF elements/$(DEPDIR)/elements_rgvolume-rgvolume.Tpo -c -o elements/elements_rgvolume-rgvolume.o `test -f 'elements/rgvolume.c' || echo '$(srcdir)/'`elements/rgvolume.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rgvolume-rgvolume.Tpo elements/$(DEPDIR)/elements_rgvolume-rgvolume.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rgvolume.c' object='elements/elements_rgvolume-rgvolume.o' libtool=no @AMDEPBACKSLASH@ +elements/rgvolume-rgvolume.o: elements/rgvolume.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -MT elements/rgvolume-rgvolume.o -MD -MP -MF elements/$(DEPDIR)/rgvolume-rgvolume.Tpo -c -o elements/rgvolume-rgvolume.o `test -f 'elements/rgvolume.c' || echo '$(srcdir)/'`elements/rgvolume.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rgvolume-rgvolume.Tpo elements/$(DEPDIR)/rgvolume-rgvolume.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rgvolume.c' object='elements/rgvolume-rgvolume.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -c -o elements/elements_rgvolume-rgvolume.o `test -f 'elements/rgvolume.c' || echo '$(srcdir)/'`elements/rgvolume.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -c -o elements/rgvolume-rgvolume.o `test -f 'elements/rgvolume.c' || echo '$(srcdir)/'`elements/rgvolume.c -elements/elements_rgvolume-rgvolume.obj: elements/rgvolume.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -MT elements/elements_rgvolume-rgvolume.obj -MD -MP -MF elements/$(DEPDIR)/elements_rgvolume-rgvolume.Tpo -c -o elements/elements_rgvolume-rgvolume.obj `if test -f 'elements/rgvolume.c'; then $(CYGPATH_W) 'elements/rgvolume.c'; else $(CYGPATH_W) '$(srcdir)/elements/rgvolume.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rgvolume-rgvolume.Tpo elements/$(DEPDIR)/elements_rgvolume-rgvolume.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rgvolume.c' object='elements/elements_rgvolume-rgvolume.obj' libtool=no @AMDEPBACKSLASH@ +elements/rgvolume-rgvolume.obj: elements/rgvolume.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -MT elements/rgvolume-rgvolume.obj -MD -MP -MF elements/$(DEPDIR)/rgvolume-rgvolume.Tpo -c -o elements/rgvolume-rgvolume.obj `if test -f 'elements/rgvolume.c'; then $(CYGPATH_W) 'elements/rgvolume.c'; else $(CYGPATH_W) '$(srcdir)/elements/rgvolume.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rgvolume-rgvolume.Tpo elements/$(DEPDIR)/rgvolume-rgvolume.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rgvolume.c' object='elements/rgvolume-rgvolume.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -c -o elements/elements_rgvolume-rgvolume.obj `if test -f 'elements/rgvolume.c'; then $(CYGPATH_W) 'elements/rgvolume.c'; else $(CYGPATH_W) '$(srcdir)/elements/rgvolume.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rgvolume_CFLAGS) $(CFLAGS) -c -o elements/rgvolume-rgvolume.obj `if test -f 'elements/rgvolume.c'; then $(CYGPATH_W) 'elements/rgvolume.c'; else $(CYGPATH_W) '$(srcdir)/elements/rgvolume.c'; fi` -elements/elements_rtp_payloading-rtp-payloading.o: elements/rtp-payloading.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -MT elements/elements_rtp_payloading-rtp-payloading.o -MD -MP -MF elements/$(DEPDIR)/elements_rtp_payloading-rtp-payloading.Tpo -c -o elements/elements_rtp_payloading-rtp-payloading.o `test -f 'elements/rtp-payloading.c' || echo '$(srcdir)/'`elements/rtp-payloading.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtp_payloading-rtp-payloading.Tpo elements/$(DEPDIR)/elements_rtp_payloading-rtp-payloading.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtp-payloading.c' object='elements/elements_rtp_payloading-rtp-payloading.o' libtool=no @AMDEPBACKSLASH@ +elements/rtp_payloading-rtp-payloading.o: elements/rtp-payloading.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -MT elements/rtp_payloading-rtp-payloading.o -MD -MP -MF elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Tpo -c -o elements/rtp_payloading-rtp-payloading.o `test -f 'elements/rtp-payloading.c' || echo '$(srcdir)/'`elements/rtp-payloading.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Tpo elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtp-payloading.c' object='elements/rtp_payloading-rtp-payloading.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -c -o elements/elements_rtp_payloading-rtp-payloading.o `test -f 'elements/rtp-payloading.c' || echo '$(srcdir)/'`elements/rtp-payloading.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -c -o elements/rtp_payloading-rtp-payloading.o `test -f 'elements/rtp-payloading.c' || echo '$(srcdir)/'`elements/rtp-payloading.c -elements/elements_rtp_payloading-rtp-payloading.obj: elements/rtp-payloading.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -MT elements/elements_rtp_payloading-rtp-payloading.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtp_payloading-rtp-payloading.Tpo -c -o elements/elements_rtp_payloading-rtp-payloading.obj `if test -f 'elements/rtp-payloading.c'; then $(CYGPATH_W) 'elements/rtp-payloading.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtp-payloading.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtp_payloading-rtp-payloading.Tpo elements/$(DEPDIR)/elements_rtp_payloading-rtp-payloading.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtp-payloading.c' object='elements/elements_rtp_payloading-rtp-payloading.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtp_payloading-rtp-payloading.obj: elements/rtp-payloading.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -MT elements/rtp_payloading-rtp-payloading.obj -MD -MP -MF elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Tpo -c -o elements/rtp_payloading-rtp-payloading.obj `if test -f 'elements/rtp-payloading.c'; then $(CYGPATH_W) 'elements/rtp-payloading.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtp-payloading.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Tpo elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtp-payloading.c' object='elements/rtp_payloading-rtp-payloading.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -c -o elements/elements_rtp_payloading-rtp-payloading.obj `if test -f 'elements/rtp-payloading.c'; then $(CYGPATH_W) 'elements/rtp-payloading.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtp-payloading.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtp_payloading_CFLAGS) $(CFLAGS) -c -o elements/rtp_payloading-rtp-payloading.obj `if test -f 'elements/rtp-payloading.c'; then $(CYGPATH_W) 'elements/rtp-payloading.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtp-payloading.c'; fi` -elements/elements_rtpaux-rtpaux.o: elements/rtpaux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -MT elements/elements_rtpaux-rtpaux.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpaux-rtpaux.Tpo -c -o elements/elements_rtpaux-rtpaux.o `test -f 'elements/rtpaux.c' || echo '$(srcdir)/'`elements/rtpaux.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpaux-rtpaux.Tpo elements/$(DEPDIR)/elements_rtpaux-rtpaux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpaux.c' object='elements/elements_rtpaux-rtpaux.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpaux-rtpaux.o: elements/rtpaux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -MT elements/rtpaux-rtpaux.o -MD -MP -MF elements/$(DEPDIR)/rtpaux-rtpaux.Tpo -c -o elements/rtpaux-rtpaux.o `test -f 'elements/rtpaux.c' || echo '$(srcdir)/'`elements/rtpaux.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpaux-rtpaux.Tpo elements/$(DEPDIR)/rtpaux-rtpaux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpaux.c' object='elements/rtpaux-rtpaux.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpaux-rtpaux.o `test -f 'elements/rtpaux.c' || echo '$(srcdir)/'`elements/rtpaux.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -c -o elements/rtpaux-rtpaux.o `test -f 'elements/rtpaux.c' || echo '$(srcdir)/'`elements/rtpaux.c -elements/elements_rtpaux-rtpaux.obj: elements/rtpaux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -MT elements/elements_rtpaux-rtpaux.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpaux-rtpaux.Tpo -c -o elements/elements_rtpaux-rtpaux.obj `if test -f 'elements/rtpaux.c'; then $(CYGPATH_W) 'elements/rtpaux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpaux.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpaux-rtpaux.Tpo elements/$(DEPDIR)/elements_rtpaux-rtpaux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpaux.c' object='elements/elements_rtpaux-rtpaux.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpaux-rtpaux.obj: elements/rtpaux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -MT elements/rtpaux-rtpaux.obj -MD -MP -MF elements/$(DEPDIR)/rtpaux-rtpaux.Tpo -c -o elements/rtpaux-rtpaux.obj `if test -f 'elements/rtpaux.c'; then $(CYGPATH_W) 'elements/rtpaux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpaux.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpaux-rtpaux.Tpo elements/$(DEPDIR)/rtpaux-rtpaux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpaux.c' object='elements/rtpaux-rtpaux.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpaux-rtpaux.obj `if test -f 'elements/rtpaux.c'; then $(CYGPATH_W) 'elements/rtpaux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpaux.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpaux_CFLAGS) $(CFLAGS) -c -o elements/rtpaux-rtpaux.obj `if test -f 'elements/rtpaux.c'; then $(CYGPATH_W) 'elements/rtpaux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpaux.c'; fi` -elements/elements_rtpbin-rtpbin.o: elements/rtpbin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -MT elements/elements_rtpbin-rtpbin.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpbin-rtpbin.Tpo -c -o elements/elements_rtpbin-rtpbin.o `test -f 'elements/rtpbin.c' || echo '$(srcdir)/'`elements/rtpbin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpbin-rtpbin.Tpo elements/$(DEPDIR)/elements_rtpbin-rtpbin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin.c' object='elements/elements_rtpbin-rtpbin.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpbin-rtpbin.o: elements/rtpbin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -MT elements/rtpbin-rtpbin.o -MD -MP -MF elements/$(DEPDIR)/rtpbin-rtpbin.Tpo -c -o elements/rtpbin-rtpbin.o `test -f 'elements/rtpbin.c' || echo '$(srcdir)/'`elements/rtpbin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpbin-rtpbin.Tpo elements/$(DEPDIR)/rtpbin-rtpbin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin.c' object='elements/rtpbin-rtpbin.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpbin-rtpbin.o `test -f 'elements/rtpbin.c' || echo '$(srcdir)/'`elements/rtpbin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -c -o elements/rtpbin-rtpbin.o `test -f 'elements/rtpbin.c' || echo '$(srcdir)/'`elements/rtpbin.c -elements/elements_rtpbin-rtpbin.obj: elements/rtpbin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -MT elements/elements_rtpbin-rtpbin.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpbin-rtpbin.Tpo -c -o elements/elements_rtpbin-rtpbin.obj `if test -f 'elements/rtpbin.c'; then $(CYGPATH_W) 'elements/rtpbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpbin-rtpbin.Tpo elements/$(DEPDIR)/elements_rtpbin-rtpbin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin.c' object='elements/elements_rtpbin-rtpbin.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpbin-rtpbin.obj: elements/rtpbin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -MT elements/rtpbin-rtpbin.obj -MD -MP -MF elements/$(DEPDIR)/rtpbin-rtpbin.Tpo -c -o elements/rtpbin-rtpbin.obj `if test -f 'elements/rtpbin.c'; then $(CYGPATH_W) 'elements/rtpbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpbin-rtpbin.Tpo elements/$(DEPDIR)/rtpbin-rtpbin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin.c' object='elements/rtpbin-rtpbin.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpbin-rtpbin.obj `if test -f 'elements/rtpbin.c'; then $(CYGPATH_W) 'elements/rtpbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_CFLAGS) $(CFLAGS) -c -o elements/rtpbin-rtpbin.obj `if test -f 'elements/rtpbin.c'; then $(CYGPATH_W) 'elements/rtpbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin.c'; fi` -elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.o: elements/rtpbin_buffer_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -MT elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpbin_buffer_list-rtpbin_buffer_list.Tpo -c -o elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.o `test -f 'elements/rtpbin_buffer_list.c' || echo '$(srcdir)/'`elements/rtpbin_buffer_list.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpbin_buffer_list-rtpbin_buffer_list.Tpo elements/$(DEPDIR)/elements_rtpbin_buffer_list-rtpbin_buffer_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin_buffer_list.c' object='elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpbin_buffer_list-rtpbin_buffer_list.o: elements/rtpbin_buffer_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -MT elements/rtpbin_buffer_list-rtpbin_buffer_list.o -MD -MP -MF elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Tpo -c -o elements/rtpbin_buffer_list-rtpbin_buffer_list.o `test -f 'elements/rtpbin_buffer_list.c' || echo '$(srcdir)/'`elements/rtpbin_buffer_list.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Tpo elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin_buffer_list.c' object='elements/rtpbin_buffer_list-rtpbin_buffer_list.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.o `test -f 'elements/rtpbin_buffer_list.c' || echo '$(srcdir)/'`elements/rtpbin_buffer_list.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -c -o elements/rtpbin_buffer_list-rtpbin_buffer_list.o `test -f 'elements/rtpbin_buffer_list.c' || echo '$(srcdir)/'`elements/rtpbin_buffer_list.c -elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.obj: elements/rtpbin_buffer_list.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -MT elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpbin_buffer_list-rtpbin_buffer_list.Tpo -c -o elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.obj `if test -f 'elements/rtpbin_buffer_list.c'; then $(CYGPATH_W) 'elements/rtpbin_buffer_list.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin_buffer_list.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpbin_buffer_list-rtpbin_buffer_list.Tpo elements/$(DEPDIR)/elements_rtpbin_buffer_list-rtpbin_buffer_list.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin_buffer_list.c' object='elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpbin_buffer_list-rtpbin_buffer_list.obj: elements/rtpbin_buffer_list.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -MT elements/rtpbin_buffer_list-rtpbin_buffer_list.obj -MD -MP -MF elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Tpo -c -o elements/rtpbin_buffer_list-rtpbin_buffer_list.obj `if test -f 'elements/rtpbin_buffer_list.c'; then $(CYGPATH_W) 'elements/rtpbin_buffer_list.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin_buffer_list.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Tpo elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbin_buffer_list.c' object='elements/rtpbin_buffer_list-rtpbin_buffer_list.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpbin_buffer_list-rtpbin_buffer_list.obj `if test -f 'elements/rtpbin_buffer_list.c'; then $(CYGPATH_W) 'elements/rtpbin_buffer_list.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin_buffer_list.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbin_buffer_list_CFLAGS) $(CFLAGS) -c -o elements/rtpbin_buffer_list-rtpbin_buffer_list.obj `if test -f 'elements/rtpbin_buffer_list.c'; then $(CYGPATH_W) 'elements/rtpbin_buffer_list.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbin_buffer_list.c'; fi` -elements/elements_rtpbundle-rtpbundle.o: elements/rtpbundle.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -MT elements/elements_rtpbundle-rtpbundle.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpbundle-rtpbundle.Tpo -c -o elements/elements_rtpbundle-rtpbundle.o `test -f 'elements/rtpbundle.c' || echo '$(srcdir)/'`elements/rtpbundle.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpbundle-rtpbundle.Tpo elements/$(DEPDIR)/elements_rtpbundle-rtpbundle.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbundle.c' object='elements/elements_rtpbundle-rtpbundle.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpbundle-rtpbundle.o: elements/rtpbundle.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -MT elements/rtpbundle-rtpbundle.o -MD -MP -MF elements/$(DEPDIR)/rtpbundle-rtpbundle.Tpo -c -o elements/rtpbundle-rtpbundle.o `test -f 'elements/rtpbundle.c' || echo '$(srcdir)/'`elements/rtpbundle.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpbundle-rtpbundle.Tpo elements/$(DEPDIR)/rtpbundle-rtpbundle.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbundle.c' object='elements/rtpbundle-rtpbundle.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpbundle-rtpbundle.o `test -f 'elements/rtpbundle.c' || echo '$(srcdir)/'`elements/rtpbundle.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -c -o elements/rtpbundle-rtpbundle.o `test -f 'elements/rtpbundle.c' || echo '$(srcdir)/'`elements/rtpbundle.c -elements/elements_rtpbundle-rtpbundle.obj: elements/rtpbundle.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -MT elements/elements_rtpbundle-rtpbundle.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpbundle-rtpbundle.Tpo -c -o elements/elements_rtpbundle-rtpbundle.obj `if test -f 'elements/rtpbundle.c'; then $(CYGPATH_W) 'elements/rtpbundle.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbundle.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpbundle-rtpbundle.Tpo elements/$(DEPDIR)/elements_rtpbundle-rtpbundle.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbundle.c' object='elements/elements_rtpbundle-rtpbundle.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpbundle-rtpbundle.obj: elements/rtpbundle.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -MT elements/rtpbundle-rtpbundle.obj -MD -MP -MF elements/$(DEPDIR)/rtpbundle-rtpbundle.Tpo -c -o elements/rtpbundle-rtpbundle.obj `if test -f 'elements/rtpbundle.c'; then $(CYGPATH_W) 'elements/rtpbundle.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbundle.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpbundle-rtpbundle.Tpo elements/$(DEPDIR)/rtpbundle-rtpbundle.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpbundle.c' object='elements/rtpbundle-rtpbundle.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpbundle-rtpbundle.obj `if test -f 'elements/rtpbundle.c'; then $(CYGPATH_W) 'elements/rtpbundle.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbundle.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpbundle_CFLAGS) $(CFLAGS) -c -o elements/rtpbundle-rtpbundle.obj `if test -f 'elements/rtpbundle.c'; then $(CYGPATH_W) 'elements/rtpbundle.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpbundle.c'; fi` -elements/elements_rtpcollision-rtpcollision.o: elements/rtpcollision.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -MT elements/elements_rtpcollision-rtpcollision.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpcollision-rtpcollision.Tpo -c -o elements/elements_rtpcollision-rtpcollision.o `test -f 'elements/rtpcollision.c' || echo '$(srcdir)/'`elements/rtpcollision.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpcollision-rtpcollision.Tpo elements/$(DEPDIR)/elements_rtpcollision-rtpcollision.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpcollision.c' object='elements/elements_rtpcollision-rtpcollision.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpcollision-rtpcollision.o: elements/rtpcollision.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -MT elements/rtpcollision-rtpcollision.o -MD -MP -MF elements/$(DEPDIR)/rtpcollision-rtpcollision.Tpo -c -o elements/rtpcollision-rtpcollision.o `test -f 'elements/rtpcollision.c' || echo '$(srcdir)/'`elements/rtpcollision.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpcollision-rtpcollision.Tpo elements/$(DEPDIR)/rtpcollision-rtpcollision.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpcollision.c' object='elements/rtpcollision-rtpcollision.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpcollision-rtpcollision.o `test -f 'elements/rtpcollision.c' || echo '$(srcdir)/'`elements/rtpcollision.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -c -o elements/rtpcollision-rtpcollision.o `test -f 'elements/rtpcollision.c' || echo '$(srcdir)/'`elements/rtpcollision.c -elements/elements_rtpcollision-rtpcollision.obj: elements/rtpcollision.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -MT elements/elements_rtpcollision-rtpcollision.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpcollision-rtpcollision.Tpo -c -o elements/elements_rtpcollision-rtpcollision.obj `if test -f 'elements/rtpcollision.c'; then $(CYGPATH_W) 'elements/rtpcollision.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpcollision.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpcollision-rtpcollision.Tpo elements/$(DEPDIR)/elements_rtpcollision-rtpcollision.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpcollision.c' object='elements/elements_rtpcollision-rtpcollision.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpcollision-rtpcollision.obj: elements/rtpcollision.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -MT elements/rtpcollision-rtpcollision.obj -MD -MP -MF elements/$(DEPDIR)/rtpcollision-rtpcollision.Tpo -c -o elements/rtpcollision-rtpcollision.obj `if test -f 'elements/rtpcollision.c'; then $(CYGPATH_W) 'elements/rtpcollision.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpcollision.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpcollision-rtpcollision.Tpo elements/$(DEPDIR)/rtpcollision-rtpcollision.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpcollision.c' object='elements/rtpcollision-rtpcollision.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpcollision-rtpcollision.obj `if test -f 'elements/rtpcollision.c'; then $(CYGPATH_W) 'elements/rtpcollision.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpcollision.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpcollision_CFLAGS) $(CFLAGS) -c -o elements/rtpcollision-rtpcollision.obj `if test -f 'elements/rtpcollision.c'; then $(CYGPATH_W) 'elements/rtpcollision.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpcollision.c'; fi` -elements/elements_rtph261-rtph261.o: elements/rtph261.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -MT elements/elements_rtph261-rtph261.o -MD -MP -MF elements/$(DEPDIR)/elements_rtph261-rtph261.Tpo -c -o elements/elements_rtph261-rtph261.o `test -f 'elements/rtph261.c' || echo '$(srcdir)/'`elements/rtph261.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtph261-rtph261.Tpo elements/$(DEPDIR)/elements_rtph261-rtph261.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph261.c' object='elements/elements_rtph261-rtph261.o' libtool=no @AMDEPBACKSLASH@ +elements/rtph261-rtph261.o: elements/rtph261.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -MT elements/rtph261-rtph261.o -MD -MP -MF elements/$(DEPDIR)/rtph261-rtph261.Tpo -c -o elements/rtph261-rtph261.o `test -f 'elements/rtph261.c' || echo '$(srcdir)/'`elements/rtph261.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtph261-rtph261.Tpo elements/$(DEPDIR)/rtph261-rtph261.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph261.c' object='elements/rtph261-rtph261.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -c -o elements/elements_rtph261-rtph261.o `test -f 'elements/rtph261.c' || echo '$(srcdir)/'`elements/rtph261.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -c -o elements/rtph261-rtph261.o `test -f 'elements/rtph261.c' || echo '$(srcdir)/'`elements/rtph261.c -elements/elements_rtph261-rtph261.obj: elements/rtph261.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -MT elements/elements_rtph261-rtph261.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtph261-rtph261.Tpo -c -o elements/elements_rtph261-rtph261.obj `if test -f 'elements/rtph261.c'; then $(CYGPATH_W) 'elements/rtph261.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph261.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtph261-rtph261.Tpo elements/$(DEPDIR)/elements_rtph261-rtph261.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph261.c' object='elements/elements_rtph261-rtph261.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtph261-rtph261.obj: elements/rtph261.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -MT elements/rtph261-rtph261.obj -MD -MP -MF elements/$(DEPDIR)/rtph261-rtph261.Tpo -c -o elements/rtph261-rtph261.obj `if test -f 'elements/rtph261.c'; then $(CYGPATH_W) 'elements/rtph261.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph261.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtph261-rtph261.Tpo elements/$(DEPDIR)/rtph261-rtph261.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph261.c' object='elements/rtph261-rtph261.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -c -o elements/elements_rtph261-rtph261.obj `if test -f 'elements/rtph261.c'; then $(CYGPATH_W) 'elements/rtph261.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph261.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph261_CFLAGS) $(CFLAGS) -c -o elements/rtph261-rtph261.obj `if test -f 'elements/rtph261.c'; then $(CYGPATH_W) 'elements/rtph261.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph261.c'; fi` -elements/elements_rtph263-rtph263.o: elements/rtph263.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -MT elements/elements_rtph263-rtph263.o -MD -MP -MF elements/$(DEPDIR)/elements_rtph263-rtph263.Tpo -c -o elements/elements_rtph263-rtph263.o `test -f 'elements/rtph263.c' || echo '$(srcdir)/'`elements/rtph263.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtph263-rtph263.Tpo elements/$(DEPDIR)/elements_rtph263-rtph263.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph263.c' object='elements/elements_rtph263-rtph263.o' libtool=no @AMDEPBACKSLASH@ +elements/rtph263-rtph263.o: elements/rtph263.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -MT elements/rtph263-rtph263.o -MD -MP -MF elements/$(DEPDIR)/rtph263-rtph263.Tpo -c -o elements/rtph263-rtph263.o `test -f 'elements/rtph263.c' || echo '$(srcdir)/'`elements/rtph263.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtph263-rtph263.Tpo elements/$(DEPDIR)/rtph263-rtph263.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph263.c' object='elements/rtph263-rtph263.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -c -o elements/elements_rtph263-rtph263.o `test -f 'elements/rtph263.c' || echo '$(srcdir)/'`elements/rtph263.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -c -o elements/rtph263-rtph263.o `test -f 'elements/rtph263.c' || echo '$(srcdir)/'`elements/rtph263.c -elements/elements_rtph263-rtph263.obj: elements/rtph263.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -MT elements/elements_rtph263-rtph263.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtph263-rtph263.Tpo -c -o elements/elements_rtph263-rtph263.obj `if test -f 'elements/rtph263.c'; then $(CYGPATH_W) 'elements/rtph263.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph263.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtph263-rtph263.Tpo elements/$(DEPDIR)/elements_rtph263-rtph263.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph263.c' object='elements/elements_rtph263-rtph263.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtph263-rtph263.obj: elements/rtph263.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -MT elements/rtph263-rtph263.obj -MD -MP -MF elements/$(DEPDIR)/rtph263-rtph263.Tpo -c -o elements/rtph263-rtph263.obj `if test -f 'elements/rtph263.c'; then $(CYGPATH_W) 'elements/rtph263.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph263.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtph263-rtph263.Tpo elements/$(DEPDIR)/rtph263-rtph263.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph263.c' object='elements/rtph263-rtph263.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -c -o elements/elements_rtph263-rtph263.obj `if test -f 'elements/rtph263.c'; then $(CYGPATH_W) 'elements/rtph263.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph263.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph263_CFLAGS) $(CFLAGS) -c -o elements/rtph263-rtph263.obj `if test -f 'elements/rtph263.c'; then $(CYGPATH_W) 'elements/rtph263.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph263.c'; fi` -elements/elements_rtph264-rtph264.o: elements/rtph264.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -MT elements/elements_rtph264-rtph264.o -MD -MP -MF elements/$(DEPDIR)/elements_rtph264-rtph264.Tpo -c -o elements/elements_rtph264-rtph264.o `test -f 'elements/rtph264.c' || echo '$(srcdir)/'`elements/rtph264.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtph264-rtph264.Tpo elements/$(DEPDIR)/elements_rtph264-rtph264.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph264.c' object='elements/elements_rtph264-rtph264.o' libtool=no @AMDEPBACKSLASH@ +elements/rtph264-rtph264.o: elements/rtph264.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -MT elements/rtph264-rtph264.o -MD -MP -MF elements/$(DEPDIR)/rtph264-rtph264.Tpo -c -o elements/rtph264-rtph264.o `test -f 'elements/rtph264.c' || echo '$(srcdir)/'`elements/rtph264.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtph264-rtph264.Tpo elements/$(DEPDIR)/rtph264-rtph264.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph264.c' object='elements/rtph264-rtph264.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -c -o elements/elements_rtph264-rtph264.o `test -f 'elements/rtph264.c' || echo '$(srcdir)/'`elements/rtph264.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -c -o elements/rtph264-rtph264.o `test -f 'elements/rtph264.c' || echo '$(srcdir)/'`elements/rtph264.c -elements/elements_rtph264-rtph264.obj: elements/rtph264.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -MT elements/elements_rtph264-rtph264.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtph264-rtph264.Tpo -c -o elements/elements_rtph264-rtph264.obj `if test -f 'elements/rtph264.c'; then $(CYGPATH_W) 'elements/rtph264.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph264.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtph264-rtph264.Tpo elements/$(DEPDIR)/elements_rtph264-rtph264.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph264.c' object='elements/elements_rtph264-rtph264.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtph264-rtph264.obj: elements/rtph264.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -MT elements/rtph264-rtph264.obj -MD -MP -MF elements/$(DEPDIR)/rtph264-rtph264.Tpo -c -o elements/rtph264-rtph264.obj `if test -f 'elements/rtph264.c'; then $(CYGPATH_W) 'elements/rtph264.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph264.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtph264-rtph264.Tpo elements/$(DEPDIR)/rtph264-rtph264.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtph264.c' object='elements/rtph264-rtph264.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -c -o elements/elements_rtph264-rtph264.obj `if test -f 'elements/rtph264.c'; then $(CYGPATH_W) 'elements/rtph264.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph264.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtph264_CFLAGS) $(CFLAGS) -c -o elements/rtph264-rtph264.obj `if test -f 'elements/rtph264.c'; then $(CYGPATH_W) 'elements/rtph264.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtph264.c'; fi` -elements/elements_rtpjitterbuffer-rtpjitterbuffer.o: elements/rtpjitterbuffer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -MT elements/elements_rtpjitterbuffer-rtpjitterbuffer.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpjitterbuffer-rtpjitterbuffer.Tpo -c -o elements/elements_rtpjitterbuffer-rtpjitterbuffer.o `test -f 'elements/rtpjitterbuffer.c' || echo '$(srcdir)/'`elements/rtpjitterbuffer.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpjitterbuffer-rtpjitterbuffer.Tpo elements/$(DEPDIR)/elements_rtpjitterbuffer-rtpjitterbuffer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpjitterbuffer.c' object='elements/elements_rtpjitterbuffer-rtpjitterbuffer.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpjitterbuffer-rtpjitterbuffer.o: elements/rtpjitterbuffer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -MT elements/rtpjitterbuffer-rtpjitterbuffer.o -MD -MP -MF elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Tpo -c -o elements/rtpjitterbuffer-rtpjitterbuffer.o `test -f 'elements/rtpjitterbuffer.c' || echo '$(srcdir)/'`elements/rtpjitterbuffer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Tpo elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpjitterbuffer.c' object='elements/rtpjitterbuffer-rtpjitterbuffer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpjitterbuffer-rtpjitterbuffer.o `test -f 'elements/rtpjitterbuffer.c' || echo '$(srcdir)/'`elements/rtpjitterbuffer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -c -o elements/rtpjitterbuffer-rtpjitterbuffer.o `test -f 'elements/rtpjitterbuffer.c' || echo '$(srcdir)/'`elements/rtpjitterbuffer.c -elements/elements_rtpjitterbuffer-rtpjitterbuffer.obj: elements/rtpjitterbuffer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -MT elements/elements_rtpjitterbuffer-rtpjitterbuffer.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpjitterbuffer-rtpjitterbuffer.Tpo -c -o elements/elements_rtpjitterbuffer-rtpjitterbuffer.obj `if test -f 'elements/rtpjitterbuffer.c'; then $(CYGPATH_W) 'elements/rtpjitterbuffer.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpjitterbuffer.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpjitterbuffer-rtpjitterbuffer.Tpo elements/$(DEPDIR)/elements_rtpjitterbuffer-rtpjitterbuffer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpjitterbuffer.c' object='elements/elements_rtpjitterbuffer-rtpjitterbuffer.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpjitterbuffer-rtpjitterbuffer.obj: elements/rtpjitterbuffer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -MT elements/rtpjitterbuffer-rtpjitterbuffer.obj -MD -MP -MF elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Tpo -c -o elements/rtpjitterbuffer-rtpjitterbuffer.obj `if test -f 'elements/rtpjitterbuffer.c'; then $(CYGPATH_W) 'elements/rtpjitterbuffer.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpjitterbuffer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Tpo elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpjitterbuffer.c' object='elements/rtpjitterbuffer-rtpjitterbuffer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpjitterbuffer-rtpjitterbuffer.obj `if test -f 'elements/rtpjitterbuffer.c'; then $(CYGPATH_W) 'elements/rtpjitterbuffer.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpjitterbuffer.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpjitterbuffer_CFLAGS) $(CFLAGS) -c -o elements/rtpjitterbuffer-rtpjitterbuffer.obj `if test -f 'elements/rtpjitterbuffer.c'; then $(CYGPATH_W) 'elements/rtpjitterbuffer.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpjitterbuffer.c'; fi` -elements/elements_rtpmux-rtpmux.o: elements/rtpmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -MT elements/elements_rtpmux-rtpmux.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpmux-rtpmux.Tpo -c -o elements/elements_rtpmux-rtpmux.o `test -f 'elements/rtpmux.c' || echo '$(srcdir)/'`elements/rtpmux.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpmux-rtpmux.Tpo elements/$(DEPDIR)/elements_rtpmux-rtpmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpmux.c' object='elements/elements_rtpmux-rtpmux.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpmux-rtpmux.o: elements/rtpmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -MT elements/rtpmux-rtpmux.o -MD -MP -MF elements/$(DEPDIR)/rtpmux-rtpmux.Tpo -c -o elements/rtpmux-rtpmux.o `test -f 'elements/rtpmux.c' || echo '$(srcdir)/'`elements/rtpmux.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpmux-rtpmux.Tpo elements/$(DEPDIR)/rtpmux-rtpmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpmux.c' object='elements/rtpmux-rtpmux.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpmux-rtpmux.o `test -f 'elements/rtpmux.c' || echo '$(srcdir)/'`elements/rtpmux.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -c -o elements/rtpmux-rtpmux.o `test -f 'elements/rtpmux.c' || echo '$(srcdir)/'`elements/rtpmux.c -elements/elements_rtpmux-rtpmux.obj: elements/rtpmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -MT elements/elements_rtpmux-rtpmux.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpmux-rtpmux.Tpo -c -o elements/elements_rtpmux-rtpmux.obj `if test -f 'elements/rtpmux.c'; then $(CYGPATH_W) 'elements/rtpmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpmux.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpmux-rtpmux.Tpo elements/$(DEPDIR)/elements_rtpmux-rtpmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpmux.c' object='elements/elements_rtpmux-rtpmux.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpmux-rtpmux.obj: elements/rtpmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -MT elements/rtpmux-rtpmux.obj -MD -MP -MF elements/$(DEPDIR)/rtpmux-rtpmux.Tpo -c -o elements/rtpmux-rtpmux.obj `if test -f 'elements/rtpmux.c'; then $(CYGPATH_W) 'elements/rtpmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpmux.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpmux-rtpmux.Tpo elements/$(DEPDIR)/rtpmux-rtpmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpmux.c' object='elements/rtpmux-rtpmux.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpmux-rtpmux.obj `if test -f 'elements/rtpmux.c'; then $(CYGPATH_W) 'elements/rtpmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpmux.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpmux_CFLAGS) $(CFLAGS) -c -o elements/rtpmux-rtpmux.obj `if test -f 'elements/rtpmux.c'; then $(CYGPATH_W) 'elements/rtpmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpmux.c'; fi` -elements/elements_rtpred-rtpred.o: elements/rtpred.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -MT elements/elements_rtpred-rtpred.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpred-rtpred.Tpo -c -o elements/elements_rtpred-rtpred.o `test -f 'elements/rtpred.c' || echo '$(srcdir)/'`elements/rtpred.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpred-rtpred.Tpo elements/$(DEPDIR)/elements_rtpred-rtpred.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpred.c' object='elements/elements_rtpred-rtpred.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpred-rtpred.o: elements/rtpred.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -MT elements/rtpred-rtpred.o -MD -MP -MF elements/$(DEPDIR)/rtpred-rtpred.Tpo -c -o elements/rtpred-rtpred.o `test -f 'elements/rtpred.c' || echo '$(srcdir)/'`elements/rtpred.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpred-rtpred.Tpo elements/$(DEPDIR)/rtpred-rtpred.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpred.c' object='elements/rtpred-rtpred.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpred-rtpred.o `test -f 'elements/rtpred.c' || echo '$(srcdir)/'`elements/rtpred.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -c -o elements/rtpred-rtpred.o `test -f 'elements/rtpred.c' || echo '$(srcdir)/'`elements/rtpred.c -elements/elements_rtpred-rtpred.obj: elements/rtpred.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -MT elements/elements_rtpred-rtpred.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpred-rtpred.Tpo -c -o elements/elements_rtpred-rtpred.obj `if test -f 'elements/rtpred.c'; then $(CYGPATH_W) 'elements/rtpred.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpred.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpred-rtpred.Tpo elements/$(DEPDIR)/elements_rtpred-rtpred.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpred.c' object='elements/elements_rtpred-rtpred.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpred-rtpred.obj: elements/rtpred.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -MT elements/rtpred-rtpred.obj -MD -MP -MF elements/$(DEPDIR)/rtpred-rtpred.Tpo -c -o elements/rtpred-rtpred.obj `if test -f 'elements/rtpred.c'; then $(CYGPATH_W) 'elements/rtpred.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpred.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpred-rtpred.Tpo elements/$(DEPDIR)/rtpred-rtpred.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpred.c' object='elements/rtpred-rtpred.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpred-rtpred.obj `if test -f 'elements/rtpred.c'; then $(CYGPATH_W) 'elements/rtpred.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpred.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpred_CFLAGS) $(CFLAGS) -c -o elements/rtpred-rtpred.obj `if test -f 'elements/rtpred.c'; then $(CYGPATH_W) 'elements/rtpred.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpred.c'; fi` -elements/elements_rtprtx-rtprtx.o: elements/rtprtx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -MT elements/elements_rtprtx-rtprtx.o -MD -MP -MF elements/$(DEPDIR)/elements_rtprtx-rtprtx.Tpo -c -o elements/elements_rtprtx-rtprtx.o `test -f 'elements/rtprtx.c' || echo '$(srcdir)/'`elements/rtprtx.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtprtx-rtprtx.Tpo elements/$(DEPDIR)/elements_rtprtx-rtprtx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtprtx.c' object='elements/elements_rtprtx-rtprtx.o' libtool=no @AMDEPBACKSLASH@ +elements/rtprtx-rtprtx.o: elements/rtprtx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -MT elements/rtprtx-rtprtx.o -MD -MP -MF elements/$(DEPDIR)/rtprtx-rtprtx.Tpo -c -o elements/rtprtx-rtprtx.o `test -f 'elements/rtprtx.c' || echo '$(srcdir)/'`elements/rtprtx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtprtx-rtprtx.Tpo elements/$(DEPDIR)/rtprtx-rtprtx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtprtx.c' object='elements/rtprtx-rtprtx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -c -o elements/elements_rtprtx-rtprtx.o `test -f 'elements/rtprtx.c' || echo '$(srcdir)/'`elements/rtprtx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -c -o elements/rtprtx-rtprtx.o `test -f 'elements/rtprtx.c' || echo '$(srcdir)/'`elements/rtprtx.c -elements/elements_rtprtx-rtprtx.obj: elements/rtprtx.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -MT elements/elements_rtprtx-rtprtx.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtprtx-rtprtx.Tpo -c -o elements/elements_rtprtx-rtprtx.obj `if test -f 'elements/rtprtx.c'; then $(CYGPATH_W) 'elements/rtprtx.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtprtx.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtprtx-rtprtx.Tpo elements/$(DEPDIR)/elements_rtprtx-rtprtx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtprtx.c' object='elements/elements_rtprtx-rtprtx.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtprtx-rtprtx.obj: elements/rtprtx.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -MT elements/rtprtx-rtprtx.obj -MD -MP -MF elements/$(DEPDIR)/rtprtx-rtprtx.Tpo -c -o elements/rtprtx-rtprtx.obj `if test -f 'elements/rtprtx.c'; then $(CYGPATH_W) 'elements/rtprtx.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtprtx.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtprtx-rtprtx.Tpo elements/$(DEPDIR)/rtprtx-rtprtx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtprtx.c' object='elements/rtprtx-rtprtx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -c -o elements/elements_rtprtx-rtprtx.obj `if test -f 'elements/rtprtx.c'; then $(CYGPATH_W) 'elements/rtprtx.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtprtx.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtprtx_CFLAGS) $(CFLAGS) -c -o elements/rtprtx-rtprtx.obj `if test -f 'elements/rtprtx.c'; then $(CYGPATH_W) 'elements/rtprtx.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtprtx.c'; fi` -elements/elements_rtpsession-rtpsession.o: elements/rtpsession.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -MT elements/elements_rtpsession-rtpsession.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpsession-rtpsession.Tpo -c -o elements/elements_rtpsession-rtpsession.o `test -f 'elements/rtpsession.c' || echo '$(srcdir)/'`elements/rtpsession.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpsession-rtpsession.Tpo elements/$(DEPDIR)/elements_rtpsession-rtpsession.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpsession.c' object='elements/elements_rtpsession-rtpsession.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpsession-rtpsession.o: elements/rtpsession.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -MT elements/rtpsession-rtpsession.o -MD -MP -MF elements/$(DEPDIR)/rtpsession-rtpsession.Tpo -c -o elements/rtpsession-rtpsession.o `test -f 'elements/rtpsession.c' || echo '$(srcdir)/'`elements/rtpsession.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpsession-rtpsession.Tpo elements/$(DEPDIR)/rtpsession-rtpsession.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpsession.c' object='elements/rtpsession-rtpsession.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpsession-rtpsession.o `test -f 'elements/rtpsession.c' || echo '$(srcdir)/'`elements/rtpsession.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -c -o elements/rtpsession-rtpsession.o `test -f 'elements/rtpsession.c' || echo '$(srcdir)/'`elements/rtpsession.c -elements/elements_rtpsession-rtpsession.obj: elements/rtpsession.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -MT elements/elements_rtpsession-rtpsession.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpsession-rtpsession.Tpo -c -o elements/elements_rtpsession-rtpsession.obj `if test -f 'elements/rtpsession.c'; then $(CYGPATH_W) 'elements/rtpsession.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpsession.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpsession-rtpsession.Tpo elements/$(DEPDIR)/elements_rtpsession-rtpsession.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpsession.c' object='elements/elements_rtpsession-rtpsession.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpsession-rtpsession.obj: elements/rtpsession.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -MT elements/rtpsession-rtpsession.obj -MD -MP -MF elements/$(DEPDIR)/rtpsession-rtpsession.Tpo -c -o elements/rtpsession-rtpsession.obj `if test -f 'elements/rtpsession.c'; then $(CYGPATH_W) 'elements/rtpsession.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpsession.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpsession-rtpsession.Tpo elements/$(DEPDIR)/rtpsession-rtpsession.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpsession.c' object='elements/rtpsession-rtpsession.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpsession-rtpsession.obj `if test -f 'elements/rtpsession.c'; then $(CYGPATH_W) 'elements/rtpsession.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpsession.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpsession_CFLAGS) $(CFLAGS) -c -o elements/rtpsession-rtpsession.obj `if test -f 'elements/rtpsession.c'; then $(CYGPATH_W) 'elements/rtpsession.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpsession.c'; fi` -elements/elements_rtpstorage-rtpstorage.o: elements/rtpstorage.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -MT elements/elements_rtpstorage-rtpstorage.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpstorage-rtpstorage.Tpo -c -o elements/elements_rtpstorage-rtpstorage.o `test -f 'elements/rtpstorage.c' || echo '$(srcdir)/'`elements/rtpstorage.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpstorage-rtpstorage.Tpo elements/$(DEPDIR)/elements_rtpstorage-rtpstorage.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpstorage.c' object='elements/elements_rtpstorage-rtpstorage.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpstorage-rtpstorage.o: elements/rtpstorage.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -MT elements/rtpstorage-rtpstorage.o -MD -MP -MF elements/$(DEPDIR)/rtpstorage-rtpstorage.Tpo -c -o elements/rtpstorage-rtpstorage.o `test -f 'elements/rtpstorage.c' || echo '$(srcdir)/'`elements/rtpstorage.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpstorage-rtpstorage.Tpo elements/$(DEPDIR)/rtpstorage-rtpstorage.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpstorage.c' object='elements/rtpstorage-rtpstorage.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpstorage-rtpstorage.o `test -f 'elements/rtpstorage.c' || echo '$(srcdir)/'`elements/rtpstorage.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -c -o elements/rtpstorage-rtpstorage.o `test -f 'elements/rtpstorage.c' || echo '$(srcdir)/'`elements/rtpstorage.c -elements/elements_rtpstorage-rtpstorage.obj: elements/rtpstorage.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -MT elements/elements_rtpstorage-rtpstorage.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpstorage-rtpstorage.Tpo -c -o elements/elements_rtpstorage-rtpstorage.obj `if test -f 'elements/rtpstorage.c'; then $(CYGPATH_W) 'elements/rtpstorage.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpstorage.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpstorage-rtpstorage.Tpo elements/$(DEPDIR)/elements_rtpstorage-rtpstorage.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpstorage.c' object='elements/elements_rtpstorage-rtpstorage.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpstorage-rtpstorage.obj: elements/rtpstorage.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -MT elements/rtpstorage-rtpstorage.obj -MD -MP -MF elements/$(DEPDIR)/rtpstorage-rtpstorage.Tpo -c -o elements/rtpstorage-rtpstorage.obj `if test -f 'elements/rtpstorage.c'; then $(CYGPATH_W) 'elements/rtpstorage.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpstorage.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpstorage-rtpstorage.Tpo elements/$(DEPDIR)/rtpstorage-rtpstorage.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpstorage.c' object='elements/rtpstorage-rtpstorage.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpstorage-rtpstorage.obj `if test -f 'elements/rtpstorage.c'; then $(CYGPATH_W) 'elements/rtpstorage.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpstorage.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpstorage_CFLAGS) $(CFLAGS) -c -o elements/rtpstorage-rtpstorage.obj `if test -f 'elements/rtpstorage.c'; then $(CYGPATH_W) 'elements/rtpstorage.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpstorage.c'; fi` -elements/elements_rtpulpfec-rtpulpfec.o: elements/rtpulpfec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -MT elements/elements_rtpulpfec-rtpulpfec.o -MD -MP -MF elements/$(DEPDIR)/elements_rtpulpfec-rtpulpfec.Tpo -c -o elements/elements_rtpulpfec-rtpulpfec.o `test -f 'elements/rtpulpfec.c' || echo '$(srcdir)/'`elements/rtpulpfec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpulpfec-rtpulpfec.Tpo elements/$(DEPDIR)/elements_rtpulpfec-rtpulpfec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpulpfec.c' object='elements/elements_rtpulpfec-rtpulpfec.o' libtool=no @AMDEPBACKSLASH@ +elements/rtpulpfec-rtpulpfec.o: elements/rtpulpfec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -MT elements/rtpulpfec-rtpulpfec.o -MD -MP -MF elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Tpo -c -o elements/rtpulpfec-rtpulpfec.o `test -f 'elements/rtpulpfec.c' || echo '$(srcdir)/'`elements/rtpulpfec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Tpo elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpulpfec.c' object='elements/rtpulpfec-rtpulpfec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpulpfec-rtpulpfec.o `test -f 'elements/rtpulpfec.c' || echo '$(srcdir)/'`elements/rtpulpfec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -c -o elements/rtpulpfec-rtpulpfec.o `test -f 'elements/rtpulpfec.c' || echo '$(srcdir)/'`elements/rtpulpfec.c -elements/elements_rtpulpfec-rtpulpfec.obj: elements/rtpulpfec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -MT elements/elements_rtpulpfec-rtpulpfec.obj -MD -MP -MF elements/$(DEPDIR)/elements_rtpulpfec-rtpulpfec.Tpo -c -o elements/elements_rtpulpfec-rtpulpfec.obj `if test -f 'elements/rtpulpfec.c'; then $(CYGPATH_W) 'elements/rtpulpfec.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpulpfec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rtpulpfec-rtpulpfec.Tpo elements/$(DEPDIR)/elements_rtpulpfec-rtpulpfec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpulpfec.c' object='elements/elements_rtpulpfec-rtpulpfec.obj' libtool=no @AMDEPBACKSLASH@ +elements/rtpulpfec-rtpulpfec.obj: elements/rtpulpfec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -MT elements/rtpulpfec-rtpulpfec.obj -MD -MP -MF elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Tpo -c -o elements/rtpulpfec-rtpulpfec.obj `if test -f 'elements/rtpulpfec.c'; then $(CYGPATH_W) 'elements/rtpulpfec.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpulpfec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Tpo elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rtpulpfec.c' object='elements/rtpulpfec-rtpulpfec.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -c -o elements/elements_rtpulpfec-rtpulpfec.obj `if test -f 'elements/rtpulpfec.c'; then $(CYGPATH_W) 'elements/rtpulpfec.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpulpfec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rtpulpfec_CFLAGS) $(CFLAGS) -c -o elements/rtpulpfec-rtpulpfec.obj `if test -f 'elements/rtpulpfec.c'; then $(CYGPATH_W) 'elements/rtpulpfec.c'; else $(CYGPATH_W) '$(srcdir)/elements/rtpulpfec.c'; fi` -elements/elements_souphttpsrc-souphttpsrc.o: elements/souphttpsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -MT elements/elements_souphttpsrc-souphttpsrc.o -MD -MP -MF elements/$(DEPDIR)/elements_souphttpsrc-souphttpsrc.Tpo -c -o elements/elements_souphttpsrc-souphttpsrc.o `test -f 'elements/souphttpsrc.c' || echo '$(srcdir)/'`elements/souphttpsrc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_souphttpsrc-souphttpsrc.Tpo elements/$(DEPDIR)/elements_souphttpsrc-souphttpsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/souphttpsrc.c' object='elements/elements_souphttpsrc-souphttpsrc.o' libtool=no @AMDEPBACKSLASH@ +elements/souphttpsrc-souphttpsrc.o: elements/souphttpsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -MT elements/souphttpsrc-souphttpsrc.o -MD -MP -MF elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Tpo -c -o elements/souphttpsrc-souphttpsrc.o `test -f 'elements/souphttpsrc.c' || echo '$(srcdir)/'`elements/souphttpsrc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Tpo elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/souphttpsrc.c' object='elements/souphttpsrc-souphttpsrc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -c -o elements/elements_souphttpsrc-souphttpsrc.o `test -f 'elements/souphttpsrc.c' || echo '$(srcdir)/'`elements/souphttpsrc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -c -o elements/souphttpsrc-souphttpsrc.o `test -f 'elements/souphttpsrc.c' || echo '$(srcdir)/'`elements/souphttpsrc.c -elements/elements_souphttpsrc-souphttpsrc.obj: elements/souphttpsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -MT elements/elements_souphttpsrc-souphttpsrc.obj -MD -MP -MF elements/$(DEPDIR)/elements_souphttpsrc-souphttpsrc.Tpo -c -o elements/elements_souphttpsrc-souphttpsrc.obj `if test -f 'elements/souphttpsrc.c'; then $(CYGPATH_W) 'elements/souphttpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/souphttpsrc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_souphttpsrc-souphttpsrc.Tpo elements/$(DEPDIR)/elements_souphttpsrc-souphttpsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/souphttpsrc.c' object='elements/elements_souphttpsrc-souphttpsrc.obj' libtool=no @AMDEPBACKSLASH@ +elements/souphttpsrc-souphttpsrc.obj: elements/souphttpsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -MT elements/souphttpsrc-souphttpsrc.obj -MD -MP -MF elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Tpo -c -o elements/souphttpsrc-souphttpsrc.obj `if test -f 'elements/souphttpsrc.c'; then $(CYGPATH_W) 'elements/souphttpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/souphttpsrc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Tpo elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/souphttpsrc.c' object='elements/souphttpsrc-souphttpsrc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -c -o elements/elements_souphttpsrc-souphttpsrc.obj `if test -f 'elements/souphttpsrc.c'; then $(CYGPATH_W) 'elements/souphttpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/souphttpsrc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_souphttpsrc_CFLAGS) $(CFLAGS) -c -o elements/souphttpsrc-souphttpsrc.obj `if test -f 'elements/souphttpsrc.c'; then $(CYGPATH_W) 'elements/souphttpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/souphttpsrc.c'; fi` -elements/elements_spectrum-spectrum.o: elements/spectrum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -MT elements/elements_spectrum-spectrum.o -MD -MP -MF elements/$(DEPDIR)/elements_spectrum-spectrum.Tpo -c -o elements/elements_spectrum-spectrum.o `test -f 'elements/spectrum.c' || echo '$(srcdir)/'`elements/spectrum.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_spectrum-spectrum.Tpo elements/$(DEPDIR)/elements_spectrum-spectrum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/spectrum.c' object='elements/elements_spectrum-spectrum.o' libtool=no @AMDEPBACKSLASH@ +elements/spectrum-spectrum.o: elements/spectrum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -MT elements/spectrum-spectrum.o -MD -MP -MF elements/$(DEPDIR)/spectrum-spectrum.Tpo -c -o elements/spectrum-spectrum.o `test -f 'elements/spectrum.c' || echo '$(srcdir)/'`elements/spectrum.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/spectrum-spectrum.Tpo elements/$(DEPDIR)/spectrum-spectrum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/spectrum.c' object='elements/spectrum-spectrum.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -c -o elements/elements_spectrum-spectrum.o `test -f 'elements/spectrum.c' || echo '$(srcdir)/'`elements/spectrum.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -c -o elements/spectrum-spectrum.o `test -f 'elements/spectrum.c' || echo '$(srcdir)/'`elements/spectrum.c -elements/elements_spectrum-spectrum.obj: elements/spectrum.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -MT elements/elements_spectrum-spectrum.obj -MD -MP -MF elements/$(DEPDIR)/elements_spectrum-spectrum.Tpo -c -o elements/elements_spectrum-spectrum.obj `if test -f 'elements/spectrum.c'; then $(CYGPATH_W) 'elements/spectrum.c'; else $(CYGPATH_W) '$(srcdir)/elements/spectrum.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_spectrum-spectrum.Tpo elements/$(DEPDIR)/elements_spectrum-spectrum.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/spectrum.c' object='elements/elements_spectrum-spectrum.obj' libtool=no @AMDEPBACKSLASH@ +elements/spectrum-spectrum.obj: elements/spectrum.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -MT elements/spectrum-spectrum.obj -MD -MP -MF elements/$(DEPDIR)/spectrum-spectrum.Tpo -c -o elements/spectrum-spectrum.obj `if test -f 'elements/spectrum.c'; then $(CYGPATH_W) 'elements/spectrum.c'; else $(CYGPATH_W) '$(srcdir)/elements/spectrum.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/spectrum-spectrum.Tpo elements/$(DEPDIR)/spectrum-spectrum.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/spectrum.c' object='elements/spectrum-spectrum.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -c -o elements/elements_spectrum-spectrum.obj `if test -f 'elements/spectrum.c'; then $(CYGPATH_W) 'elements/spectrum.c'; else $(CYGPATH_W) '$(srcdir)/elements/spectrum.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_spectrum_CFLAGS) $(CFLAGS) -c -o elements/spectrum-spectrum.obj `if test -f 'elements/spectrum.c'; then $(CYGPATH_W) 'elements/spectrum.c'; else $(CYGPATH_W) '$(srcdir)/elements/spectrum.c'; fi` -elements/elements_splitmux-splitmux.o: elements/splitmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -MT elements/elements_splitmux-splitmux.o -MD -MP -MF elements/$(DEPDIR)/elements_splitmux-splitmux.Tpo -c -o elements/elements_splitmux-splitmux.o `test -f 'elements/splitmux.c' || echo '$(srcdir)/'`elements/splitmux.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_splitmux-splitmux.Tpo elements/$(DEPDIR)/elements_splitmux-splitmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/splitmux.c' object='elements/elements_splitmux-splitmux.o' libtool=no @AMDEPBACKSLASH@ +elements/splitmux-splitmux.o: elements/splitmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -MT elements/splitmux-splitmux.o -MD -MP -MF elements/$(DEPDIR)/splitmux-splitmux.Tpo -c -o elements/splitmux-splitmux.o `test -f 'elements/splitmux.c' || echo '$(srcdir)/'`elements/splitmux.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/splitmux-splitmux.Tpo elements/$(DEPDIR)/splitmux-splitmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/splitmux.c' object='elements/splitmux-splitmux.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -c -o elements/elements_splitmux-splitmux.o `test -f 'elements/splitmux.c' || echo '$(srcdir)/'`elements/splitmux.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -c -o elements/splitmux-splitmux.o `test -f 'elements/splitmux.c' || echo '$(srcdir)/'`elements/splitmux.c -elements/elements_splitmux-splitmux.obj: elements/splitmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -MT elements/elements_splitmux-splitmux.obj -MD -MP -MF elements/$(DEPDIR)/elements_splitmux-splitmux.Tpo -c -o elements/elements_splitmux-splitmux.obj `if test -f 'elements/splitmux.c'; then $(CYGPATH_W) 'elements/splitmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/splitmux.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_splitmux-splitmux.Tpo elements/$(DEPDIR)/elements_splitmux-splitmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/splitmux.c' object='elements/elements_splitmux-splitmux.obj' libtool=no @AMDEPBACKSLASH@ +elements/splitmux-splitmux.obj: elements/splitmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -MT elements/splitmux-splitmux.obj -MD -MP -MF elements/$(DEPDIR)/splitmux-splitmux.Tpo -c -o elements/splitmux-splitmux.obj `if test -f 'elements/splitmux.c'; then $(CYGPATH_W) 'elements/splitmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/splitmux.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/splitmux-splitmux.Tpo elements/$(DEPDIR)/splitmux-splitmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/splitmux.c' object='elements/splitmux-splitmux.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -c -o elements/elements_splitmux-splitmux.obj `if test -f 'elements/splitmux.c'; then $(CYGPATH_W) 'elements/splitmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/splitmux.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_splitmux_CFLAGS) $(CFLAGS) -c -o elements/splitmux-splitmux.obj `if test -f 'elements/splitmux.c'; then $(CYGPATH_W) 'elements/splitmux.c'; else $(CYGPATH_W) '$(srcdir)/elements/splitmux.c'; fi` -elements/elements_udpsink-udpsink.o: elements/udpsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -MT elements/elements_udpsink-udpsink.o -MD -MP -MF elements/$(DEPDIR)/elements_udpsink-udpsink.Tpo -c -o elements/elements_udpsink-udpsink.o `test -f 'elements/udpsink.c' || echo '$(srcdir)/'`elements/udpsink.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_udpsink-udpsink.Tpo elements/$(DEPDIR)/elements_udpsink-udpsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsink.c' object='elements/elements_udpsink-udpsink.o' libtool=no @AMDEPBACKSLASH@ +elements/udpsink-udpsink.o: elements/udpsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -MT elements/udpsink-udpsink.o -MD -MP -MF elements/$(DEPDIR)/udpsink-udpsink.Tpo -c -o elements/udpsink-udpsink.o `test -f 'elements/udpsink.c' || echo '$(srcdir)/'`elements/udpsink.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/udpsink-udpsink.Tpo elements/$(DEPDIR)/udpsink-udpsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsink.c' object='elements/udpsink-udpsink.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -c -o elements/elements_udpsink-udpsink.o `test -f 'elements/udpsink.c' || echo '$(srcdir)/'`elements/udpsink.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -c -o elements/udpsink-udpsink.o `test -f 'elements/udpsink.c' || echo '$(srcdir)/'`elements/udpsink.c -elements/elements_udpsink-udpsink.obj: elements/udpsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -MT elements/elements_udpsink-udpsink.obj -MD -MP -MF elements/$(DEPDIR)/elements_udpsink-udpsink.Tpo -c -o elements/elements_udpsink-udpsink.obj `if test -f 'elements/udpsink.c'; then $(CYGPATH_W) 'elements/udpsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsink.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_udpsink-udpsink.Tpo elements/$(DEPDIR)/elements_udpsink-udpsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsink.c' object='elements/elements_udpsink-udpsink.obj' libtool=no @AMDEPBACKSLASH@ +elements/udpsink-udpsink.obj: elements/udpsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -MT elements/udpsink-udpsink.obj -MD -MP -MF elements/$(DEPDIR)/udpsink-udpsink.Tpo -c -o elements/udpsink-udpsink.obj `if test -f 'elements/udpsink.c'; then $(CYGPATH_W) 'elements/udpsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsink.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/udpsink-udpsink.Tpo elements/$(DEPDIR)/udpsink-udpsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsink.c' object='elements/udpsink-udpsink.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -c -o elements/elements_udpsink-udpsink.obj `if test -f 'elements/udpsink.c'; then $(CYGPATH_W) 'elements/udpsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsink.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsink_CFLAGS) $(CFLAGS) -c -o elements/udpsink-udpsink.obj `if test -f 'elements/udpsink.c'; then $(CYGPATH_W) 'elements/udpsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsink.c'; fi` -elements/elements_udpsrc-udpsrc.o: elements/udpsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -MT elements/elements_udpsrc-udpsrc.o -MD -MP -MF elements/$(DEPDIR)/elements_udpsrc-udpsrc.Tpo -c -o elements/elements_udpsrc-udpsrc.o `test -f 'elements/udpsrc.c' || echo '$(srcdir)/'`elements/udpsrc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_udpsrc-udpsrc.Tpo elements/$(DEPDIR)/elements_udpsrc-udpsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsrc.c' object='elements/elements_udpsrc-udpsrc.o' libtool=no @AMDEPBACKSLASH@ +elements/udpsrc-udpsrc.o: elements/udpsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -MT elements/udpsrc-udpsrc.o -MD -MP -MF elements/$(DEPDIR)/udpsrc-udpsrc.Tpo -c -o elements/udpsrc-udpsrc.o `test -f 'elements/udpsrc.c' || echo '$(srcdir)/'`elements/udpsrc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/udpsrc-udpsrc.Tpo elements/$(DEPDIR)/udpsrc-udpsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsrc.c' object='elements/udpsrc-udpsrc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -c -o elements/elements_udpsrc-udpsrc.o `test -f 'elements/udpsrc.c' || echo '$(srcdir)/'`elements/udpsrc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -c -o elements/udpsrc-udpsrc.o `test -f 'elements/udpsrc.c' || echo '$(srcdir)/'`elements/udpsrc.c -elements/elements_udpsrc-udpsrc.obj: elements/udpsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -MT elements/elements_udpsrc-udpsrc.obj -MD -MP -MF elements/$(DEPDIR)/elements_udpsrc-udpsrc.Tpo -c -o elements/elements_udpsrc-udpsrc.obj `if test -f 'elements/udpsrc.c'; then $(CYGPATH_W) 'elements/udpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsrc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_udpsrc-udpsrc.Tpo elements/$(DEPDIR)/elements_udpsrc-udpsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsrc.c' object='elements/elements_udpsrc-udpsrc.obj' libtool=no @AMDEPBACKSLASH@ +elements/udpsrc-udpsrc.obj: elements/udpsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -MT elements/udpsrc-udpsrc.obj -MD -MP -MF elements/$(DEPDIR)/udpsrc-udpsrc.Tpo -c -o elements/udpsrc-udpsrc.obj `if test -f 'elements/udpsrc.c'; then $(CYGPATH_W) 'elements/udpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsrc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/udpsrc-udpsrc.Tpo elements/$(DEPDIR)/udpsrc-udpsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/udpsrc.c' object='elements/udpsrc-udpsrc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -c -o elements/elements_udpsrc-udpsrc.obj `if test -f 'elements/udpsrc.c'; then $(CYGPATH_W) 'elements/udpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsrc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_udpsrc_CFLAGS) $(CFLAGS) -c -o elements/udpsrc-udpsrc.obj `if test -f 'elements/udpsrc.c'; then $(CYGPATH_W) 'elements/udpsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/udpsrc.c'; fi` -elements/elements_videocrop-videocrop.o: elements/videocrop.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -MT elements/elements_videocrop-videocrop.o -MD -MP -MF elements/$(DEPDIR)/elements_videocrop-videocrop.Tpo -c -o elements/elements_videocrop-videocrop.o `test -f 'elements/videocrop.c' || echo '$(srcdir)/'`elements/videocrop.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videocrop-videocrop.Tpo elements/$(DEPDIR)/elements_videocrop-videocrop.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videocrop.c' object='elements/elements_videocrop-videocrop.o' libtool=no @AMDEPBACKSLASH@ +elements/videocrop-videocrop.o: elements/videocrop.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -MT elements/videocrop-videocrop.o -MD -MP -MF elements/$(DEPDIR)/videocrop-videocrop.Tpo -c -o elements/videocrop-videocrop.o `test -f 'elements/videocrop.c' || echo '$(srcdir)/'`elements/videocrop.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videocrop-videocrop.Tpo elements/$(DEPDIR)/videocrop-videocrop.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videocrop.c' object='elements/videocrop-videocrop.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -c -o elements/elements_videocrop-videocrop.o `test -f 'elements/videocrop.c' || echo '$(srcdir)/'`elements/videocrop.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -c -o elements/videocrop-videocrop.o `test -f 'elements/videocrop.c' || echo '$(srcdir)/'`elements/videocrop.c -elements/elements_videocrop-videocrop.obj: elements/videocrop.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -MT elements/elements_videocrop-videocrop.obj -MD -MP -MF elements/$(DEPDIR)/elements_videocrop-videocrop.Tpo -c -o elements/elements_videocrop-videocrop.obj `if test -f 'elements/videocrop.c'; then $(CYGPATH_W) 'elements/videocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/videocrop.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videocrop-videocrop.Tpo elements/$(DEPDIR)/elements_videocrop-videocrop.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videocrop.c' object='elements/elements_videocrop-videocrop.obj' libtool=no @AMDEPBACKSLASH@ +elements/videocrop-videocrop.obj: elements/videocrop.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -MT elements/videocrop-videocrop.obj -MD -MP -MF elements/$(DEPDIR)/videocrop-videocrop.Tpo -c -o elements/videocrop-videocrop.obj `if test -f 'elements/videocrop.c'; then $(CYGPATH_W) 'elements/videocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/videocrop.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videocrop-videocrop.Tpo elements/$(DEPDIR)/videocrop-videocrop.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videocrop.c' object='elements/videocrop-videocrop.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -c -o elements/elements_videocrop-videocrop.obj `if test -f 'elements/videocrop.c'; then $(CYGPATH_W) 'elements/videocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/videocrop.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videocrop_CFLAGS) $(CFLAGS) -c -o elements/videocrop-videocrop.obj `if test -f 'elements/videocrop.c'; then $(CYGPATH_W) 'elements/videocrop.c'; else $(CYGPATH_W) '$(srcdir)/elements/videocrop.c'; fi` -elements/elements_videofilter-videofilter.o: elements/videofilter.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -MT elements/elements_videofilter-videofilter.o -MD -MP -MF elements/$(DEPDIR)/elements_videofilter-videofilter.Tpo -c -o elements/elements_videofilter-videofilter.o `test -f 'elements/videofilter.c' || echo '$(srcdir)/'`elements/videofilter.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videofilter-videofilter.Tpo elements/$(DEPDIR)/elements_videofilter-videofilter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videofilter.c' object='elements/elements_videofilter-videofilter.o' libtool=no @AMDEPBACKSLASH@ +elements/videofilter-videofilter.o: elements/videofilter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -MT elements/videofilter-videofilter.o -MD -MP -MF elements/$(DEPDIR)/videofilter-videofilter.Tpo -c -o elements/videofilter-videofilter.o `test -f 'elements/videofilter.c' || echo '$(srcdir)/'`elements/videofilter.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videofilter-videofilter.Tpo elements/$(DEPDIR)/videofilter-videofilter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videofilter.c' object='elements/videofilter-videofilter.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -c -o elements/elements_videofilter-videofilter.o `test -f 'elements/videofilter.c' || echo '$(srcdir)/'`elements/videofilter.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -c -o elements/videofilter-videofilter.o `test -f 'elements/videofilter.c' || echo '$(srcdir)/'`elements/videofilter.c -elements/elements_videofilter-videofilter.obj: elements/videofilter.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -MT elements/elements_videofilter-videofilter.obj -MD -MP -MF elements/$(DEPDIR)/elements_videofilter-videofilter.Tpo -c -o elements/elements_videofilter-videofilter.obj `if test -f 'elements/videofilter.c'; then $(CYGPATH_W) 'elements/videofilter.c'; else $(CYGPATH_W) '$(srcdir)/elements/videofilter.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videofilter-videofilter.Tpo elements/$(DEPDIR)/elements_videofilter-videofilter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videofilter.c' object='elements/elements_videofilter-videofilter.obj' libtool=no @AMDEPBACKSLASH@ +elements/videofilter-videofilter.obj: elements/videofilter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -MT elements/videofilter-videofilter.obj -MD -MP -MF elements/$(DEPDIR)/videofilter-videofilter.Tpo -c -o elements/videofilter-videofilter.obj `if test -f 'elements/videofilter.c'; then $(CYGPATH_W) 'elements/videofilter.c'; else $(CYGPATH_W) '$(srcdir)/elements/videofilter.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videofilter-videofilter.Tpo elements/$(DEPDIR)/videofilter-videofilter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videofilter.c' object='elements/videofilter-videofilter.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -c -o elements/elements_videofilter-videofilter.obj `if test -f 'elements/videofilter.c'; then $(CYGPATH_W) 'elements/videofilter.c'; else $(CYGPATH_W) '$(srcdir)/elements/videofilter.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videofilter_CFLAGS) $(CFLAGS) -c -o elements/videofilter-videofilter.obj `if test -f 'elements/videofilter.c'; then $(CYGPATH_W) 'elements/videofilter.c'; else $(CYGPATH_W) '$(srcdir)/elements/videofilter.c'; fi` elements/elements_videomixer-videomixer.o: elements/videomixer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videomixer_CFLAGS) $(CFLAGS) -MT elements/elements_videomixer-videomixer.o -MD -MP -MF elements/$(DEPDIR)/elements_videomixer-videomixer.Tpo -c -o elements/elements_videomixer-videomixer.o `test -f 'elements/videomixer.c' || echo '$(srcdir)/'`elements/videomixer.c @@ -3696,19 +3775,19 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videomixer_CFLAGS) $(CFLAGS) -c -o elements/elements_videomixer-videomixer.obj `if test -f 'elements/videomixer.c'; then $(CYGPATH_W) 'elements/videomixer.c'; else $(CYGPATH_W) '$(srcdir)/elements/videomixer.c'; fi` -elements/elements_vp9enc-vp9enc.o: elements/vp9enc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -MT elements/elements_vp9enc-vp9enc.o -MD -MP -MF elements/$(DEPDIR)/elements_vp9enc-vp9enc.Tpo -c -o elements/elements_vp9enc-vp9enc.o `test -f 'elements/vp9enc.c' || echo '$(srcdir)/'`elements/vp9enc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_vp9enc-vp9enc.Tpo elements/$(DEPDIR)/elements_vp9enc-vp9enc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vp9enc.c' object='elements/elements_vp9enc-vp9enc.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -c -o elements/elements_vp9enc-vp9enc.o `test -f 'elements/vp9enc.c' || echo '$(srcdir)/'`elements/vp9enc.c - -elements/elements_vp9enc-vp9enc.obj: elements/vp9enc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -MT elements/elements_vp9enc-vp9enc.obj -MD -MP -MF elements/$(DEPDIR)/elements_vp9enc-vp9enc.Tpo -c -o elements/elements_vp9enc-vp9enc.obj `if test -f 'elements/vp9enc.c'; then $(CYGPATH_W) 'elements/vp9enc.c'; else $(CYGPATH_W) '$(srcdir)/elements/vp9enc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_vp9enc-vp9enc.Tpo elements/$(DEPDIR)/elements_vp9enc-vp9enc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vp9enc.c' object='elements/elements_vp9enc-vp9enc.obj' libtool=no @AMDEPBACKSLASH@ +elements/vp9enc-vp9enc.o: elements/vp9enc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -MT elements/vp9enc-vp9enc.o -MD -MP -MF elements/$(DEPDIR)/vp9enc-vp9enc.Tpo -c -o elements/vp9enc-vp9enc.o `test -f 'elements/vp9enc.c' || echo '$(srcdir)/'`elements/vp9enc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/vp9enc-vp9enc.Tpo elements/$(DEPDIR)/vp9enc-vp9enc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vp9enc.c' object='elements/vp9enc-vp9enc.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -c -o elements/vp9enc-vp9enc.o `test -f 'elements/vp9enc.c' || echo '$(srcdir)/'`elements/vp9enc.c + +elements/vp9enc-vp9enc.obj: elements/vp9enc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -MT elements/vp9enc-vp9enc.obj -MD -MP -MF elements/$(DEPDIR)/vp9enc-vp9enc.Tpo -c -o elements/vp9enc-vp9enc.obj `if test -f 'elements/vp9enc.c'; then $(CYGPATH_W) 'elements/vp9enc.c'; else $(CYGPATH_W) '$(srcdir)/elements/vp9enc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/vp9enc-vp9enc.Tpo elements/$(DEPDIR)/vp9enc-vp9enc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vp9enc.c' object='elements/vp9enc-vp9enc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -c -o elements/elements_vp9enc-vp9enc.obj `if test -f 'elements/vp9enc.c'; then $(CYGPATH_W) 'elements/vp9enc.c'; else $(CYGPATH_W) '$(srcdir)/elements/vp9enc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vp9enc_CFLAGS) $(CFLAGS) -c -o elements/vp9enc-vp9enc.obj `if test -f 'elements/vp9enc.c'; then $(CYGPATH_W) 'elements/vp9enc.c'; else $(CYGPATH_W) '$(srcdir)/elements/vp9enc.c'; fi` orc/orc_deinterlace-deinterlace.o: orc/deinterlace.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(orc_deinterlace_CFLAGS) $(CFLAGS) -MT orc/orc_deinterlace-deinterlace.o -MD -MP -MF orc/$(DEPDIR)/orc_deinterlace-deinterlace.Tpo -c -o orc/orc_deinterlace-deinterlace.o `test -f 'orc/deinterlace.c' || echo '$(srcdir)/'`orc/deinterlace.c @@ -3752,47 +3831,47 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(orc_videomixer_CFLAGS) $(CFLAGS) -c -o orc/orc_videomixer-videomixer.obj `if test -f 'orc/videomixer.c'; then $(CYGPATH_W) 'orc/videomixer.c'; else $(CYGPATH_W) '$(srcdir)/orc/videomixer.c'; fi` -pipelines/pipelines_flacdec-flacdec.o: pipelines/flacdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_flacdec-flacdec.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_flacdec-flacdec.Tpo -c -o pipelines/pipelines_flacdec-flacdec.o `test -f 'pipelines/flacdec.c' || echo '$(srcdir)/'`pipelines/flacdec.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_flacdec-flacdec.Tpo pipelines/$(DEPDIR)/pipelines_flacdec-flacdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/flacdec.c' object='pipelines/pipelines_flacdec-flacdec.o' libtool=no @AMDEPBACKSLASH@ +pipelines/flacdec-flacdec.o: pipelines/flacdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -MT pipelines/flacdec-flacdec.o -MD -MP -MF pipelines/$(DEPDIR)/flacdec-flacdec.Tpo -c -o pipelines/flacdec-flacdec.o `test -f 'pipelines/flacdec.c' || echo '$(srcdir)/'`pipelines/flacdec.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/flacdec-flacdec.Tpo pipelines/$(DEPDIR)/flacdec-flacdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/flacdec.c' object='pipelines/flacdec-flacdec.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_flacdec-flacdec.o `test -f 'pipelines/flacdec.c' || echo '$(srcdir)/'`pipelines/flacdec.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -c -o pipelines/flacdec-flacdec.o `test -f 'pipelines/flacdec.c' || echo '$(srcdir)/'`pipelines/flacdec.c -pipelines/pipelines_flacdec-flacdec.obj: pipelines/flacdec.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_flacdec-flacdec.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_flacdec-flacdec.Tpo -c -o pipelines/pipelines_flacdec-flacdec.obj `if test -f 'pipelines/flacdec.c'; then $(CYGPATH_W) 'pipelines/flacdec.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/flacdec.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_flacdec-flacdec.Tpo pipelines/$(DEPDIR)/pipelines_flacdec-flacdec.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/flacdec.c' object='pipelines/pipelines_flacdec-flacdec.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/flacdec-flacdec.obj: pipelines/flacdec.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -MT pipelines/flacdec-flacdec.obj -MD -MP -MF pipelines/$(DEPDIR)/flacdec-flacdec.Tpo -c -o pipelines/flacdec-flacdec.obj `if test -f 'pipelines/flacdec.c'; then $(CYGPATH_W) 'pipelines/flacdec.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/flacdec.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/flacdec-flacdec.Tpo pipelines/$(DEPDIR)/flacdec-flacdec.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/flacdec.c' object='pipelines/flacdec-flacdec.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_flacdec-flacdec.obj `if test -f 'pipelines/flacdec.c'; then $(CYGPATH_W) 'pipelines/flacdec.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/flacdec.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_flacdec_CFLAGS) $(CFLAGS) -c -o pipelines/flacdec-flacdec.obj `if test -f 'pipelines/flacdec.c'; then $(CYGPATH_W) 'pipelines/flacdec.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/flacdec.c'; fi` -pipelines/pipelines_wavenc-wavenc.o: pipelines/wavenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_wavenc-wavenc.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_wavenc-wavenc.Tpo -c -o pipelines/pipelines_wavenc-wavenc.o `test -f 'pipelines/wavenc.c' || echo '$(srcdir)/'`pipelines/wavenc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_wavenc-wavenc.Tpo pipelines/$(DEPDIR)/pipelines_wavenc-wavenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavenc.c' object='pipelines/pipelines_wavenc-wavenc.o' libtool=no @AMDEPBACKSLASH@ +pipelines/wavenc-wavenc.o: pipelines/wavenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -MT pipelines/wavenc-wavenc.o -MD -MP -MF pipelines/$(DEPDIR)/wavenc-wavenc.Tpo -c -o pipelines/wavenc-wavenc.o `test -f 'pipelines/wavenc.c' || echo '$(srcdir)/'`pipelines/wavenc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/wavenc-wavenc.Tpo pipelines/$(DEPDIR)/wavenc-wavenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavenc.c' object='pipelines/wavenc-wavenc.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_wavenc-wavenc.o `test -f 'pipelines/wavenc.c' || echo '$(srcdir)/'`pipelines/wavenc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -c -o pipelines/wavenc-wavenc.o `test -f 'pipelines/wavenc.c' || echo '$(srcdir)/'`pipelines/wavenc.c -pipelines/pipelines_wavenc-wavenc.obj: pipelines/wavenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_wavenc-wavenc.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_wavenc-wavenc.Tpo -c -o pipelines/pipelines_wavenc-wavenc.obj `if test -f 'pipelines/wavenc.c'; then $(CYGPATH_W) 'pipelines/wavenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavenc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_wavenc-wavenc.Tpo pipelines/$(DEPDIR)/pipelines_wavenc-wavenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavenc.c' object='pipelines/pipelines_wavenc-wavenc.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/wavenc-wavenc.obj: pipelines/wavenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -MT pipelines/wavenc-wavenc.obj -MD -MP -MF pipelines/$(DEPDIR)/wavenc-wavenc.Tpo -c -o pipelines/wavenc-wavenc.obj `if test -f 'pipelines/wavenc.c'; then $(CYGPATH_W) 'pipelines/wavenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavenc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/wavenc-wavenc.Tpo pipelines/$(DEPDIR)/wavenc-wavenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavenc.c' object='pipelines/wavenc-wavenc.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_wavenc-wavenc.obj `if test -f 'pipelines/wavenc.c'; then $(CYGPATH_W) 'pipelines/wavenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavenc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavenc_CFLAGS) $(CFLAGS) -c -o pipelines/wavenc-wavenc.obj `if test -f 'pipelines/wavenc.c'; then $(CYGPATH_W) 'pipelines/wavenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavenc.c'; fi` -pipelines/pipelines_wavpack-wavpack.o: pipelines/wavpack.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_wavpack-wavpack.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_wavpack-wavpack.Tpo -c -o pipelines/pipelines_wavpack-wavpack.o `test -f 'pipelines/wavpack.c' || echo '$(srcdir)/'`pipelines/wavpack.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_wavpack-wavpack.Tpo pipelines/$(DEPDIR)/pipelines_wavpack-wavpack.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavpack.c' object='pipelines/pipelines_wavpack-wavpack.o' libtool=no @AMDEPBACKSLASH@ +pipelines/wavpack-wavpack.o: pipelines/wavpack.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -MT pipelines/wavpack-wavpack.o -MD -MP -MF pipelines/$(DEPDIR)/wavpack-wavpack.Tpo -c -o pipelines/wavpack-wavpack.o `test -f 'pipelines/wavpack.c' || echo '$(srcdir)/'`pipelines/wavpack.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/wavpack-wavpack.Tpo pipelines/$(DEPDIR)/wavpack-wavpack.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavpack.c' object='pipelines/wavpack-wavpack.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_wavpack-wavpack.o `test -f 'pipelines/wavpack.c' || echo '$(srcdir)/'`pipelines/wavpack.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -c -o pipelines/wavpack-wavpack.o `test -f 'pipelines/wavpack.c' || echo '$(srcdir)/'`pipelines/wavpack.c -pipelines/pipelines_wavpack-wavpack.obj: pipelines/wavpack.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_wavpack-wavpack.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_wavpack-wavpack.Tpo -c -o pipelines/pipelines_wavpack-wavpack.obj `if test -f 'pipelines/wavpack.c'; then $(CYGPATH_W) 'pipelines/wavpack.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavpack.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_wavpack-wavpack.Tpo pipelines/$(DEPDIR)/pipelines_wavpack-wavpack.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavpack.c' object='pipelines/pipelines_wavpack-wavpack.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/wavpack-wavpack.obj: pipelines/wavpack.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -MT pipelines/wavpack-wavpack.obj -MD -MP -MF pipelines/$(DEPDIR)/wavpack-wavpack.Tpo -c -o pipelines/wavpack-wavpack.obj `if test -f 'pipelines/wavpack.c'; then $(CYGPATH_W) 'pipelines/wavpack.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavpack.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/wavpack-wavpack.Tpo pipelines/$(DEPDIR)/wavpack-wavpack.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/wavpack.c' object='pipelines/wavpack-wavpack.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_wavpack-wavpack.obj `if test -f 'pipelines/wavpack.c'; then $(CYGPATH_W) 'pipelines/wavpack.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavpack.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_wavpack_CFLAGS) $(CFLAGS) -c -o pipelines/wavpack-wavpack.obj `if test -f 'pipelines/wavpack.c'; then $(CYGPATH_W) 'pipelines/wavpack.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/wavpack.c'; fi` mostlyclean-libtool: -rm -f *.lo @@ -3976,7 +4055,7 @@ fi; \ $$success || exit 1 -check-TESTS: +check-TESTS: $(check_PROGRAMS) @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @@ -4705,7 +4784,10 @@ @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -4789,7 +4871,106 @@ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf elements/$(DEPDIR) generic/$(DEPDIR) orc/$(DEPDIR) pipelines/$(DEPDIR) + -rm -f elements/$(DEPDIR)/aacparse.Po + -rm -f elements/$(DEPDIR)/ac3parse.Po + -rm -f elements/$(DEPDIR)/alpha-alpha.Po + -rm -f elements/$(DEPDIR)/alphacolor-alphacolor.Po + -rm -f elements/$(DEPDIR)/amrparse.Po + -rm -f elements/$(DEPDIR)/apev2mux.Po + -rm -f elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Po + -rm -f elements/$(DEPDIR)/audioamplify-audioamplify.Po + -rm -f elements/$(DEPDIR)/audiochebband-audiochebband.Po + -rm -f elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Po + -rm -f elements/$(DEPDIR)/audiodynamic-audiodynamic.Po + -rm -f elements/$(DEPDIR)/audioecho-audioecho.Po + -rm -f elements/$(DEPDIR)/audiofirfilter.Po + -rm -f elements/$(DEPDIR)/audioiirfilter.Po + -rm -f elements/$(DEPDIR)/audioinvert-audioinvert.Po + -rm -f elements/$(DEPDIR)/audiopanorama-audiopanorama.Po + -rm -f elements/$(DEPDIR)/audiowsincband-audiowsincband.Po + -rm -f elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Po + -rm -f elements/$(DEPDIR)/autodetect-autodetect.Po + -rm -f elements/$(DEPDIR)/avimux.Po + -rm -f elements/$(DEPDIR)/avisubtitle.Po + -rm -f elements/$(DEPDIR)/capssetter.Po + -rm -f elements/$(DEPDIR)/deinterleave-deinterleave.Po + -rm -f elements/$(DEPDIR)/dtmf-dtmf.Po + -rm -f elements/$(DEPDIR)/elements_deinterlace-deinterlace.Po + -rm -f elements/$(DEPDIR)/elements_videomixer-videomixer.Po + -rm -f elements/$(DEPDIR)/equalizer-equalizer.Po + -rm -f elements/$(DEPDIR)/flacparse.Po + -rm -f elements/$(DEPDIR)/flvdemux-flvdemux.Po + -rm -f elements/$(DEPDIR)/flvmux.Po + -rm -f elements/$(DEPDIR)/gdkpixbufoverlay.Po + -rm -f elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Po + -rm -f elements/$(DEPDIR)/icydemux.Po + -rm -f elements/$(DEPDIR)/id3demux.Po + -rm -f elements/$(DEPDIR)/id3v2mux.Po + -rm -f elements/$(DEPDIR)/imagefreeze-imagefreeze.Po + -rm -f elements/$(DEPDIR)/interleave-interleave.Po + -rm -f elements/$(DEPDIR)/jpegdec-jpegdec.Po + -rm -f elements/$(DEPDIR)/jpegenc-jpegenc.Po + -rm -f elements/$(DEPDIR)/level-level.Po + -rm -f elements/$(DEPDIR)/libparser_la-parser.Plo + -rm -f elements/$(DEPDIR)/matroskademux.Po + -rm -f elements/$(DEPDIR)/matroskamux.Po + -rm -f elements/$(DEPDIR)/matroskaparse.Po + -rm -f elements/$(DEPDIR)/mpegaudioparse.Po + -rm -f elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Po + -rm -f elements/$(DEPDIR)/mulawdec-mulawdec.Po + -rm -f elements/$(DEPDIR)/mulawenc-mulawenc.Po + -rm -f elements/$(DEPDIR)/multifile-multifile.Po + -rm -f elements/$(DEPDIR)/qtdemux.Po + -rm -f elements/$(DEPDIR)/qtmux-qtmux.Po + -rm -f elements/$(DEPDIR)/rganalysis-rganalysis.Po + -rm -f elements/$(DEPDIR)/rglimiter-rglimiter.Po + -rm -f elements/$(DEPDIR)/rgvolume-rgvolume.Po + -rm -f elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Po + -rm -f elements/$(DEPDIR)/rtpaux-rtpaux.Po + -rm -f elements/$(DEPDIR)/rtpbin-rtpbin.Po + -rm -f elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Po + -rm -f elements/$(DEPDIR)/rtpbundle-rtpbundle.Po + -rm -f elements/$(DEPDIR)/rtpcollision-rtpcollision.Po + -rm -f elements/$(DEPDIR)/rtph261-rtph261.Po + -rm -f elements/$(DEPDIR)/rtph263-rtph263.Po + -rm -f elements/$(DEPDIR)/rtph264-rtph264.Po + -rm -f elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Po + -rm -f elements/$(DEPDIR)/rtpmux-rtpmux.Po + -rm -f elements/$(DEPDIR)/rtpred-rtpred.Po + -rm -f elements/$(DEPDIR)/rtprtx-rtprtx.Po + -rm -f elements/$(DEPDIR)/rtpsession-rtpsession.Po + -rm -f elements/$(DEPDIR)/rtpstorage-rtpstorage.Po + -rm -f elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Po + -rm -f elements/$(DEPDIR)/rtpvp9.Po + -rm -f elements/$(DEPDIR)/shapewipe.Po + -rm -f elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Po + -rm -f elements/$(DEPDIR)/spectrum-spectrum.Po + -rm -f elements/$(DEPDIR)/splitmux-splitmux.Po + -rm -f elements/$(DEPDIR)/udpsink-udpsink.Po + -rm -f elements/$(DEPDIR)/udpsrc-udpsrc.Po + -rm -f elements/$(DEPDIR)/videobox.Po + -rm -f elements/$(DEPDIR)/videocrop-videocrop.Po + -rm -f elements/$(DEPDIR)/videofilter-videofilter.Po + -rm -f elements/$(DEPDIR)/vp8dec.Po + -rm -f elements/$(DEPDIR)/vp8enc.Po + -rm -f elements/$(DEPDIR)/vp9enc-vp9enc.Po + -rm -f elements/$(DEPDIR)/wavpackdec.Po + -rm -f elements/$(DEPDIR)/wavpackenc.Po + -rm -f elements/$(DEPDIR)/wavpackparse.Po + -rm -f elements/$(DEPDIR)/wavparse.Po + -rm -f elements/$(DEPDIR)/y4menc.Po + -rm -f generic/$(DEPDIR)/states.Po + -rm -f orc/$(DEPDIR)/orc_deinterlace-deinterlace.Po + -rm -f orc/$(DEPDIR)/orc_videobox-videobox.Po + -rm -f orc/$(DEPDIR)/orc_videomixer-videomixer.Po + -rm -f pipelines/$(DEPDIR)/effectv.Po + -rm -f pipelines/$(DEPDIR)/flacdec-flacdec.Po + -rm -f pipelines/$(DEPDIR)/lame.Po + -rm -f pipelines/$(DEPDIR)/simple-launch-lines.Po + -rm -f pipelines/$(DEPDIR)/tagschecking.Po + -rm -f pipelines/$(DEPDIR)/twolame.Po + -rm -f pipelines/$(DEPDIR)/wavenc-wavenc.Po + -rm -f pipelines/$(DEPDIR)/wavpack-wavpack.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local distclean-tags @@ -4835,7 +5016,106 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf elements/$(DEPDIR) generic/$(DEPDIR) orc/$(DEPDIR) pipelines/$(DEPDIR) + -rm -f elements/$(DEPDIR)/aacparse.Po + -rm -f elements/$(DEPDIR)/ac3parse.Po + -rm -f elements/$(DEPDIR)/alpha-alpha.Po + -rm -f elements/$(DEPDIR)/alphacolor-alphacolor.Po + -rm -f elements/$(DEPDIR)/amrparse.Po + -rm -f elements/$(DEPDIR)/apev2mux.Po + -rm -f elements/$(DEPDIR)/aspectratiocrop-aspectratiocrop.Po + -rm -f elements/$(DEPDIR)/audioamplify-audioamplify.Po + -rm -f elements/$(DEPDIR)/audiochebband-audiochebband.Po + -rm -f elements/$(DEPDIR)/audiocheblimit-audiocheblimit.Po + -rm -f elements/$(DEPDIR)/audiodynamic-audiodynamic.Po + -rm -f elements/$(DEPDIR)/audioecho-audioecho.Po + -rm -f elements/$(DEPDIR)/audiofirfilter.Po + -rm -f elements/$(DEPDIR)/audioiirfilter.Po + -rm -f elements/$(DEPDIR)/audioinvert-audioinvert.Po + -rm -f elements/$(DEPDIR)/audiopanorama-audiopanorama.Po + -rm -f elements/$(DEPDIR)/audiowsincband-audiowsincband.Po + -rm -f elements/$(DEPDIR)/audiowsinclimit-audiowsinclimit.Po + -rm -f elements/$(DEPDIR)/autodetect-autodetect.Po + -rm -f elements/$(DEPDIR)/avimux.Po + -rm -f elements/$(DEPDIR)/avisubtitle.Po + -rm -f elements/$(DEPDIR)/capssetter.Po + -rm -f elements/$(DEPDIR)/deinterleave-deinterleave.Po + -rm -f elements/$(DEPDIR)/dtmf-dtmf.Po + -rm -f elements/$(DEPDIR)/elements_deinterlace-deinterlace.Po + -rm -f elements/$(DEPDIR)/elements_videomixer-videomixer.Po + -rm -f elements/$(DEPDIR)/equalizer-equalizer.Po + -rm -f elements/$(DEPDIR)/flacparse.Po + -rm -f elements/$(DEPDIR)/flvdemux-flvdemux.Po + -rm -f elements/$(DEPDIR)/flvmux.Po + -rm -f elements/$(DEPDIR)/gdkpixbufoverlay.Po + -rm -f elements/$(DEPDIR)/gdkpixbufsink-gdkpixbufsink.Po + -rm -f elements/$(DEPDIR)/icydemux.Po + -rm -f elements/$(DEPDIR)/id3demux.Po + -rm -f elements/$(DEPDIR)/id3v2mux.Po + -rm -f elements/$(DEPDIR)/imagefreeze-imagefreeze.Po + -rm -f elements/$(DEPDIR)/interleave-interleave.Po + -rm -f elements/$(DEPDIR)/jpegdec-jpegdec.Po + -rm -f elements/$(DEPDIR)/jpegenc-jpegenc.Po + -rm -f elements/$(DEPDIR)/level-level.Po + -rm -f elements/$(DEPDIR)/libparser_la-parser.Plo + -rm -f elements/$(DEPDIR)/matroskademux.Po + -rm -f elements/$(DEPDIR)/matroskamux.Po + -rm -f elements/$(DEPDIR)/matroskaparse.Po + -rm -f elements/$(DEPDIR)/mpegaudioparse.Po + -rm -f elements/$(DEPDIR)/mpg123audiodec-mpg123audiodec.Po + -rm -f elements/$(DEPDIR)/mulawdec-mulawdec.Po + -rm -f elements/$(DEPDIR)/mulawenc-mulawenc.Po + -rm -f elements/$(DEPDIR)/multifile-multifile.Po + -rm -f elements/$(DEPDIR)/qtdemux.Po + -rm -f elements/$(DEPDIR)/qtmux-qtmux.Po + -rm -f elements/$(DEPDIR)/rganalysis-rganalysis.Po + -rm -f elements/$(DEPDIR)/rglimiter-rglimiter.Po + -rm -f elements/$(DEPDIR)/rgvolume-rgvolume.Po + -rm -f elements/$(DEPDIR)/rtp_payloading-rtp-payloading.Po + -rm -f elements/$(DEPDIR)/rtpaux-rtpaux.Po + -rm -f elements/$(DEPDIR)/rtpbin-rtpbin.Po + -rm -f elements/$(DEPDIR)/rtpbin_buffer_list-rtpbin_buffer_list.Po + -rm -f elements/$(DEPDIR)/rtpbundle-rtpbundle.Po + -rm -f elements/$(DEPDIR)/rtpcollision-rtpcollision.Po + -rm -f elements/$(DEPDIR)/rtph261-rtph261.Po + -rm -f elements/$(DEPDIR)/rtph263-rtph263.Po + -rm -f elements/$(DEPDIR)/rtph264-rtph264.Po + -rm -f elements/$(DEPDIR)/rtpjitterbuffer-rtpjitterbuffer.Po + -rm -f elements/$(DEPDIR)/rtpmux-rtpmux.Po + -rm -f elements/$(DEPDIR)/rtpred-rtpred.Po + -rm -f elements/$(DEPDIR)/rtprtx-rtprtx.Po + -rm -f elements/$(DEPDIR)/rtpsession-rtpsession.Po + -rm -f elements/$(DEPDIR)/rtpstorage-rtpstorage.Po + -rm -f elements/$(DEPDIR)/rtpulpfec-rtpulpfec.Po + -rm -f elements/$(DEPDIR)/rtpvp9.Po + -rm -f elements/$(DEPDIR)/shapewipe.Po + -rm -f elements/$(DEPDIR)/souphttpsrc-souphttpsrc.Po + -rm -f elements/$(DEPDIR)/spectrum-spectrum.Po + -rm -f elements/$(DEPDIR)/splitmux-splitmux.Po + -rm -f elements/$(DEPDIR)/udpsink-udpsink.Po + -rm -f elements/$(DEPDIR)/udpsrc-udpsrc.Po + -rm -f elements/$(DEPDIR)/videobox.Po + -rm -f elements/$(DEPDIR)/videocrop-videocrop.Po + -rm -f elements/$(DEPDIR)/videofilter-videofilter.Po + -rm -f elements/$(DEPDIR)/vp8dec.Po + -rm -f elements/$(DEPDIR)/vp8enc.Po + -rm -f elements/$(DEPDIR)/vp9enc-vp9enc.Po + -rm -f elements/$(DEPDIR)/wavpackdec.Po + -rm -f elements/$(DEPDIR)/wavpackenc.Po + -rm -f elements/$(DEPDIR)/wavpackparse.Po + -rm -f elements/$(DEPDIR)/wavparse.Po + -rm -f elements/$(DEPDIR)/y4menc.Po + -rm -f generic/$(DEPDIR)/states.Po + -rm -f orc/$(DEPDIR)/orc_deinterlace-deinterlace.Po + -rm -f orc/$(DEPDIR)/orc_videobox-videobox.Po + -rm -f orc/$(DEPDIR)/orc_videomixer-videomixer.Po + -rm -f pipelines/$(DEPDIR)/effectv.Po + -rm -f pipelines/$(DEPDIR)/flacdec-flacdec.Po + -rm -f pipelines/$(DEPDIR)/lame.Po + -rm -f pipelines/$(DEPDIR)/simple-launch-lines.Po + -rm -f pipelines/$(DEPDIR)/tagschecking.Po + -rm -f pipelines/$(DEPDIR)/twolame.Po + -rm -f pipelines/$(DEPDIR)/wavenc-wavenc.Po + -rm -f pipelines/$(DEPDIR)/wavpack-wavpack.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -4856,20 +5136,20 @@ .MAKE: check-am install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ - clean-checkPROGRAMS clean-generic clean-libtool clean-local \ - clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-local distclean-tags distdir dvi dvi-am html html-am \ - info info-am install install-am install-data install-data-am \ - install-dvi install-dvi-am install-exec install-exec-am \ - install-html install-html-am install-info install-info-am \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \ - uninstall uninstall-am +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ + check-am clean clean-checkPROGRAMS clean-generic clean-libtool \ + clean-local clean-noinstLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-local distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + recheck tags tags-am uninstall uninstall-am .PRECIOUS: Makefile diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/audiofx/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/audiofx/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/audiofx/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/audiofx/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -171,7 +171,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/firfilter_example-firfilter-example.Po \ + ./$(DEPDIR)/iirfilter_example-iirfilter-example.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -614,8 +617,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -650,8 +653,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firfilter_example-firfilter-example.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iirfilter_example-iirfilter-example.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/firfilter_example-firfilter-example.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iirfilter_example-iirfilter-example.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -763,7 +772,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -833,7 +845,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/firfilter_example-firfilter-example.Po + -rm -f ./$(DEPDIR)/iirfilter_example-iirfilter-example.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -879,7 +892,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/firfilter_example-firfilter-example.Po + -rm -f ./$(DEPDIR)/iirfilter_example-iirfilter-example.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -900,9 +914,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/cairo/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/cairo/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/cairo/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/cairo/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -159,7 +159,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/cairo_overlay-cairo_overlay.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -599,8 +600,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -631,7 +632,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo_overlay-cairo_overlay.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo_overlay-cairo_overlay.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -729,7 +736,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -799,7 +809,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/cairo_overlay-cairo_overlay.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -845,7 +855,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/cairo_overlay-cairo_overlay.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -866,9 +876,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/equalizer/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/equalizer/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/equalizer/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/equalizer/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -159,7 +159,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/demo-demo.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -599,8 +600,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -631,7 +632,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo-demo.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo-demo.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -729,7 +736,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -799,7 +809,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/demo-demo.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -845,7 +855,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/demo-demo.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -866,9 +876,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/gtk/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/gtk/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/gtk/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/gtk/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -181,7 +181,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/glliveshader-glliveshader.Po \ + ./$(DEPDIR)/gtkglsink-gtkglsink.Po \ + ./$(DEPDIR)/gtksink-gtksink.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -656,8 +659,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -696,9 +699,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glliveshader-glliveshader.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkglsink-gtkglsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksink-gtksink.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glliveshader-glliveshader.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkglsink-gtkglsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksink-gtksink.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -824,7 +833,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -894,7 +906,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/glliveshader-glliveshader.Po + -rm -f ./$(DEPDIR)/gtkglsink-gtkglsink.Po + -rm -f ./$(DEPDIR)/gtksink-gtksink.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -940,7 +954,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/glliveshader-glliveshader.Po + -rm -f ./$(DEPDIR)/gtkglsink-gtkglsink.Po + -rm -f ./$(DEPDIR)/gtksink-gtksink.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -961,9 +977,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/jack/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/jack/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/jack/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/jack/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -158,7 +158,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/jack_client-jack_client.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -600,8 +601,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -632,7 +633,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jack_client-jack_client.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jack_client-jack_client.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -730,7 +737,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -800,7 +810,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/jack_client-jack_client.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -846,7 +856,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/jack_client-jack_client.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -867,9 +877,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/level/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/level/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/level/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/level/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -159,7 +159,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/level_example-level-example.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -598,8 +599,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -630,7 +631,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/level_example-level-example.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/level_example-level-example.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -728,7 +735,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -798,7 +808,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/level_example-level-example.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -844,7 +854,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/level_example-level-example.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -865,9 +875,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/Makefile.am gst-plugins-good1.0-1.14.4/tests/examples/Makefile.am --- gst-plugins-good1.0-1.14.1/tests/examples/Makefile.am 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/Makefile.am 2018-08-17 11:08:35.000000000 +0000 @@ -16,6 +16,18 @@ CAIRO_DIR= endif +EXTRA_DIST = \ + qt/qmlsrc/main.qml \ + qt/qmlsrc/qml.qrc \ + qt/qmlsrc/grabqml.pro \ + qt/qmlsrc/main.cpp \ + qt/qmlsink/main.qml \ + qt/qmlsink/qml.qrc \ + qt/qmlsink/CMakeLists.txt \ + qt/qmlsink/play.pro \ + qt/qmlsink/main.cpp + + SUBDIRS = audiofx equalizer $(GTK_DIR) $(JACK_DIR) level \ rtp rtsp shapewipe spectrum v4l2 $(CAIRO_DIR) diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -169,7 +169,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -591,6 +591,17 @@ @USE_JACK_TRUE@JACK_DIR = jack @USE_CAIRO_FALSE@CAIRO_DIR = @USE_CAIRO_TRUE@CAIRO_DIR = cairo +EXTRA_DIST = \ + qt/qmlsrc/main.qml \ + qt/qmlsrc/qml.qrc \ + qt/qmlsrc/grabqml.pro \ + qt/qmlsrc/main.cpp \ + qt/qmlsink/main.qml \ + qt/qmlsink/qml.qrc \ + qt/qmlsink/CMakeLists.txt \ + qt/qmlsink/play.pro \ + qt/qmlsink/main.cpp + SUBDIRS = audiofx equalizer $(GTK_DIR) $(JACK_DIR) level \ rtp rtsp shapewipe spectrum v4l2 $(CAIRO_DIR) @@ -617,8 +628,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/common/parallel-subdirs.mak $(am__empty): @@ -736,7 +747,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/CMakeLists.txt gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/CMakeLists.txt --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/CMakeLists.txt 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/CMakeLists.txt 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,23 @@ +cmake_minimum_required(VERSION 3.3) + +include(FindPkgConfig) +if(!${PKG_CONFIG_FOUND}) + MESSAGE(FATAL_ERROR "pkg-config required. Please install it") + return ("Error - pkg-config not found") +endif() + +pkg_check_modules(GSTREAMER gstreamer-1.0>=1.6 gstreamer-video-1.0>=1.6 REQUIRED) + +find_package(Qt5Core REQUIRED) +find_package(Qt5Widgets REQUIRED) +find_package(Qt5Qml REQUIRED) +find_package(Qt5Quick REQUIRED) + +set (SRC_LIST main.cpp) +qt5_add_resources(RESOURCES qml.qrc) +link_directories(${GSTREAMER_LIBRARY_DIRS}) +include_directories (${GSTREAMER_INCLUDE_DIRS}) +add_executable(qml-example ${SRC_LIST} ${RESOURCES}) +target_link_libraries (qml-example ${GSTREAMER_LIBRARIES}) +qt5_use_modules(qml-example Core Widgets Qml Quick) + diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/main.cpp gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/main.cpp --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/main.cpp 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/main.cpp 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,83 @@ +#include +#include +#include +#include +#include +#include + +class SetPlaying : public QRunnable +{ +public: + SetPlaying(GstElement *); + ~SetPlaying(); + + void run (); + +private: + GstElement * pipeline_; +}; + +SetPlaying::SetPlaying (GstElement * pipeline) +{ + this->pipeline_ = pipeline ? static_cast (gst_object_ref (pipeline)) : NULL; +} + +SetPlaying::~SetPlaying () +{ + if (this->pipeline_) + gst_object_unref (this->pipeline_); +} + +void +SetPlaying::run () +{ + if (this->pipeline_) + gst_element_set_state (this->pipeline_, GST_STATE_PLAYING); +} + +int main(int argc, char *argv[]) +{ + int ret; + + gst_init (&argc, &argv); + + { + QGuiApplication app(argc, argv); + + GstElement *pipeline = gst_pipeline_new (NULL); + GstElement *src = gst_element_factory_make ("videotestsrc", NULL); + GstElement *glupload = gst_element_factory_make ("glupload", NULL); + /* the plugin must be loaded before loading the qml file to register the + * GstGLVideoItem qml item */ + GstElement *sink = gst_element_factory_make ("qmlglsink", NULL); + + g_assert (src && glupload && sink); + + gst_bin_add_many (GST_BIN (pipeline), src, glupload, sink, NULL); + gst_element_link_many (src, glupload, sink, NULL); + + QQmlApplicationEngine engine; + engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); + + QQuickItem *videoItem; + QQuickWindow *rootObject; + + /* find and set the videoItem on the sink */ + rootObject = static_cast (engine.rootObjects().first()); + videoItem = rootObject->findChild ("videoItem"); + g_assert (videoItem); + g_object_set(sink, "widget", videoItem, NULL); + + rootObject->scheduleRenderJob (new SetPlaying (pipeline), + QQuickWindow::BeforeSynchronizingStage); + + ret = app.exec(); + + gst_element_set_state (pipeline, GST_STATE_NULL); + gst_object_unref (pipeline); + } + + gst_deinit (); + + return ret; +} diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/main.qml gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/main.qml --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/main.qml 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/main.qml 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,60 @@ +import QtQuick 2.4 +import QtQuick.Controls 1.1 +import QtQuick.Controls.Styles 1.3 +import QtQuick.Dialogs 1.2 +import QtQuick.Window 2.1 + +import org.freedesktop.gstreamer.GLVideoItem 1.0 + +ApplicationWindow { + id: window + visible: true + width: 640 + height: 480 + x: 30 + y: 30 + color: "black" + + Item { + anchors.fill: parent + + GstGLVideoItem { + id: video + objectName: "videoItem" + anchors.centerIn: parent + width: parent.width + height: parent.height + } + + Rectangle { + color: Qt.rgba(1, 1, 1, 0.7) + border.width: 1 + border.color: "white" + anchors.bottom: video.bottom + anchors.bottomMargin: 15 + anchors.horizontalCenter: parent.horizontalCenter + width : parent.width - 30 + height: parent.height - 30 + radius: 8 + + MouseArea { + id: mousearea + anchors.fill: parent + hoverEnabled: true + onEntered: { + parent.opacity = 1.0 + hidetimer.start() + } + } + + Timer { + id: hidetimer + interval: 5000 + onTriggered: { + parent.opacity = 0.0 + stop() + } + } + } + } +} diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/play.pro gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/play.pro --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/play.pro 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/play.pro 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,20 @@ +TEMPLATE = app + +QT += qml quick widgets + +QT_CONFIG -= no-pkg-config +CONFIG += link_pkgconfig debug +PKGCONFIG = \ + gstreamer-1.0 \ + gstreamer-video-1.0 + +DEFINES += GST_USE_UNSTABLE_API + +INCLUDEPATH += ../lib + +SOURCES += main.cpp + +RESOURCES += qml.qrc + +# Additional import path used to resolve QML modules in Qt Creator's code model +QML_IMPORT_PATH = diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/qml.qrc gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/qml.qrc --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsink/qml.qrc 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsink/qml.qrc 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,5 @@ + + + main.qml + + diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/grabqml.pro gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/grabqml.pro --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/grabqml.pro 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/grabqml.pro 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,20 @@ +TEMPLATE = app + +QT += qml quick widgets + +QT_CONFIG -= no-pkg-config +CONFIG += link_pkgconfig debug +PKGCONFIG = \ + gstreamer-1.0 \ + gstreamer-video-1.0 + +DEFINES += GST_USE_UNSTABLE_API + +INCLUDEPATH += ../lib + +SOURCES += main.cpp + +RESOURCES += qml.qrc + +# Additional import path used to resolve QML modules in Qt Creator's code model +QML_IMPORT_PATH = diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/main.cpp gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/main.cpp --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/main.cpp 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/main.cpp 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,80 @@ +#include +#include +#include +#include +#include +#include +#include +#include + +class SetPlaying : public QRunnable +{ +public: + SetPlaying(GstElement *); + ~SetPlaying(); + + void run (); + +private: + GstElement * pipeline_; +}; + +SetPlaying::SetPlaying (GstElement * pipeline) +{ + this->pipeline_ = pipeline ? static_cast (gst_object_ref (pipeline)) : NULL; +} + +SetPlaying::~SetPlaying () +{ + if (this->pipeline_) + gst_object_unref (this->pipeline_); + +} + +void +SetPlaying::run () +{ + if (this->pipeline_) + gst_element_set_state (this->pipeline_, GST_STATE_PLAYING); +} + +int main(int argc, char *argv[]) +{ + int ret; + + QGuiApplication app(argc, argv); + gst_init (&argc, &argv); + + GstElement *pipeline = gst_pipeline_new (NULL); + GstElement *src = gst_element_factory_make ("qmlglsrc", NULL); + GstElement *sink = gst_element_factory_make ("glimagesink", NULL); + + g_assert (src && sink); + + gst_bin_add_many (GST_BIN (pipeline), src, sink, NULL); + gst_element_link_many (src, sink, NULL); + + QQmlApplicationEngine engine; + engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); + + QQuickWindow *rootObject; + + /* find and set the QQuickWindow on the src */ + rootObject = static_cast (engine.rootObjects().first()); + g_object_set(src, "window", rootObject, NULL); + g_object_set(src, "use-default-fbo", TRUE, NULL); + /* output buffer of qmlglsrc is vertical flip, get the image orientation tag */ + g_object_set(sink, "rotate-method", 8, NULL); + + rootObject->scheduleRenderJob (new SetPlaying (pipeline), + QQuickWindow::BeforeSynchronizingStage); + + ret = app.exec(); + + gst_element_set_state (pipeline, GST_STATE_NULL); + gst_object_unref (pipeline); + + gst_deinit (); + + return ret; +} diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/main.qml gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/main.qml --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/main.qml 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/main.qml 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,65 @@ +import QtQuick 2.4 +import QtQuick.Controls 1.1 +import QtQuick.Controls.Styles 1.1 +import QtQuick.Dialogs 1.1 +import QtQuick.Window 2.1 + +ApplicationWindow { + id: window + visible: true + width: 640 + height: 480 + x: 30 + y: 30 + color: "dodgerblue" + + Item { + anchors.fill: parent + + Rectangle { + color: Qt.rgba(1, 1, 1, 0.7) + border.width: 1 + border.color: "white" + anchors.bottomMargin: 15 + anchors.horizontalCenter: parent.horizontalCenter + width : parent.width - 30 + height: parent.height - 30 + radius: 8 + + Text { + id: text1 + anchors.centerIn: parent + text: "Hello World!" + font.pointSize: 24 + visible: timer.tex1_visible + } + + Text { + id: text2 + anchors.centerIn: parent + text: "This is qmlglsrc demo!" + font.pointSize: 24 + visible: timer.tex2_visible + } + + Timer { + id: timer + property int count: 0 + property int tex1_visible: 1 + property int tex2_visible: 0 + interval: 30; running: true; repeat: true + onTriggered: { + count++; + if (count%2 == 0) { + tex1_visible = 1; + tex2_visible = 0; + } + else { + tex1_visible = 0; + tex2_visible = 1; + } + } + } + } + } +} diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/qml.qrc gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/qml.qrc --- gst-plugins-good1.0-1.14.1/tests/examples/qt/qmlsrc/qml.qrc 1970-01-01 00:00:00.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/qt/qmlsrc/qml.qrc 2018-03-23 20:44:48.000000000 +0000 @@ -0,0 +1,5 @@ + + + main.qml + + diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/rtp/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/rtp/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/rtp/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/rtp/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -199,7 +199,13 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/client_PCMA-client-PCMA.Po \ + ./$(DEPDIR)/client_rtpaux-client-rtpaux.Po \ + ./$(DEPDIR)/client_rtpbundle-client-rtpbundle.Po \ + ./$(DEPDIR)/server_alsasrc_PCMA-server-alsasrc-PCMA.Po \ + ./$(DEPDIR)/server_rtpaux-server-rtpaux.Po \ + ./$(DEPDIR)/server_rtpbundle-server-rtpbundle.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -675,8 +681,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -727,12 +733,18 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_PCMA-client-PCMA.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_rtpaux-client-rtpaux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_rtpbundle-client-rtpbundle.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_alsasrc_PCMA-server-alsasrc-PCMA.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_rtpaux-server-rtpaux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_rtpbundle-server-rtpbundle.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_PCMA-client-PCMA.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_rtpaux-client-rtpaux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_rtpbundle-client-rtpbundle.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_alsasrc_PCMA-server-alsasrc-PCMA.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_rtpaux-server-rtpaux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_rtpbundle-server-rtpbundle.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -900,7 +912,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -970,7 +985,12 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/client_PCMA-client-PCMA.Po + -rm -f ./$(DEPDIR)/client_rtpaux-client-rtpaux.Po + -rm -f ./$(DEPDIR)/client_rtpbundle-client-rtpbundle.Po + -rm -f ./$(DEPDIR)/server_alsasrc_PCMA-server-alsasrc-PCMA.Po + -rm -f ./$(DEPDIR)/server_rtpaux-server-rtpaux.Po + -rm -f ./$(DEPDIR)/server_rtpbundle-server-rtpbundle.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1016,7 +1036,12 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/client_PCMA-client-PCMA.Po + -rm -f ./$(DEPDIR)/client_rtpaux-client-rtpaux.Po + -rm -f ./$(DEPDIR)/client_rtpbundle-client-rtpbundle.Po + -rm -f ./$(DEPDIR)/server_alsasrc_PCMA-server-alsasrc-PCMA.Po + -rm -f ./$(DEPDIR)/server_rtpaux-server-rtpaux.Po + -rm -f ./$(DEPDIR)/server_rtpbundle-server-rtpbundle.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1037,9 +1062,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/rtsp/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/rtsp/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/rtsp/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/rtsp/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -158,7 +158,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/test_onvif-test-onvif.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -597,8 +598,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -629,7 +630,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_onvif-test-onvif.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_onvif-test-onvif.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -727,7 +734,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -797,7 +807,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/test_onvif-test-onvif.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -843,7 +853,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/test_onvif-test-onvif.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -864,9 +874,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/shapewipe/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/shapewipe/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/shapewipe/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/shapewipe/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -163,7 +163,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = \ + ./$(DEPDIR)/shapewipe_example-shapewipe-example.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -605,8 +607,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -637,7 +639,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapewipe_example-shapewipe-example.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shapewipe_example-shapewipe-example.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -735,7 +743,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -805,7 +816,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/shapewipe_example-shapewipe-example.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -851,7 +862,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/shapewipe_example-shapewipe-example.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -872,9 +883,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/spectrum/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/spectrum/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/spectrum/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/spectrum/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -179,7 +179,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/demo_audiotest-demo-audiotest.Po \ + ./$(DEPDIR)/demo_osssrc-demo-osssrc.Po \ + ./$(DEPDIR)/spectrum_example-spectrum-example.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -631,8 +634,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -671,9 +674,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo_audiotest-demo-audiotest.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo_osssrc-demo-osssrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spectrum_example-spectrum-example.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo_audiotest-demo-audiotest.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo_osssrc-demo-osssrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spectrum_example-spectrum-example.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -799,7 +808,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -869,7 +881,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/demo_audiotest-demo-audiotest.Po + -rm -f ./$(DEPDIR)/demo_osssrc-demo-osssrc.Po + -rm -f ./$(DEPDIR)/spectrum_example-spectrum-example.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -915,7 +929,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/demo_audiotest-demo-audiotest.Po + -rm -f ./$(DEPDIR)/demo_osssrc-demo-osssrc.Po + -rm -f ./$(DEPDIR)/spectrum_example-spectrum-example.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -936,9 +952,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/examples/v4l2/Makefile.in gst-plugins-good1.0-1.14.4/tests/examples/v4l2/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/examples/v4l2/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/examples/v4l2/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -168,7 +168,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/camctrl-camctrl.Po \ + ./$(DEPDIR)/v4l2src_renegotiate-v4l2src-renegotiate.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -611,8 +613,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -647,8 +649,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camctrl-camctrl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v4l2src_renegotiate-v4l2src-renegotiate.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/camctrl-camctrl.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v4l2src_renegotiate-v4l2src-renegotiate.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -760,7 +768,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -830,7 +841,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/camctrl-camctrl.Po + -rm -f ./$(DEPDIR)/v4l2src_renegotiate-v4l2src-renegotiate.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -876,7 +888,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/camctrl-camctrl.Po + -rm -f ./$(DEPDIR)/v4l2src_renegotiate-v4l2src-renegotiate.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -897,9 +910,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/files/Makefile.in gst-plugins-good1.0-1.14.4/tests/files/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/files/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/files/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -561,8 +561,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -586,7 +586,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru gst-plugins-good1.0-1.14.1/tests/icles/Makefile.am gst-plugins-good1.0-1.14.4/tests/icles/Makefile.am --- gst-plugins-good1.0-1.14.1/tests/icles/Makefile.am 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/icles/Makefile.am 2018-08-12 23:13:02.000000000 +0000 @@ -14,13 +14,6 @@ GTK_TESTS = endif -V4L2_TESTS = v4l2src-test - -v4l2src_test_SOURCES = v4l2src-test.c -v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) \ - -lgstvideo-$(GST_API_VERSION) - if USE_OSS4 OSS4_TESTS=test-oss4 @@ -68,7 +61,7 @@ videocrop2_test_CFLAGS = $(GST_CFLAGS) videocrop2_test_LDADD = $(GST_LIBS) -noinst_PROGRAMS = $(GTK_TESTS) $(OSS4_TESTS) $(V4L2_TESTS) $(X_TESTS) \ +noinst_PROGRAMS = $(GTK_TESTS) $(OSS4_TESTS) $(X_TESTS) \ equalizer-test \ test-accurate-seek \ test-segment-seeks \ diff -Nru gst-plugins-good1.0-1.14.1/tests/icles/Makefile.in gst-plugins-good1.0-1.14.4/tests/icles/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/icles/Makefile.in 2018-05-17 12:22:42.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/icles/Makefile.in 2018-10-02 21:59:22.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -90,10 +90,9 @@ host_triplet = @host@ target_triplet = @target@ noinst_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ - $(am__EXEEXT_4) equalizer-test$(EXEEXT) \ - test-accurate-seek$(EXEEXT) test-segment-seeks$(EXEEXT) \ - videocrop-test$(EXEEXT) videobox-test$(EXEEXT) \ - videocrop2-test$(EXEEXT) + equalizer-test$(EXEEXT) test-accurate-seek$(EXEEXT) \ + test-segment-seeks$(EXEEXT) videocrop-test$(EXEEXT) \ + videobox-test$(EXEEXT) videocrop2-test$(EXEEXT) subdir = tests/icles ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \ @@ -139,8 +138,7 @@ @HAVE_GTK_TRUE@am__EXEEXT_1 = gdkpixbufsink-test$(EXEEXT) \ @HAVE_GTK_TRUE@ gdkpixbufoverlay-test$(EXEEXT) @USE_OSS4_TRUE@am__EXEEXT_2 = test-oss4$(EXEEXT) -am__EXEEXT_3 = v4l2src-test$(EXEEXT) -@USE_X_TRUE@am__EXEEXT_4 = ximagesrc-test$(EXEEXT) +@USE_X_TRUE@am__EXEEXT_3 = ximagesrc-test$(EXEEXT) PROGRAMS = $(noinst_PROGRAMS) am_equalizer_test_OBJECTS = equalizer_test-equalizer-test.$(OBJEXT) equalizer_test_OBJECTS = $(am_equalizer_test_OBJECTS) @@ -198,12 +196,6 @@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(test_segment_seeks_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -am_v4l2src_test_OBJECTS = v4l2src_test-v4l2src-test.$(OBJEXT) -v4l2src_test_OBJECTS = $(am_v4l2src_test_OBJECTS) -v4l2src_test_DEPENDENCIES = $(am__DEPENDENCIES_1) -v4l2src_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(v4l2src_test_CFLAGS) \ - $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ am_videobox_test_OBJECTS = videobox_test-videobox-test.$(OBJEXT) videobox_test_OBJECTS = $(am_videobox_test_OBJECTS) videobox_test_DEPENDENCIES = $(am__DEPENDENCIES_1) @@ -248,7 +240,17 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/equalizer_test-equalizer-test.Po \ + ./$(DEPDIR)/gdkpixbufoverlay_test-gdkpixbufoverlay-test.Po \ + ./$(DEPDIR)/gdkpixbufsink_test-gdkpixbufsink-test.Po \ + ./$(DEPDIR)/test_accurate_seek-test-accurate-seek.Po \ + ./$(DEPDIR)/test_oss4-test-oss4.Po \ + ./$(DEPDIR)/test_segment_seeks-test-segment-seeks.Po \ + ./$(DEPDIR)/videobox_test-videobox-test.Po \ + ./$(DEPDIR)/videocrop2_test-videocrop2-test.Po \ + ./$(DEPDIR)/videocrop_test-videocrop-test.Po \ + ./$(DEPDIR)/ximagesrc_test-ximagesrc-test.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -271,16 +273,15 @@ SOURCES = $(equalizer_test_SOURCES) $(gdkpixbufoverlay_test_SOURCES) \ $(gdkpixbufsink_test_SOURCES) $(test_accurate_seek_SOURCES) \ $(test_oss4_SOURCES) $(test_segment_seeks_SOURCES) \ - $(v4l2src_test_SOURCES) $(videobox_test_SOURCES) \ - $(videocrop_test_SOURCES) $(videocrop2_test_SOURCES) \ - $(ximagesrc_test_SOURCES) + $(videobox_test_SOURCES) $(videocrop_test_SOURCES) \ + $(videocrop2_test_SOURCES) $(ximagesrc_test_SOURCES) DIST_SOURCES = $(equalizer_test_SOURCES) \ $(am__gdkpixbufoverlay_test_SOURCES_DIST) \ $(am__gdkpixbufsink_test_SOURCES_DIST) \ $(test_accurate_seek_SOURCES) $(am__test_oss4_SOURCES_DIST) \ - $(test_segment_seeks_SOURCES) $(v4l2src_test_SOURCES) \ - $(videobox_test_SOURCES) $(videocrop_test_SOURCES) \ - $(videocrop2_test_SOURCES) $(am__ximagesrc_test_SOURCES_DIST) + $(test_segment_seeks_SOURCES) $(videobox_test_SOURCES) \ + $(videocrop_test_SOURCES) $(videocrop2_test_SOURCES) \ + $(am__ximagesrc_test_SOURCES_DIST) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ @@ -687,12 +688,6 @@ @HAVE_GTK_TRUE@gdkpixbufoverlay_test_LDADD = $(GST_LIBS) $(GDK_PIXBUF_LIBS) $(GIO_LIBS) \ @HAVE_GTK_TRUE@ $(LIBM) -V4L2_TESTS = v4l2src-test -v4l2src_test_SOURCES = v4l2src-test.c -v4l2src_test_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -v4l2src_test_LDADD = $(GST_PLUGINS_BASE_LIBS) \ - -lgstvideo-$(GST_API_VERSION) - @USE_OSS4_FALSE@OSS4_TESTS = @USE_OSS4_TRUE@OSS4_TESTS = test-oss4 @USE_OSS4_TRUE@test_oss4_SOURCES = test-oss4.c @@ -747,8 +742,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -793,10 +788,6 @@ @rm -f test-segment-seeks$(EXEEXT) $(AM_V_CCLD)$(test_segment_seeks_LINK) $(test_segment_seeks_OBJECTS) $(test_segment_seeks_LDADD) $(LIBS) -v4l2src-test$(EXEEXT): $(v4l2src_test_OBJECTS) $(v4l2src_test_DEPENDENCIES) $(EXTRA_v4l2src_test_DEPENDENCIES) - @rm -f v4l2src-test$(EXEEXT) - $(AM_V_CCLD)$(v4l2src_test_LINK) $(v4l2src_test_OBJECTS) $(v4l2src_test_LDADD) $(LIBS) - videobox-test$(EXEEXT): $(videobox_test_OBJECTS) $(videobox_test_DEPENDENCIES) $(EXTRA_videobox_test_DEPENDENCIES) @rm -f videobox-test$(EXEEXT) $(AM_V_CCLD)$(videobox_test_LINK) $(videobox_test_OBJECTS) $(videobox_test_LDADD) $(LIBS) @@ -819,17 +810,22 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equalizer_test-equalizer-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdkpixbufoverlay_test-gdkpixbufoverlay-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdkpixbufsink_test-gdkpixbufsink-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_accurate_seek-test-accurate-seek.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_oss4-test-oss4.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_segment_seeks-test-segment-seeks.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v4l2src_test-v4l2src-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/videobox_test-videobox-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/videocrop2_test-videocrop2-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/videocrop_test-videocrop-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ximagesrc_test-ximagesrc-test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equalizer_test-equalizer-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdkpixbufoverlay_test-gdkpixbufoverlay-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdkpixbufsink_test-gdkpixbufsink-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_accurate_seek-test-accurate-seek.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_oss4-test-oss4.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_segment_seeks-test-segment-seeks.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/videobox_test-videobox-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/videocrop2_test-videocrop2-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/videocrop_test-videocrop-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ximagesrc_test-ximagesrc-test.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -939,20 +935,6 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_segment_seeks_CFLAGS) $(CFLAGS) -c -o test_segment_seeks-test-segment-seeks.obj `if test -f 'test-segment-seeks.c'; then $(CYGPATH_W) 'test-segment-seeks.c'; else $(CYGPATH_W) '$(srcdir)/test-segment-seeks.c'; fi` -v4l2src_test-v4l2src-test.o: v4l2src-test.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(v4l2src_test_CFLAGS) $(CFLAGS) -MT v4l2src_test-v4l2src-test.o -MD -MP -MF $(DEPDIR)/v4l2src_test-v4l2src-test.Tpo -c -o v4l2src_test-v4l2src-test.o `test -f 'v4l2src-test.c' || echo '$(srcdir)/'`v4l2src-test.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/v4l2src_test-v4l2src-test.Tpo $(DEPDIR)/v4l2src_test-v4l2src-test.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='v4l2src-test.c' object='v4l2src_test-v4l2src-test.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(v4l2src_test_CFLAGS) $(CFLAGS) -c -o v4l2src_test-v4l2src-test.o `test -f 'v4l2src-test.c' || echo '$(srcdir)/'`v4l2src-test.c - -v4l2src_test-v4l2src-test.obj: v4l2src-test.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(v4l2src_test_CFLAGS) $(CFLAGS) -MT v4l2src_test-v4l2src-test.obj -MD -MP -MF $(DEPDIR)/v4l2src_test-v4l2src-test.Tpo -c -o v4l2src_test-v4l2src-test.obj `if test -f 'v4l2src-test.c'; then $(CYGPATH_W) 'v4l2src-test.c'; else $(CYGPATH_W) '$(srcdir)/v4l2src-test.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/v4l2src_test-v4l2src-test.Tpo $(DEPDIR)/v4l2src_test-v4l2src-test.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='v4l2src-test.c' object='v4l2src_test-v4l2src-test.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(v4l2src_test_CFLAGS) $(CFLAGS) -c -o v4l2src_test-v4l2src-test.obj `if test -f 'v4l2src-test.c'; then $(CYGPATH_W) 'v4l2src-test.c'; else $(CYGPATH_W) '$(srcdir)/v4l2src-test.c'; fi` - videobox_test-videobox-test.o: videobox-test.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(videobox_test_CFLAGS) $(CFLAGS) -MT videobox_test-videobox-test.o -MD -MP -MF $(DEPDIR)/videobox_test-videobox-test.Tpo -c -o videobox_test-videobox-test.o `test -f 'videobox-test.c' || echo '$(srcdir)/'`videobox-test.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/videobox_test-videobox-test.Tpo $(DEPDIR)/videobox_test-videobox-test.Po @@ -1067,7 +1049,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1137,7 +1122,16 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/equalizer_test-equalizer-test.Po + -rm -f ./$(DEPDIR)/gdkpixbufoverlay_test-gdkpixbufoverlay-test.Po + -rm -f ./$(DEPDIR)/gdkpixbufsink_test-gdkpixbufsink-test.Po + -rm -f ./$(DEPDIR)/test_accurate_seek-test-accurate-seek.Po + -rm -f ./$(DEPDIR)/test_oss4-test-oss4.Po + -rm -f ./$(DEPDIR)/test_segment_seeks-test-segment-seeks.Po + -rm -f ./$(DEPDIR)/videobox_test-videobox-test.Po + -rm -f ./$(DEPDIR)/videocrop2_test-videocrop2-test.Po + -rm -f ./$(DEPDIR)/videocrop_test-videocrop-test.Po + -rm -f ./$(DEPDIR)/ximagesrc_test-ximagesrc-test.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1183,7 +1177,16 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/equalizer_test-equalizer-test.Po + -rm -f ./$(DEPDIR)/gdkpixbufoverlay_test-gdkpixbufoverlay-test.Po + -rm -f ./$(DEPDIR)/gdkpixbufsink_test-gdkpixbufsink-test.Po + -rm -f ./$(DEPDIR)/test_accurate_seek-test-accurate-seek.Po + -rm -f ./$(DEPDIR)/test_oss4-test-oss4.Po + -rm -f ./$(DEPDIR)/test_segment_seeks-test-segment-seeks.Po + -rm -f ./$(DEPDIR)/videobox_test-videobox-test.Po + -rm -f ./$(DEPDIR)/videocrop2_test-videocrop2-test.Po + -rm -f ./$(DEPDIR)/videocrop_test-videocrop-test.Po + -rm -f ./$(DEPDIR)/ximagesrc_test-ximagesrc-test.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1204,9 +1207,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru gst-plugins-good1.0-1.14.1/tests/icles/meson.build gst-plugins-good1.0-1.14.4/tests/icles/meson.build --- gst-plugins-good1.0-1.14.1/tests/icles/meson.build 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/icles/meson.build 2018-08-12 23:13:02.000000000 +0000 @@ -15,10 +15,6 @@ ] endif -if cdata.has('HAVE_GST_V4L2') - tests += [['v4l2src-test', gstvideo_dep]] -endif - if get_variable('have_oss4', false) tests += [['test-oss4']] endif diff -Nru gst-plugins-good1.0-1.14.1/tests/icles/v4l2src-test.c gst-plugins-good1.0-1.14.4/tests/icles/v4l2src-test.c --- gst-plugins-good1.0-1.14.1/tests/icles/v4l2src-test.c 2018-03-23 20:44:48.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/icles/v4l2src-test.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,514 +0,0 @@ -/* GStreamer - * - * Copyright (C) 2006 Edgard Lima - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, - * Boston, MA 02110-1301, USA. - */ - -#include -#include -#include -#include - -#include -#include -#include - -GstElement *pipeline, *source, *sink; -GMainLoop *loop; -volatile int exit_read = 0; - -static void -print_options (void) -{ - printf ("\nf - to change the fequency\n"); - printf ("i - to change the input\n"); - printf ("n - to change the norm\n"); - printf ("c - list color balance\n"); - printf ("v - change video orientarion\n"); - printf ("e - to exit\n"); -} - -static void -run_options (char opt) -{ - int res; - - switch (opt) { -#if 0 - case 'f': - { - GstTuner *tuner = GST_TUNER (source); - GstTunerChannel *channel; - guint freq; - - channel = gst_tuner_get_channel (tuner); - - freq = gst_tuner_get_frequency (tuner, channel); - - printf ("\ntype the new frequency (current = %u) (-1 to cancel): ", freq); - res = scanf ("%u", &freq); - if (res != 1 || freq != -1) - gst_tuner_set_frequency (tuner, channel, freq); - } - break; - case 'n': - { - GstTuner *tuner = GST_TUNER (source); - const GList *item, *list; - const GstTunerNorm *current_norm; - GstTunerNorm *norm = NULL; - gint index, next_norm; - - - list = gst_tuner_list_norms (tuner); - - current_norm = gst_tuner_get_norm (tuner); - - printf ("\nlist of norms:\n"); - for (item = list, index = 0; item != NULL; item = item->next, ++index) { - norm = item->data; - if (current_norm == norm) { - printf (" * %u - %s\n", index, norm->label); - } else { - printf (" %u - %s\n", index, norm->label); - } - } - printf ("\ntype the number of norm you want (-1 to cancel): "); - res = scanf ("%d", &next_norm); - if (res != 1 || next_norm < 0) { - break; - } - if (index <= next_norm) { - printf ("Norm %d not available\n", next_norm); - break; - } - for (item = list, index = 0; item != NULL && index <= next_norm; - item = item->next, ++index) { - norm = item->data; - } - if (norm) - gst_tuner_set_norm (tuner, norm); - } - break; - case 'i': - { - GstTuner *tuner = GST_TUNER (source); - const GList *item, *list; - const GstTunerChannel *current_channel; - GstTunerChannel *channel = NULL; - gint index, next_channel; - - - list = gst_tuner_list_channels (tuner); - - current_channel = gst_tuner_get_channel (tuner); - - printf ("\nlist of inputs:\n"); - for (item = list, index = 0; item != NULL; item = item->next, ++index) { - channel = item->data; - if (current_channel == channel) { - printf (" * %u - %s\n", index, channel->label); - } else { - printf (" %u - %s\n", index, channel->label); - } - } - printf ("\ntype the number of input you want (-1 to cancel): "); - res = scanf ("%d", &next_channel); - if (res != 1 || next_channel < 0) { - break; - } - if (index <= next_channel) { - printf ("Input %d not available\n", next_channel); - break; - } - for (item = list, index = 0; item != NULL && index <= next_channel; - item = item->next, ++index) { - channel = item->data; - } - if (channel) - gst_tuner_set_channel (tuner, channel); - } - break; -#endif - case 'e': - gst_element_set_state (pipeline, GST_STATE_NULL); - g_main_loop_quit (loop); - printf ("Bye\n"); - g_thread_exit (0); - break; - case 'c': - { - GstColorBalance *balance = GST_COLOR_BALANCE (source); - const GList *controls; - GstColorBalanceChannel *channel; - const GList *item; - gint index, new_value; - - controls = gst_color_balance_list_channels (balance); - - printf ("\n"); - - if (controls == NULL) { - printf ("There is no list of colorbalance controls\n"); - goto done; - } - - if (controls) { - printf ("list of controls:\n"); - for (item = controls, index = 0; item != NULL; - item = item->next, ++index) { - channel = item->data; - printf (" %u - %s (%d - %d) = %d\n", index, channel->label, - channel->min_value, channel->max_value, - gst_color_balance_get_value (balance, channel)); - } - printf ("\ntype the number of color control you want (-1 to cancel): "); - res = scanf ("%d", &new_value); - if (res != 1 || new_value == -1) - break; - for (item = controls, index = 0; item != NULL && index <= new_value; - item = item->next, ++index) { - channel = item->data; - } - printf (" %u - %s (%d - %d) = %d, type the new value: ", index - 1, - channel->label, channel->min_value, channel->max_value, - gst_color_balance_get_value (balance, channel)); - res = scanf ("%d", &new_value); - if (res != 1 || new_value == -1) - break; - gst_color_balance_set_value (balance, channel, new_value); - } - } - case 'v': - { - GstVideoOrientation *vidorient = GST_VIDEO_ORIENTATION (source); - gboolean flip = FALSE; - gint center = 0; - - printf ("\n"); - - if (gst_video_orientation_get_hflip (vidorient, &flip)) { - gint new_value; - - printf ("Horizontal flip is %s\n", flip ? "on" : "off"); - printf ("\ntype 1 to toggle (-1 to cancel): "); - res = scanf ("%d", &new_value); - if (res != 1 || new_value == 1) { - flip = !flip; - if (gst_video_orientation_set_hflip (vidorient, flip)) { - gst_video_orientation_get_hflip (vidorient, &flip); - printf ("Now horizontal flip is %s\n", flip ? "on" : "off"); - } else { - printf ("Error toggling horizontal flip\n"); - } - } else { - } - } else { - printf ("Horizontal flip control not available\n"); - } - - if (gst_video_orientation_get_vflip (vidorient, &flip)) { - gint new_value; - - printf ("\nVertical flip is %s\n", flip ? "on" : "off"); - printf ("\ntype 1 to toggle (-1 to cancel): "); - res = scanf ("%d", &new_value); - if (res != 1 || new_value == 1) { - flip = !flip; - if (gst_video_orientation_set_vflip (vidorient, flip)) { - gst_video_orientation_get_vflip (vidorient, &flip); - printf ("Now vertical flip is %s\n", flip ? "on" : "off"); - } else { - printf ("Error toggling vertical flip\n"); - } - } else { - } - } else { - printf ("Vertical flip control not available\n"); - } - - if (gst_video_orientation_get_hcenter (vidorient, ¢er)) { - printf ("Horizontal center is %d\n", center); - printf ("\ntype the new horizontal center value (-1 to cancel): "); - res = scanf ("%d", ¢er); - if (res != 1 || center != -1) { - if (gst_video_orientation_set_hcenter (vidorient, center)) { - gst_video_orientation_get_hcenter (vidorient, ¢er); - printf ("Now horizontal center is %d\n", center); - } else { - printf ("Error setting horizontal center\n"); - } - } else { - } - } else { - printf ("Horizontal center control not available\n"); - } - - if (gst_video_orientation_get_vcenter (vidorient, ¢er)) { - printf ("Vertical center is %d\n", center); - printf ("\ntype the new vertical center value (-1 to cancel): "); - res = scanf ("%d", ¢er); - if (res != 1 || center != -1) { - if (gst_video_orientation_set_vcenter (vidorient, center)) { - gst_video_orientation_get_vcenter (vidorient, ¢er); - printf ("Now vertical center is %d\n", center); - } else { - printf ("Error setting vertical center\n"); - } - } else { - } - } else { - printf ("Vertical center control not available\n"); - } - - } - break; - break; - default: - if (opt != 10) - printf ("error: invalid option %c", opt); - break; - } - -done: - - return; - -} - -static gpointer -read_user (gpointer data) -{ - - char opt; - - while (!exit_read) { - - print_options (); - - do { - opt = getchar (); - if (exit_read) { - break; - } - } while (opt == '\n'); - - run_options (opt); - - } - - return NULL; - -} - -static gboolean -my_bus_callback (GstBus * bus, GstMessage * message, gpointer data) -{ - - switch (GST_MESSAGE_TYPE (message)) { - case GST_MESSAGE_ERROR:{ - GError *err; - gchar *debug; - gchar *str; - - gst_message_parse_error (message, &err, &debug); - str = gst_element_get_name (message->src); - g_print ("%s error: %s\n", str, err->message); - g_free (str); - g_print ("Debug: %s\n", debug); - - g_error_free (err); - g_free (debug); - - printf ("presse key to exit\n"); - exit_read = 1; - g_main_loop_quit (loop); - break; - case GST_MESSAGE_EOS: - /* end-of-stream */ - printf ("presse any key to exit\n"); - exit_read = 1; - g_main_loop_quit (loop); - break; - default: - break; - } - } - return TRUE; -} - -int -main (int argc, char *argv[]) -{ - - GThread *input_thread; - gint numbuffers = -1; - gchar device[128] = { '\0' }; - gchar input[128] = { '\0' }; - gulong frequency = 0; - GstBus *bus; - - /* see for input option */ - - int c; - - while (1) { - static char long_options_desc[][64] = { - {"Number of buffers to output before sending EOS"}, - {"Device location. Common in /dev/video0"}, - {"input/output (channel) to switch to"}, - {"frequency to tune to (in Hz)"}, - {0, 0, 0, 0} - }; - static struct option long_options[] = { - {"numbuffers", 1, 0, 'n'}, - {"device", 1, 0, 'd'}, - {"input", 1, 0, 'i'}, - {"frequency", 1, 0, 'f'}, - {0, 0, 0, 0} - }; - /* getopt_long stores the option index here. */ - int option_index = 0; - - c = getopt_long (argc, argv, "n:d:i:f:h", long_options, &option_index); - - /* Detect the end of the options. */ - if (c == -1) { - printf ("tip: use -h to see help message.\n"); - break; - } - - switch (c) { - case 0: - /* If this option set a flag, do nothing else now. */ - if (long_options[option_index].flag != 0) - break; - printf ("option %s", long_options[option_index].name); - if (optarg) - printf (" with arg %s", optarg); - printf ("\n"); - break; - - case 'n': - numbuffers = atoi (optarg); - break; - - case 'd': - strncpy (device, optarg, sizeof (device) / sizeof (device[0])); - break; - - case 'i': - strncpy (input, optarg, sizeof (input) / sizeof (input[0])); - break; - - case 'f': - frequency = atol (optarg); - break; - - case 'h': - printf ("Usage: v4l2src-test [OPTION]...\n"); - for (c = 0; long_options[c].name; ++c) { - printf ("-%c, --%s\r\t\t\t\t%s\n", long_options[c].val, - long_options[c].name, long_options_desc[c]); - } - exit (0); - break; - - case '?': - /* getopt_long already printed an error message. */ - printf ("Use -h to see help message.\n"); - break; - - default: - abort (); - } - } - - /* Print any remaining command line arguments (not options). */ - if (optind < argc) { - printf ("Use -h to see help message.\n" "non-option ARGV-elements: "); - while (optind < argc) - printf ("%s ", argv[optind++]); - putchar ('\n'); - } - - /* init */ - gst_init (&argc, &argv); - - /* create elements */ - if (!(pipeline = gst_pipeline_new ("my_pipeline"))) { - fprintf (stderr, "error: gst_pipeline_new return NULL"); - return -1; - } - - if (!(source = gst_element_factory_make ("v4l2src", NULL))) { - fprintf (stderr, - "error: gst_element_factory_make (\"v4l2src\", NULL) return NULL"); - return -1; - } - - if (!(sink = gst_element_factory_make ("xvimagesink", NULL))) { - fprintf (stderr, - "error: gst_element_factory_make (\"xvimagesink\", NULL) return NULL"); - return -1; - } - - if (numbuffers > -1) { - g_object_set (source, "num-buffers", numbuffers, NULL); - } - if (device[0]) { - g_object_set (source, "device", device, NULL); - } - if (input[0]) { - g_object_set (source, "input", input, NULL); - } - if (frequency) { - g_object_set (source, "frequency", frequency, NULL); - } - - /* you would normally check that the elements were created properly */ - bus = gst_pipeline_get_bus (GST_PIPELINE (pipeline)); - gst_bus_add_watch (bus, my_bus_callback, NULL); - - /* put together a pipeline */ - gst_bin_add_many (GST_BIN (pipeline), source, sink, NULL); - gst_element_link_pads (source, "src", sink, "sink"); - - /* start the pipeline */ - gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_PLAYING); - loop = g_main_loop_new (NULL, FALSE); - - input_thread = g_thread_try_new ("v4l2src-test", read_user, source, NULL); - - if (input_thread == NULL) { - fprintf (stderr, "error: g_thread_try_new() failed"); - return -1; - } - - g_main_loop_run (loop); - g_thread_join (input_thread); - - gst_element_set_state (GST_ELEMENT (pipeline), GST_STATE_NULL); - - gst_object_unref (bus); - gst_object_unref (pipeline); - - gst_deinit (); - - return 0; - -} diff -Nru gst-plugins-good1.0-1.14.1/tests/Makefile.in gst-plugins-good1.0-1.14.4/tests/Makefile.in --- gst-plugins-good1.0-1.14.1/tests/Makefile.in 2018-05-17 12:22:41.000000000 +0000 +++ gst-plugins-good1.0-1.14.4/tests/Makefile.in 2018-10-02 21:59:21.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -164,7 +164,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -607,8 +607,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -725,7 +725,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \