diff -Nru gst-plugins-base1.0-1.14.1/aclocal.m4 gst-plugins-base1.0-1.14.4/aclocal.m4 --- gst-plugins-base1.0-1.14.1/aclocal.m4 2018-05-17 12:18:03.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/aclocal.m4 2018-10-02 21:53:41.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]))]) # 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, @@ -110,7 +110,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, @@ -141,7 +141,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, @@ -332,13 +332,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], @@ -346,49 +345,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 @@ -397,18 +388,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, @@ -495,8 +485,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. @@ -563,7 +553,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 @@ -605,7 +595,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, @@ -626,7 +616,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, @@ -648,7 +638,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, @@ -683,7 +673,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, @@ -691,49 +681,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, @@ -770,7 +753,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, @@ -804,7 +787,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, @@ -833,7 +816,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, @@ -880,7 +863,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, @@ -913,10 +896,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]) @@ -1116,7 +1101,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, @@ -1135,7 +1120,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, @@ -1216,7 +1201,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, @@ -1276,7 +1261,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, @@ -1304,7 +1289,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, @@ -1323,7 +1308,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-base1.0-1.14.1/ChangeLog gst-plugins-base1.0-1.14.4/ChangeLog --- gst-plugins-base1.0-1.14.1/ChangeLog 2018-05-17 12:21:49.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ChangeLog 2018-10-02 21:58:07.000000000 +0000 @@ -1,3 +1,437 @@ +=== release 1.14.4 === + +2018-10-02 22:58:06 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-base.doap: + * meson.build: + Release 1.14.4 + +2018-10-02 22:58:06 +0100 Tim-Philipp Müller + + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiomixer.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-opengl.xml: + * docs/plugins/inspect/plugin-opus.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-pbtypes.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-rawparse.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + Update docs + +2018-09-26 13:22:14 +1000 Matthew Waters + + * gst-libs/gst/gl/gstglviewconvert.c: + glviewconvert: wait and set the gl sync meta on buffers + This may be a cause of out-of-place frames when transforming multiview + buffers. + +2018-09-27 15:03:10 +0200 Edward Hervey + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Use upstream GST_EVENT_STREAM_START if present + If we have an upstream GST_EVENT_STREAM_START, use that one instead + of creating a new one which could be completely different from the + upstream one and drop information (like the stream flags and stream + object). + Only create a new event if we don't already have one from upstream + https://bugzilla.gnome.org/show_bug.cgi?id=797215 + +2018-09-25 16:56:07 +0300 Sebastian Dröge + + * gst-libs/gst/gl/gstglcolorconvert.c: + glcolorconvert: Don't copy overlay composition meta over to NULL outbufs + +2018-09-25 16:56:24 +0300 Sebastian Dröge + + * gst-libs/gst/gl/gstglviewconvert.c: + glviewconvert: Copy composition meta from the primary buffer to both outputs + Without this, glviewconvert (and thus glimagesink) will drop all overlay + composition metas. + +2018-09-20 14:04:39 +0300 Sebastian Dröge + + * ext/vorbis/gstvorbisdec.c: + vorbisdec: Initialize decoder directly once we have the 3 headers + ... instead of waiting for the first non-header buffer. + Also drop non-identification headers arriving after initialization or + before the identification header. We don't do anything with them and + they would just accumulate. + https://bugzilla.gnome.org/show_bug.cgi?id=796980 + +=== release 1.14.3 === + +2018-09-16 16:17:17 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-base.doap: + * meson.build: + Release 1.14.3 + +2018-09-16 16:17:17 +0100 Tim-Philipp Müller + + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiomixer.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-opengl.xml: + * docs/plugins/inspect/plugin-opus.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-pbtypes.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-rawparse.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + Update docs + +2018-09-13 20:34:08 -0300 Marcos Kintschner + + * ext/opus/gstopusenc.c: + opusenc: fix segmentation fault at x86 version + The argument 0x0 is interpreted by the x86 compiler as a 32-bit int, but + it is consumed as a 64-bit uint causing a segmentation fault. We need to + explicit cast it to guint64 in order for the va_list to be built correctly. + https://bugzilla.gnome.org/show_bug.cgi?id=797092 + +2018-09-11 00:41:59 +0530 Nirbheek Chauhan + + * gst-libs/gst/audio/gstaudiosink.c: + * gst-libs/gst/audio/gstaudiosrc.c: + * gst-libs/gst/audio/gstaudioutilsprivate.c: + * gst-libs/gst/audio/gstaudioutilsprivate.h: + gstaudiosrc/sink: Set audio ringbuffer thread priority + On Windows, the ringbuffer thread function must have the "Pro Audio" + priority set, otherwise it sometimes doesn't get scheduled for + 200-300ms, which will immediately cause an underrun unless you set + a very high latency-time and buffer-time. + This has no compile-time deps since it tries to load avrt.dll at + runtime to set the thread priority. + +2018-08-16 19:37:33 +0300 Sebastian Dröge + + * ext/vorbis/gstvorbisdec.c: + vorbisdec: Always handle in-band header packets once the first non-header packet arrives + And clean up any old pending headers if we receive a new identification + header, or if we receive a new set of headers via caps. + Otherwise it might happen that we receive one or more header but not + all, and then afterwards all headers again, and libvorbis does not like + getting headers passed multiple times and would error out. + It only makes sense to pass the very latest headers to the decoder at + the time we can actually make use of them. + https://bugzilla.gnome.org/show_bug.cgi?id=796980 + +2017-09-21 14:03:28 +0900 Yuji Kuwabara + + * gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c: + gl/dispmanx: fix removing foreign window handle + gst_gl_window_dispmanx_egl_set_window_handle() removes native window handle + (dispmanx element), regardless it was foreign window handle + (set via gst_video_overlay_set_window_handle()) or not. + This problem prevents glimagesink reusable. + (PAUSED -> READY -> PAUSED does not work) + This patch corrects it comparing the native window handle with foreign window + handle. This behavior is same as gst_gl_window_dispmanx_egl_close(). + https://bugzilla.gnome.org/show_bug.cgi?id=785199 + +2018-08-27 11:07:47 +0300 Sebastian Dröge + + * ext/ogg/gstoggstream.c: + oggdemux: Ensure that no pad values are set when setting up the mapper + Otherwise we might have arbitrary values set that are used later and can + cause undefined behaviour, as found by ossfuzz. + +2018-08-26 01:52:41 +0200 Tim-Philipp Müller + + * ext/gl/gstglcolorscale.c: + glcolorscale: fix compiler warning + gstglcolorscale.c(173): warning C4098: 'gst_gl_colorscale_gl_stop': 'void' function returning a value + +2018-08-16 18:03:37 +0300 Sebastian Dröge + + * gst-libs/gst/audio/gstaudioaggregator.c: + audioaggregator: Also run the audio-specific caps fixation for audio aggregator subclasses that can't convert + +2018-08-16 17:54:00 +0300 Sebastian Dröge + + * gst-libs/gst/audio/gstaudioaggregator.c: + audioaggregator: Fixate to some meaningful values if no sinkpad is configured yet + The default caps fixation code would select a rate of 1 for example, + which is not really ideal. + +2018-08-16 16:28:15 -0400 Nicolas Dufresne + + * meson.build: + meson: Unify required version to 0.40.1 + +2018-06-16 14:27:20 +0100 Philippe Normand + + * gst/playback/gstplaysink.c: + playsink: audio visualization support fixes + The queue between the audiotee and the audio chain wasn't properly added to the + bin, leading to streamsynchronizer locks on EOS. Reconfiguration of the + visualization chain wasn't working as expected either. It is now possible to + dynamically enable/disable the audio visualization support. + https://bugzilla.gnome.org/show_bug.cgi?id=796553 + +2018-08-08 12:44:55 +0200 Sebastian Dröge + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Propagate flow returns from gst_type_find_helper_get_range() properly + Instead of considering every failed typefinding as an error, even in + case of e.g. GST_FLOW_FLUSHING. + +2018-07-27 15:15:34 +0300 Sebastian Dröge + + * gst-libs/gst/tag/gsttagdemux.c: + tagdemux: Properly propagate gst_pad_pull_range() errors + And don't consider FLUSHING an actual error, just stop in that case. + https://bugzilla.gnome.org/show_bug.cgi?id=796883 + +2018-07-25 15:03:59 +0300 Sebastian Dröge + + * ext/gl/gstglfilterbin.c: + * ext/gl/gstglmixerbin.c: + * ext/gl/gstglsinkbin.c: + * ext/gl/gstglsrcbin.c: + gl: Also don't leak floating references to elements set via properties + Fixup for 58ac815eae6ed468d1db60a54a1bd34d6324c28c. Floating references + are such a mess. + +2018-07-25 14:23:36 +0300 Sebastian Dröge + + * ext/gl/gstglfilterbin.c: + * ext/gl/gstglmixerbin.c: + * ext/gl/gstglsinkbin.c: + * ext/gl/gstglsrcbin.c: + gl: Don't steal callers reference when setting non-floating elements via properties + Introduced by fbef9220d3dc2f785081c4766901aab2ecfaed10. The code there + is only correct for elements we get from signals. + +=== release 1.14.2 === + +2018-07-20 00:51:42 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-base.doap: + * meson.build: + Release 1.14.2 + +2018-07-20 00:51:42 +0100 Tim-Philipp Müller + + * docs/plugins/gst-plugins-base-plugins.args: + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiomixer.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-opengl.xml: + * docs/plugins/inspect/plugin-opus.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-pbtypes.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-rawparse.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + Update docs + +2018-07-18 19:53:26 +0900 Seungha Yang + + * sys/xvimage/xvimage.c: + * sys/xvimage/xvimagesink.c: + xvimage: Fix symbol redefine build error + https://bugzilla.gnome.org/show_bug.cgi?id=796827 + +2018-02-27 23:22:24 +1100 Jan Schmidt + + * ext/gl/gstglcolorbalance.c: + glcolorbalance: Support OES textures for input/passthrough + glcolorbalance is in the default GL path inside glimagesink, + so has been causing an possibly-unnecessary extra texture copy + on Android for a while now. If we're just doing passthrough, + we can support OES directly. If not, they'll be transformed + to 2D textures and colourbalanced. + +2018-07-18 14:56:28 +0100 Tim-Philipp Müller + + * gst-libs/gst/gl/meson.build: + meson: gl: fix backported patch + +2018-07-16 16:01:34 +0200 Iñigo Huguet + + * gst-libs/gst/gl/egl/gsteglimage.c: + * gst-libs/gst/gl/gstglconfig.h.meson: + * gst-libs/gst/gl/meson.build: + * m4/gst-gl.m4: + gl/build: fixed failed compilation due to missing EGLuint64KHR typedef + [Matthew Waters]: add meson differences + https://bugzilla.gnome.org/show_bug.cgi?id=796820 + +2018-07-06 10:51:37 +0300 Sebastian Dröge + + * gst/playback/gstparsebin.c: + parsebin: Don't try to continue autoplugging a parser if we got raw caps + Otherwise we'll fail with an unhelpful message that no decoder for the + raw caps was found if a container contains raw media. + +2018-06-28 20:13:04 +0800 wangzq + + * gst-libs/gst/audio/gstaudiobasesrc.c: + audiobasesrc: Round down segsize to an integer number of samples + https://bugzilla.gnome.org/show_bug.cgi?id=796704 + +2018-06-13 15:29:46 +0300 Vivia Nikolaidou + + * tools/gst-discoverer.c: + discoverer: Don't crash when running with -v if channel-mask==0 and >7 channels + For e.g. 16-channel audio, if the channel mask is 0 (which it usually + is), gst_audio_channel_positions_from_mask would get confused, + ultimately leading into a crash. + https://bugzilla.gnome.org/show_bug.cgi?id=796578 + +2018-06-04 22:32:03 +1000 Matthew Waters + + * ext/gl/gstgldownloadelement.c: + gldownloadelement: fix build with msvc + msvc doesn't like #ifdef inside macro expansion + +2018-05-30 11:39:40 +0200 Edward Hervey + + * gst/subparse/gstsubparse.c: + subparse: Don't read beyond array + If num_open_tags is 0, we shouldn't try to get the "last" open tag + since there isn't any. + +2018-05-30 10:56:12 +0200 Edward Hervey + + * ext/ogg/gstoggstream.c: + ogg: Avoid undefined granule shift + A granule is a 64bit signed integer, shifting by 63 or more is + undefined and most likely an indication that the stream is + corrupted or invalid. + Detected by oss-fuzz + +2014-04-18 10:37:57 +0200 Antoine Jacoutot + + * gst-libs/gst/gl/Makefile.am: + libs: g-ir-scanner: do not hardcode libtool path + https://bugzilla.gnome.org/show_bug.cgi?id=726571 + +2018-07-16 13:12:50 +0200 Guillaume Desmottes + + * gst/rawparse/gstrawvideoparse.c: + rawvideoparse: fix typo in 'plane-offsets' description + The property is 'plane-offsets', not 'plane-offset' so the example in + the description was wrong. + https://bugzilla.gnome.org/show_bug.cgi?id=796817 + +2018-05-21 09:18:24 +0200 Mark Nauwelaerts + + * gst-libs/gst/video/video-color.c: + video: fix some GIR array annotations + +2018-05-21 09:18:09 +0200 Mark Nauwelaerts + + * gst-libs/gst/audio/audio-channels.c: + audio: fix some GIR array annotations + +2018-05-20 13:37:07 +0200 Christoph Reiter + + * gst-libs/gst/gl/meson.build: + meson: gl: remove non-headers from gl_prototype_headers + This made the meson build install those files, while they aren't + installed with the autotools build. + https://bugzilla.gnome.org/show_bug.cgi?id=796274 + +2018-05-20 13:35:52 +0200 Christoph Reiter + + * tools/meson.build: + meson: install the man pages for the command line tools + https://bugzilla.gnome.org/show_bug.cgi?id=796274 + +2018-05-20 13:40:37 +0200 Christoph Reiter + + * gst-libs/gst/app/app_mkenum.py: + * gst-libs/gst/audio/audio_mkenum.py: + * gst-libs/gst/pbutils/pbutils_mkenum.py: + * gst-libs/gst/rtp/rtp_mkenum.py: + * gst-libs/gst/rtsp/rtsp_mkenum.py: + * gst-libs/gst/tag/tag_mkenum.py: + * gst-libs/gst/video/video_mkenum.py: + meson: Fix detection of glib-mkenums under MSYS2 + Under MSYS2 glib-mkenums is an executable and has a .exe extension and + the path does not end with "glib-mkenums". + Make the script compare the path without the file extension instead. + https://bugzilla.gnome.org/show_bug.cgi?id=796274 + === release 1.14.1 === 2018-05-17 13:21:47 +0100 Tim-Philipp Müller diff -Nru gst-plugins-base1.0-1.14.1/common/m4/Makefile.in gst-plugins-base1.0-1.14.4/common/m4/Makefile.in --- gst-plugins-base1.0-1.14.1/common/m4/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/common/m4/Makefile.in 2018-10-02 21:53:44.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-base1.0-1.14.1/common/Makefile.in gst-plugins-base1.0-1.14.4/common/Makefile.in --- gst-plugins-base1.0-1.14.1/common/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/common/Makefile.in 2018-10-02 21:53:44.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, @@ -165,7 +165,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 @@ -616,8 +616,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) @@ -734,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)'; \ diff -Nru gst-plugins-base1.0-1.14.1/compile gst-plugins-base1.0-1.14.4/compile --- gst-plugins-base1.0-1.14.1/compile 2018-05-17 12:18:05.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/compile 2018-10-02 21:53:44.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-base1.0-1.14.1/config.guess gst-plugins-base1.0-1.14.4/config.guess --- gst-plugins-base1.0-1.14.1/config.guess 2018-05-17 12:18:05.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/config.guess 2018-10-02 21:53:44.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-base1.0-1.14.1/config.h.in gst-plugins-base1.0-1.14.4/config.h.in --- gst-plugins-base1.0-1.14.1/config.h.in 2018-05-17 12:18:04.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/config.h.in 2018-10-02 21:53:43.000000000 +0000 @@ -181,6 +181,9 @@ /* Define to 1 if the system has the type `EGLAttrib'. */ #undef HAVE_EGLATTRIB +/* Define to 1 if the system has the type `EGLuint64KHR'. */ +#undef HAVE_EGLUINT64KHR + /* Define to 1 if you have the header file. */ #undef HAVE_EMMINTRIN_H diff -Nru gst-plugins-base1.0-1.14.1/config.sub gst-plugins-base1.0-1.14.4/config.sub --- gst-plugins-base1.0-1.14.1/config.sub 2018-05-17 12:18:05.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/config.sub 2018-10-02 21:53:44.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-base1.0-1.14.1/configure gst-plugins-base1.0-1.14.4/configure --- gst-plugins-base1.0-1.14.1/configure 2018-05-17 12:18:04.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/configure 2018-10-02 21:53:42.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 Base Plug-ins 1.14.1. +# Generated by GNU Autoconf 2.69 for GStreamer Base Plug-ins 1.14.4. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='GStreamer Base Plug-ins' PACKAGE_TARNAME='gst-plugins-base' -PACKAGE_VERSION='1.14.1' -PACKAGE_STRING='GStreamer Base Plug-ins 1.14.1' +PACKAGE_VERSION='1.14.4' +PACKAGE_STRING='GStreamer Base Plug-ins 1.14.4' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer' PACKAGE_URL='' @@ -1107,7 +1107,6 @@ AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE -am__quote am__include DEPDIR OBJEXT @@ -1212,7 +1211,8 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR -SHELL' +SHELL +am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking @@ -1973,7 +1973,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 Base Plug-ins 1.14.1 to adapt to many kinds of systems. +\`configure' configures GStreamer Base Plug-ins 1.14.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2046,7 +2046,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GStreamer Base Plug-ins 1.14.1:";; + short | recursive ) echo "Configuration of GStreamer Base Plug-ins 1.14.4:";; esac cat <<\_ACEOF @@ -2415,7 +2415,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GStreamer Base Plug-ins configure 1.14.1 +GStreamer Base Plug-ins configure 1.14.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3255,7 +3255,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 Base Plug-ins $as_me 1.14.1, which was +It was created by GStreamer Base Plug-ins $as_me 1.14.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3748,7 +3748,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 @@ -4234,7 +4234,7 @@ # Define the identity of the package. PACKAGE='gst-plugins-base' - VERSION='1.14.1' + VERSION='1.14.4' cat >>confdefs.h <<_ACEOF @@ -4264,8 +4264,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 @@ -4432,7 +4432,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 @@ -4445,9 +4445,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) @@ -4458,7 +4458,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 @@ -4658,45 +4658,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 : @@ -9292,10 +9292,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 @@ -13923,7 +13923,7 @@ -GST_REQ=1.14.1 +GST_REQ=1.14.4 @@ -22852,7 +22852,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 @@ -29142,6 +29142,7 @@ GST_GL_HAVE_GLUINT64=0 GST_GL_HAVE_GLINT64=0 GST_GL_HAVE_EGLATTRIB=0 +GST_GL_HAVE_EGLUINT64KHR=0 old_CFLAGS=$CFLAGS CFLAGS="$GL_CFLAGS $CFLAGS" @@ -29270,6 +29271,21 @@ if test "x$ac_cv_type_EGLAttrib" = "xyes"; then GST_GL_HAVE_EGLATTRIB=1 fi + + ac_fn_c_check_type "$LINENO" "EGLuint64KHR" "ac_cv_type_EGLuint64KHR" "$EGL_INCLUDES +" +if test "x$ac_cv_type_EGLuint64KHR" = xyes; then : + +cat >>confdefs.h <<_ACEOF +#define HAVE_EGLUINT64KHR 1 +_ACEOF + + +fi + + if test "x$ac_cv_type_EGLuint64KHR" = "xyes"; then + GST_GL_HAVE_EGLUINT64KHR=1 + fi fi CFLAGS=$old_CFLAGS @@ -29283,6 +29299,7 @@ #define GST_GL_HAVE_GLUINT64 $GST_GL_HAVE_GLUINT64 #define GST_GL_HAVE_GLINT64 $GST_GL_HAVE_GLINT64 #define GST_GL_HAVE_EGLATTRIB $GST_GL_HAVE_EGLATTRIB +#define GST_GL_HAVE_EGLUINT64KHR $GST_GL_HAVE_EGLUINT64KHR " ac_config_commands="$ac_config_commands gst-libs/gst/gl/gstglconfig.h" @@ -37718,7 +37735,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GStreamer Base Plug-ins $as_me 1.14.1, which was +This file was extended by GStreamer Base Plug-ins $as_me 1.14.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -37784,7 +37801,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 Base Plug-ins config.status 1.14.1 +GStreamer Base Plug-ins config.status 1.14.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -37903,7 +37920,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 @@ -39060,29 +39077,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 @@ -39100,53 +39123,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-base1.0-1.14.1/configure.ac gst-plugins-base1.0-1.14.4/configure.ac --- gst-plugins-base1.0-1.14.1/configure.ac 2018-05-17 12:17:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/configure.ac 2018-10-02 21:53:28.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/prerelease -AC_INIT([GStreamer Base Plug-ins],[1.14.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.14.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) AG_GST_INIT @@ -56,10 +56,10 @@ dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 1401, 0, 1401) +AS_LIBTOOL(GST, 1404, 0, 1404) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.14.1 +GST_REQ=1.14.4 dnl *** autotools stuff **** diff -Nru gst-plugins-base1.0-1.14.1/debian/changelog gst-plugins-base1.0-1.14.4/debian/changelog --- gst-plugins-base1.0-1.14.1/debian/changelog 2019-04-26 13:42:49.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/debian/changelog 2019-05-16 12:18:37.000000000 +0000 @@ -1,17 +1,77 @@ -gst-plugins-base1.0 (1.14.1-1ubuntu1~ubuntu18.04.2) bionic-security; urgency=medium +gst-plugins-base1.0 (1.14.4-1ubuntu1.1~ubuntu18.04.1) bionic; urgency=medium + + * No-change backport to bionic (LP: #1829366) + + -- Iain Lane Thu, 16 May 2019 13:18:37 +0100 + +gst-plugins-base1.0 (1.14.4-1ubuntu1.1) cosmic-security; urgency=medium * SECURITY UPDATE: heap overflow in RTSP parser - debian/patches/CVE-2019-9928.patch: limit length in gst-libs/gst/rtsp/gstrtspconnection.c. - CVE-2019-9928 - -- Marc Deslauriers Fri, 26 Apr 2019 09:42:49 -0400 + -- Marc Deslauriers Fri, 26 Apr 2019 09:41:22 -0400 + +gst-plugins-base1.0 (1.14.4-1ubuntu1) cosmic; urgency=medium + + * Merge from Debian unstable. Remaining changes: + + debian/rules: Build for GLES only on arm. We build OpenGL support, which + conflicts with Qt's OpenGL support - used in gst-good - if built for a + different implementation. This fixes an FTBFS of gst-plugins-good1.0 due + to conflicting typedefs being dragged in by gst and Qt. This might be a + bug in mesa - if the headers are supposed to be includable simultaneously. + See FDO #105328 for that. + + -- Iain Lane Fri, 05 Oct 2018 12:22:08 +0100 + +gst-plugins-base1.0 (1.14.4-1) unstable; urgency=medium + + * New upstream bugfix release + + -- Sebastian Dröge Wed, 03 Oct 2018 13:53:57 +0300 + +gst-plugins-base1.0 (1.14.3-2) unstable; urgency=medium + + [ Hugh McMaster ] + * debian/control.in: + - Mark gir1.2-gst-plugins-base-1.0 Multi-Arch: same. + + [ Sebastian Dröge ] + * Upload to unstable. + + -- Sebastian Dröge Wed, 19 Sep 2018 16:14:22 +0300 + +gst-plugins-base1.0 (1.14.3-1) unstable; urgency=medium + + [ Hugh McMaster ] + * gir1.2-gst-plugins-base-1.0: Install the typelibs into a multi-arch library + directory (Closes: #907808). + * debian/control.in: + - Mark libgstreamer-plugins-base1.0-dev Multi-Arch: same (Closes: #862119). + + [ Sebastian Dröge ] + * New upstream bugfix release. + + -- Sebastian Dröge Mon, 17 Sep 2018 09:56:55 +0300 + +gst-plugins-base1.0 (1.14.2-1ubuntu1) cosmic; urgency=low + + * Merge from Debian unstable. Remaining changes: + + debian/rules: Build for GLES only on arm. We build OpenGL support, which + conflicts with Qt's OpenGL support - used in gst-good - if built for a + different implementation. This fixes an FTBFS of gst-plugins-good1.0 due + to conflicting typedefs being dragged in by gst and Qt. This might be a + bug in mesa - if the headers are supposed to be includable simultaneously. + See FDO #105328 for that. + + -- Gianfranco Costamagna Tue, 24 Jul 2018 10:26:14 +0200 -gst-plugins-base1.0 (1.14.1-1ubuntu1~ubuntu18.04.1) bionic; urgency=medium +gst-plugins-base1.0 (1.14.2-1) unstable; urgency=medium - * No-change backport to bionic. + * New upstream bugfix release - -- Iain Lane Wed, 23 May 2018 13:59:01 +0100 + -- Sebastian Dröge Mon, 23 Jul 2018 12:10:41 +0300 gst-plugins-base1.0 (1.14.1-1ubuntu1) cosmic; urgency=medium diff -Nru gst-plugins-base1.0-1.14.1/debian/control gst-plugins-base1.0-1.14.4/debian/control --- gst-plugins-base1.0-1.14.1/debian/control 2019-04-26 13:42:49.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/debian/control 2019-04-26 13:41:22.000000000 +0000 @@ -7,9 +7,9 @@ Sebastien Bacher , Sebastian Dröge , Sjoerd Simons -Build-Depends: libgstreamer1.0-dev (>= 1.14.1), libasound2-dev (>= 0.9.0) [linux-any] , libgudev-1.0-dev (>= 143) [linux-any] , libwayland-dev (>= 1.4.0) [linux-any] , libdrm-dev (>= 2.4.55) [linux-any] , libgbm-dev [linux-any] , wayland-protocols (>= 1.4) [linux-any], autotools-dev, automake (>= 1.14), autoconf (>= 2.69), libtool (>= 2.2.6), dh-autoreconf, autopoint (>= 0.17), cdbs (>= 0.4.93~), debhelper (>= 9), gnome-pkg-tools (>= 0.7), gtk-doc-tools (>= 1.12), pkg-config (>= 0.11.0), libxv-dev (>= 6.8.2.dfsg.1-3), libxt-dev (>= 6.8.2.dfsg.1-3), libvorbis-dev (>= 1.0.0-2), libcdparanoia-dev (>= 3.10.2) [!hurd-i386], liborc-0.4-dev (>= 1:0.4.24), libpango1.0-dev (>= 1.16.0), libtheora-dev (>= 1.1), libglib2.0-dev (>= 2.40), zlib1g-dev (>= 1:1.1.4), libvisual-0.4-dev (>= 0.4.0), dpkg-dev (>= 1.15.1), iso-codes, libgtk-3-dev (>= 3.10), libglib2.0-doc, gstreamer1.0-doc, libgirepository1.0-dev (>= 0.9.12-4~), gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0, gir1.2-freedesktop, gir1.2-gstreamer-1.0, zlib1g-dev, libopus-dev (>= 0.9.4), libgl1-mesa-dev, libegl1-mesa-dev, libgles2-mesa-dev, libgraphene-1.0-dev, libpng-dev, libjpeg-dev +Build-Depends: libgstreamer1.0-dev (>= 1.14.4), libasound2-dev (>= 0.9.0) [linux-any] , libgudev-1.0-dev (>= 143) [linux-any] , libwayland-dev (>= 1.4.0) [linux-any] , libdrm-dev (>= 2.4.55) [linux-any] , libgbm-dev [linux-any] , wayland-protocols (>= 1.4) [linux-any], autotools-dev, automake (>= 1.14), autoconf (>= 2.69), libtool (>= 2.2.6), dh-autoreconf, autopoint (>= 0.17), cdbs (>= 0.4.93~), debhelper (>= 9), gnome-pkg-tools (>= 0.7), gtk-doc-tools (>= 1.12), pkg-config (>= 0.11.0), libxv-dev (>= 6.8.2.dfsg.1-3), libxt-dev (>= 6.8.2.dfsg.1-3), libvorbis-dev (>= 1.0.0-2), libcdparanoia-dev (>= 3.10.2) [!hurd-i386], liborc-0.4-dev (>= 1:0.4.24), libpango1.0-dev (>= 1.16.0), libtheora-dev (>= 1.1), libglib2.0-dev (>= 2.40), zlib1g-dev (>= 1:1.1.4), libvisual-0.4-dev (>= 0.4.0), dpkg-dev (>= 1.15.1), iso-codes, libgtk-3-dev (>= 3.10), libglib2.0-doc, gstreamer1.0-doc, libgirepository1.0-dev (>= 0.9.12-4~), gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0, gir1.2-freedesktop, gir1.2-gstreamer-1.0, zlib1g-dev, libopus-dev (>= 0.9.4), libgl1-mesa-dev, libegl1-mesa-dev, libgles2-mesa-dev, libgraphene-1.0-dev, libpng-dev, libjpeg-dev Standards-Version: 3.9.3 -Vcs-Git: git://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-base1.0 -b ubuntu-bionic +Vcs-Git: git://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-base1.0 Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-base1.0/+git/gst-plugins-base1.0 XS-Debian-Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-plugins-base1.0.git XS-Debian-Vcs-Browser: https://salsa.debian.org/gstreamer-team/gst-plugins-base1.0/ @@ -78,6 +78,7 @@ Package: libgstreamer-plugins-base1.0-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, @@ -85,7 +86,7 @@ libgstreamer-gl1.0-0 (= ${binary:Version}), libc6-dev | libc-dev, pkg-config, - libgstreamer1.0-dev (>= 1.14.1), + libgstreamer1.0-dev (>= 1.14.4), libglib2.0-dev, liborc-0.4-dev (>= 1:0.4.24), libgl1-mesa-dev, @@ -131,7 +132,7 @@ Section: libs Depends: ${misc:Depends}, ${shlibs:Depends}, - libgstreamer-plugins-base1.0-0 (>= 1.14.1) + libgstreamer-plugins-base1.0-0 (>= 1.14.4) Suggests: alsa-utils (>= 0.9.0) XB-GStreamer-Version: ${gstreamer:Version} XB-GStreamer-Elements: ${gstreamer:Elements} @@ -157,7 +158,7 @@ Section: libs Depends: ${misc:Depends}, ${shlibs:Depends}, - libgstreamer-plugins-base1.0-0 (>= 1.14.1) + libgstreamer-plugins-base1.0-0 (>= 1.14.4) Breaks: gstreamer1.0-plugins-bad (<< 1.13.1) Replaces: gstreamer1.0-plugins-bad (<< 1.13.1) Suggests: gvfs @@ -210,7 +211,7 @@ Section: libs Depends: ${misc:Depends}, ${shlibs:Depends}, - libgstreamer-plugins-base1.0-0 (>= 1.14.1) + libgstreamer-plugins-base1.0-0 (>= 1.14.4) XB-GStreamer-Version: ${gstreamer:Version} XB-GStreamer-Elements: ${gstreamer:Elements} XB-GStreamer-URI-Sources: ${gstreamer:URISources} @@ -236,8 +237,8 @@ Section: libs Depends: ${misc:Depends}, ${shlibs:Depends}, - libgstreamer-plugins-base1.0-0 (>= 1.14.1), - libgstreamer-gl1.0-0 (>= 1.14.1) + libgstreamer-plugins-base1.0-0 (>= 1.14.4), + libgstreamer-gl1.0-0 (>= 1.14.4) XB-GStreamer-Version: ${gstreamer:Version} XB-GStreamer-Elements: ${gstreamer:Elements} XB-GStreamer-URI-Sources: ${gstreamer:URISources} @@ -260,6 +261,7 @@ Package: gir1.2-gst-plugins-base-1.0 Section: introspection Architecture: any +Multi-Arch: same Depends: ${gir:Depends}, ${shlibs:Depends}, ${misc:Depends} diff -Nru gst-plugins-base1.0-1.14.1/debian/control.in gst-plugins-base1.0-1.14.4/debian/control.in --- gst-plugins-base1.0-1.14.1/debian/control.in 2019-04-26 13:42:49.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/debian/control.in 2019-04-26 13:41:22.000000000 +0000 @@ -9,7 +9,7 @@ Sjoerd Simons Build-Depends: BUILDDEPS Standards-Version: 3.9.3 -Vcs-Git: git://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-base@GST_ABI@ -b ubuntu-bionic +Vcs-Git: git://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-base@GST_ABI@ Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/ubuntu/+source/gst-plugins-base@GST_ABI@/+git/gst-plugins-base@GST_ABI@ XS-Debian-Vcs-Git: https://salsa.debian.org/gstreamer-team/gst-plugins-base1.0.git XS-Debian-Vcs-Browser: https://salsa.debian.org/gstreamer-team/gst-plugins-base1.0/ @@ -78,6 +78,7 @@ Package: @GST_PLUGINS_BASE_LIB_DEV@ Architecture: any +Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, @@ -260,6 +261,7 @@ Package: gir1.2-gst-plugins-base-@GST_ABI@ Section: introspection Architecture: any +Multi-Arch: same Depends: ${gir:Depends}, ${shlibs:Depends}, ${misc:Depends} diff -Nru gst-plugins-base1.0-1.14.1/debian/gbp.conf gst-plugins-base1.0-1.14.4/debian/gbp.conf --- gst-plugins-base1.0-1.14.1/debian/gbp.conf 2018-05-23 12:59:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/debian/gbp.conf 2018-10-05 11:22:08.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 = ubuntu/%(version)s diff -Nru gst-plugins-base1.0-1.14.1/debian/gir1.2-gst-plugins-base.install gst-plugins-base1.0-1.14.4/debian/gir1.2-gst-plugins-base.install --- gst-plugins-base1.0-1.14.1/debian/gir1.2-gst-plugins-base.install 2018-05-23 12:59:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/debian/gir1.2-gst-plugins-base.install 2018-10-05 11:22:08.000000000 +0000 @@ -1,2 +1,2 @@ -debian/tmp/usr/lib/*/girepository-* /usr/lib +debian/tmp/usr/lib/*/girepository-* diff -Nru gst-plugins-base1.0-1.14.1/debian/rules gst-plugins-base1.0-1.14.4/debian/rules --- gst-plugins-base1.0-1.14.1/debian/rules 2018-05-23 12:59:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/debian/rules 2018-10-05 11:22:08.000000000 +0000 @@ -28,7 +28,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-base1.0-1.14.1/depcomp gst-plugins-base1.0-1.14.4/depcomp --- gst-plugins-base1.0-1.14.1/depcomp 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/depcomp 2018-10-02 21:53:53.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-base1.0-1.14.1/docs/libs/html/annotation-glossary.html gst-plugins-base1.0-1.14.4/docs/libs/html/annotation-glossary.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/annotation-glossary.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/annotation-glossary.html 2018-10-02 21:58:09.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -59,6 +59,8 @@

NULL may be passed instead of a pointer to a location.

out

Parameter for returning results. Default is transfer full.

+
out caller-allocates
+

Out parameter, where caller must allocate storage.

R

rename-to

Rename the original symbol's name to SYMBOL.

@@ -82,6 +84,6 @@

Override the parsed C type with given type.

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/api-index-deprecated.html gst-plugins-base1.0-1.14.4/docs/libs/html/api-index-deprecated.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/api-index-deprecated.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/api-index-deprecated.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -47,6 +47,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/api-index-full.html gst-plugins-base1.0-1.14.4/docs/libs/html/api-index-full.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/api-index-full.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/api-index-full.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -9307,6 +9307,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/compiling.html gst-plugins-base1.0-1.14.4/docs/libs/html/compiling.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/compiling.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/compiling.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -58,6 +58,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gl.html gst-plugins-base1.0-1.14.4/docs/libs/html/gl.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gl.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gl.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -117,6 +117,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioAggregator.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioAggregator.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioAggregator.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioAggregator.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -125,10 +125,10 @@ ╰── GInitiallyUnowned ╰── GstObject ├── GstElement - ╰── GstAggregator + ╰── GstAggregator ╰── GstAudioAggregator ╰── GstPad - ╰── GstAggregatorPad + ╰── GstAggregatorPad ╰── GstAudioAggregatorPad ╰── GstAudioAggregatorConvertPad @@ -142,7 +142,7 @@

Description

Subclasses must use (a subclass of) GstAudioAggregatorPad for both their source and sink pads, -gst_element_class_add_static_pad_template_with_gtype() is a convenient +gst_element_class_add_static_pad_template_with_gtype() is a convenient helper.

GstAudioAggregator can perform conversion on the data arriving on its sink pads, based on the format expected downstream: in order @@ -152,7 +152,7 @@ implementing GstAudioAggregatorPad.convert_buffer.

To allow for the output caps to change, the mechanism is the same as above, with the GType of the source pad.

-

See GstAudioMixer for an example.

+

See GstAudioMixer for an example.

When conversion is enabled, GstAudioAggregator will accept any type of raw audio caps and perform conversion on the data arriving on its sink pads, with whatever downstream @@ -352,10 +352,10 @@

See Also

-

GstAggregator, GstAudioMixer

+

GstAggregator, GstAudioMixer

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioBaseSink.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioBaseSink.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioBaseSink.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioBaseSink.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1043,6 +1043,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioBaseSrc.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioBaseSrc.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioBaseSrc.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioBaseSrc.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -532,6 +532,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioCdSrc.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioCdSrc.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioCdSrc.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioCdSrc.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -400,6 +400,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioClock.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioClock.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioClock.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioClock.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -356,6 +356,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioDecoder.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioDecoder.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioDecoder.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioDecoder.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1929,6 +1929,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioEncoder.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioEncoder.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioEncoder.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioEncoder.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1893,6 +1893,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioFilter.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioFilter.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioFilter.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioFilter.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstAudioRingBuffer.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioRingBuffer.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioRingBuffer.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioRingBuffer.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1919,6 +1919,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioSink.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioSink.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioSink.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioSink.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstAudioSrc.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioSrc.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstAudioSrc.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstAudioSrc.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstColorBalanceChannel.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstColorBalanceChannel.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstColorBalanceChannel.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstColorBalanceChannel.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstColorBalance.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstColorBalance.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstColorBalance.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstColorBalance.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -470,6 +470,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstDiscoverer.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstDiscoverer.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstDiscoverer.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstDiscoverer.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -2535,6 +2535,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstEncodingProfile.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstEncodingProfile.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstEncodingProfile.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstEncodingProfile.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -2793,6 +2793,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLBaseFilter.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLBaseFilter.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLBaseFilter.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLBaseFilter.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstGLBufferPool.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLBufferPool.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLBufferPool.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLBufferPool.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -219,6 +219,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLColorConvert.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLColorConvert.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLColorConvert.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLColorConvert.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -415,6 +415,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLContext.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLContext.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLContext.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLContext.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1448,6 +1448,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLDisplay.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLDisplay.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLDisplay.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLDisplay.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -813,6 +813,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLFilter.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLFilter.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLFilter.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLFilter.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -428,6 +428,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLFramebuffer.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLFramebuffer.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLFramebuffer.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLFramebuffer.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -525,6 +525,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLShader.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLShader.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLShader.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLShader.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -2314,6 +2314,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLSLStage.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLSLStage.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLSLStage.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLSLStage.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -543,6 +543,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLUpload.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLUpload.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLUpload.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLUpload.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -411,6 +411,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLViewConvert.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLViewConvert.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLViewConvert.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLViewConvert.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -619,6 +619,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLWindow.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLWindow.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstGLWindow.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstGLWindow.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1291,6 +1291,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstNavigation.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstNavigation.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstNavigation.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstNavigation.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1643,6 +1643,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-appsink.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-appsink.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-appsink.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-appsink.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -915,6 +915,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-appsrc.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-appsrc.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-appsrc.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-appsrc.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1055,6 +1055,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Audio-channels.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Audio-channels.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Audio-channels.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Audio-channels.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -465,12 +465,12 @@

from

The channel positions in the buffer.

-[array] +[array length=channels]

to

The channel positions to convert to.

-[array] +[array length=channels] @@ -531,12 +531,12 @@

from

The channel positions in the buffer.

-[array] +[array length=channels]

to

The channel positions to convert to.

-[array] +[array length=channels] @@ -583,17 +583,17 @@

from

The channel positions to reorder from.

-[array] +[array length=channels]

to

The channel positions to reorder to.

-[array] +[array length=channels]

reorder_map

Pointer to the reorder map.

-[array] +[array length=channels] @@ -1104,6 +1104,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Codec-utilities.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Codec-utilities.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Codec-utilities.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Codec-utilities.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1328,6 +1328,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Descriptions.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Descriptions.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Descriptions.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Descriptions.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -369,6 +369,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-dmabuf.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-dmabuf.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-dmabuf.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-dmabuf.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -267,6 +267,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-fdmemory.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-fdmemory.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-fdmemory.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-fdmemory.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -298,6 +298,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudioConverter.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudioConverter.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudioConverter.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudioConverter.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -727,6 +727,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudioDownmixMeta.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudioDownmixMeta.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudioDownmixMeta.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudioDownmixMeta.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -418,6 +418,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudio.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudio.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudio.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudio.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -3433,6 +3433,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudio-IEC61937.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudio-IEC61937.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudio-IEC61937.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudio-IEC61937.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudioQuantize.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudioQuantize.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstAudioQuantize.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstAudioQuantize.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -362,6 +362,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstEGLImage.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstEGLImage.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstEGLImage.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstEGLImage.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -377,6 +377,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstExiftag.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstExiftag.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstExiftag.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstExiftag.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTF32.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTF32.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTF32.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTF32.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTF64.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTF64.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTF64.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTF64.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFT.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFT.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFT.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFT.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTS16.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTS16.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTS16.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTS16.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTS32.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTS32.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstFFTS32.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstFFTS32.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLAPI.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLAPI.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLAPI.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLAPI.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -385,6 +385,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLBaseMemory.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLBaseMemory.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLBaseMemory.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLBaseMemory.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1308,6 +1308,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLBuffer.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLBuffer.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLBuffer.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLBuffer.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLDisplayWayland.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLDisplayWayland.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLDisplayWayland.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLDisplayWayland.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -129,6 +129,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLDisplayX11.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLDisplayX11.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLDisplayX11.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLDisplayX11.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -128,6 +128,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstglmemoryegl.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstglmemoryegl.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstglmemoryegl.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstglmemoryegl.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -242,6 +242,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLMemory.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLMemory.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLMemory.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLMemory.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1579,6 +1579,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLMemoryPBO.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLMemoryPBO.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLMemoryPBO.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLMemoryPBO.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -340,6 +340,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLOverlayCompositor.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLOverlayCompositor.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLOverlayCompositor.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLOverlayCompositor.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -135,6 +135,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLQuery.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLQuery.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLQuery.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLQuery.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -429,6 +429,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLRenderbuffer.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLRenderbuffer.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLRenderbuffer.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLRenderbuffer.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -457,6 +457,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLSL.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLSL.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLSL.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLSL.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -702,6 +702,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLSyncMeta.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLSyncMeta.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstGLSyncMeta.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstGLSyncMeta.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -432,6 +432,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstMIKEYMessage.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstMIKEYMessage.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstMIKEYMessage.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstMIKEYMessage.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -3410,6 +3410,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstPhysMemoryAllocator.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstPhysMemoryAllocator.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstPhysMemoryAllocator.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstPhysMemoryAllocator.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -166,6 +166,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTCPBuffer.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTCPBuffer.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTCPBuffer.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTCPBuffer.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -3438,6 +3438,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTPBuffer.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTPBuffer.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTPBuffer.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTPBuffer.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -2409,6 +2409,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRtphdrext.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRtphdrext.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRtphdrext.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRtphdrext.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -271,6 +271,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTPPayloadInfo.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTPPayloadInfo.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTPPayloadInfo.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTPPayloadInfo.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -463,6 +463,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPConnection.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPConnection.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPConnection.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPConnection.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -2454,6 +2454,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRtspdefs.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRtspdefs.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRtspdefs.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRtspdefs.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1762,6 +1762,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPExtension.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPExtension.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPExtension.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPExtension.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -103,6 +103,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPMessage.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPMessage.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPMessage.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPMessage.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1699,6 +1699,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPRange.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPRange.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPRange.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPRange.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -681,6 +681,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPTimeRange.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPTimeRange.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPTimeRange.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPTimeRange.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -535,6 +535,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPUrl.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPUrl.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstRTSPUrl.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstRTSPUrl.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -429,6 +429,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstSDPMessage.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstSDPMessage.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstSDPMessage.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstSDPMessage.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -6323,6 +6323,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstTagDemux.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstTagDemux.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstTagDemux.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstTagDemux.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -256,6 +256,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstTagMux.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstTagMux.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstTagMux.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstTagMux.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -148,6 +148,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstTagXmpWriter.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstTagXmpWriter.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstTagXmpWriter.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstTagXmpWriter.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstvideoaffinetransformationmeta.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoAlignment.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoAlignment.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoAlignment.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoAlignment.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1091,35 +1091,35 @@ -const GValue * +const GValue * gst_video_multiview_get_mono_modes () -const GValue * +const GValue * gst_video_multiview_get_unpacked_modes () -const GValue * +const GValue * gst_video_multiview_get_doubled_height_modes () -const GValue * +const GValue * gst_video_multiview_get_doubled_size_modes () -const GValue * +const GValue * gst_video_multiview_get_doubled_width_modes () @@ -3043,12 +3043,12 @@

offset

output offsets.

-[out][array fixed-size=4] +[out caller-allocates][array fixed-size=4]

scale

output scale.

-[out][array fixed-size=4] +[out caller-allocates][array fixed-size=4] @@ -5035,12 +5035,12 @@

gst_video_multiview_get_mono_modes ()

-
const GValue *
+
const GValue *
 gst_video_multiview_get_mono_modes (void);

Returns

-

A const GValue containing a list of mono video modes

-

Utility function that returns a GValue with a GstList of mono video +

A const GValue containing a list of mono video modes

+

Utility function that returns a GValue with a GstList of mono video modes (mono/left/right) for use in caps negotiations.

Since: 1.6

@@ -5048,13 +5048,13 @@

gst_video_multiview_get_unpacked_modes ()

-
const GValue *
+
const GValue *
 gst_video_multiview_get_unpacked_modes
                                (void);

Returns

-

A const GValue containing a list of 'unpacked' stereo video modes

-

Utility function that returns a GValue with a GstList of unpacked +

A const GValue containing a list of 'unpacked' stereo video modes

+

Utility function that returns a GValue with a GstList of unpacked stereo video modes (separated/frame-by-frame/frame-by-frame-multiview) for use in caps negotiations.

@@ -5063,13 +5063,13 @@

gst_video_multiview_get_doubled_height_modes ()

-
const GValue *
+
const GValue *
 gst_video_multiview_get_doubled_height_modes
                                (void);

Returns

-

A const GValue containing a list of stereo video modes

-

Utility function that returns a GValue with a GstList of packed stereo +

A const GValue containing a list of stereo video modes

+

Utility function that returns a GValue with a GstList of packed stereo video modes with double the height of a single view for use in caps negotiations. Currently this is top-bottom and row-interleaved.

@@ -5078,13 +5078,13 @@

gst_video_multiview_get_doubled_size_modes ()

-
const GValue *
+
const GValue *
 gst_video_multiview_get_doubled_size_modes
                                (void);

Returns

-

A const GValue containing a list of stereo video modes

-

Utility function that returns a GValue with a GstList of packed +

A const GValue containing a list of stereo video modes

+

Utility function that returns a GValue with a GstList of packed stereo video modes that have double the width/height of a single view for use in caps negotiation. Currently this is just 'checkerboard' layout.

@@ -5094,13 +5094,13 @@

gst_video_multiview_get_doubled_width_modes ()

-
const GValue *
+
const GValue *
 gst_video_multiview_get_doubled_width_modes
                                (void);

Returns

-

A const GValue containing a list of stereo video modes

-

Utility function that returns a GValue with a GstList of packed stereo +

A const GValue containing a list of stereo video modes

+

Utility function that returns a GValue with a GstList of packed stereo video modes with double the width of a single view for use in caps negotiations. Currently this is side-by-side, side-by-side-quincunx and column-interleaved.

@@ -9119,6 +9119,6 @@
+
Generated by GTK-Doc V1.28
\ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoChroma.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoChroma.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoChroma.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoChroma.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -504,6 +504,6 @@
+
Generated by GTK-Doc V1.28
\ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoDecoder.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoDecoder.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoDecoder.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoDecoder.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -2081,6 +2081,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoDither.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoDither.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoDither.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoDither.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -340,6 +340,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoEncoder.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoEncoder.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoEncoder.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoEncoder.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1385,6 +1385,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstvideometa.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstvideometa.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstvideometa.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstvideometa.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1575,6 +1575,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoOverlayRectangle.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoOverlayRectangle.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoOverlayRectangle.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoOverlayRectangle.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1495,6 +1495,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoPool.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoPool.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoPool.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoPool.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoResampler.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoResampler.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoResampler.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoResampler.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -385,6 +385,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoScaler.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoScaler.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVideoScaler.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVideoScaler.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -628,6 +628,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstvideoutils.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstvideoutils.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-gstvideoutils.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-gstvideoutils.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -872,6 +872,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVorbisTag.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVorbisTag.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstVorbisTag.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstVorbisTag.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -403,6 +403,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstXmptag.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstXmptag.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-GstXmptag.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-GstXmptag.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-ID3-tag-utils.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-ID3-tag-utils.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-ID3-tag-utils.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-ID3-tag-utils.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -389,6 +389,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Install-plugins.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Install-plugins.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Install-plugins.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Install-plugins.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -938,6 +938,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-ISO-639-lang-mappings.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-ISO-639-lang-mappings.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-ISO-639-lang-mappings.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-ISO-639-lang-mappings.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Licenses.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Licenses.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Licenses.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Licenses.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -452,6 +452,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Missing-plugins.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Missing-plugins.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Missing-plugins.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Missing-plugins.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -636,6 +636,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-OpenGL-debugging.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-OpenGL-debugging.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-OpenGL-debugging.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-OpenGL-debugging.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -634,6 +634,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-OpenGL-Formats.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-OpenGL-Formats.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-OpenGL-Formats.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-OpenGL-Formats.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -631,6 +631,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-OpenGL-Miscellaneous-Utilities.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -424,7 +424,7 @@

gst_gl_value_get_texture_target_mask ()

GstGLTextureTarget
-gst_gl_value_get_texture_target_mask (const GValue *value);
+gst_gl_value_get_texture_target_mask (const GValue *value);

See gst_gl_value_set_texture_target_from_mask() for what entails a mask

Parameters

@@ -436,7 +436,7 @@

value

-

an initialized GValue of type G_TYPE_STRING

+

an initialized GValue of type G_TYPE_STRING

 
@@ -451,7 +451,7 @@

gst_gl_value_set_texture_target ()

gboolean
-gst_gl_value_set_texture_target (GValue *value,
+gst_gl_value_set_texture_target (GValue *value,
                                  GstGLTextureTarget target);

Parameters

@@ -464,7 +464,7 @@

value

-

an initialized GValue of type G_TYPE_STRING

+

an initialized GValue of type G_TYPE_STRING

  @@ -487,7 +487,7 @@

gst_gl_value_set_texture_target_from_mask ()

gboolean
 gst_gl_value_set_texture_target_from_mask
-                               (GValue *value,
+                               (GValue *value,
                                 GstGLTextureTarget target_mask);

A mask is a bitwise OR of (1 << target) where target is a valid GstGLTextureTarget

@@ -502,7 +502,7 @@

value

-

an uninitialized GValue

+

an uninitialized GValue

  @@ -565,6 +565,6 @@
+
Generated by GTK-Doc V1.28
\ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Pbutils.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Pbutils.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Pbutils.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Pbutils.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Riff-utilities.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Riff-utilities.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Riff-utilities.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Riff-utilities.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -677,6 +677,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Tags.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Tags.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Tags.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Tags.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -902,6 +902,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Version.html gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Version.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gst-plugins-base-libs-Version.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gst-plugins-base-libs-Version.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -184,7 +184,7 @@

GST_PLUGINS_BASE_VERSION_MICRO

-
#define GST_PLUGINS_BASE_VERSION_MICRO (1)
+
#define GST_PLUGINS_BASE_VERSION_MICRO (4)
 

The micro version of GStreamer's gst-plugins-base libraries at compile time.

@@ -199,6 +199,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-allocators.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-allocators.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-allocators.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-allocators.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -40,6 +40,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-app.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-app.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-app.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-app.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,6 +42,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-audio.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-audio.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-audio.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-audio.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -86,6 +86,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-base-utils.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-base-utils.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-base-utils.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-base-utils.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -57,6 +57,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-ffft.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-ffft.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-ffft.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-ffft.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -51,6 +51,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-libs-hierarchy.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-libs-hierarchy.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-libs-hierarchy.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-libs-hierarchy.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -33,11 +33,11 @@ ╰── GstGLMemoryPBOAllocator ╰── GstGLRenderbufferAllocator ├── GstPad - ╰── GstAggregatorPad + ╰── GstAggregatorPad ╰── GstAudioAggregatorPad ╰── GstAudioAggregatorConvertPad ├── GstElement - ├── GstAggregator + ├── GstAggregator ╰── GstAudioAggregator ├── GstBaseSrc ╰── GstPushSrc @@ -95,6 +95,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-mikey.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-mikey.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-mikey.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-mikey.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -32,6 +32,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-plugins-base.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-plugins-base.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-plugins-base.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-plugins-base.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -423,6 +423,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-riff.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-riff.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-riff.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-riff.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -32,6 +32,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-rtp.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-rtp.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-rtp.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-rtp.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -52,6 +52,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-rtsp.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-rtsp.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-rtsp.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-rtsp.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -52,6 +52,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-sdp.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-sdp.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-sdp.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-sdp.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -32,6 +32,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-tag.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-tag.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-tag.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-tag.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -67,6 +67,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-video.html gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-video.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/gstreamer-video.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/gstreamer-video.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -97,6 +97,6 @@

+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstRTPBaseAudioPayload.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstRTPBaseAudioPayload.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstRTPBaseAudioPayload.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstRTPBaseAudioPayload.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -502,6 +502,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstRTPBaseDepayload.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstRTPBaseDepayload.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstRTPBaseDepayload.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstRTPBaseDepayload.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstRTPBasePayload.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstRTPBasePayload.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstRTPBasePayload.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstRTPBasePayload.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -733,6 +733,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstStreamVolume.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstStreamVolume.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstStreamVolume.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstStreamVolume.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstVideoDirection.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoDirection.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoDirection.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoDirection.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -134,6 +134,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoFilter.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoFilter.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoFilter.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoFilter.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -130,6 +130,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoOrientation.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoOrientation.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoOrientation.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoOrientation.html 2018-10-02 21:58:09.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-base1.0-1.14.1/docs/libs/html/GstVideoOverlay.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoOverlay.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoOverlay.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoOverlay.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -893,7 +893,7 @@ gst_video_overlay_set_property (GObject *object, gint last_prop_id, guint property_id, - const GValue *value); + const GValue *value);

This helper shall be used by classes implementing the GstVideoOverlay interface that want the render rectangle to be controllable using properties. This helper will parse and set the render rectangle calling @@ -924,7 +924,7 @@

value

-

The GValue to be set

+

The GValue to be set

  @@ -1005,6 +1005,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoSink.html gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoSink.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/GstVideoSink.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/GstVideoSink.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -341,6 +341,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/libs/html/home.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/libs/html/home.png differ diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/index.html gst-plugins-base1.0-1.14.4/docs/libs/html/index.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/index.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/index.html 2018-10-02 21:58:09.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@

- for GStreamer Base Library 1.0 (1.14.1) + for GStreamer Base Library 1.0 (1.14.4) http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/.

@@ -434,6 +434,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix03.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix03.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix03.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix03.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -109,6 +109,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix04.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix04.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix04.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix04.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -149,6 +149,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix05.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix05.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix05.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix05.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -320,6 +320,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix06.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix06.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix06.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix06.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -40,6 +40,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix07.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix07.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix07.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix07.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -458,6 +458,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix08.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix08.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix08.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix08.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -29,6 +29,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix09.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix09.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix09.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix09.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -433,6 +433,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix10.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix10.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix10.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix10.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -427,6 +427,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix11.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix11.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix11.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix11.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -36,6 +36,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix12.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix12.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix12.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix12.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -33,6 +33,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix13.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix13.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix13.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix13.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -310,6 +310,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/ix14.html gst-plugins-base1.0-1.14.4/docs/libs/html/ix14.html --- gst-plugins-base1.0-1.14.1/docs/libs/html/ix14.html 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/ix14.html 2018-10-02 21:58:09.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -29,6 +29,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/libs/html/left-insensitive.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/libs/html/left-insensitive.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/libs/html/left.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/libs/html/left.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/libs/html/right-insensitive.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/libs/html/right-insensitive.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/libs/html/right.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/libs/html/right.png differ diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/html/style.css gst-plugins-base1.0-1.14.4/docs/libs/html/style.css --- gst-plugins-base1.0-1.14.1/docs/libs/html/style.css 2018-05-17 12:21:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/html/style.css 2018-10-02 21:58:09.000000000 +0000 @@ -30,6 +30,10 @@ vertical-align: top; } +span.nowrap { + white-space: nowrap; +} + div.gallery-float { float: left; Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/libs/html/up-insensitive.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/libs/html/up-insensitive.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/libs/html/up.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/libs/html/up.png differ diff -Nru gst-plugins-base1.0-1.14.1/docs/libs/Makefile.in gst-plugins-base1.0-1.14.4/docs/libs/Makefile.in --- gst-plugins-base1.0-1.14.1/docs/libs/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/libs/Makefile.in 2018-10-02 21:53:45.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, @@ -685,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_srcdir)/common/upload-doc.mak $(top_srcdir)/common/gtk-doc.mak $(am__empty): @@ -711,7 +711,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-base1.0-1.14.1/docs/Makefile.in gst-plugins-base1.0-1.14.4/docs/Makefile.in --- gst-plugins-base1.0-1.14.1/docs/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/Makefile.in 2018-10-02 21:53:44.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, @@ -165,7 +165,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 @@ -601,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) @@ -721,7 +721,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-base1.0-1.14.1/docs/plugins/gst-plugins-base-plugins.args gst-plugins-base1.0-1.14.4/docs/plugins/gst-plugins-base-plugins.args --- gst-plugins-base1.0-1.14.1/docs/plugins/gst-plugins-base-plugins.args 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/gst-plugins-base-plugins.args 2018-07-19 23:51:42.000000000 +0000 @@ -3464,7 +3464,7 @@ rw Plane offsets -Offsets of the planes in bytes (e.g. plane-offset="<0,76800>"). +Offsets of the planes in bytes (e.g. plane-offsets="<0,76800>"). diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/ch01.html gst-plugins-base1.0-1.14.4/docs/plugins/html/ch01.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/ch01.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/ch01.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/ch02.html gst-plugins-base1.0-1.14.4/docs/plugins/html/ch02.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/ch02.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/ch02.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -119,6 +119,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-adder.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-adder.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-adder.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-adder.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -212,6 +212,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-alsamidisrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-alsamidisrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-alsamidisrc.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-alsamidisrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-alsasink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-alsasink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-alsasink.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-alsasink.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-alsasrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-alsasrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-alsasrc.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-alsasrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-appsink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-appsink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-appsink.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-appsink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -358,6 +358,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-appsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-appsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-appsrc.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-appsrc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -439,6 +439,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audioconvert.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audioconvert.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audioconvert.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audioconvert.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -345,6 +345,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiointerleave.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiointerleave.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiointerleave.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiointerleave.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -45,7 +45,7 @@ -GValueArray * +GValueArray * channel-positions Read / Write @@ -76,7 +76,7 @@ ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement - ╰── GstAggregator + ╰── GstAggregator ╰── GstAudioAggregator ╰── GstAudioInterleave @@ -186,7 +186,7 @@

Property Details

The “channel-positions” property

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

Channel positions used on the output.

Flags: Read / Write

@@ -201,6 +201,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiomixer.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiomixer.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiomixer.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiomixer.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -52,7 +52,7 @@ ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement - ╰── GstAggregator + ╰── GstAggregator ╰── GstAudioAggregator ╰── GstAudioMixer @@ -195,6 +195,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiorate.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiorate.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiorate.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiorate.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audioresample.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audioresample.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audioresample.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audioresample.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiotestsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiotestsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-audiotestsrc.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-audiotestsrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-cdparanoiasrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-cdparanoiasrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-cdparanoiasrc.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-cdparanoiasrc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -322,6 +322,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-clockoverlay.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-clockoverlay.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-clockoverlay.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-clockoverlay.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -228,6 +228,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-decodebin3.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-decodebin3.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-decodebin3.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-decodebin3.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-decodebin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-decodebin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-decodebin.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-decodebin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -126,7 +126,7 @@ -GValueArray* +GValueArray* autoplug-factories Run Last @@ -142,7 +142,7 @@ -GValueArray* +GValueArray* autoplug-sort Run Last @@ -446,7 +446,7 @@

The “autoplug-factories” signal

-
GValueArray*
+
GValueArray*
 user_function (GstDecodeBin *bin,
                GstPad       *pad,
                GstCaps      *caps,
@@ -497,7 +497,7 @@
 

Returns

-

a GValueArray* with a list of factories to try. The factories are +

a GValueArray* with a list of factories to try. The factories are by default tried in the returned order or based on the index returned by "autoplug-select".

@@ -636,11 +636,11 @@

The “autoplug-sort” signal

-
GValueArray*
+
GValueArray*
 user_function (GstDecodeBin *bin,
                GstPad       *pad,
                GstCaps      *caps,
-               GValueArray  *factories,
+               GValueArray  *factories,
                gpointer      user_data)

Once decodebin has found the possible GstElementFactory objects to try for caps @@ -682,7 +682,7 @@

factories

-

A GValueArray of possible GstElementFactory to use.

+

A GValueArray of possible GstElementFactory to use.

  @@ -778,6 +778,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-encodebin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-encodebin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-encodebin.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-encodebin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -477,6 +477,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giosink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giosink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giosink.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giosink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -246,6 +246,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giosrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giosrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giosrc.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giosrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giostreamsink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giostreamsink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giostreamsink.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giostreamsink.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giostreamsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giostreamsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-giostreamsrc.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-giostreamsrc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -217,6 +217,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glcolorbalance.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glcolorbalance.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glcolorbalance.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glcolorbalance.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -166,11 +166,11 @@

details

-video/x-raw(ANY), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D +video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes }

- video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D + video/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes } @@ -194,11 +194,11 @@

details

-video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D +video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes }

- video/x-raw(ANY), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D + video/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes } @@ -257,6 +257,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glcolorconvert.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glcolorconvert.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glcolorconvert.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glcolorconvert.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glcolorscale.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glcolorscale.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glcolorscale.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glcolorscale.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gldeinterlace.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gldeinterlace.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gldeinterlace.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gldeinterlace.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gldifferencematte.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gldifferencematte.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gldifferencematte.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gldifferencematte.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -188,6 +188,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gldownload.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gldownload.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gldownload.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gldownload.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-blur.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-blur.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-blur.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-blur.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-bulge.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-bulge.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-bulge.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-bulge.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-fisheye.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-fisheye.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-fisheye.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-fisheye.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-glow.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-glow.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-glow.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-glow.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-heat.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-heat.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-heat.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-heat.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-identity.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-identity.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-identity.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-identity.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-laplacian.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-laplacian.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-laplacian.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-laplacian.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-lumaxpro.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-lumaxpro.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-lumaxpro.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-lumaxpro.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-mirror.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-mirror.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-mirror.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-mirror.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-sepia.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-sepia.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-sepia.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-sepia.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-sin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-sin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-sin.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-sin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-sobel.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-sobel.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-sobel.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-sobel.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-square.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-square.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-square.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-square.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-squeeze.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-squeeze.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-squeeze.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-squeeze.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-stretch.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-stretch.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-stretch.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-stretch.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-tunnel.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-tunnel.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-tunnel.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-tunnel.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-twirl.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-twirl.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-twirl.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-twirl.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-xpro.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-xpro.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-xpro.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-xpro.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-xray.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-xray.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gleffects-xray.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gleffects-xray.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -131,6 +131,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfilterapp.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfilterapp.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfilterapp.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfilterapp.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfilterbin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfilterbin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfilterbin.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfilterbin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -250,6 +250,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfiltercube.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfiltercube.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfiltercube.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfiltercube.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfilterglass.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfilterglass.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glfilterglass.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glfilterglass.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -190,6 +190,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glimagesinkelement.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glimagesinkelement.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glimagesinkelement.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glimagesinkelement.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -416,6 +416,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glimagesink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glimagesink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glimagesink.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glimagesink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -214,6 +214,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gloverlay.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gloverlay.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gloverlay.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gloverlay.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glshader.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glshader.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glshader.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glshader.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -327,6 +327,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glsinkbin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glsinkbin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glsinkbin.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glsinkbin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -458,6 +458,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glsrcbin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glsrcbin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glsrcbin.html 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glsrcbin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -214,6 +214,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glstereosplit.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glstereosplit.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glstereosplit.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glstereosplit.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gltestsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gltestsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gltestsrc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gltestsrc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -321,6 +321,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gltransformation.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gltransformation.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-gltransformation.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-gltransformation.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glupload.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glupload.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glupload.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glupload.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glviewconvert.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glviewconvert.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-glviewconvert.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-glviewconvert.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -274,6 +274,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-multifdsink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-multifdsink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-multifdsink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-multifdsink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -654,6 +654,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-multisocketsink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-multisocketsink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-multisocketsink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-multisocketsink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -674,6 +674,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggaviparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggaviparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggaviparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggaviparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -123,6 +123,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggdemux.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggdemux.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggdemux.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggdemux.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggmux.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggmux.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggmux.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggmux.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -351,6 +351,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-oggparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-oggparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -123,6 +123,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ogmaudioparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ogmaudioparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ogmaudioparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ogmaudioparse.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ogmtextparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ogmtextparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ogmtextparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ogmtextparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -123,6 +123,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ogmvideoparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ogmvideoparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ogmvideoparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ogmvideoparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -443,6 +443,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-opusdec.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-opusdec.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-opusdec.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-opusdec.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -217,6 +217,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-opusenc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-opusenc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-opusenc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-opusenc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -408,6 +408,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-parsebin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-parsebin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-parsebin.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-parsebin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -132,6 +132,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-playbin3.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-playbin3.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-playbin3.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-playbin3.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-playbin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-playbin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-playbin.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-playbin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -1563,6 +1563,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-playsink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-playsink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-playsink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-playsink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -537,6 +537,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-adder.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-adder.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-adder.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-adder.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-alsa.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-alsa.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-alsa.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-alsa.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-app.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-app.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-app.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-app.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audioconvert.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audioconvert.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audioconvert.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audioconvert.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audiomixer.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audiomixer.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audiomixer.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audiomixer.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audiorate.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audiorate.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audiorate.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audiorate.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audioresample.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audioresample.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audioresample.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audioresample.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audiotestsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audiotestsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-audiotestsrc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-audiotestsrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-cdparanoia.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-cdparanoia.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-cdparanoia.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-cdparanoia.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-encoding.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-encoding.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-encoding.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-encoding.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-gio.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-gio.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-gio.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-gio.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-ivorbisdec.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-ivorbisdec.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-ivorbisdec.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-ivorbisdec.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-libvisual.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-libvisual.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-libvisual.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-libvisual.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-ogg.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-ogg.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-ogg.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-ogg.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.4

run-time license

@@ -100,6 +100,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-opengl.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-opengl.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-opengl.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-opengl.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.4

run-time license

@@ -232,6 +232,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-opus.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-opus.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-opus.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-opus.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-pango.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-pango.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-pango.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-pango.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-playback.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-playback.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-playback.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-playback.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.4

run-time license

@@ -116,6 +116,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-rawparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-rawparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-rawparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-rawparse.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-subparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-subparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-subparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-subparse.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-tcp.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-tcp.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-tcp.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-tcp.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.4

run-time license

@@ -100,6 +100,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-theora.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-theora.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-theora.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-theora.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-typefindfunctions.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-typefindfunctions.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-typefindfunctions.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-typefindfunctions.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@

version

-1.14.1 +1.14.4

run-time license

@@ -71,6 +71,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videoconvert.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videoconvert.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videoconvert.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videoconvert.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videorate.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videorate.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videorate.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videorate.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videoscale.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videoscale.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videoscale.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videoscale.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videotestsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videotestsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-videotestsrc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-videotestsrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-volume.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-volume.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-volume.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-volume.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-vorbis.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-vorbis.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-vorbis.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-vorbis.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-ximagesink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-ximagesink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-ximagesink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-ximagesink.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-xvimagesink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-xvimagesink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-plugin-xvimagesink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-plugin-xvimagesink.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-rawaudioparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-rawaudioparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-rawaudioparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-rawaudioparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@ -GValueArray * +GValueArray * channel-positions Read / Write @@ -285,7 +285,7 @@

Property Details

The “channel-positions” property

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

Channel positions used on the output.

Flags: Read / Write

@@ -334,6 +334,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-rawvideoparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-rawvideoparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-rawvideoparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-rawvideoparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@ -GValueArray * +GValueArray * channel-positions Read / Write @@ -272,7 +272,7 @@

Property Details

The “channel-positions” property

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

Channel positions used on the output.

Flags: Read / Write

@@ -321,6 +321,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-socketsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-socketsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-socketsrc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-socketsrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ssaparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ssaparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ssaparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ssaparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -154,6 +154,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-streamsynchronizer.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-streamsynchronizer.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-streamsynchronizer.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-streamsynchronizer.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-subparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-subparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-subparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-subparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -219,6 +219,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-subtitleoverlay.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-subtitleoverlay.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-subtitleoverlay.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-subtitleoverlay.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpclientsink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpclientsink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpclientsink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpclientsink.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpclientsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpclientsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpclientsrc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpclientsrc.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpserversink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpserversink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpserversink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpserversink.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpserversrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpserversrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-tcpserversrc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-tcpserversrc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -216,6 +216,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-textoverlay.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-textoverlay.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-textoverlay.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-textoverlay.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -266,6 +266,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-textrender.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-textrender.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-textrender.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-textrender.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-theoradec.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-theoradec.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-theoradec.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-theoradec.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-theoraenc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-theoraenc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-theoraenc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-theoraenc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -432,6 +432,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-theoraparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-theoraparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-theoraparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-theoraparse.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-timeoverlay.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-timeoverlay.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-timeoverlay.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-timeoverlay.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -266,6 +266,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-unalignedaudioparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-unalignedaudioparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-unalignedaudioparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-unalignedaudioparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@ -GValueArray * +GValueArray * channel-positions Read / Write @@ -198,7 +198,7 @@

Property Details

The “channel-positions” property

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

Channel positions used on the output.

Flags: Read / Write

@@ -247,6 +247,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-unalignedvideoparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-unalignedvideoparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-unalignedvideoparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-unalignedvideoparse.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -44,7 +44,7 @@ -GValueArray * +GValueArray * channel-positions Read / Write @@ -198,7 +198,7 @@

Property Details

The “channel-positions” property

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

Channel positions used on the output.

Flags: Read / Write

@@ -247,6 +247,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-uridecodebin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-uridecodebin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-uridecodebin.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-uridecodebin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -122,7 +122,7 @@ -GValueArray* +GValueArray* autoplug-factories Run Last @@ -138,7 +138,7 @@ -GValueArray* +GValueArray* autoplug-sort Run Last @@ -413,7 +413,7 @@

The “autoplug-factories” signal

-
GValueArray*
+
GValueArray*
 user_function (GstURIDecodeBin *bin,
                GstPad          *pad,
                GstCaps         *caps,
@@ -464,7 +464,7 @@
 

Returns

-

a GValueArray* with a list of factories to try. The factories are +

a GValueArray* with a list of factories to try. The factories are by default tried in the returned order or based on the index returned by "autoplug-select".

@@ -558,11 +558,11 @@

The “autoplug-sort” signal

-
GValueArray*
+
GValueArray*
 user_function (GstURIDecodeBin *bin,
                GstPad          *pad,
                GstCaps         *caps,
-               GValueArray     *factories,
+               GValueArray     *factories,
                gpointer         user_data)

Once decodebin has found the possible GstElementFactory objects to try for caps @@ -604,7 +604,7 @@

factories

-

A GValueArray of possible GstElementFactory to use.

+

A GValueArray of possible GstElementFactory to use.

  @@ -734,6 +734,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-urisourcebin.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-urisourcebin.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-urisourcebin.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-urisourcebin.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -106,6 +106,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videoconvert.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videoconvert.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videoconvert.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videoconvert.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -326,6 +326,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videorate.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videorate.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videorate.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videorate.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -412,6 +412,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videoscale.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videoscale.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videoscale.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videoscale.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -419,6 +419,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videotestsrc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videotestsrc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-videotestsrc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-videotestsrc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -660,6 +660,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-volume.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-volume.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-volume.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-volume.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -221,6 +221,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbisdec.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbisdec.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbisdec.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbisdec.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbisenc.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbisenc.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbisenc.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbisenc.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -327,6 +327,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbisparse.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbisparse.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbisparse.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbisparse.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbistag.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbistag.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-vorbistag.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-vorbistag.html 2018-10-02 21:58:10.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-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ximagesink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ximagesink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-ximagesink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-ximagesink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -368,6 +368,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-xvimagesink.html gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-xvimagesink.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/gst-plugins-base-plugins-xvimagesink.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/gst-plugins-base-plugins-xvimagesink.html 2018-10-02 21:58:10.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -548,6 +548,6 @@ +
Generated by GTK-Doc V1.28 \ No newline at end of file Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/plugins/html/home.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/plugins/html/home.png differ diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/index.html gst-plugins-base1.0-1.14.4/docs/plugins/html/index.html --- gst-plugins-base1.0-1.14.1/docs/plugins/html/index.html 2018-05-17 12:21:52.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/index.html 2018-10-02 21:58:10.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -15,7 +15,7 @@

- for GStreamer Base Plugins 1.0 (1.14.1) + for GStreamer Base 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-base-plugins/html/.

@@ -452,6 +452,6 @@
+
Generated by GTK-Doc V1.28 \ No newline at end of file Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/plugins/html/left-insensitive.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/plugins/html/left-insensitive.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/plugins/html/left.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/plugins/html/left.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/plugins/html/right-insensitive.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/plugins/html/right-insensitive.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/plugins/html/right.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/plugins/html/right.png differ diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/html/style.css gst-plugins-base1.0-1.14.4/docs/plugins/html/style.css --- gst-plugins-base1.0-1.14.1/docs/plugins/html/style.css 2018-05-17 12:21:51.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/html/style.css 2018-10-02 21:58:10.000000000 +0000 @@ -30,6 +30,10 @@ vertical-align: top; } +span.nowrap { + white-space: nowrap; +} + div.gallery-float { float: left; Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/plugins/html/up-insensitive.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/plugins/html/up-insensitive.png differ Binary files /tmp/tmpJX_vtM/D7MSrFgVUe/gst-plugins-base1.0-1.14.1/docs/plugins/html/up.png and /tmp/tmpJX_vtM/vrZJkpxo7H/gst-plugins-base1.0-1.14.4/docs/plugins/html/up.png differ diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-adder.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-adder.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-adder.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-adder.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Adds multiple streams ../../gst/adder/.libs/libgstadder.so libgstadder.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-alsa.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-alsa.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-alsa.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-alsa.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ ALSA plugin library ../../ext/alsa/.libs/libgstalsa.so libgstalsa.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-app.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-app.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-app.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-app.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Elements used to communicate with applications ../../gst/app/.libs/libgstapp.so libgstapp.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audioconvert.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audioconvert.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audioconvert.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audioconvert.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Convert audio to different formats ../../gst/audioconvert/.libs/libgstaudioconvert.so libgstaudioconvert.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audiomixer.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audiomixer.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audiomixer.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audiomixer.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Mixes multiple audio streams ../../gst/audiomixer/.libs/libgstaudiomixer.so libgstaudiomixer.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audiorate.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audiorate.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audiorate.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audiorate.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Adjusts audio frames ../../gst/audiorate/.libs/libgstaudiorate.so libgstaudiorate.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audioresample.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audioresample.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audioresample.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audioresample.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Resamples audio ../../gst/audioresample/.libs/libgstaudioresample.so libgstaudioresample.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audiotestsrc.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audiotestsrc.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-audiotestsrc.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-audiotestsrc.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Creates audio test signals of given frequency and volume ../../gst/audiotestsrc/.libs/libgstaudiotestsrc.so libgstaudiotestsrc.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-cdparanoia.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-cdparanoia.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-cdparanoia.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-cdparanoia.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Read audio from CD in paranoid mode ../../ext/cdparanoia/.libs/libgstcdparanoia.so libgstcdparanoia.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-encoding.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-encoding.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-encoding.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-encoding.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ various encoding-related elements ../../gst/encoding/.libs/libgstencoding.so libgstencoding.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-gio.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-gio.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-gio.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-gio.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ GIO elements ../../gst/gio/.libs/libgstgio.so libgstgio.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-libvisual.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-libvisual.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-libvisual.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-libvisual.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ libvisual visualization plugins ../../ext/libvisual/.libs/libgstlibvisual.so libgstlibvisual.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-ogg.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-ogg.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-ogg.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-ogg.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ ogg stream manipulation (info about ogg: http://xiph.org) ../../ext/ogg/.libs/libgstogg.so libgstogg.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-opengl.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-opengl.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-opengl.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-opengl.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ OpenGL plugin ../../ext/gl/.libs/libgstopengl.so libgstopengl.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release @@ -20,13 +20,13 @@ sink sink always -
video/x-raw(ANY), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D; video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D
+
video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes }; video/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes }
src source always -
video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D; video/x-raw(ANY), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string)2D
+
video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes }; video/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ], texture-target=(string){ 2D, external-oes }
diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-opus.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-opus.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-opus.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-opus.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ OPUS plugin library ../../ext/opus/.libs/libgstopus.so libgstopus.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-pango.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-pango.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-pango.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-pango.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Pango-based text rendering and overlay ../../ext/pango/.libs/libgstpango.so libgstpango.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-pbtypes.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-pbtypes.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-pbtypes.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-pbtypes.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ gst-plugins-base dynamic types ../../gst/pbtypes/.libs/libgstpbtypes.so libgstpbtypes.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-playback.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-playback.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-playback.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-playback.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ various playback elements ../../gst/playback/.libs/libgstplayback.so libgstplayback.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-rawparse.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-rawparse.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-rawparse.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-rawparse.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Parses byte streams into raw frames ../../gst/rawparse/.libs/libgstrawparse.so libgstrawparse.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-subparse.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-subparse.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-subparse.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-subparse.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Subtitle parsing ../../gst/subparse/.libs/libgstsubparse.so libgstsubparse.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-tcp.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-tcp.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-tcp.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-tcp.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ transfer data over the network via TCP ../../gst/tcp/.libs/libgsttcp.so libgsttcp.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-theora.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-theora.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-theora.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-theora.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Theora plugin library ../../ext/theora/.libs/libgsttheora.so libgsttheora.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-typefindfunctions.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-typefindfunctions.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-typefindfunctions.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-typefindfunctions.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ default typefind functions ../../gst/typefind/.libs/libgsttypefindfunctions.so libgsttypefindfunctions.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videoconvert.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videoconvert.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videoconvert.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videoconvert.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Colorspace conversion ../../gst/videoconvert/.libs/libgstvideoconvert.so libgstvideoconvert.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videorate.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videorate.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videorate.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videorate.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Adjusts video frames ../../gst/videorate/.libs/libgstvideorate.so libgstvideorate.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videoscale.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videoscale.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videoscale.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videoscale.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Resizes video ../../gst/videoscale/.libs/libgstvideoscale.so libgstvideoscale.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videotestsrc.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videotestsrc.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-videotestsrc.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-videotestsrc.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Creates a test video stream ../../gst/videotestsrc/.libs/libgstvideotestsrc.so libgstvideotestsrc.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-volume.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-volume.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-volume.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-volume.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ plugin for controlling audio volume ../../gst/volume/.libs/libgstvolume.so libgstvolume.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-vorbis.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-vorbis.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-vorbis.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-vorbis.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ Vorbis plugin library ../../ext/vorbis/.libs/libgstvorbis.so libgstvorbis.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-ximagesink.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-ximagesink.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-ximagesink.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-ximagesink.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ X11 video output element based on standard Xlib calls ../../sys/ximage/.libs/libgstximagesink.so libgstximagesink.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-xvimagesink.xml gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-xvimagesink.xml --- gst-plugins-base1.0-1.14.1/docs/plugins/inspect/plugin-xvimagesink.xml 2018-05-17 12:21:47.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/inspect/plugin-xvimagesink.xml 2018-10-02 21:58:06.000000000 +0000 @@ -3,7 +3,7 @@ XFree86 video output plugin using Xv extension ../../sys/xvimage/.libs/libgstxvimagesink.so libgstxvimagesink.so - 1.14.1 + 1.14.4 LGPL gst-plugins-base GStreamer Base Plug-ins source release diff -Nru gst-plugins-base1.0-1.14.1/docs/plugins/Makefile.in gst-plugins-base1.0-1.14.4/docs/plugins/Makefile.in --- gst-plugins-base1.0-1.14.1/docs/plugins/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/docs/plugins/Makefile.in 2018-10-02 21:53:45.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, @@ -773,8 +773,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): @@ -799,7 +799,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-base1.0-1.14.1/ext/alsa/Makefile.in gst-plugins-base1.0-1.14.4/ext/alsa/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/alsa/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/alsa/Makefile.in 2018-10-02 21:53:45.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)/libgstalsa_la-gstalsa.Plo \ + ./$(DEPDIR)/libgstalsa_la-gstalsadeviceprobe.Plo \ + ./$(DEPDIR)/libgstalsa_la-gstalsamidisrc.Plo \ + ./$(DEPDIR)/libgstalsa_la-gstalsaplugin.Plo \ + ./$(DEPDIR)/libgstalsa_la-gstalsasink.Plo \ + ./$(DEPDIR)/libgstalsa_la-gstalsasrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -651,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) @@ -708,12 +714,18 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsa.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsadeviceprobe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsamidisrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsaplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsasink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsasrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsadeviceprobe.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsamidisrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsaplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsasink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstalsa_la-gstalsasrc.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 +851,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 +927,12 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsa.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsadeviceprobe.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsamidisrc.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsaplugin.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsasink.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsasrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -958,7 +978,12 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsa.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsadeviceprobe.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsamidisrc.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsaplugin.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsasink.Plo + -rm -f ./$(DEPDIR)/libgstalsa_la-gstalsasrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -979,20 +1004,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-base1.0-1.14.1/ext/cdparanoia/Makefile.in gst-plugins-base1.0-1.14.4/ext/cdparanoia/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/cdparanoia/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/cdparanoia/Makefile.in 2018-10-02 21:53:45.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)/libgstcdparanoia_la-gstcdparanoiasrc.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)/libgstcdparanoia_la-gstcdparanoiasrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstcdparanoia_la-gstcdparanoiasrc.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)/libgstcdparanoia_la-gstcdparanoiasrc.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)/libgstcdparanoia_la-gstcdparanoiasrc.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-base1.0-1.14.1/ext/gl/gstglcolorbalance.c gst-plugins-base1.0-1.14.4/ext/gl/gstglcolorbalance.c --- gst-plugins-base1.0-1.14.1/ext/gl/gstglcolorbalance.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/gl/gstglcolorbalance.c 2018-07-19 11:26:47.000000000 +0000 @@ -54,17 +54,55 @@ #define DEFAULT_PROP_HUE 0.0 #define DEFAULT_PROP_SATURATION 1.0 +#define GST_GL_COLOR_BALANCE_VIDEO_CAPS \ + "video/x-raw(" GST_CAPS_FEATURE_MEMORY_GL_MEMORY "), " \ + "format = (string) RGBA, " \ + "width = " GST_VIDEO_SIZE_RANGE ", " \ + "height = " GST_VIDEO_SIZE_RANGE ", " \ + "framerate = " GST_VIDEO_FPS_RANGE ", " \ + "texture-target = (string) { 2D, external-oes } " \ + " ; " \ + "video/x-raw(" GST_CAPS_FEATURE_MEMORY_GL_MEMORY "," \ + GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION "), " \ + "format = (string) RGBA, " \ + "width = " GST_VIDEO_SIZE_RANGE ", " \ + "height = " GST_VIDEO_SIZE_RANGE ", " \ + "framerate = " GST_VIDEO_FPS_RANGE ", " \ + "texture-target = (string) { 2D, external-oes }" + +static GstStaticPadTemplate gst_gl_color_balance_element_src_pad_template = +GST_STATIC_PAD_TEMPLATE ("src", + GST_PAD_SRC, + GST_PAD_ALWAYS, + GST_STATIC_CAPS (GST_GL_COLOR_BALANCE_VIDEO_CAPS)); + +static GstStaticPadTemplate gst_gl_color_balance_element_sink_pad_template = +GST_STATIC_PAD_TEMPLATE ("sink", + GST_PAD_SINK, + GST_PAD_ALWAYS, + GST_STATIC_CAPS (GST_GL_COLOR_BALANCE_VIDEO_CAPS)); + /* *INDENT-OFF* */ -static const gchar *color_balance_frag = +static const gchar color_balance_frag_OES_preamble[] = + "#extension GL_OES_EGL_image_external : require\n" + "#ifdef GL_ES\n" + "precision mediump float;\n" + "#endif\n" + "uniform samplerExternalOES tex;\n"; + +static const gchar color_balance_frag_2D_preamble[] = "#ifdef GL_ES\n" "precision mediump float;\n" "#endif\n" + "uniform sampler2D tex;\n"; + +static const gchar color_balance_frag_templ[] = + "%s\n" // Preamble "uniform float brightness;\n" "uniform float contrast;\n" "uniform float saturation;\n" "uniform float hue;\n" "varying vec2 v_texcoord;\n" - "uniform sampler2D tex;\n" "#define from_yuv_bt601_offset vec3(-0.0625, -0.5, -0.5)\n" "#define from_yuv_bt601_rcoeff vec3(1.164, 0.000, 1.596)\n" "#define from_yuv_bt601_gcoeff vec3(1.164,-0.391,-0.813)\n" @@ -105,7 +143,7 @@ * blend-function-src-rgb=src-color and blend-function-dst-rgb=dst-color */ " float hue_cos = cos (PI * hue);\n" " float hue_sin = sin (PI * hue);\n" - " vec4 rgba = texture2D (tex, v_texcoord);\n" + " vec4 rgba = %s (tex, v_texcoord);\n" /* texture2D / texture2DOES */ " yuv = rgb_to_yuv (rgba.rgb);\n" " yuv.x = clamp (luma_to_narrow (luma_to_full(yuv.x) * contrast) + brightness, 0.0, 1.0);\n" " vec2 uv = yuv.yz;\n" @@ -139,6 +177,28 @@ G_IMPLEMENT_INTERFACE (GST_TYPE_COLOR_BALANCE, gst_gl_color_balance_colorbalance_init)); +static GstCaps * +gcb_transform_internal_caps (GstGLFilter * filter, + GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps) +{ + GstCaps *tmp = gst_caps_make_writable (caps); + gint i; + /* If we're not in passthrough mode, we can only output 2D textures, + * but can always receive any compatible texture. + * This function is not called in passthrough mode, so we can do the + * transform unconditionally */ + for (i = 0; i < gst_caps_get_size (tmp); i++) { + GstStructure *outs = gst_caps_get_structure (tmp, i); + if (direction == GST_PAD_SINK) { + gst_structure_set (outs, "texture-target", G_TYPE_STRING, + gst_gl_texture_target_to_string (GST_GL_TEXTURE_TARGET_2D), NULL); + } else { + gst_structure_remove_field (outs, "texture-target"); + } + } + return tmp; +} + static gboolean gst_gl_color_balance_is_passthrough (GstGLColorBalance * glcolorbalance) { @@ -169,22 +229,35 @@ GstGLBaseFilter *base_filter = GST_GL_BASE_FILTER (balance); GstGLFilter *filter = GST_GL_FILTER (balance); GError *error = NULL; + gchar *frag_str; if (balance->shader) gst_object_unref (balance->shader); + /* Can support rectangle textures in the future if needed */ + if (filter->in_texture_target == GST_GL_TEXTURE_TARGET_2D) + frag_str = + g_strdup_printf (color_balance_frag_templ, + color_balance_frag_2D_preamble, "texture2D"); + else + frag_str = + g_strdup_printf (color_balance_frag_templ, + color_balance_frag_OES_preamble, "texture2D"); + if (!(balance->shader = gst_gl_shader_new_link_with_stages (base_filter->context, &error, gst_glsl_stage_new_default_vertex (base_filter->context), gst_glsl_stage_new_with_string (base_filter->context, GL_FRAGMENT_SHADER, GST_GLSL_VERSION_NONE, GST_GLSL_PROFILE_ES | GST_GLSL_PROFILE_COMPATIBILITY, - color_balance_frag), NULL))) { + frag_str), NULL))) { + g_free (frag_str); GST_ELEMENT_ERROR (balance, RESOURCE, NOT_FOUND, ("%s", "Failed to initialize colorbalance shader"), ("%s", error ? error->message : "Unknown error")); return FALSE; } + g_free (frag_str); filter->draw_attr_position_loc = gst_gl_shader_get_attribute_location (balance->shader, "a_position"); @@ -292,7 +365,10 @@ GST_DEBUG_CATEGORY_INIT (glcolorbalance_debug, "glcolorbalance", 0, "glcolorbalance"); - gst_gl_filter_add_rgba_pad_templates (GST_GL_FILTER_CLASS (klass)); + gst_element_class_add_static_pad_template (gstelement_class, + &gst_gl_color_balance_element_src_pad_template); + gst_element_class_add_static_pad_template (gstelement_class, + &gst_gl_color_balance_element_sink_pad_template); gobject_class->finalize = gst_gl_color_balance_finalize; gobject_class->set_property = gst_gl_color_balance_set_property; @@ -329,6 +405,7 @@ filter_class->filter_texture = GST_DEBUG_FUNCPTR (gst_gl_color_balance_filter_texture); + filter_class->transform_internal_caps = gcb_transform_internal_caps; } static void diff -Nru gst-plugins-base1.0-1.14.1/ext/gl/gstglcolorscale.c gst-plugins-base1.0-1.14.4/ext/gl/gstglcolorscale.c --- gst-plugins-base1.0-1.14.1/ext/gl/gstglcolorscale.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/gl/gstglcolorscale.c 2018-09-08 17:34:36.000000000 +0000 @@ -170,7 +170,7 @@ colorscale->shader = NULL; } - return GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); + GST_GL_BASE_FILTER_CLASS (parent_class)->gl_stop (base_filter); } static gboolean diff -Nru gst-plugins-base1.0-1.14.1/ext/gl/gstgldownloadelement.c gst-plugins-base1.0-1.14.4/ext/gl/gstgldownloadelement.c --- gst-plugins-base1.0-1.14.1/ext/gl/gstgldownloadelement.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/gl/gstgldownloadelement.c 2018-07-18 13:25:40.000000000 +0000 @@ -54,14 +54,18 @@ trans, GstQuery * query); static void gst_gl_download_element_finalize (GObject * object); +#if GST_GL_HAVE_PLATFORM_EGL && GST_GL_HAVE_DMABUF +#define EXTRA_CAPS_TEMPLATE "video/x-raw(" GST_CAPS_FEATURE_MEMORY_DMABUF "); " +#else +#define EXTRA_CAPS_TEMPLATE +#endif + static GstStaticPadTemplate gst_gl_download_element_src_pad_template = GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_SRC, GST_PAD_ALWAYS, GST_STATIC_CAPS ( -#if GST_GL_HAVE_PLATFORM_EGL && GST_GL_HAVE_DMABUF - "video/x-raw(" GST_CAPS_FEATURE_MEMORY_DMABUF "); " -#endif + EXTRA_CAPS_TEMPLATE "video/x-raw; video/x-raw(memory:GLMemory)")); static GstStaticPadTemplate gst_gl_download_element_sink_pad_template = diff -Nru gst-plugins-base1.0-1.14.1/ext/gl/gstglfilterbin.c gst-plugins-base1.0-1.14.4/ext/gl/gstglfilterbin.c --- gst-plugins-base1.0-1.14.1/ext/gl/gstglfilterbin.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/gl/gstglfilterbin.c 2018-08-12 23:15:41.000000000 +0000 @@ -173,7 +173,7 @@ } /* - * @filter: (transfer full): + * @filter: (transfer floating): */ static gboolean gst_gl_filter_bin_set_filter (GstGLFilterBin * self, GstElement * filter) @@ -189,10 +189,10 @@ } self->filter = filter; - if (filter && g_object_is_floating (filter)) - gst_object_ref_sink (filter); + gst_object_ref_sink (filter); if (filter && !_connect_filter_element (self)) { + gst_object_unref (self->filter); self->filter = NULL; return FALSE; } @@ -204,8 +204,7 @@ gst_gl_filter_bin_finish_init_with_element (GstGLFilterBin * self, GstElement * element) { - if (!gst_gl_filter_bin_set_filter (self, element)) - gst_object_unref (element); + gst_gl_filter_bin_set_filter (self, element); } void diff -Nru gst-plugins-base1.0-1.14.1/ext/gl/gstglsinkbin.c gst-plugins-base1.0-1.14.4/ext/gl/gstglsinkbin.c --- gst-plugins-base1.0-1.14.1/ext/gl/gstglsinkbin.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/gl/gstglsinkbin.c 2018-08-12 23:15:41.000000000 +0000 @@ -307,10 +307,10 @@ } self->sink = sink; - if (sink && g_object_is_floating (sink)) - gst_object_ref_sink (sink); + gst_object_ref_sink (sink); if (sink && !_connect_sink_element (self)) { + gst_object_unref (self->sink); self->sink = NULL; return FALSE; } @@ -322,8 +322,7 @@ gst_gl_sink_bin_finish_init_with_element (GstGLSinkBin * self, GstElement * element) { - if (!gst_gl_sink_bin_set_sink (self, element)) - gst_object_unref (element); + gst_gl_sink_bin_set_sink (self, element); } void diff -Nru gst-plugins-base1.0-1.14.1/ext/gl/gstglsrcbin.c gst-plugins-base1.0-1.14.4/ext/gl/gstglsrcbin.c --- gst-plugins-base1.0-1.14.1/ext/gl/gstglsrcbin.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/gl/gstglsrcbin.c 2018-08-12 23:15:41.000000000 +0000 @@ -165,7 +165,7 @@ } /* - * @src: (transfer full): + * @src: (transfer floating): */ static gboolean gst_gl_src_bin_set_src (GstGLSrcBin * self, GstElement * src) @@ -181,10 +181,10 @@ } self->src = src; - if (src && g_object_is_floating (src)) - gst_object_ref_sink (src); + gst_object_ref_sink (src); if (src && !_connect_src_element (self)) { + gst_object_unref (self->src); self->src = NULL; return FALSE; } @@ -196,8 +196,7 @@ gst_gl_src_bin_finish_init_with_element (GstGLSrcBin * self, GstElement * element) { - if (!gst_gl_src_bin_set_src (self, element)) - gst_object_unref (self->src); + gst_gl_src_bin_set_src (self, element); } void diff -Nru gst-plugins-base1.0-1.14.1/ext/gl/Makefile.in gst-plugins-base1.0-1.14.4/ext/gl/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/gl/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/gl/Makefile.in 2018-10-02 21:53:45.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, @@ -301,7 +301,53 @@ 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)/libgstopengl_la-caopengllayersink.Plo \ + ./$(DEPDIR)/libgstopengl_la-gltestsrc.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglcolorbalance.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglcolorconvertelement.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglcolorscale.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgldeinterlace.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgldifferencematte.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgldownloadelement.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgleffects.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglfilterapp.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglfilterbin.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglfiltercube.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglfilterglass.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglfiltershader.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglimagesink.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgloverlay.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglsinkbin.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglsrcbin.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglstereosplit.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgltestsrc.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgltransformation.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstgluploadelement.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglutils.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglvideoflip.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstglviewconvert.Plo \ + ./$(DEPDIR)/libgstopengl_la-gstopengl.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectblur.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectbulge.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectfisheye.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectglow.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectidentity.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectlaplacian.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectlumatocurve.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectmirror.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectrgbtocurve.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectscurves.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectsin.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectsobel.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectsquare.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectsqueeze.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectssources.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectstretch.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffecttunnel.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffecttwirl.Plo \ + effects/$(DEPDIR)/libgstopengl_la-gstgleffectxray.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -837,8 +883,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) @@ -940,51 +986,57 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-caopengllayersink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gltestsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglcolorbalance.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglcolorconvertelement.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglcolorscale.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgldeinterlace.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgldifferencematte.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgldownloadelement.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgleffects.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfilterapp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfilterbin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfiltercube.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfilterglass.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfiltershader.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglimagesink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgloverlay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglsinkbin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglsrcbin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglstereosplit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgltestsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgltransformation.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgluploadelement.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglvideoflip.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglviewconvert.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstopengl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectblur.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectbulge.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectfisheye.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectglow.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectidentity.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectlaplacian.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectlumatocurve.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectmirror.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectrgbtocurve.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectscurves.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsobel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsquare.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsqueeze.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectssources.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectstretch.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffecttunnel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffecttwirl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectxray.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-caopengllayersink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gltestsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglcolorbalance.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglcolorconvertelement.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglcolorscale.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgldeinterlace.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgldifferencematte.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgldownloadelement.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgleffects.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfilterapp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfilterbin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfiltercube.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfilterglass.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglfiltershader.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglimagesink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgloverlay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglsinkbin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglsrcbin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglstereosplit.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgltestsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgltransformation.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstgluploadelement.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglvideoflip.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstglviewconvert.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopengl_la-gstopengl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectblur.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectbulge.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectfisheye.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectglow.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectidentity.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectlaplacian.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectlumatocurve.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectmirror.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectrgbtocurve.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectscurves.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsobel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsquare.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectsqueeze.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectssources.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectstretch.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffecttunnel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffecttwirl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@effects/$(DEPDIR)/libgstopengl_la-gstgleffectxray.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$$||'`;\ @@ -1408,7 +1460,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)'; \ @@ -1483,7 +1538,51 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) effects/$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstopengl_la-caopengllayersink.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gltestsrc.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglcolorbalance.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglcolorconvertelement.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglcolorscale.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgldeinterlace.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgldifferencematte.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgldownloadelement.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgleffects.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfilterapp.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfilterbin.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfiltercube.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfilterglass.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfiltershader.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglimagesink.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgloverlay.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglsinkbin.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglsrcbin.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglstereosplit.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgltestsrc.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgltransformation.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgluploadelement.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglutils.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglvideoflip.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglviewconvert.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstopengl.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectblur.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectbulge.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectfisheye.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectglow.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectidentity.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectlaplacian.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectlumatocurve.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectmirror.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectrgbtocurve.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectscurves.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsin.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsobel.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsquare.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsqueeze.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectssources.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectstretch.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffecttunnel.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffecttwirl.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectxray.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1529,7 +1628,51 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) effects/$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstopengl_la-caopengllayersink.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gltestsrc.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglcolorbalance.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglcolorconvertelement.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglcolorscale.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgldeinterlace.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgldifferencematte.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgldownloadelement.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgleffects.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfilterapp.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfilterbin.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfiltercube.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfilterglass.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglfiltershader.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglimagesink.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgloverlay.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglsinkbin.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglsrcbin.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglstereosplit.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgltestsrc.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgltransformation.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstgluploadelement.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglutils.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglvideoflip.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstglviewconvert.Plo + -rm -f ./$(DEPDIR)/libgstopengl_la-gstopengl.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectblur.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectbulge.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectfisheye.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectglow.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectidentity.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectlaplacian.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectlumatocurve.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectmirror.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectrgbtocurve.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectscurves.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsin.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsobel.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsquare.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectsqueeze.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectssources.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectstretch.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffecttunnel.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffecttwirl.Plo + -rm -f effects/$(DEPDIR)/libgstopengl_la-gstgleffectxray.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1550,20 +1693,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-base1.0-1.14.1/ext/libvisual/Makefile.in gst-plugins-base1.0-1.14.4/ext/libvisual/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/libvisual/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/libvisual/Makefile.in 2018-10-02 21:53:45.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,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)/libgstlibvisual_la-plugin.Plo \ + ./$(DEPDIR)/libgstlibvisual_la-visual.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -636,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) @@ -693,8 +695,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlibvisual_la-plugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlibvisual_la-visual.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlibvisual_la-plugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstlibvisual_la-visual.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$$||'`;\ @@ -792,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)'; \ @@ -865,7 +876,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstlibvisual_la-plugin.Plo + -rm -f ./$(DEPDIR)/libgstlibvisual_la-visual.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -911,7 +923,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstlibvisual_la-plugin.Plo + -rm -f ./$(DEPDIR)/libgstlibvisual_la-visual.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -932,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-base1.0-1.14.1/ext/Makefile.in gst-plugins-base1.0-1.14.4/ext/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/Makefile.in 2018-10-02 21:53:45.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, @@ -170,7 +170,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 @@ -640,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_srcdir)/common/parallel-subdirs.mak $(am__empty): @@ -759,7 +759,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-base1.0-1.14.1/ext/ogg/gstoggstream.c gst-plugins-base1.0-1.14.4/ext/ogg/gstoggstream.c --- gst-plugins-base1.0-1.14.1/ext/ogg/gstoggstream.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/ogg/gstoggstream.c 2018-09-08 17:38:29.000000000 +0000 @@ -424,6 +424,12 @@ pad->granulerate_n = GST_READ_UINT32_BE (data + 22); pad->granulerate_d = GST_READ_UINT32_BE (data + 26); + if (pad->granulerate_n == 0 || pad->granulerate_d == 0) { + GST_WARNING ("frame rate %d/%d", pad->granulerate_n, pad->granulerate_d); + pad->granulerate_n = 0; + pad->granulerate_d = 0; + return FALSE; + } par_n = GST_READ_UINT24_BE (data + 30); par_d = GST_READ_UINT24_BE (data + 33); @@ -434,6 +440,14 @@ /* 2 bits + 3 bits = 5 bits KFGSHIFT */ pad->granuleshift = ((GST_READ_UINT8 (data + 40) & 0x03) << 3) + (GST_READ_UINT8 (data + 41) >> 5); + if (pad->granuleshift >= 63) { + /* Granuleshift can't be greater than the storage size of a granule */ + GST_WARNING ("Invalid granuleshift (%u >= 63)", pad->granuleshift); + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; + return FALSE; + } GST_LOG ("granshift: %d", pad->granuleshift); pad->is_video = TRUE; @@ -443,11 +457,6 @@ pad->bitrate = GST_READ_UINT24_BE (data + 37); GST_LOG ("bit rate: %d", pad->bitrate); - if (pad->granulerate_n == 0 || pad->granulerate_d == 0) { - GST_WARNING ("frame rate %d/%d", pad->granulerate_n, pad->granulerate_d); - return FALSE; - } - /* The interpretation of the granule position has changed with 3.2.1. The granule is now made from the number of frames encoded, rather than the index of the frame being encoded - so there is a difference of 1. */ @@ -551,6 +560,11 @@ return FALSE; } + if (header.interlaced_coding != 0) { + GST_DEBUG ("non-progressive Dirac coding not implemented"); + return FALSE; + } + pad->is_video = TRUE; pad->always_flush_page = TRUE; pad->granulerate_n = header.frame_rate_numerator * 2; @@ -559,11 +573,6 @@ pad->n_header_packets = 1; pad->frame_size = 2; - if (header.interlaced_coding != 0) { - GST_DEBUG ("non-progressive Dirac coding not implemented"); - return FALSE; - } - pad->caps = gst_caps_new_simple ("video/x-dirac", "width", G_TYPE_INT, header.width, "height", G_TYPE_INT, header.height, @@ -856,8 +865,15 @@ data += 4; chans = GST_READ_UINT8 (data); data += 1; + pad->granulerate_n = GST_READ_UINT32_LE (data); pad->granulerate_d = 1; + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; + return FALSE; + } + pad->granuleshift = 0; pad->preroll = 2; pad->last_size = 0; @@ -883,9 +899,6 @@ pad->n_header_packets = 3; - if (pad->granulerate_n == 0) - return FALSE; - gst_parse_vorbis_header_packet (pad, packet); pad->caps = gst_caps_new_simple ("audio/x-vorbis", @@ -978,8 +991,15 @@ guint chans; data += 8 + 20 + 4 + 4; + pad->granulerate_n = GST_READ_UINT32_LE (data); pad->granulerate_d = 1; + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; + return FALSE; + } + pad->granuleshift = 0; data += 4 + 4 + 4; @@ -994,9 +1014,6 @@ pad->frame_size = GST_READ_UINT32_LE (packet->packet + 64) * GST_READ_UINT32_LE (packet->packet + 56); - if (pad->granulerate_n == 0) - return FALSE; - pad->caps = gst_caps_new_simple ("audio/x-speex", "rate", G_TYPE_INT, pad->granulerate_n, "channels", G_TYPE_INT, chans, NULL); @@ -1074,6 +1091,13 @@ pad->granulerate_n = (GST_READ_UINT32_BE (data + 27) & 0xFFFFF000) >> 12; pad->granulerate_d = 1; + + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; + return FALSE; + } + pad->granuleshift = 0; chans = ((GST_READ_UINT32_BE (data + 27) & 0x00000E00) >> 9) + 1; @@ -1081,9 +1105,6 @@ pad->n_header_packets = GST_READ_UINT16_BE (packet->packet + 7); - if (pad->granulerate_n == 0) - return FALSE; - pad->caps = gst_caps_new_simple ("audio/x-flac", "rate", G_TYPE_INT, pad->granulerate_n, "channels", G_TYPE_INT, chans, NULL); @@ -1320,8 +1341,6 @@ /* skip "fisbone\0" + headers offset + serialno + num headers */ data += 8 + 4 + 4 + 4; - pad->have_fisbone = TRUE; - /* We don't overwrite whatever was set before by the format-specific setup: skeleton contains wrong information sometimes, and the codec headers are authoritative. @@ -1335,8 +1354,18 @@ } if (pad->granuleshift == G_MAXUINT32) { pad->granuleshift = GST_READ_UINT8 (data + 28); + if (pad->granuleshift >= 63) { + /* Granuleshift can't be greater than the storage size of a granule */ + GST_WARNING ("Invalid granuleshift (%u >= 63)", pad->granuleshift); + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; + return FALSE; + } } + pad->have_fisbone = TRUE; + start_granule = GST_READ_UINT64_LE (data + 16); pad->preroll = GST_READ_UINT32_LE (data + 24); @@ -1608,6 +1637,13 @@ pad->granulerate_n = GST_READ_UINT64_LE (data + 25); pad->granulerate_d = 1; + GST_LOG ("sample rate: %d", pad->granulerate_n); + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; + return FALSE; + } + fourcc = GST_READ_UINT32_LE (data + 9); fstr = g_strdup_printf ("%" GST_FOURCC_FORMAT, GST_FOURCC_ARGS (fourcc)); GST_DEBUG ("fourcc: %s", fstr); @@ -1616,10 +1652,6 @@ pad->caps = gst_riff_create_audio_caps (fourcc, NULL, NULL, NULL, NULL, NULL, NULL); - GST_LOG ("sample rate: %d", pad->granulerate_n); - if (pad->granulerate_n == 0) - return FALSE; - if (pad->caps) { gst_caps_set_simple (pad->caps, "rate", G_TYPE_INT, pad->granulerate_n, NULL); @@ -1706,8 +1738,11 @@ pad->granulerate_n, pad->granulerate_d, (double) pad->granulerate_n / pad->granulerate_d); - if (pad->granulerate_d <= 0) + if (pad->granulerate_d <= 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; return FALSE; + } pad->caps = gst_caps_new_simple ("text/x-raw", "format", G_TYPE_STRING, "utf8", NULL); @@ -1752,14 +1787,14 @@ pad->granulerate_d = 1; GST_LOG ("sample rate: %d", pad->granulerate_n); - format = GST_READ_UINT32_LE (data + 12); - channels = GST_READ_UINT8 (data + 21); - - pad->n_header_packets = 2 + GST_READ_UINT32_LE (data + 24); - - if (pad->granulerate_n == 0) + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; return FALSE; + } + format = GST_READ_UINT32_LE (data + 12); + channels = GST_READ_UINT8 (data + 21); switch (format) { case OGGPCM_FMT_S8: caps = gst_caps_new_simple ("audio/x-raw", @@ -1816,9 +1851,13 @@ "format", G_TYPE_STRING, "F64BE", NULL); break; default: + pad->granulerate_n = 0; + pad->granulerate_d = 0; return FALSE; } + pad->n_header_packets = 2 + GST_READ_UINT32_LE (data + 24); + gst_caps_set_simple (caps, "layout", G_TYPE_STRING, "interleaved", "rate", G_TYPE_INT, pad->granulerate_n, @@ -1838,12 +1877,25 @@ pad->granulerate_n = GST_READ_UINT64_LE (data + 12); pad->granulerate_d = GST_READ_UINT64_LE (data + 20); pad->granuleshift = data[28]; - GST_LOG ("sample rate: %d", pad->granulerate_n); - pad->n_header_packets = 3; + if (pad->granuleshift >= 63) { + /* Granuleshift can't be greater than the storage size of a granule */ + GST_WARNING ("Invalid granuleshift (%u >= 63)", pad->granuleshift); + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; + return FALSE; + } + GST_LOG ("sample rate: %d", pad->granulerate_n); - if (pad->granulerate_n == 0) + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; return FALSE; + } + + pad->n_header_packets = 3; data += 4 + (4 + 4 + 4); GST_DEBUG ("blocksize0: %u", 1 << (data[0] >> 4)); @@ -1872,8 +1924,12 @@ pad->frame_size = GST_READ_UINT32_LE (packet->packet + 44); pad->n_header_packets = GST_READ_UINT32_LE (packet->packet + 56) + 2; - if (pad->granulerate_n == 0) + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; return FALSE; + } pad->caps = gst_caps_new_simple ("audio/x-celt", "rate", G_TYPE_INT, pad->granulerate_n, NULL); @@ -1895,14 +1951,26 @@ pad->granulerate_n = GST_READ_UINT32_LE (data + 24); pad->granulerate_d = GST_READ_UINT32_LE (data + 28); pad->granuleshift = GST_READ_UINT8 (data + 15); + if (pad->granuleshift >= 63) { + /* Granuleshift can't be greater than the storage size of a granule */ + GST_WARNING ("Invalid granuleshift (%u >= 63)", pad->granuleshift); + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; + return FALSE; + } GST_LOG ("sample rate: %d", pad->granulerate_n); + if (pad->granulerate_n == 0) { + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; + return FALSE; + } + pad->n_header_packets = GST_READ_UINT8 (data + 11); GST_LOG ("kate header packets: %d", pad->n_header_packets); - if (pad->granulerate_n == 0) - return FALSE; - category = (const char *) data + 48; if (strcmp (category, "subtitles") == 0 || strcmp (category, "SUB") == 0 || strcmp (category, "spu-subtitles") == 0 || @@ -2155,17 +2223,28 @@ h); pad->granuleshift = GST_READ_UINT8 (data + 37); + if (pad->granuleshift >= 63) { + /* Granuleshift can't be greater than the storage size of a granule */ + GST_WARNING ("Invalid granuleshift (%u >= 63)", pad->granuleshift); + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; + return FALSE; + } GST_LOG ("granshift: %d", pad->granuleshift); - pad->is_video = TRUE; - pad->n_header_packets = 3; - pad->frame_size = 1; - if (pad->granulerate_n == 0 || pad->granulerate_d == 0) { GST_WARNING ("frame rate %d/%d", pad->granulerate_n, pad->granulerate_d); + pad->granulerate_n = 0; + pad->granulerate_d = 0; + pad->granuleshift = -1; return FALSE; } + pad->is_video = TRUE; + pad->n_header_packets = 3; + pad->frame_size = 1; + pad->caps = gst_caps_new_empty_simple ("video/x-daala"); if (w > 0 && h > 0) { diff -Nru gst-plugins-base1.0-1.14.1/ext/ogg/Makefile.in gst-plugins-base1.0-1.14.4/ext/ogg/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/ogg/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/ogg/Makefile.in 2018-10-02 21:53:45.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,16 @@ 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)/libgstogg_la-dirac_parse.Plo \ + ./$(DEPDIR)/libgstogg_la-gstogg.Plo \ + ./$(DEPDIR)/libgstogg_la-gstoggaviparse.Plo \ + ./$(DEPDIR)/libgstogg_la-gstoggdemux.Plo \ + ./$(DEPDIR)/libgstogg_la-gstoggmux.Plo \ + ./$(DEPDIR)/libgstogg_la-gstoggparse.Plo \ + ./$(DEPDIR)/libgstogg_la-gstoggstream.Plo \ + ./$(DEPDIR)/libgstogg_la-gstogmparse.Plo \ + ./$(DEPDIR)/libgstogg_la-vorbis_parse.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -665,8 +674,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,15 +731,21 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-dirac_parse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstogg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggaviparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggmux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggstream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstogmparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-vorbis_parse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-dirac_parse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstogg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggaviparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggmux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstoggstream.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-gstogmparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstogg_la-vorbis_parse.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$$||'`;\ @@ -877,7 +892,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)'; \ @@ -950,7 +968,15 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstogg_la-dirac_parse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstogg.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggaviparse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggdemux.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggmux.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggparse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggstream.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstogmparse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-vorbis_parse.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -996,7 +1022,15 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstogg_la-dirac_parse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstogg.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggaviparse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggdemux.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggmux.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggparse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstoggstream.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-gstogmparse.Plo + -rm -f ./$(DEPDIR)/libgstogg_la-vorbis_parse.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1017,20 +1051,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-base1.0-1.14.1/ext/opus/gstopusenc.c gst-plugins-base1.0-1.14.4/ext/opus/gstopusenc.c --- gst-plugins-base1.0-1.14.1/ext/opus/gstopusenc.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/opus/gstopusenc.c 2018-09-14 18:17:55.000000000 +0000 @@ -877,12 +877,12 @@ * treated as a set of individual mono channels */ s = gst_structure_copy (s2); gst_structure_set (s, "channels", G_TYPE_INT, i, "channel-mask", - GST_TYPE_BITMASK, 0x0, NULL); + GST_TYPE_BITMASK, G_GUINT64_CONSTANT(0), NULL); gst_caps_append_structure (caps, s); s = gst_structure_copy (s1); gst_structure_set (s, "channels", G_TYPE_INT, i, "channel-mask", - GST_TYPE_BITMASK, 0x0, NULL); + GST_TYPE_BITMASK, G_GUINT64_CONSTANT(0), NULL); gst_caps_append_structure (caps, s); } diff -Nru gst-plugins-base1.0-1.14.1/ext/opus/Makefile.in gst-plugins-base1.0-1.14.4/ext/opus/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/opus/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/opus/Makefile.in 2018-10-02 21:53:45.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)/libgstopus_la-gstopus.Plo \ + ./$(DEPDIR)/libgstopus_la-gstopuscommon.Plo \ + ./$(DEPDIR)/libgstopus_la-gstopusdec.Plo \ + ./$(DEPDIR)/libgstopus_la-gstopusenc.Plo \ + ./$(DEPDIR)/libgstopus_la-gstopusheader.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -642,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) @@ -699,11 +704,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopus.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopuscommon.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopusdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopusenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopusheader.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopus.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopuscommon.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopusdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopusenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstopus_la-gstopusheader.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$$||'`;\ @@ -822,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)'; \ @@ -895,7 +909,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstopus_la-gstopus.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopuscommon.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopusdec.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopusenc.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopusheader.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -941,7 +959,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstopus_la-gstopus.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopuscommon.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopusdec.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopusenc.Plo + -rm -f ./$(DEPDIR)/libgstopus_la-gstopusheader.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -962,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-base1.0-1.14.1/ext/pango/Makefile.in gst-plugins-base1.0-1.14.4/ext/pango/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/pango/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/pango/Makefile.in 2018-10-02 21:53:45.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, @@ -195,7 +195,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)/libgstpango_la-gstbasetextoverlay.Plo \ + ./$(DEPDIR)/libgstpango_la-gstclockoverlay.Plo \ + ./$(DEPDIR)/libgstpango_la-gsttextoverlay.Plo \ + ./$(DEPDIR)/libgstpango_la-gsttextrender.Plo \ + ./$(DEPDIR)/libgstpango_la-gsttimeoverlay.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -655,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) @@ -712,11 +718,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gstbasetextoverlay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gstclockoverlay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gsttextoverlay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gsttextrender.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gsttimeoverlay.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gstbasetextoverlay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gstclockoverlay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gsttextoverlay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gsttextrender.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpango_la-gsttimeoverlay.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$$||'`;\ @@ -835,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)'; \ @@ -908,7 +923,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpango_la-gstbasetextoverlay.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gstclockoverlay.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gsttextoverlay.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gsttextrender.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gsttimeoverlay.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -954,7 +973,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpango_la-gstbasetextoverlay.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gstclockoverlay.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gsttextoverlay.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gsttextrender.Plo + -rm -f ./$(DEPDIR)/libgstpango_la-gsttimeoverlay.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -975,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-base1.0-1.14.1/ext/theora/Makefile.in gst-plugins-base1.0-1.14.4/ext/theora/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/theora/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/theora/Makefile.in 2018-10-02 21:53:45.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, @@ -195,7 +195,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)/libgsttheora_la-gsttheora.Plo \ + ./$(DEPDIR)/libgsttheora_la-gsttheoradec.Plo \ + ./$(DEPDIR)/libgsttheora_la-gsttheoraenc.Plo \ + ./$(DEPDIR)/libgsttheora_la-gsttheoraparse.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)/libgsttheora_la-gsttheora.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttheora_la-gsttheoradec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttheora_la-gsttheoraenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttheora_la-gsttheoraparse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttheora_la-gsttheora.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttheora_la-gsttheoradec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttheora_la-gsttheoraenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttheora_la-gsttheoraparse.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)/libgsttheora_la-gsttheora.Plo + -rm -f ./$(DEPDIR)/libgsttheora_la-gsttheoradec.Plo + -rm -f ./$(DEPDIR)/libgsttheora_la-gsttheoraenc.Plo + -rm -f ./$(DEPDIR)/libgsttheora_la-gsttheoraparse.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)/libgsttheora_la-gsttheora.Plo + -rm -f ./$(DEPDIR)/libgsttheora_la-gsttheoradec.Plo + -rm -f ./$(DEPDIR)/libgsttheora_la-gsttheoraenc.Plo + -rm -f ./$(DEPDIR)/libgsttheora_la-gsttheoraparse.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-base1.0-1.14.1/ext/vorbis/gstvorbisdec.c gst-plugins-base1.0-1.14.4/ext/vorbis/gstvorbisdec.c --- gst-plugins-base1.0-1.14.1/ext/vorbis/gstvorbisdec.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/vorbis/gstvorbisdec.c 2018-09-30 20:18:13.000000000 +0000 @@ -399,6 +399,14 @@ GstBuffer *buf = NULL; gint i = 0; + if (vd->pending_headers) { + GST_DEBUG_OBJECT (vd, + "got new headers from caps, discarding old pending headers"); + + g_list_free_full (vd->pending_headers, (GDestroyNotify) gst_buffer_unref); + vd->pending_headers = NULL; + } + while (result == GST_FLOW_OK && i < gst_value_array_get_size (array)) { value = gst_value_array_get_value (array, i); buf = gst_value_get_buffer (value); @@ -672,21 +680,42 @@ /* switch depending on packet type */ if ((gst_ogg_packet_data (packet))[0] & 1) { - /* If we get a new initialization packet after being initialized, - * store it. - * When the next non-header buffer comes in, we will check whether - * those pending headers are correct and if so reset ourselves */ - if (vd->initialized) { - GST_LOG_OBJECT (vd, "storing header for later analyzis"); + gboolean have_all_headers; + + GST_LOG_OBJECT (vd, "storing header for later analyzis"); + + /* An identification packet starts a new set of headers */ + if (vd->pending_headers && (gst_ogg_packet_data (packet))[0] == 0x01) { + GST_DEBUG_OBJECT (vd, + "got new identification header packet, discarding old pending headers"); + + g_list_free_full (vd->pending_headers, (GDestroyNotify) gst_buffer_unref); + vd->pending_headers = NULL; + } + + /* if we have more than 3 headers with the new one and the new one is the + * type header, we can initialize the decoder now */ + have_all_headers = g_list_length (vd->pending_headers) >= 2 + && (gst_ogg_packet_data (packet))[0] == 0x05; + + if (!vd->pending_headers && (gst_ogg_packet_data (packet))[0] != 0x01) { + if (vd->initialized) { + GST_DEBUG_OBJECT (vd, + "Got another non-identification header after initialization, ignoring"); + } else { + GST_WARNING_OBJECT (vd, + "First header was not a identification header, dropping"); + } + result = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (vd), NULL, 1); + } else { vd->pending_headers = g_list_append (vd->pending_headers, gst_buffer_ref (buffer)); - goto done; + result = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (vd), NULL, 1); + } + + if (result == GST_FLOW_OK && have_all_headers) { + result = check_pending_headers (vd); } - result = vorbis_handle_header_packet (vd, packet); - if (result != GST_FLOW_OK) - goto done; - /* consumer header packet/frame */ - result = gst_audio_decoder_finish_frame (GST_AUDIO_DECODER (vd), NULL, 1); } else { GstClockTime timestamp, duration; diff -Nru gst-plugins-base1.0-1.14.1/ext/vorbis/Makefile.in gst-plugins-base1.0-1.14.4/ext/vorbis/Makefile.in --- gst-plugins-base1.0-1.14.1/ext/vorbis/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ext/vorbis/Makefile.in 2018-10-02 21:53:45.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, @@ -220,7 +220,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)/libgstivorbisdec_la-gstivorbisdec.Plo \ + ./$(DEPDIR)/libgstivorbisdec_la-gstvorbiscommon.Plo \ + ./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdec.Plo \ + ./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdeclib.Plo \ + ./$(DEPDIR)/libgstvorbis_la-gstvorbis.Plo \ + ./$(DEPDIR)/libgstvorbis_la-gstvorbiscommon.Plo \ + ./$(DEPDIR)/libgstvorbis_la-gstvorbisdec.Plo \ + ./$(DEPDIR)/libgstvorbis_la-gstvorbisdeclib.Plo \ + ./$(DEPDIR)/libgstvorbis_la-gstvorbisenc.Plo \ + ./$(DEPDIR)/libgstvorbis_la-gstvorbisparse.Plo \ + ./$(DEPDIR)/libgstvorbis_la-gstvorbistag.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -691,8 +703,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) @@ -751,17 +763,23 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstivorbisdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstvorbiscommon.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdeclib.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbis.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbiscommon.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisdec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisdeclib.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisenc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbistag.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstivorbisdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstvorbiscommon.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdeclib.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbis.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbiscommon.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisdec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisdeclib.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisenc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbisparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvorbis_la-gstvorbistag.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$$||'`;\ @@ -922,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)'; \ @@ -995,7 +1016,17 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstivorbisdec.Plo + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstvorbiscommon.Plo + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdec.Plo + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdeclib.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbis.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbiscommon.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisdec.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisdeclib.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisenc.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisparse.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbistag.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1041,7 +1072,17 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstivorbisdec.Plo + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstvorbiscommon.Plo + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdec.Plo + -rm -f ./$(DEPDIR)/libgstivorbisdec_la-gstvorbisdeclib.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbis.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbiscommon.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisdec.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisdeclib.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisenc.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbisparse.Plo + -rm -f ./$(DEPDIR)/libgstvorbis_la-gstvorbistag.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1062,20 +1103,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-base1.0-1.14.1/gst/adder/Makefile.in gst-plugins-base1.0-1.14.4/gst/adder/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/adder/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/adder/Makefile.in 2018-10-02 21:53:47.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,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)/libgstadder_la-gstadder.Plo \ + ./$(DEPDIR)/libgstadder_la-tmp-orc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -669,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_srcdir)/common/orc.mak $(am__empty): @@ -727,8 +729,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstadder_la-gstadder.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstadder_la-tmp-orc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstadder_la-gstadder.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstadder_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$$||'`;\ @@ -826,7 +834,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 +916,8 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstadder_la-gstadder.Plo + -rm -f ./$(DEPDIR)/libgstadder_la-tmp-orc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -951,7 +963,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstadder_la-gstadder.Plo + -rm -f ./$(DEPDIR)/libgstadder_la-tmp-orc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -972,20 +985,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-base1.0-1.14.1/gst/app/Makefile.in gst-plugins-base1.0-1.14.4/gst/app/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/app/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/app/Makefile.in 2018-10-02 21:53:47.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, @@ -187,7 +187,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)/libgstapp_la-gstapp.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -622,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_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -679,7 +680,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_la-gstapp.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_la-gstapp.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$$||'`;\ @@ -770,7 +777,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)'; \ @@ -843,7 +853,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstapp_la-gstapp.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -889,7 +899,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstapp_la-gstapp.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -910,20 +920,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-base1.0-1.14.1/gst/audioconvert/Makefile.in gst-plugins-base1.0-1.14.4/gst/audioconvert/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/audioconvert/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/audioconvert/Makefile.in 2018-10-02 21:53:47.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,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)/libgstaudioconvert_la-gstaudioconvert.Plo \ + ./$(DEPDIR)/libgstaudioconvert_la-plugin.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)/libgstaudioconvert_la-gstaudioconvert.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioconvert_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioconvert_la-gstaudioconvert.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioconvert_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$$||'`;\ @@ -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)/libgstaudioconvert_la-gstaudioconvert.Plo + -rm -f ./$(DEPDIR)/libgstaudioconvert_la-plugin.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)/libgstaudioconvert_la-gstaudioconvert.Plo + -rm -f ./$(DEPDIR)/libgstaudioconvert_la-plugin.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-base1.0-1.14.1/gst/audiomixer/Makefile.in gst-plugins-base1.0-1.14.4/gst/audiomixer/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/audiomixer/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/audiomixer/Makefile.in 2018-10-02 21:53:48.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, @@ -217,7 +217,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)/libgstaudiomixer_la-gstaudiointerleave.Plo \ + ./$(DEPDIR)/libgstaudiomixer_la-gstaudiomixer.Plo \ + ./$(DEPDIR)/libgstaudiomixer_la-tmp-orc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -674,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_srcdir)/common/orc.mak $(am__empty): @@ -732,9 +736,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiomixer_la-gstaudiointerleave.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiomixer_la-gstaudiomixer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiomixer_la-tmp-orc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiomixer_la-gstaudiointerleave.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiomixer_la-gstaudiomixer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiomixer_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 +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)'; \ @@ -918,7 +931,9 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiomixer_la-gstaudiointerleave.Plo + -rm -f ./$(DEPDIR)/libgstaudiomixer_la-gstaudiomixer.Plo + -rm -f ./$(DEPDIR)/libgstaudiomixer_la-tmp-orc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -964,7 +979,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiomixer_la-gstaudiointerleave.Plo + -rm -f ./$(DEPDIR)/libgstaudiomixer_la-gstaudiomixer.Plo + -rm -f ./$(DEPDIR)/libgstaudiomixer_la-tmp-orc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -985,20 +1002,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-base1.0-1.14.1/gst/audiorate/Makefile.in gst-plugins-base1.0-1.14.4/gst/audiorate/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/audiorate/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/audiorate/Makefile.in 2018-10-02 21:53:48.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)/libgstaudiorate_la-gstaudiorate.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -629,8 +630,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) @@ -686,7 +687,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiorate_la-gstaudiorate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiorate_la-gstaudiorate.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$$||'`;\ @@ -777,7 +784,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)'; \ @@ -850,7 +860,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiorate_la-gstaudiorate.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -896,7 +906,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiorate_la-gstaudiorate.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -917,20 +927,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-base1.0-1.14.1/gst/audioresample/Makefile.in gst-plugins-base1.0-1.14.4/gst/audioresample/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/audioresample/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/audioresample/Makefile.in 2018-10-02 21:53:48.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,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)/libgstaudioresample_la-gstaudioresample.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -646,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) @@ -703,7 +705,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioresample_la-gstaudioresample.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudioresample_la-gstaudioresample.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,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudioresample_la-gstaudioresample.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -913,7 +924,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudioresample_la-gstaudioresample.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -934,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-base1.0-1.14.1/gst/audiotestsrc/Makefile.in gst-plugins-base1.0-1.14.4/gst/audiotestsrc/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/audiotestsrc/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/audiotestsrc/Makefile.in 2018-10-02 21:53:48.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)/libgstaudiotestsrc_la-gstaudiotestsrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -632,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) @@ -689,7 +691,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiotestsrc_la-gstaudiotestsrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudiotestsrc_la-gstaudiotestsrc.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$$||'`;\ @@ -780,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)'; \ @@ -853,7 +864,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiotestsrc_la-gstaudiotestsrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -899,7 +910,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstaudiotestsrc_la-gstaudiotestsrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -920,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-base1.0-1.14.1/gst/encoding/Makefile.in gst-plugins-base1.0-1.14.4/gst/encoding/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/encoding/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/encoding/Makefile.in 2018-10-02 21:53:48.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, @@ -203,7 +203,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)/libgstencoding_la-gstencodebin.Plo \ + ./$(DEPDIR)/libgstencoding_la-gstsmartencoder.Plo \ + ./$(DEPDIR)/libgstencoding_la-gststreamcombiner.Plo \ + ./$(DEPDIR)/libgstencoding_la-gststreamsplitter.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -656,8 +660,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): @@ -714,10 +718,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gstencodebin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gstsmartencoder.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gststreamcombiner.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gststreamsplitter.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gstencodebin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gstsmartencoder.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gststreamcombiner.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstencoding_la-gststreamsplitter.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 +839,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 +915,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstencoding_la-gstencodebin.Plo + -rm -f ./$(DEPDIR)/libgstencoding_la-gstsmartencoder.Plo + -rm -f ./$(DEPDIR)/libgstencoding_la-gststreamcombiner.Plo + -rm -f ./$(DEPDIR)/libgstencoding_la-gststreamsplitter.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -948,7 +964,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstencoding_la-gstencodebin.Plo + -rm -f ./$(DEPDIR)/libgstencoding_la-gstsmartencoder.Plo + -rm -f ./$(DEPDIR)/libgstencoding_la-gststreamcombiner.Plo + -rm -f ./$(DEPDIR)/libgstencoding_la-gststreamsplitter.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -969,20 +988,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-base1.0-1.14.1/gst/gio/Makefile.in gst-plugins-base1.0-1.14.4/gst/gio/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/gio/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/gio/Makefile.in 2018-10-02 21:53:48.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, @@ -195,7 +195,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)/libgstgio_la-gstgio.Plo \ + ./$(DEPDIR)/libgstgio_la-gstgiobasesink.Plo \ + ./$(DEPDIR)/libgstgio_la-gstgiobasesrc.Plo \ + ./$(DEPDIR)/libgstgio_la-gstgiosink.Plo \ + ./$(DEPDIR)/libgstgio_la-gstgiosrc.Plo \ + ./$(DEPDIR)/libgstgio_la-gstgiostreamsink.Plo \ + ./$(DEPDIR)/libgstgio_la-gstgiostreamsrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -652,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) @@ -709,13 +716,19 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiobasesink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiobasesrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiosink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiosrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiostreamsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiostreamsrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgio.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiobasesink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiobasesrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiosink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiosrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiostreamsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgio_la-gstgiostreamsrc.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$$||'`;\ @@ -848,7 +861,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)'; \ @@ -921,7 +937,13 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgio_la-gstgio.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiobasesink.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiobasesrc.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiosink.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiosrc.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiostreamsink.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiostreamsrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -967,7 +989,13 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgio_la-gstgio.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiobasesink.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiobasesrc.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiosink.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiosrc.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiostreamsink.Plo + -rm -f ./$(DEPDIR)/libgstgio_la-gstgiostreamsrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -988,20 +1016,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-base1.0-1.14.1/gst/Makefile.in gst-plugins-base1.0-1.14.4/gst/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/Makefile.in 2018-10-02 21:53:47.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, @@ -170,7 +170,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 @@ -601,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_srcdir)/common/parallel-subdirs.mak $(am__empty): @@ -720,7 +720,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-base1.0-1.14.1/gst/pbtypes/Makefile.in gst-plugins-base1.0-1.14.4/gst/pbtypes/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/pbtypes/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/pbtypes/Makefile.in 2018-10-02 21:53:48.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, @@ -188,7 +188,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)/libgstpbtypes_la-gstpbtypes.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -629,8 +630,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) @@ -686,7 +687,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbtypes_la-gstpbtypes.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbtypes_la-gstpbtypes.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$$||'`;\ @@ -777,7 +784,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)'; \ @@ -850,7 +860,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpbtypes_la-gstpbtypes.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -896,7 +906,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpbtypes_la-gstpbtypes.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -917,20 +927,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-base1.0-1.14.1/gst/playback/gstparsebin.c gst-plugins-base1.0-1.14.4/gst/playback/gstparsebin.c --- gst-plugins-base1.0-1.14.1/gst/playback/gstparsebin.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/playback/gstparsebin.c 2018-07-18 13:31:33.000000000 +0000 @@ -106,6 +106,7 @@ #include "gstplay-enum.h" #include "gstplayback.h" #include "gstplaybackutils.h" +#include "gstrawcaps.h" /* generic templates */ static GstStaticPadTemplate parse_bin_sink_template = @@ -1106,9 +1107,18 @@ gst_parse_bin_autoplug_continue (GstElement * element, GstPad * pad, GstCaps * caps) { + static GstStaticCaps raw_caps = GST_STATIC_CAPS (DEFAULT_RAW_CAPS); + + GST_DEBUG_OBJECT (element, "caps %" GST_PTR_FORMAT, caps); + + /* If it matches our target caps, expose it */ + if (gst_caps_can_intersect (caps, gst_static_caps_get (&raw_caps))) { + GST_DEBUG_OBJECT (element, "autoplug-continue returns FALSE"); + return FALSE; + } + GST_DEBUG_OBJECT (element, "autoplug-continue returns TRUE"); - /* by default we always continue */ return TRUE; } diff -Nru gst-plugins-base1.0-1.14.1/gst/playback/gstplaysink.c gst-plugins-base1.0-1.14.4/gst/playback/gstplaysink.c --- gst-plugins-base1.0-1.14.1/gst/playback/gstplaysink.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/playback/gstplaysink.c 2018-08-17 10:47:10.000000000 +0000 @@ -3550,7 +3550,6 @@ goto no_chain; if (!playsink->audio_sinkpad_stream_synchronizer) { - GstPad *audio_queue_srcpad; GValue item = { 0, }; GstIterator *it; @@ -3565,8 +3564,19 @@ g_value_unset (&item); g_assert (playsink->audio_srcpad_stream_synchronizer); gst_iterator_free (it); + } + + if (need_vis) { + GstPad *audio_queue_srcpad; + + if (gst_pad_is_linked (playsink->audio_sinkpad_stream_synchronizer)) { + GstPad *peer_pad = + gst_pad_get_peer (playsink->audio_sinkpad_stream_synchronizer); + gst_pad_unlink (peer_pad, playsink->audio_sinkpad_stream_synchronizer); + gst_object_unref (peer_pad); + } - if (need_vis) { + if (!playsink->audio_ssync_queue) { GST_DEBUG_OBJECT (playsink, "adding audio stream synchronizer queue"); playsink->audio_ssync_queue = gst_element_factory_make ("queue", "audiossyncqueue"); @@ -3582,14 +3592,15 @@ gst_bin_add (GST_BIN_CAST (playsink), playsink->audio_ssync_queue); playsink->audio_ssync_queue_sinkpad = gst_element_get_static_pad (playsink->audio_ssync_queue, "sink"); - audio_queue_srcpad = - gst_element_get_static_pad (playsink->audio_ssync_queue, "src"); - gst_element_sync_state_with_parent (playsink->audio_ssync_queue); - gst_pad_link_full (audio_queue_srcpad, - playsink->audio_sinkpad_stream_synchronizer, - GST_PAD_LINK_CHECK_NOTHING); - gst_object_unref (audio_queue_srcpad); } + + audio_queue_srcpad = + gst_element_get_static_pad (playsink->audio_ssync_queue, "src"); + gst_pad_link_full (audio_queue_srcpad, + playsink->audio_sinkpad_stream_synchronizer, + GST_PAD_LINK_CHECK_NOTHING); + gst_object_unref (audio_queue_srcpad); + gst_element_sync_state_with_parent (playsink->audio_ssync_queue); } if (playsink->audiochain) { @@ -3667,7 +3678,26 @@ if (playsink->vischain) { GST_DEBUG_OBJECT (playsink, "setting up vis chain"); - /* Just change vis plugin or set up chain? */ + /* Lazily add and activate chain */ + if (!playsink->vischain->chain.added) { + srcpad = + gst_element_get_static_pad (playsink->vischain->chain.bin, "src"); + add_chain (GST_PLAY_CHAIN (playsink->vischain), TRUE); + activate_chain (GST_PLAY_CHAIN (playsink->vischain), TRUE); + if (playsink->audio_tee_vissrc == NULL) { + playsink->audio_tee_vissrc = + gst_element_get_request_pad (playsink->audio_tee, "src_%u"); + } + gst_pad_link_full (playsink->audio_tee_vissrc, + playsink->vischain->sinkpad, GST_PAD_LINK_CHECK_NOTHING); + gst_pad_link_full (srcpad, playsink->video_sinkpad_stream_synchronizer, + GST_PAD_LINK_CHECK_NOTHING); + gst_pad_link_full (playsink->video_srcpad_stream_synchronizer, + playsink->videochain->sinkpad, GST_PAD_LINK_CHECK_NOTHING); + gst_object_unref (srcpad); + } + + /* Is a reconfiguration required? */ if (playsink->vischain->vis != playsink->visualisation) { /* unlink the old plugin and unghost the pad */ gst_pad_unlink (playsink->vischain->vispeerpad, @@ -3697,22 +3727,6 @@ playsink->vischain->vissinkpad, GST_PAD_LINK_CHECK_NOTHING); gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (playsink->vischain-> srcpad), playsink->vischain->vissrcpad); - } else { - srcpad = - gst_element_get_static_pad (playsink->vischain->chain.bin, "src"); - add_chain (GST_PLAY_CHAIN (playsink->vischain), TRUE); - activate_chain (GST_PLAY_CHAIN (playsink->vischain), TRUE); - if (playsink->audio_tee_vissrc == NULL) { - playsink->audio_tee_vissrc = - gst_element_get_request_pad (playsink->audio_tee, "src_%u"); - } - gst_pad_link_full (playsink->audio_tee_vissrc, - playsink->vischain->sinkpad, GST_PAD_LINK_CHECK_NOTHING); - gst_pad_link_full (srcpad, playsink->video_sinkpad_stream_synchronizer, - GST_PAD_LINK_CHECK_NOTHING); - gst_pad_link_full (playsink->video_srcpad_stream_synchronizer, - playsink->videochain->sinkpad, GST_PAD_LINK_CHECK_NOTHING); - gst_object_unref (srcpad); } } } else { diff -Nru gst-plugins-base1.0-1.14.1/gst/playback/Makefile.in gst-plugins-base1.0-1.14.4/gst/playback/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/playback/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/playback/Makefile.in 2018-10-02 21:53:48.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, @@ -210,7 +210,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)/libgstplayback_la-gstdecodebin2.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstdecodebin3.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstparsebin.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplay-enum.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplayback.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplaybackutils.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplaybin2.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplaybin3.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplaysink.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplaysinkaudioconvert.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplaysinkconvertbin.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstplaysinkvideoconvert.Plo \ + ./$(DEPDIR)/libgstplayback_la-gststreamsynchronizer.Plo \ + ./$(DEPDIR)/libgstplayback_la-gstsubtitleoverlay.Plo \ + ./$(DEPDIR)/libgstplayback_la-gsturidecodebin.Plo \ + ./$(DEPDIR)/libgstplayback_la-gsturidecodebin3.Plo \ + ./$(DEPDIR)/libgstplayback_la-gsturisourcebin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -691,8 +708,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) @@ -748,23 +765,29 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstdecodebin2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstdecodebin3.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstparsebin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplay-enum.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplayback.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaybackutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaybin2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaybin3.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysinkaudioconvert.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysinkconvertbin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysinkvideoconvert.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gststreamsynchronizer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstsubtitleoverlay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gsturidecodebin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gsturidecodebin3.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gsturisourcebin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstdecodebin2.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstdecodebin3.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstparsebin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplay-enum.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplayback.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaybackutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaybin2.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaybin3.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysinkaudioconvert.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysinkconvertbin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstplaysinkvideoconvert.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gststreamsynchronizer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gstsubtitleoverlay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gsturidecodebin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gsturidecodebin3.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstplayback_la-gsturisourcebin.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$$||'`;\ @@ -967,7 +990,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 +1070,23 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstplayback_la-gstdecodebin2.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstdecodebin3.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstparsebin.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplay-enum.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplayback.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaybackutils.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaybin2.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaybin3.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysink.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysinkaudioconvert.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysinkconvertbin.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysinkvideoconvert.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gststreamsynchronizer.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstsubtitleoverlay.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gsturidecodebin.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gsturidecodebin3.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gsturisourcebin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1090,7 +1132,23 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstplayback_la-gstdecodebin2.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstdecodebin3.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstparsebin.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplay-enum.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplayback.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaybackutils.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaybin2.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaybin3.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysink.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysinkaudioconvert.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysinkconvertbin.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstplaysinkvideoconvert.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gststreamsynchronizer.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gstsubtitleoverlay.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gsturidecodebin.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gsturidecodebin3.Plo + -rm -f ./$(DEPDIR)/libgstplayback_la-gsturisourcebin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1111,20 +1169,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-base1.0-1.14.1/gst/rawparse/gstrawvideoparse.c gst-plugins-base1.0-1.14.4/gst/rawparse/gstrawvideoparse.c --- gst-plugins-base1.0-1.14.1/gst/rawparse/gstrawvideoparse.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/rawparse/gstrawvideoparse.c 2018-07-18 13:12:53.000000000 +0000 @@ -298,7 +298,7 @@ PROP_PLANE_OFFSETS, gst_param_spec_array ("plane-offsets", "Plane offsets", - "Offsets of the planes in bytes (e.g. plane-offset=\"<0,76800>\")", + "Offsets of the planes in bytes (e.g. plane-offsets=\"<0,76800>\")", g_param_spec_int ("plane-offset", "Plane offset", "Offset of the n-th plane in bytes", diff -Nru gst-plugins-base1.0-1.14.1/gst/rawparse/Makefile.in gst-plugins-base1.0-1.14.4/gst/rawparse/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/rawparse/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/rawparse/Makefile.in 2018-10-02 21:53:48.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,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)/libgstrawparse_la-gstrawaudioparse.Plo \ + ./$(DEPDIR)/libgstrawparse_la-gstrawbaseparse.Plo \ + ./$(DEPDIR)/libgstrawparse_la-gstrawvideoparse.Plo \ + ./$(DEPDIR)/libgstrawparse_la-gstunalignedaudioparse.Plo \ + ./$(DEPDIR)/libgstrawparse_la-gstunalignedvideoparse.Plo \ + ./$(DEPDIR)/libgstrawparse_la-plugin.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -658,8 +665,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,12 +722,18 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstrawaudioparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstrawbaseparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstrawvideoparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstunalignedaudioparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstunalignedvideoparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-plugin.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstrawaudioparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstrawbaseparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstrawvideoparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstunalignedaudioparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_la-gstunalignedvideoparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrawparse_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$$||'`;\ @@ -846,7 +859,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)'; \ @@ -919,7 +935,12 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstrawaudioparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstrawbaseparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstrawvideoparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstunalignedaudioparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstunalignedvideoparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-plugin.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -965,7 +986,12 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstrawaudioparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstrawbaseparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstrawvideoparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstunalignedaudioparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-gstunalignedvideoparse.Plo + -rm -f ./$(DEPDIR)/libgstrawparse_la-plugin.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -986,20 +1012,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-base1.0-1.14.1/gst/subparse/gstsubparse.c gst-plugins-base1.0-1.14.4/gst/subparse/gstsubparse.c --- gst-plugins-base1.0-1.14.1/gst/subparse/gstsubparse.c 2018-05-13 22:34:44.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/subparse/gstsubparse.c 2018-07-18 13:24:41.000000000 +0000 @@ -816,7 +816,9 @@ if (*next_tag == '<' && *(next_tag + 1) == '/') { end_tag = strchr (cur, '>'); if (end_tag) { - const gchar *last = g_ptr_array_index (open_tags, num_open_tags - 1); + const gchar *last = NULL; + if (num_open_tags > 0) + last = g_ptr_array_index (open_tags, num_open_tags - 1); if (num_open_tags == 0 || g_ascii_strncasecmp (end_tag - 1, last, strlen (last))) { GST_LOG ("broken input, closing tag '%s' is not open", end_tag - 1); diff -Nru gst-plugins-base1.0-1.14.1/gst/subparse/Makefile.in gst-plugins-base1.0-1.14.4/gst/subparse/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/subparse/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/subparse/Makefile.in 2018-10-02 21:53:48.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, @@ -195,7 +195,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)/libgstsubparse_la-gstssaparse.Plo \ + ./$(DEPDIR)/libgstsubparse_la-gstsubparse.Plo \ + ./$(DEPDIR)/libgstsubparse_la-mpl2parse.Plo \ + ./$(DEPDIR)/libgstsubparse_la-qttextparse.Plo \ + ./$(DEPDIR)/libgstsubparse_la-samiparse.Plo \ + ./$(DEPDIR)/libgstsubparse_la-tmplayerparse.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -652,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) @@ -709,12 +715,18 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-gstssaparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-gstsubparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-mpl2parse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-qttextparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-samiparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-tmplayerparse.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-gstssaparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-gstsubparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-mpl2parse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-qttextparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-samiparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsubparse_la-tmplayerparse.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$$||'`;\ @@ -840,7 +852,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)'; \ @@ -913,7 +928,12 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsubparse_la-gstssaparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-gstsubparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-mpl2parse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-qttextparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-samiparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-tmplayerparse.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -959,7 +979,12 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsubparse_la-gstssaparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-gstsubparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-mpl2parse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-qttextparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-samiparse.Plo + -rm -f ./$(DEPDIR)/libgstsubparse_la-tmplayerparse.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -980,20 +1005,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-base1.0-1.14.1/gst/tcp/Makefile.in gst-plugins-base1.0-1.14.4/gst/tcp/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/tcp/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/tcp/Makefile.in 2018-10-02 21:53:48.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,16 @@ 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)/libgsttcp_la-gstmultifdsink.Plo \ + ./$(DEPDIR)/libgsttcp_la-gstmultihandlesink.Plo \ + ./$(DEPDIR)/libgsttcp_la-gstmultisocketsink.Plo \ + ./$(DEPDIR)/libgsttcp_la-gstsocketsrc.Plo \ + ./$(DEPDIR)/libgsttcp_la-gsttcpclientsink.Plo \ + ./$(DEPDIR)/libgsttcp_la-gsttcpclientsrc.Plo \ + ./$(DEPDIR)/libgsttcp_la-gsttcpplugin.Plo \ + ./$(DEPDIR)/libgsttcp_la-gsttcpserversink.Plo \ + ./$(DEPDIR)/libgsttcp_la-gsttcpserversrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -659,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) @@ -716,15 +725,21 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstmultifdsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstmultihandlesink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstmultisocketsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstsocketsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpclientsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpclientsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpplugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpserversink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpserversrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstmultifdsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstmultihandlesink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstmultisocketsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gstsocketsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpclientsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpclientsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpplugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpserversink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttcp_la-gsttcpserversrc.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$$||'`;\ @@ -871,7 +886,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)'; \ @@ -945,7 +963,15 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttcp_la-gstmultifdsink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gstmultihandlesink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gstmultisocketsink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gstsocketsrc.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpclientsink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpclientsrc.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpplugin.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpserversink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpserversrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -991,7 +1017,15 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttcp_la-gstmultifdsink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gstmultihandlesink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gstmultisocketsink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gstsocketsrc.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpclientsink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpclientsrc.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpplugin.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpserversink.Plo + -rm -f ./$(DEPDIR)/libgsttcp_la-gsttcpserversrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1012,20 +1046,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-base1.0-1.14.1/gst/typefind/Makefile.in gst-plugins-base1.0-1.14.4/gst/typefind/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/typefind/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/typefind/Makefile.in 2018-10-02 21:53:49.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,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)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -632,8 +633,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) @@ -689,7 +690,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.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$$||'`;\ @@ -780,7 +787,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)'; \ @@ -853,7 +863,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -899,7 +909,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttypefindfunctions_la-gsttypefindfunctions.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -920,20 +930,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-base1.0-1.14.1/gst/videoconvert/Makefile.in gst-plugins-base1.0-1.14.4/gst/videoconvert/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/videoconvert/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/videoconvert/Makefile.in 2018-10-02 21:53:49.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,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)/libgstvideoconvert_la-gstvideoconvert.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -641,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) @@ -698,7 +700,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoconvert_la-gstvideoconvert.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoconvert_la-gstvideoconvert.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$$||'`;\ @@ -789,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)'; \ @@ -862,7 +873,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideoconvert_la-gstvideoconvert.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -908,7 +919,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideoconvert_la-gstvideoconvert.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -929,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-base1.0-1.14.1/gst/videorate/Makefile.in gst-plugins-base1.0-1.14.4/gst/videorate/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/videorate/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/videorate/Makefile.in 2018-10-02 21:53:49.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)/libgstvideorate_la-gstvideorate.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -631,8 +632,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) @@ -688,7 +689,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideorate_la-gstvideorate.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideorate_la-gstvideorate.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$$||'`;\ @@ -779,7 +786,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)'; \ @@ -852,7 +862,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideorate_la-gstvideorate.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -898,7 +908,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideorate_la-gstvideorate.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -919,20 +929,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-base1.0-1.14.1/gst/videoscale/Makefile.in gst-plugins-base1.0-1.14.4/gst/videoscale/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/videoscale/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/videoscale/Makefile.in 2018-10-02 21:53:49.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)/libgstvideoscale_la-gstvideoscale.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)/libgstvideoscale_la-gstvideoscale.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideoscale_la-gstvideoscale.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)/libgstvideoscale_la-gstvideoscale.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)/libgstvideoscale_la-gstvideoscale.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-base1.0-1.14.1/gst/videotestsrc/Makefile.in gst-plugins-base1.0-1.14.4/gst/videotestsrc/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/videotestsrc/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/videotestsrc/Makefile.in 2018-10-02 21:53:49.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,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)/generate_sine_table-generate_sine_table.Po \ + ./$(DEPDIR)/libgstvideotestsrc_la-gstvideotestsrc.Plo \ + ./$(DEPDIR)/libgstvideotestsrc_la-tmp-orc.Plo \ + ./$(DEPDIR)/libgstvideotestsrc_la-videotestsrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -690,8 +695,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): @@ -752,10 +757,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate_sine_table-generate_sine_table.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideotestsrc_la-gstvideotestsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideotestsrc_la-tmp-orc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideotestsrc_la-videotestsrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate_sine_table-generate_sine_table.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideotestsrc_la-gstvideotestsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideotestsrc_la-tmp-orc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideotestsrc_la-videotestsrc.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$$||'`;\ @@ -874,7 +885,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)'; \ @@ -953,7 +967,10 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/generate_sine_table-generate_sine_table.Po + -rm -f ./$(DEPDIR)/libgstvideotestsrc_la-gstvideotestsrc.Plo + -rm -f ./$(DEPDIR)/libgstvideotestsrc_la-tmp-orc.Plo + -rm -f ./$(DEPDIR)/libgstvideotestsrc_la-videotestsrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -999,7 +1016,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/generate_sine_table-generate_sine_table.Po + -rm -f ./$(DEPDIR)/libgstvideotestsrc_la-gstvideotestsrc.Plo + -rm -f ./$(DEPDIR)/libgstvideotestsrc_la-tmp-orc.Plo + -rm -f ./$(DEPDIR)/libgstvideotestsrc_la-videotestsrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1020,20 +1040,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-base1.0-1.14.1/gst/volume/Makefile.in gst-plugins-base1.0-1.14.4/gst/volume/Makefile.in --- gst-plugins-base1.0-1.14.1/gst/volume/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst/volume/Makefile.in 2018-10-02 21:53:49.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,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)/libgstvolume_la-gstvolume.Plo \ + ./$(DEPDIR)/libgstvolume_la-tmp-orc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -671,8 +673,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): @@ -729,8 +731,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvolume_la-gstvolume.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvolume_la-tmp-orc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvolume_la-gstvolume.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvolume_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$$||'`;\ @@ -828,7 +836,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)'; \ @@ -907,7 +918,8 @@ clean-pluginLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvolume_la-gstvolume.Plo + -rm -f ./$(DEPDIR)/libgstvolume_la-tmp-orc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -953,7 +965,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvolume_la-gstvolume.Plo + -rm -f ./$(DEPDIR)/libgstvolume_la-tmp-orc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -974,20 +987,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-base1.0-1.14.1/gst-libs/gst/allocators/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/allocators/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/allocators/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/allocators/Makefile.in 2018-10-02 21:53:46.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,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)/libgstallocators_@GST_API_VERSION@_la-gstdmabuf.Plo \ + ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstfdmemory.Plo \ + ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstphysmemory.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)/libgstallocators_@GST_API_VERSION@_la-gstdmabuf.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstfdmemory.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstphysmemory.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstdmabuf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstfdmemory.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstphysmemory.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 +834,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)'; \ @@ -899,7 +911,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstdmabuf.Plo + -rm -f ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstfdmemory.Plo + -rm -f ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstphysmemory.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic @@ -946,7 +960,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstdmabuf.Plo + -rm -f ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstfdmemory.Plo + -rm -f ./$(DEPDIR)/libgstallocators_@GST_API_VERSION@_la-gstphysmemory.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -969,7 +985,7 @@ .MAKE: install-am install-strip -.PHONY: all all-am check check-am clean clean-generic \ +.PHONY: all all-am am--depfiles check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags-am \ distclean distclean-compile distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/app/app_mkenum.py gst-plugins-base1.0-1.14.4/gst-libs/gst/app/app_mkenum.py --- gst-plugins-base1.0-1.14.1/gst-libs/gst/app/app_mkenum.py 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/app/app_mkenum.py 2018-05-20 15:46:50.000000000 +0000 @@ -37,7 +37,7 @@ for arg in sys.argv[1:]: cmd.append(arg) argn += 1 - if arg.endswith('glib-mkenums'): + if os.path.splitext(arg)[0].endswith('glib-mkenums'): break ofilename = sys.argv[argn] headers = sys.argv[argn + 1:] diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/app/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/app/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/app/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/app/Makefile.in 2018-10-02 21:53:46.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, @@ -213,7 +213,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)/libgstapp_@GST_API_VERSION@_la-app-enumtypes.Plo \ + ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsink.Plo \ + ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsrc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -674,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_srcdir)/common/gst-glib-gen.mak $(am__empty): @@ -732,9 +736,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-app-enumtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsrc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-app-enumtypes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsrc.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$$||'`;\ @@ -877,7 +887,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)'; \ @@ -954,7 +967,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-app-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsink.Plo + -rm -f ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsrc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic @@ -1002,7 +1017,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-app-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsink.Plo + -rm -f ./$(DEPDIR)/libgstapp_@GST_API_VERSION@_la-gstappsrc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1026,7 +1043,7 @@ .MAKE: all check install install-am install-strip -.PHONY: all all-am check check-am clean clean-generic \ +.PHONY: all all-am am--depfiles check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags-am \ distclean distclean-compile distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/audio-channels.c gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/audio-channels.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/audio-channels.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/audio-channels.c 2018-06-27 13:09:30.000000000 +0000 @@ -189,8 +189,8 @@ * @size: The size of the memory. * @format: The %GstAudioFormat of the buffer. * @channels: The number of channels. - * @from: (array): The channel positions in the buffer. - * @to: (array): The channel positions to convert to. + * @from: (array length=channels): The channel positions in the buffer. + * @to: (array length=channels): The channel positions to convert to. * * Reorders @data from the channel positions @from to the channel * positions @to. @from and @to must contain the same number of @@ -253,8 +253,8 @@ * @buffer: The buffer to reorder. * @format: The %GstAudioFormat of the buffer. * @channels: The number of channels. - * @from: (array): The channel positions in the buffer. - * @to: (array): The channel positions to convert to. + * @from: (array length=channels): The channel positions in the buffer. + * @to: (array length=channels): The channel positions to convert to. * * Reorders @buffer from the channel positions @from to the channel * positions @to. @from and @to must contain the same number of @@ -396,9 +396,9 @@ /** * gst_audio_get_channel_reorder_map: * @channels: The number of channels. - * @from: (array): The channel positions to reorder from. - * @to: (array): The channel positions to reorder to. - * @reorder_map: (array): Pointer to the reorder map. + * @from: (array length=channels): The channel positions to reorder from. + * @to: (array length=channels): The channel positions to reorder to. + * @reorder_map: (array length=channels): Pointer to the reorder map. * * Returns a reorder map for @from to @to that can be used in * custom channel reordering code, e.g. to convert from or to the diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/audio_mkenum.py gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/audio_mkenum.py --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/audio_mkenum.py 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/audio_mkenum.py 2018-05-20 15:46:50.000000000 +0000 @@ -37,7 +37,7 @@ for arg in sys.argv[1:]: cmd.append(arg) argn += 1 - if arg.endswith('glib-mkenums'): + if os.path.splitext(arg)[0].endswith('glib-mkenums'): break ofilename = sys.argv[argn] headers = sys.argv[argn + 1:] diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudioaggregator.c gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudioaggregator.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudioaggregator.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudioaggregator.c 2018-08-17 10:47:10.000000000 +0000 @@ -774,14 +774,12 @@ static GstCaps * gst_audio_aggregator_fixate_src_caps (GstAggregator * agg, GstCaps * caps) { - GstAudioAggregatorPad *first_configured_pad; + GstAudioAggregatorPad *first_configured_pad = NULL; - if (!GST_AUDIO_AGGREGATOR_PAD_GET_CLASS (agg->srcpad)->convert_buffer) - return - GST_AGGREGATOR_CLASS - (gst_audio_aggregator_parent_class)->fixate_src_caps (agg, caps); + if (GST_AUDIO_AGGREGATOR_PAD_GET_CLASS (agg->srcpad)->convert_buffer) + first_configured_pad = gst_audio_aggregator_get_first_configured_pad (agg); - first_configured_pad = gst_audio_aggregator_get_first_configured_pad (agg); + caps = gst_caps_make_writable (caps); if (first_configured_pad) { GstStructure *s, *s2; @@ -790,7 +788,6 @@ gint first_configured_rate, first_configured_channels; gint channels; - caps = gst_caps_make_writable (caps); s = gst_caps_get_structure (caps, 0); s2 = gst_caps_get_structure (first_configured_caps, 0); @@ -819,6 +816,21 @@ gst_caps_unref (first_configured_caps); gst_object_unref (first_configured_pad); + } else { + GstStructure *s; + gint channels; + + s = gst_caps_get_structure (caps, 0); + + gst_structure_fixate_field_nearest_int (s, "rate", GST_AUDIO_DEF_RATE); + gst_structure_fixate_field_string (s, "format", GST_AUDIO_NE ("S16")); + gst_structure_fixate_field_string (s, "layout", "interleaved"); + gst_structure_fixate_field_nearest_int (s, "channels", 2); + + if (gst_structure_get_int (s, "channels", &channels) && channels > 2) { + if (!gst_structure_has_field_typed (s, "channel-mask", GST_TYPE_BITMASK)) + gst_structure_set (s, "channel-mask", GST_TYPE_BITMASK, 0ULL, NULL); + } } if (!gst_caps_is_fixed (caps)) diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudiobasesrc.c gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudiobasesrc.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudiobasesrc.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudiobasesrc.c 2018-07-18 13:29:55.000000000 +0000 @@ -540,6 +540,8 @@ /* calculate suggested segsize and segtotal */ spec->segsize = rate * bpf * spec->latency_time / GST_MSECOND; + /* Round to an integer number of samples */ + spec->segsize -= spec->segsize % bpf; spec->segtotal = spec->buffer_time / spec->latency_time; GST_OBJECT_UNLOCK (src); diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudiosink.c gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudiosink.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudiosink.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudiosink.c 2018-09-14 18:17:55.000000000 +0000 @@ -53,6 +53,7 @@ #include #include "gstaudiosink.h" +#include "gstaudioutilsprivate.h" GST_DEBUG_CATEGORY_STATIC (gst_audio_sink_debug); #define GST_CAT_DEFAULT gst_audio_sink_debug @@ -213,6 +214,9 @@ if (writefunc == NULL) goto no_function; + if (G_UNLIKELY (!__gst_audio_set_thread_priority ())) + GST_WARNING_OBJECT (sink, "failed to set thread priority"); + message = gst_message_new_stream_status (GST_OBJECT_CAST (buf), GST_STREAM_STATUS_TYPE_ENTER, GST_ELEMENT_CAST (sink)); g_value_init (&val, GST_TYPE_G_THREAD); diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudiosrc.c gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudiosrc.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudiosrc.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudiosrc.c 2018-09-14 18:17:55.000000000 +0000 @@ -46,6 +46,7 @@ #include #include "gstaudiosrc.h" +#include "gstaudioutilsprivate.h" GST_DEBUG_CATEGORY_STATIC (gst_audio_src_debug); #define GST_CAT_DEFAULT gst_audio_src_debug @@ -192,6 +193,9 @@ if ((readfunc = csrc->read) == NULL) goto no_function; + if (G_UNLIKELY (!__gst_audio_set_thread_priority ())) + GST_WARNING_OBJECT (src, "failed to set thread priority"); + message = gst_message_new_stream_status (GST_OBJECT_CAST (buf), GST_STREAM_STATUS_TYPE_ENTER, GST_ELEMENT_CAST (src)); g_value_init (&val, GST_TYPE_G_THREAD); diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudioutilsprivate.c gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudioutilsprivate.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudioutilsprivate.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudioutilsprivate.c 2018-09-14 18:17:55.000000000 +0000 @@ -23,6 +23,10 @@ #include "config.h" #endif +#ifdef _WIN32 +#include +#endif + #include #include "gstaudioutilsprivate.h" @@ -212,3 +216,64 @@ exit: return res; } + +#ifdef _WIN32 +/* *INDENT-OFF* */ +static struct +{ + HMODULE dll; + gboolean tried_loading; + + HANDLE (WINAPI * AvSetMmThreadCharacteristics) (LPCSTR, LPDWORD); + BOOL (WINAPI * AvRevertMmThreadCharacteristics) (HANDLE); +} _gst_audio_avrt_tbl = { 0 }; +/* *INDENT-ON* */ +#endif + +static gboolean +__gst_audio_init_thread_priority (void) +{ +#ifdef _WIN32 + if (_gst_audio_avrt_tbl.tried_loading) + return _gst_audio_avrt_tbl.dll != NULL; + + if (!_gst_audio_avrt_tbl.dll) + _gst_audio_avrt_tbl.dll = LoadLibrary (TEXT ("avrt.dll")); + + if (!_gst_audio_avrt_tbl.dll) { + GST_WARNING ("Failed to set thread priority, can't find avrt.dll"); + _gst_audio_avrt_tbl.tried_loading = TRUE; + return FALSE; + } + + _gst_audio_avrt_tbl.AvSetMmThreadCharacteristics = + GetProcAddress (_gst_audio_avrt_tbl.dll, "AvSetMmThreadCharacteristicsA"); + _gst_audio_avrt_tbl.AvRevertMmThreadCharacteristics = + GetProcAddress (_gst_audio_avrt_tbl.dll, + "AvRevertMmThreadCharacteristics"); + + _gst_audio_avrt_tbl.tried_loading = TRUE; +#endif + + return TRUE; +} + +/* + * Increases the priority of the thread it's called from + */ +gpointer +__gst_audio_set_thread_priority (void) +{ + if (!__gst_audio_init_thread_priority ()) + return NULL; + +#ifdef _WIN32 + DWORD taskIndex = 0; + /* This is only used from ringbuffer thread functions, so we don't need to + * ever need to revert the thread priorities. */ + return _gst_audio_avrt_tbl.AvSetMmThreadCharacteristics (TEXT ("Pro Audio"), + &taskIndex); +#else + return NULL; +#endif +} diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudioutilsprivate.h gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudioutilsprivate.h --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/gstaudioutilsprivate.h 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/gstaudioutilsprivate.h 2018-09-14 18:17:55.000000000 +0000 @@ -42,6 +42,9 @@ gint64 src_value, GstFormat * dest_format, gint64 * dest_value); +G_GNUC_INTERNAL +gpointer __gst_audio_set_thread_priority (void); + G_END_DECLS #endif diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/audio/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/audio/Makefile.in 2018-10-02 21:53:46.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, @@ -302,7 +302,36 @@ 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)/libaudio_resampler_sse2_la-audio-resampler-x86-sse2.Plo \ + ./$(DEPDIR)/libaudio_resampler_sse41_la-audio-resampler-x86-sse41.Plo \ + ./$(DEPDIR)/libaudio_resampler_sse_la-audio-resampler-x86-sse.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channel-mixer.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channels.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-converter.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-enumtypes.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-format.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-info.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-quantize.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-resampler.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioaggregator.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesink.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesrc.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiocdsrc.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioclock.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiodecoder.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioencoder.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiofilter.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioiec61937.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiometa.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioringbuffer.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosink.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosrc.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiostreamalign.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioutilsprivate.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-streamvolume.Plo \ + ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-tmp-orc.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -907,8 +936,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 $(top_srcdir)/common/gst-glib-gen.mak $(am__empty): @@ -985,35 +1014,41 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libaudio_resampler_sse2_la-audio-resampler-x86-sse2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libaudio_resampler_sse41_la-audio-resampler-x86-sse41.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libaudio_resampler_sse_la-audio-resampler-x86-sse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channel-mixer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channels.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-converter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-enumtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-format.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-info.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-quantize.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-resampler.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioaggregator.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiocdsrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioclock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiodecoder.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioencoder.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiofilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioiec61937.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiometa.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioringbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosrc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiostreamalign.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioutilsprivate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-streamvolume.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-tmp-orc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libaudio_resampler_sse2_la-audio-resampler-x86-sse2.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libaudio_resampler_sse41_la-audio-resampler-x86-sse41.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libaudio_resampler_sse_la-audio-resampler-x86-sse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channel-mixer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channels.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-converter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-enumtypes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-format.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-info.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-quantize.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-resampler.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioaggregator.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiocdsrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioclock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiodecoder.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioencoder.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiofilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioiec61937.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiometa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioringbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosrc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiostreamalign.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioutilsprivate.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-streamvolume.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_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$$||'`;\ @@ -1384,7 +1419,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)'; \ @@ -1464,7 +1502,35 @@ clean-noinstLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libaudio_resampler_sse2_la-audio-resampler-x86-sse2.Plo + -rm -f ./$(DEPDIR)/libaudio_resampler_sse41_la-audio-resampler-x86-sse41.Plo + -rm -f ./$(DEPDIR)/libaudio_resampler_sse_la-audio-resampler-x86-sse.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channel-mixer.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channels.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-converter.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-format.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-info.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-quantize.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-resampler.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioaggregator.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesink.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesrc.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiocdsrc.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioclock.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiodecoder.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioencoder.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiofilter.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioiec61937.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiometa.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioringbuffer.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiostreamalign.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioutilsprivate.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-streamvolume.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-tmp-orc.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1513,7 +1579,35 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libaudio_resampler_sse2_la-audio-resampler-x86-sse2.Plo + -rm -f ./$(DEPDIR)/libaudio_resampler_sse41_la-audio-resampler-x86-sse41.Plo + -rm -f ./$(DEPDIR)/libaudio_resampler_sse_la-audio-resampler-x86-sse.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channel-mixer.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-channels.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-converter.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-format.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-info.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-quantize.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio-resampler.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-audio.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioaggregator.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesink.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiobasesrc.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiocdsrc.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioclock.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiodecoder.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioencoder.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiofilter.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioiec61937.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiometa.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioringbuffer.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosink.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiosrc.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudiostreamalign.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-gstaudioutilsprivate.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-streamvolume.Plo + -rm -f ./$(DEPDIR)/libgstaudio_@GST_API_VERSION@_la-tmp-orc.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1537,8 +1631,8 @@ .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-local \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am dist-hook \ distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/fft/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/fft/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/fft/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/fft/Makefile.in 2018-10-02 21:53:46.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, @@ -206,7 +206,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)/libgstfft_@GST_API_VERSION@_la-gstfft.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf32.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf64.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts16.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts32.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f32.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f64.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s16.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s32.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f32.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f64.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s16.Plo \ + ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s32.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,19 +753,25 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfft.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf64.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts16.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f64.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s16.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f64.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s16.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s32.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfft.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf64.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts16.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f64.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s16.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f64.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s16.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s32.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$$||'`;\ @@ -947,7 +967,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)'; \ @@ -1020,7 +1043,19 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfft.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf64.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts16.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f64.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s16.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f64.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s16.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s32.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1066,7 +1101,19 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfft.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstfftf64.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts16.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-gstffts32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_f64.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s16.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fft_s32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f32.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_f64.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s16.Plo + -rm -f ./$(DEPDIR)/libgstfft_@GST_API_VERSION@_la-kiss_fftr_s32.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1088,9 +1135,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool 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-libLTLIBRARIES clean-libtool 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-base1.0-1.14.1/gst-libs/gst/gl/android/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/android/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/android/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/android/Makefile.in 2018-10-02 21:53:46.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, @@ -161,7 +161,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)/libgstgl_android_la-gstglwindow_android_egl.Plo 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) @@ -644,7 +646,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_android_la-gstglwindow_android_egl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_android_la-gstglwindow_android_egl.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$$||'`;\ @@ -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)/libgstgl_android_la-gstglwindow_android_egl.Plo -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)/libgstgl_android_la-gstglwindow_android_egl.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -872,16 +883,16 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-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 diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/cocoa/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/cocoa/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/cocoa/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/cocoa/Makefile.in 2018-10-02 21:53:46.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,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)/libgstgl_cocoa_la-gstglcaopengllayer.Plo \ + ./$(DEPDIR)/libgstgl_cocoa_la-gstglcontext_cocoa.Plo \ + ./$(DEPDIR)/libgstgl_cocoa_la-gstgldisplay_cocoa.Plo \ + ./$(DEPDIR)/libgstgl_cocoa_la-gstglwindow_cocoa.Plo am__mv = mv -f OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS) @@ -661,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) @@ -694,10 +699,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstglcaopengllayer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstglcontext_cocoa.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstgldisplay_cocoa.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstglwindow_cocoa.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstglcaopengllayer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstglcontext_cocoa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstgldisplay_cocoa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_cocoa_la-gstglwindow_cocoa.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$$||'`;\ @@ -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)'; \ @@ -903,7 +917,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstglcaopengllayer.Plo + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstglcontext_cocoa.Plo + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstgldisplay_cocoa.Plo + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstglwindow_cocoa.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -949,7 +966,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstglcaopengllayer.Plo + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstglcontext_cocoa.Plo + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstgldisplay_cocoa.Plo + -rm -f ./$(DEPDIR)/libgstgl_cocoa_la-gstglwindow_cocoa.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -970,20 +990,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-libgstgl_cocoaincludeHEADERS \ - 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 tags tags-am uninstall \ - uninstall-am uninstall-libgstgl_cocoaincludeHEADERS +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-libgstgl_cocoaincludeHEADERS 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 \ + tags tags-am uninstall uninstall-am \ + uninstall-libgstgl_cocoaincludeHEADERS .PRECIOUS: Makefile diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/dispmanx/gstglwindow_dispmanx_egl.c 2018-09-08 17:43:19.000000000 +0000 @@ -192,7 +192,7 @@ GST_DEBUG_OBJECT (window, "set window handle with size %dx%d", foreign_window->width, foreign_window->height); - if (window_egl->native.element) { + if (window_egl->native.element && window_egl->native.element != window_egl->foreign.element) { dispman_update = vc_dispmanx_update_start (0); vc_dispmanx_element_remove (dispman_update, window_egl->native.element); vc_dispmanx_update_submit_sync (dispman_update); diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/dispmanx/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/dispmanx/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/dispmanx/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/dispmanx/Makefile.in 2018-10-02 21:53:46.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, @@ -161,7 +161,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)/libgstgl_dispmanx_la-gstglwindow_dispmanx_egl.Plo 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) @@ -644,7 +646,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_dispmanx_la-gstglwindow_dispmanx_egl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_dispmanx_la-gstglwindow_dispmanx_egl.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$$||'`;\ @@ -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)/libgstgl_dispmanx_la-gstglwindow_dispmanx_egl.Plo -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)/libgstgl_dispmanx_la-gstglwindow_dispmanx_egl.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -872,16 +883,16 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-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 diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/eagl/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/eagl/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/eagl/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/eagl/Makefile.in 2018-10-02 21:53:46.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, @@ -161,7 +161,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)/libgstgl_eagl_la-gstglcontext_eagl.Plo \ + ./$(DEPDIR)/libgstgl_eagl_la-gstglwindow_eagl.Plo am__mv = mv -f OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS) @@ -624,8 +627,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) @@ -657,8 +660,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_eagl_la-gstglcontext_eagl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_eagl_la-gstglwindow_eagl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_eagl_la-gstglcontext_eagl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_eagl_la-gstglwindow_eagl.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$$||'`;\ @@ -756,7 +765,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)'; \ @@ -826,7 +838,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_eagl_la-gstglcontext_eagl.Plo + -rm -f ./$(DEPDIR)/libgstgl_eagl_la-gstglwindow_eagl.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -872,7 +885,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_eagl_la-gstglcontext_eagl.Plo + -rm -f ./$(DEPDIR)/libgstgl_eagl_la-gstglwindow_eagl.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -893,16 +907,16 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-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 diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/egl/gsteglimage.c gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/egl/gsteglimage.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/egl/gsteglimage.c 2018-04-23 18:24:26.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/egl/gsteglimage.c 2018-07-18 13:32:30.000000000 +0000 @@ -86,7 +86,7 @@ #define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274 #endif -#ifdef USE_EGL_RPI +#if !GST_GL_HAVE_EGLUINT64KHR typedef khronos_uint64_t EGLuint64KHR; #endif diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/egl/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/egl/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/egl/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/egl/Makefile.in 2018-10-02 21:53:46.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,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)/libgstgl_egl_la-gstegl.Plo \ + ./$(DEPDIR)/libgstgl_egl_la-gsteglimage.Plo \ + ./$(DEPDIR)/libgstgl_egl_la-gstglcontext_egl.Plo \ + ./$(DEPDIR)/libgstgl_egl_la-gstgldisplay_egl.Plo \ + ./$(DEPDIR)/libgstgl_egl_la-gstglmemoryegl.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) @@ -685,11 +690,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstegl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gsteglimage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstglcontext_egl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstgldisplay_egl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstglmemoryegl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstegl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gsteglimage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstglcontext_egl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstgldisplay_egl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_egl_la-gstglmemoryegl.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 +840,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 +916,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstegl.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gsteglimage.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstglcontext_egl.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstgldisplay_egl.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstglmemoryegl.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -948,7 +966,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstegl.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gsteglimage.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstglcontext_egl.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstgldisplay_egl.Plo + -rm -f ./$(DEPDIR)/libgstgl_egl_la-gstglmemoryegl.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -969,19 +991,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-libgstgl_eglincludeHEADERS 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 tags tags-am uninstall uninstall-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-libgstgl_eglincludeHEADERS 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 \ + tags tags-am uninstall uninstall-am \ uninstall-libgstgl_eglincludeHEADERS .PRECIOUS: Makefile diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/gbm/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gbm/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/gbm/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gbm/Makefile.in 2018-10-02 21:53:46.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, @@ -162,7 +162,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)/libgstgl_gbm_la-gstgl_gbm_utils.Plo \ + ./$(DEPDIR)/libgstgl_gbm_la-gstgldisplay_gbm.Plo \ + ./$(DEPDIR)/libgstgl_gbm_la-gstglwindow_gbm_egl.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -622,8 +625,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) @@ -655,9 +658,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_gbm_la-gstgl_gbm_utils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_gbm_la-gstgldisplay_gbm.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_gbm_la-gstglwindow_gbm_egl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_gbm_la-gstgl_gbm_utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_gbm_la-gstgldisplay_gbm.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_gbm_la-gstglwindow_gbm_egl.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$$||'`;\ @@ -762,7 +771,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)'; \ @@ -832,7 +844,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_gbm_la-gstgl_gbm_utils.Plo + -rm -f ./$(DEPDIR)/libgstgl_gbm_la-gstgldisplay_gbm.Plo + -rm -f ./$(DEPDIR)/libgstgl_gbm_la-gstglwindow_gbm_egl.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -878,7 +892,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_gbm_la-gstgl_gbm_utils.Plo + -rm -f ./$(DEPDIR)/libgstgl_gbm_la-gstgldisplay_gbm.Plo + -rm -f ./$(DEPDIR)/libgstgl_gbm_la-gstglwindow_gbm_egl.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -899,16 +915,16 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-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 diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/glprototypes/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/glprototypes/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/glprototypes/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/glprototypes/Makefile.in 2018-10-02 21:53:46.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, @@ -602,8 +602,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,7 +694,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-base1.0-1.14.1/gst-libs/gst/gl/gstglcolorconvert.c gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gstglcolorconvert.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/gstglcolorconvert.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gstglcolorconvert.c 2018-09-30 20:18:13.000000000 +0000 @@ -2324,7 +2324,6 @@ struct ConvertInfo *c_info = &convert->priv->convert_info; gboolean res = TRUE; gint views, v; - GstVideoOverlayCompositionMeta *composition_meta; GstGLSyncMeta *sync_meta; GstFlowReturn ret; @@ -2440,19 +2439,20 @@ } if (convert->outbuf) { + GstVideoOverlayCompositionMeta *composition_meta; GstGLSyncMeta *sync_meta = gst_buffer_add_gl_sync_meta (convert->context, convert->outbuf); if (sync_meta) gst_gl_sync_meta_set_sync_point (sync_meta, convert->context); - } - composition_meta = - gst_buffer_get_video_overlay_composition_meta (convert->inbuf); - if (composition_meta) { - GST_DEBUG ("found video overlay composition meta, applying on output."); - gst_buffer_add_video_overlay_composition_meta - (convert->outbuf, composition_meta->overlay); + composition_meta = + gst_buffer_get_video_overlay_composition_meta (convert->inbuf); + if (composition_meta) { + GST_DEBUG ("found video overlay composition meta, applying on output."); + gst_buffer_add_video_overlay_composition_meta + (convert->outbuf, composition_meta->overlay); + } } convert->priv->result = res; diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/gstglconfig.h.meson gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gstglconfig.h.meson --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/gstglconfig.h.meson 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gstglconfig.h.meson 2018-07-18 13:32:30.000000000 +0000 @@ -43,6 +43,7 @@ #mesondefine GST_GL_HAVE_GLUINT64 #mesondefine GST_GL_HAVE_GLINT64 #mesondefine GST_GL_HAVE_EGLATTRIB +#mesondefine GST_GL_HAVE_EGLUINT64KHR G_END_DECLS diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/gstglviewconvert.c gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gstglviewconvert.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/gstglviewconvert.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/gstglviewconvert.c 2018-09-30 20:18:13.000000000 +0000 @@ -37,14 +37,8 @@ #include -#include "gstglcontext.h" -#include "gstglframebuffer.h" -#include "gstglmemory.h" -#include "gstglshader.h" -#include "gstglshaderstrings.h" -#include "gstglsl.h" +#include "gl.h" #include "gstglsl_private.h" -#include "gstglslstage.h" #include "gstglutils_private.h" #define USING_OPENGL(context) (gst_gl_context_check_gl_version (context, GST_GL_API_OPENGL, 1, 0)) @@ -2017,6 +2011,7 @@ gint in_views, out_views; GstVideoMultiviewMode in_mode; GstVideoMultiviewMode out_mode; + GstGLSyncMeta *sync_meta; out_width = GST_VIDEO_INFO_WIDTH (&viewconvert->out_info); out_height = GST_VIDEO_INFO_HEIGHT (&viewconvert->out_info); @@ -2149,6 +2144,18 @@ } priv->n_out_tex = out_views; + if (priv->primary_in) { + if ((sync_meta = gst_buffer_get_gl_sync_meta (priv->primary_in))) { + gst_gl_sync_meta_wait (sync_meta, context); + } + } + + if (priv->auxilliary_in) { + if ((sync_meta = gst_buffer_get_gl_sync_meta (priv->auxilliary_in))) { + gst_gl_sync_meta_wait (sync_meta, context); + } + } + GST_LOG_OBJECT (viewconvert, "multiview splitting to textures:%p,%p,%p,%p " "dimensions:%ux%u, from textures:%p,%p,%p,%p dimensions:%ux%u", priv->out_tex[0], priv->out_tex[1], @@ -2200,6 +2207,17 @@ gst_buffer_replace (&priv->auxilliary_out, NULL); } + if (priv->primary_out) { + if ((sync_meta = gst_buffer_add_gl_sync_meta (context, priv->primary_out))) + gst_gl_sync_meta_set_sync_point (sync_meta, context); + } + + if (priv->auxilliary_out) { + if ((sync_meta = + gst_buffer_add_gl_sync_meta (context, priv->auxilliary_out))) + gst_gl_sync_meta_set_sync_point (sync_meta, context); + } + priv->result = res; return; } @@ -2354,18 +2372,38 @@ outbuf = priv->primary_out; if (outbuf) { + GstVideoOverlayCompositionMeta *composition_meta; + gst_buffer_copy_into (outbuf, priv->primary_in, GST_BUFFER_COPY_FLAGS | GST_BUFFER_COPY_TIMESTAMPS, 0, -1); GST_BUFFER_FLAG_SET (outbuf, GST_VIDEO_BUFFER_FLAG_FIRST_IN_BUNDLE | GST_VIDEO_BUFFER_FLAG_MULTIPLE_VIEW); + + composition_meta = + gst_buffer_get_video_overlay_composition_meta (priv->primary_in); + if (composition_meta) { + GST_DEBUG ("found video overlay composition meta, applying on output."); + gst_buffer_add_video_overlay_composition_meta + (outbuf, composition_meta->overlay); + } } if (priv->auxilliary_out) { + GstVideoOverlayCompositionMeta *composition_meta; + gst_buffer_copy_into (priv->auxilliary_out, priv->primary_out, GST_BUFFER_COPY_FLAGS, 0, -1); GST_BUFFER_FLAG_UNSET (priv->auxilliary_out, GST_VIDEO_BUFFER_FLAG_FIRST_IN_BUNDLE); + + composition_meta = + gst_buffer_get_video_overlay_composition_meta (priv->primary_out); + if (composition_meta) { + GST_DEBUG ("found video overlay composition meta, applying on output."); + gst_buffer_add_video_overlay_composition_meta + (priv->auxilliary_out, composition_meta->overlay); + } } priv->primary_out = NULL; diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/Makefile.am gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/Makefile.am --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/Makefile.am 2018-03-27 10:53:35.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/Makefile.am 2018-07-18 13:24:06.000000000 +0000 @@ -193,7 +193,7 @@ --include=Gst-@GST_API_VERSION@ \ --include=GstBase-@GST_API_VERSION@ \ --include=GstVideo-@GST_API_VERSION@ \ - --libtool="$(top_builddir)/libtool" \ + --libtool="${LIBTOOL}" \ --pkg gstreamer-@GST_API_VERSION@ \ --pkg gstreamer-base-@GST_API_VERSION@ \ --pkg gstreamer-video-@GST_API_VERSION@ \ diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/Makefile.in 2018-10-02 21:53:46.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, @@ -254,7 +254,35 @@ 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)/libgstgl_@GST_API_VERSION@_la-gstglapi.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasefilter.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasememory.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbuffer.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbufferpool.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcolorconvert.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcontext.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldebug.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldisplay.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfeature.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfilter.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglformat.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglframebuffer.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemory.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemorypbo.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgloverlaycompositor.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglquery.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglrenderbuffer.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshader.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshaderstrings.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsl.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglslstage.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsyncmeta.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglupload.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglutils.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglviewconvert.Plo \ + ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglwindow.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -299,7 +327,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 @@ -847,8 +875,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) @@ -904,33 +932,39 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglapi.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasefilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasememory.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbufferpool.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcolorconvert.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcontext.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldebug.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldisplay.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfeature.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglformat.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglframebuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemory.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemorypbo.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgloverlaycompositor.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglquery.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglrenderbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshader.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshaderstrings.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglslstage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsyncmeta.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglupload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglviewconvert.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglwindow.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglapi.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasefilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasememory.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbufferpool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcolorconvert.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcontext.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldebug.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldisplay.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfeature.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglformat.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglframebuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemory.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemorypbo.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgloverlaycompositor.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglquery.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglrenderbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshader.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshaderstrings.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglslstage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsyncmeta.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglupload.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglviewconvert.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglwindow.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$$||'`;\ @@ -1334,7 +1368,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)'; \ @@ -1435,7 +1472,33 @@ mostlyclean-am distclean: distclean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglapi.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasefilter.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasememory.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbuffer.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbufferpool.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcolorconvert.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcontext.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldebug.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldisplay.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfeature.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfilter.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglformat.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglframebuffer.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemory.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemorypbo.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgloverlaycompositor.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglquery.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglrenderbuffer.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshader.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshaderstrings.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsl.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglslstage.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsyncmeta.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglupload.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglutils.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglviewconvert.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglwindow.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1484,7 +1547,33 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglapi.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasefilter.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbasememory.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbuffer.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglbufferpool.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcolorconvert.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglcontext.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldebug.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgldisplay.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfeature.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglfilter.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglformat.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglframebuffer.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemory.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglmemorypbo.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstgloverlaycompositor.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglquery.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglrenderbuffer.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshader.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglshaderstrings.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsl.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglslstage.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglsyncmeta.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglupload.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglutils.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglviewconvert.Plo + -rm -f ./$(DEPDIR)/libgstgl_@GST_API_VERSION@_la-gstglwindow.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1508,15 +1597,15 @@ .MAKE: $(am__recursive_targets) install-am install-strip -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-generic clean-libLTLIBRARIES \ - clean-libtool 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-girDATA \ - install-html install-html-am install-info install-info-am \ - install-libLTLIBRARIES \ +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--depfiles check check-am clean clean-generic \ + clean-libLTLIBRARIES clean-libtool 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-girDATA install-html install-html-am \ + install-info install-info-am install-libLTLIBRARIES \ install-libgstgl_@GST_API_VERSION@includeHEADERS install-man \ install-nodist_configexecincludeHEADERS install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ @@ -1554,7 +1643,7 @@ @HAVE_INTROSPECTION_TRUE@ --include=Gst-@GST_API_VERSION@ \ @HAVE_INTROSPECTION_TRUE@ --include=GstBase-@GST_API_VERSION@ \ @HAVE_INTROSPECTION_TRUE@ --include=GstVideo-@GST_API_VERSION@ \ -@HAVE_INTROSPECTION_TRUE@ --libtool="$(top_builddir)/libtool" \ +@HAVE_INTROSPECTION_TRUE@ --libtool="${LIBTOOL}" \ @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-@GST_API_VERSION@ \ @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-base-@GST_API_VERSION@ \ @HAVE_INTROSPECTION_TRUE@ --pkg gstreamer-video-@GST_API_VERSION@ \ diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/meson.build gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/meson.build --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/meson.build 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/meson.build 2018-07-18 13:56:20.000000000 +0000 @@ -75,10 +75,8 @@ 'glprototypes/gles.h', 'glprototypes/gstgl_compat.h', 'glprototypes/gstgl_gles2compat.h', - 'glprototypes/Makefile.am', 'glprototypes/opengl.h', 'glprototypes/query.h', - 'glprototypes/README', 'glprototypes/shaders.h', 'glprototypes/sync.h', 'glprototypes/vao.h', @@ -124,6 +122,7 @@ 'GST_GL_HAVE_GLUINT64', 'GST_GL_HAVE_GLINT64', 'GST_GL_HAVE_EGLATTRIB', + 'GST_GL_HAVE_EGLUINT64KHR', ] foreach option : glconf_options @@ -694,6 +693,9 @@ if egl_dep.found() and cc.has_type('EGLAttrib', prefix : gl_include_block + egl_includes, dependencies : gl_lib_deps + [egl_dep]) glconf.set('GST_GL_HAVE_EGLATTRIB', 1) endif + if egl_dep.found() and cc.has_type('EGLuint64KHR', prefix : gl_include_block + egl_includes, dependencies : gl_lib_deps + [egl_dep]) + glconf.set('GST_GL_HAVE_EGLUINT64KHR', 1) + endif message('Building libgstgl with GL api: ' + ' '.join(enabled_gl_apis)) message('Building libgstgl with GL platform: ' + ' '.join(enabled_gl_platforms)) diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/viv-fb/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/viv-fb/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/viv-fb/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/viv-fb/Makefile.in 2018-10-02 21:53:46.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, @@ -162,7 +162,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)/libgstgl_viv_fb_la-gstgldisplay_viv_fb.Plo \ + ./$(DEPDIR)/libgstgl_viv_fb_la-gstglwindow_viv_fb_egl.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -615,8 +618,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) @@ -648,8 +651,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_viv_fb_la-gstgldisplay_viv_fb.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_viv_fb_la-gstglwindow_viv_fb_egl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_viv_fb_la-gstgldisplay_viv_fb.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_viv_fb_la-gstglwindow_viv_fb_egl.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$$||'`;\ @@ -747,7 +756,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)'; \ @@ -817,7 +829,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_viv_fb_la-gstgldisplay_viv_fb.Plo + -rm -f ./$(DEPDIR)/libgstgl_viv_fb_la-gstglwindow_viv_fb_egl.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -863,7 +876,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_viv_fb_la-gstgldisplay_viv_fb.Plo + -rm -f ./$(DEPDIR)/libgstgl_viv_fb_la-gstglwindow_viv_fb_egl.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -884,16 +898,16 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-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 diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/wayland/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/wayland/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/wayland/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/wayland/Makefile.in 2018-10-02 21:53:46.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,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)/libgstgl_wayland_la-gstgldisplay_wayland.Plo \ + ./$(DEPDIR)/libgstgl_wayland_la-gstglwindow_wayland_egl.Plo \ + ./$(DEPDIR)/libgstgl_wayland_la-wayland_event_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) @@ -682,9 +686,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_wayland_la-gstgldisplay_wayland.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_wayland_la-gstglwindow_wayland_egl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_wayland_la-wayland_event_source.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_wayland_la-gstgldisplay_wayland.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_wayland_la-gstglwindow_wayland_egl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_wayland_la-wayland_event_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$$||'`;\ @@ -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,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_wayland_la-gstgldisplay_wayland.Plo + -rm -f ./$(DEPDIR)/libgstgl_wayland_la-gstglwindow_wayland_egl.Plo + -rm -f ./$(DEPDIR)/libgstgl_wayland_la-wayland_event_source.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -929,7 +944,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_wayland_la-gstgldisplay_wayland.Plo + -rm -f ./$(DEPDIR)/libgstgl_wayland_la-gstglwindow_wayland_egl.Plo + -rm -f ./$(DEPDIR)/libgstgl_wayland_la-wayland_event_source.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -950,20 +967,21 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-libgstgl_waylandincludeHEADERS \ - 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 tags tags-am uninstall \ - uninstall-am uninstall-libgstgl_waylandincludeHEADERS +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-libgstgl_waylandincludeHEADERS 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 \ + tags tags-am uninstall uninstall-am \ + uninstall-libgstgl_waylandincludeHEADERS .PRECIOUS: Makefile diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/win32/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/win32/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/win32/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/win32/Makefile.in 2018-10-02 21:53:46.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, @@ -166,7 +166,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)/libgstgl_win32_la-gstglcontext_wgl.Plo \ + ./$(DEPDIR)/libgstgl_win32_la-gstglwindow_win32.Plo \ + ./$(DEPDIR)/libgstgl_win32_la-win32_message_source.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -617,8 +621,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,9 +654,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_win32_la-gstglcontext_wgl.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_win32_la-gstglwindow_win32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_win32_la-win32_message_source.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_win32_la-gstglcontext_wgl.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_win32_la-gstglwindow_win32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_win32_la-win32_message_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$$||'`;\ @@ -757,7 +767,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)'; \ @@ -827,7 +840,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_win32_la-gstglcontext_wgl.Plo + -rm -f ./$(DEPDIR)/libgstgl_win32_la-gstglwindow_win32.Plo + -rm -f ./$(DEPDIR)/libgstgl_win32_la-win32_message_source.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -873,7 +888,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_win32_la-gstglcontext_wgl.Plo + -rm -f ./$(DEPDIR)/libgstgl_win32_la-gstglwindow_win32.Plo + -rm -f ./$(DEPDIR)/libgstgl_win32_la-win32_message_source.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -894,16 +911,16 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-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 diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/x11/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/x11/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/gl/x11/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/gl/x11/Makefile.in 2018-10-02 21:53:47.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, @@ -167,7 +167,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)/libgstgl_x11_la-gstglcontext_glx.Plo \ + ./$(DEPDIR)/libgstgl_x11_la-gstgldisplay_x11.Plo \ + ./$(DEPDIR)/libgstgl_x11_la-gstglwindow_x11.Plo \ + ./$(DEPDIR)/libgstgl_x11_la-xcb_event_source.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -648,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) @@ -681,10 +686,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-gstglcontext_glx.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-gstgldisplay_x11.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-gstglwindow_x11.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-xcb_event_source.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-gstglcontext_glx.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-gstgldisplay_x11.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-gstglwindow_x11.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgl_x11_la-xcb_event_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$$||'`;\ @@ -817,7 +828,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 +904,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_x11_la-gstglcontext_glx.Plo + -rm -f ./$(DEPDIR)/libgstgl_x11_la-gstgldisplay_x11.Plo + -rm -f ./$(DEPDIR)/libgstgl_x11_la-gstglwindow_x11.Plo + -rm -f ./$(DEPDIR)/libgstgl_x11_la-xcb_event_source.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -936,7 +953,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgl_x11_la-gstglcontext_glx.Plo + -rm -f ./$(DEPDIR)/libgstgl_x11_la-gstgldisplay_x11.Plo + -rm -f ./$(DEPDIR)/libgstgl_x11_la-gstglwindow_x11.Plo + -rm -f ./$(DEPDIR)/libgstgl_x11_la-xcb_event_source.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -957,19 +977,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-noinstLTLIBRARIES 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-libgstgl_x11includeHEADERS 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 tags tags-am uninstall uninstall-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-noinstLTLIBRARIES \ + 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-libgstgl_x11includeHEADERS 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 \ + tags tags-am uninstall uninstall-am \ uninstall-libgstgl_x11includeHEADERS .PRECIOUS: Makefile diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/Makefile.in 2018-10-02 21:53:45.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,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 @@ -630,8 +630,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) @@ -748,7 +748,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-base1.0-1.14.1/gst-libs/gst/pbutils/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/pbutils/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/pbutils/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/pbutils/Makefile.in 2018-10-02 21:53:47.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,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)/libgstpbutils_@GST_API_VERSION@_la-codec-utils.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-descriptions.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-profile.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-target.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstaudiovisualizer.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer-types.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstpluginsbaseversion.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-install-plugins.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-missing-plugins.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils-enumtypes.Plo \ + ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -746,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/gst-glib-gen.mak $(am__empty): @@ -806,18 +818,24 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-codec-utils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-descriptions.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-profile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-target.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstaudiovisualizer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer-types.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstpluginsbaseversion.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-install-plugins.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-missing-plugins.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils-enumtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-codec-utils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-descriptions.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-profile.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-target.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstaudiovisualizer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer-types.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstpluginsbaseversion.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-install-plugins.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-missing-plugins.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils-enumtypes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils.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$$||'`;\ @@ -1069,7 +1087,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)'; \ @@ -1147,7 +1168,18 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-codec-utils.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-descriptions.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-profile.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-target.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstaudiovisualizer.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer-types.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstpluginsbaseversion.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-install-plugins.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-missing-plugins.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1196,7 +1228,18 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-codec-utils.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-descriptions.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-profile.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-encoding-target.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstaudiovisualizer.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer-types.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstdiscoverer.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-gstpluginsbaseversion.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-install-plugins.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-missing-plugins.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstpbutils_@GST_API_VERSION@_la-pbutils.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1220,9 +1263,9 @@ .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 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-libLTLIBRARIES clean-libtool 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-base1.0-1.14.1/gst-libs/gst/pbutils/pbutils_mkenum.py gst-plugins-base1.0-1.14.4/gst-libs/gst/pbutils/pbutils_mkenum.py --- gst-plugins-base1.0-1.14.1/gst-libs/gst/pbutils/pbutils_mkenum.py 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/pbutils/pbutils_mkenum.py 2018-05-20 15:46:50.000000000 +0000 @@ -37,7 +37,7 @@ for arg in sys.argv[1:]: cmd.append(arg) argn += 1 - if arg.endswith('glib-mkenums'): + if os.path.splitext(arg)[0].endswith('glib-mkenums'): break ofilename = sys.argv[argn] headers = sys.argv[argn + 1:] diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/riff/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/riff/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/riff/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/riff/Makefile.in 2018-10-02 21:53:47.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,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)/libgstriff_@GST_API_VERSION@_la-riff-media.Plo \ + ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-read.Plo \ + ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -631,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) @@ -688,9 +692,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-media.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-read.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-media.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-read.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff.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$$||'`;\ @@ -770,7 +780,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)'; \ @@ -843,7 +856,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-media.Plo + -rm -f ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-read.Plo + -rm -f ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic @@ -888,7 +903,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-media.Plo + -rm -f ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff-read.Plo + -rm -f ./$(DEPDIR)/libgstriff_@GST_API_VERSION@_la-riff.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -910,7 +927,7 @@ .MAKE: install-am install-strip -.PHONY: all all-am check check-am clean clean-generic \ +.PHONY: all all-am am--depfiles check check-am clean clean-generic \ clean-libLTLIBRARIES clean-libtool cscopelist-am ctags-am \ distclean distclean-compile distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/rtp/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/rtp/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/rtp/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/rtp/Makefile.in 2018-10-02 21:53:47.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,16 @@ 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_@GST_API_VERSION@_la-gstrtcpbuffer.Plo \ + ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtp-enumtypes.Plo \ + ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbaseaudiopayload.Plo \ + ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasedepayload.Plo \ + ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasepayload.Plo \ + ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbuffer.Plo \ + ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtphdrext.Plo \ + ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtppayloads.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -706,8 +715,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): @@ -764,14 +773,20 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtcpbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtp-enumtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbaseaudiopayload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasedepayload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasepayload.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbuffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtphdrext.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtppayloads.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtcpbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtp-enumtypes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbaseaudiopayload.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasedepayload.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasepayload.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbuffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtphdrext.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtppayloads.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$$||'`;\ @@ -995,7 +1010,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)'; \ @@ -1072,7 +1090,14 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtcpbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtp-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbaseaudiopayload.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasedepayload.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasepayload.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtphdrext.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtppayloads.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1119,7 +1144,14 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtcpbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtp-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbaseaudiopayload.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasedepayload.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbasepayload.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtpbuffer.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtphdrext.Plo + -rm -f ./$(DEPDIR)/libgstrtp_@GST_API_VERSION@_la-gstrtppayloads.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1143,9 +1175,9 @@ .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 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-libLTLIBRARIES clean-libtool 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-base1.0-1.14.1/gst-libs/gst/rtp/rtp_mkenum.py gst-plugins-base1.0-1.14.4/gst-libs/gst/rtp/rtp_mkenum.py --- gst-plugins-base1.0-1.14.1/gst-libs/gst/rtp/rtp_mkenum.py 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/rtp/rtp_mkenum.py 2018-05-20 15:46:50.000000000 +0000 @@ -37,7 +37,7 @@ for arg in sys.argv[1:]: cmd.append(arg) argn += 1 - if arg.endswith('glib-mkenums'): + if os.path.splitext(arg)[0].endswith('glib-mkenums'): break ofilename = sys.argv[argn] headers = sys.argv[argn + 1:] diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/rtsp/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/rtsp/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/rtsp/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/rtsp/Makefile.in 2018-10-02 21:53:47.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,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)/libgstrtsp_@GST_API_VERSION@_la-gstrtsp-enumtypes.Plo \ + ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspconnection.Plo \ + ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspdefs.Plo \ + ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspextension.Plo \ + ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspmessage.Plo \ + ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsprange.Plo \ + ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsptransport.Plo \ + ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspurl.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -711,8 +719,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): @@ -769,14 +777,20 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsp-enumtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspconnection.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspdefs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspextension.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspmessage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsprange.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsptransport.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspurl.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsp-enumtypes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspconnection.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspdefs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspextension.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspmessage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsprange.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsptransport.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspurl.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$$||'`;\ @@ -1000,7 +1014,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)'; \ @@ -1077,7 +1094,14 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsp-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspconnection.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspdefs.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspextension.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspmessage.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsprange.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsptransport.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspurl.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1124,7 +1148,14 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsp-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspconnection.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspdefs.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspextension.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspmessage.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsprange.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtsptransport.Plo + -rm -f ./$(DEPDIR)/libgstrtsp_@GST_API_VERSION@_la-gstrtspurl.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1148,9 +1179,9 @@ .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 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-libLTLIBRARIES clean-libtool 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-base1.0-1.14.1/gst-libs/gst/rtsp/rtsp_mkenum.py gst-plugins-base1.0-1.14.4/gst-libs/gst/rtsp/rtsp_mkenum.py --- gst-plugins-base1.0-1.14.1/gst-libs/gst/rtsp/rtsp_mkenum.py 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/rtsp/rtsp_mkenum.py 2018-05-20 15:46:50.000000000 +0000 @@ -39,7 +39,7 @@ for arg in sys.argv[1:]: cmd.append(arg) argn += 1 - if arg.endswith('glib-mkenums'): + if os.path.splitext(arg)[0].endswith('glib-mkenums'): break ofilename = sys.argv[argn] headers = sys.argv[argn + 1:] diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/sdp/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/sdp/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/sdp/Makefile.in 2018-05-17 12:18:07.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/sdp/Makefile.in 2018-10-02 21:53:47.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, @@ -195,7 +195,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)/libgstsdp_@GST_API_VERSION@_la-gstmikey.Plo \ + ./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstsdpmessage.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -650,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) @@ -707,8 +710,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstmikey.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstsdpmessage.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstmikey.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstsdpmessage.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$$||'`;\ @@ -869,7 +878,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)'; \ @@ -943,7 +955,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstmikey.Plo + -rm -f ./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstsdpmessage.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -990,7 +1003,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstmikey.Plo + -rm -f ./$(DEPDIR)/libgstsdp_@GST_API_VERSION@_la-gstsdpmessage.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1012,9 +1026,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool 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-libLTLIBRARIES clean-libtool 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-base1.0-1.14.1/gst-libs/gst/tag/gsttagdemux.c gst-plugins-base1.0-1.14.4/gst-libs/gst/tag/gsttagdemux.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/tag/gsttagdemux.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/tag/gsttagdemux.c 2018-09-30 20:18:13.000000000 +0000 @@ -329,10 +329,6 @@ if (old_caps == NULL || !gst_caps_is_equal (new_caps, old_caps)) { GstEvent *event; - guint group_id; - gboolean have_group_id; - gchar *stream_id = gst_pad_create_stream_id (tagdemux->priv->srcpad, - GST_ELEMENT_CAST (tagdemux), NULL); gst_caps_replace (&tagdemux->priv->src_caps, new_caps); @@ -342,23 +338,16 @@ event = gst_pad_get_sticky_event (tagdemux->priv->sinkpad, GST_EVENT_STREAM_START, 0); - if (event) { - if (gst_event_parse_group_id (event, &group_id)) - have_group_id = TRUE; - else - have_group_id = FALSE; - gst_event_unref (event); - } else { - have_group_id = TRUE; - group_id = gst_util_group_id_next (); + if (!event) { + gchar *stream_id = gst_pad_create_stream_id (tagdemux->priv->srcpad, + GST_ELEMENT_CAST (tagdemux), NULL); + GST_DEBUG_OBJECT (tagdemux, "Creating new STREAM_START event"); + event = gst_event_new_stream_start (stream_id); + g_free (stream_id); + gst_event_set_group_id (event, gst_util_group_id_next ()); } - - event = gst_event_new_stream_start (stream_id); - if (have_group_id) - gst_event_set_group_id (event, group_id); - gst_pad_push_event (tagdemux->priv->srcpad, event); - g_free (stream_id); + gst_pad_set_caps (tagdemux->priv->srcpad, tagdemux->priv->src_caps); } else { /* Caps never changed */ @@ -1026,7 +1015,7 @@ /* Read and interpret any end tag when activating in pull_range. * Returns FALSE if pad activation should fail. */ -static gboolean +static GstFlowReturn gst_tag_demux_pull_end_tag (GstTagDemux * demux, GstTagList ** tags) { GstTagDemuxResult parse_ret; @@ -1035,7 +1024,6 @@ GstTagList *new_tags = NULL; GstBuffer *buffer = NULL; gboolean have_tag; - gboolean res = FALSE; guint64 offset; guint tagsize; gsize bsize; @@ -1047,12 +1035,12 @@ if (klass->min_end_size == 0) { GST_DEBUG_OBJECT (demux, "Not looking for tag at the end"); - return TRUE; + return GST_FLOW_OK; } if (demux->priv->upstream_size < klass->min_end_size) { GST_DEBUG_OBJECT (demux, "File too small"); - return TRUE; + return GST_FLOW_OK; } /* Pull enough to identify the tag and retrieve its total size */ @@ -1072,6 +1060,7 @@ if (bsize < klass->min_end_size) { GST_DEBUG_OBJECT (demux, "Only managed to read %" G_GSIZE_FORMAT " bytes" "from file (required: %u bytes)", bsize, klass->min_end_size); + flow_ret = GST_FLOW_EOS; goto done; } @@ -1079,6 +1068,7 @@ if (!have_tag) { GST_DEBUG_OBJECT (demux, "Could not find tag at end"); + flow_ret = GST_FLOW_OK; goto done; } @@ -1114,6 +1104,7 @@ if (bsize < tagsize) { GST_DEBUG_OBJECT (demux, "Only managed to read %" G_GSIZE_FORMAT " bytes from file", bsize); + flow_ret = GST_FLOW_EOS; goto done; } } @@ -1130,13 +1121,13 @@ switch (parse_ret) { case GST_TAG_DEMUX_RESULT_OK: - res = TRUE; + flow_ret = GST_FLOW_OK; demux->priv->strip_end = newsize; GST_DEBUG_OBJECT (demux, "Read tag at end, size %d", demux->priv->strip_end); break; case GST_TAG_DEMUX_RESULT_BROKEN_TAG: - res = TRUE; + flow_ret = GST_FLOW_OK; demux->priv->strip_end = newsize; GST_WARNING_OBJECT (demux, "Ignoring broken tag at end, size %d", demux->priv->strip_end); @@ -1157,12 +1148,12 @@ gst_tag_list_unref (new_tags); if (buffer) gst_buffer_unref (buffer); - return res; + return flow_ret; } /* Read and interpret any tag at the start when activating in * pull_range. Returns FALSE if pad activation should fail. */ -static gboolean +static GstFlowReturn gst_tag_demux_pull_start_tag (GstTagDemux * demux, GstTagList ** tags) { GstTagDemuxResult parse_ret; @@ -1171,7 +1162,6 @@ GstTagList *new_tags = NULL; GstBuffer *buffer = NULL; gboolean have_tag; - gboolean res = FALSE; guint req, tagsize; gsize bsize; @@ -1182,7 +1172,7 @@ if (klass->min_start_size == 0) { GST_DEBUG_OBJECT (demux, "Not looking for tag at the beginning"); - return TRUE; + return GST_FLOW_OK; } /* Handle tag at start. Try with 4kB to start with */ @@ -1201,6 +1191,7 @@ if (bsize < klass->min_start_size) { GST_DEBUG_OBJECT (demux, "Only managed to read %" G_GSIZE_FORMAT " bytes from file - no tag in this file", bsize); + flow_ret = GST_FLOW_EOS; goto done; } @@ -1208,7 +1199,7 @@ if (!have_tag) { GST_DEBUG_OBJECT (demux, "Could not find start tag"); - res = TRUE; + flow_ret = GST_FLOW_OK; goto done; } @@ -1240,6 +1231,7 @@ " bytes from file", bsize); GST_ELEMENT_ERROR (demux, STREAM, DECODE, (_("Failed to read tag: not enough data")), (NULL)); + flow_ret = GST_FLOW_EOS; goto done; } } @@ -1253,12 +1245,12 @@ switch (parse_ret) { case GST_TAG_DEMUX_RESULT_OK: - res = TRUE; + flow_ret = GST_FLOW_OK; demux->priv->strip_start = newsize; GST_DEBUG_OBJECT (demux, "Read start tag of size %d", newsize); break; case GST_TAG_DEMUX_RESULT_BROKEN_TAG: - res = TRUE; + flow_ret = GST_FLOW_OK; demux->priv->strip_start = newsize; GST_WARNING_OBJECT (demux, "Ignoring broken start tag of size %d", demux->priv->strip_start); @@ -1279,7 +1271,7 @@ gst_tag_list_unref (new_tags); if (buffer) gst_buffer_unref (buffer); - return res; + return flow_ret; } /* This function operates similarly to gst_type_find_element_loop @@ -1309,8 +1301,15 @@ demux->priv->strip_end = 0; /* 1 - Read tags */ - s_tag_ok = gst_tag_demux_pull_start_tag (demux, &start_tags); - e_tag_ok = gst_tag_demux_pull_end_tag (demux, &end_tags); + ret = gst_tag_demux_pull_start_tag (demux, &start_tags); + if (ret != GST_FLOW_OK && ret != GST_FLOW_EOS) + goto read_tag_error; + s_tag_ok = ret == GST_FLOW_OK; + ret = gst_tag_demux_pull_end_tag (demux, &end_tags); + if (ret != GST_FLOW_OK && ret != GST_FLOW_EOS) + goto read_tag_error; + e_tag_ok = ret == GST_FLOW_OK; + ret = GST_FLOW_OK; klass = GST_TAG_DEMUX_CLASS (G_OBJECT_GET_CLASS (demux)); @@ -1329,6 +1328,7 @@ if (end_tags) gst_tag_list_unref (end_tags); + /* Only happens if both are EOS, i.e. not enough data could be read */ if (!e_tag_ok && !s_tag_ok) goto no_tags; @@ -1344,11 +1344,13 @@ if (GST_PAD_MODE (demux->priv->srcpad) == GST_PAD_MODE_PULL) goto skip_typefinding; - caps = gst_type_find_helper_get_range (GST_OBJECT (demux), NULL, + ret = gst_type_find_helper_get_range_full (GST_OBJECT (demux), NULL, (GstTypeFindHelperGetRangeFunction) gst_tag_demux_read_range, demux->priv->upstream_size - (demux->priv->strip_start + demux->priv->strip_end), NULL, - &probability); + &caps, &probability); + if (ret != GST_FLOW_OK) + goto read_tag_error; GST_INFO_OBJECT (demux, "Found type %" GST_PTR_FORMAT " with a " "probability of %u", caps, probability); @@ -1380,6 +1382,12 @@ ("Could not get stream size"), (NULL)); return GST_FLOW_ERROR; } +read_tag_error: + { + if (ret == GST_FLOW_NOT_LINKED || ret < GST_FLOW_EOS) + GST_ELEMENT_FLOW_ERROR (demux, ret); + return ret; + } no_tags: { GST_ELEMENT_ERROR (demux, STREAM, TYPE_NOT_FOUND, diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/tag/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/tag/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/tag/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/tag/Makefile.in 2018-10-02 21:53:47.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, @@ -240,7 +240,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)/libgsttag_@GST_API_VERSION@_la-gstexiftag.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstid3tag.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagdemux.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttageditingprivate.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagmux.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstvorbistag.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstxmptag.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2frames.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-lang.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-licenses.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tag-enumtypes.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tags.Plo \ + ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-xmpwriter.Plo \ + ./$(DEPDIR)/mklangtables-mklangtables.Po \ + ./$(DEPDIR)/mklicensestables-mklicensestables.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -748,8 +765,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): @@ -814,22 +831,28 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstexiftag.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstid3tag.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagdemux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttageditingprivate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagmux.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstvorbistag.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstxmptag.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2frames.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-lang.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-licenses.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tag-enumtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tags.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-xmpwriter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mklangtables-mklangtables.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mklicensestables-mklicensestables.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstexiftag.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstid3tag.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagdemux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttageditingprivate.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagmux.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstvorbistag.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstxmptag.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2frames.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-lang.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-licenses.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tag-enumtypes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tags.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-xmpwriter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mklangtables-mklangtables.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mklicensestables-mklicensestables.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$$||'`;\ @@ -1144,7 +1167,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)'; \ @@ -1221,7 +1247,22 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstexiftag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstid3tag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagdemux.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttageditingprivate.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagmux.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstvorbistag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstxmptag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2frames.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-lang.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-licenses.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tag-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tags.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-xmpwriter.Plo + -rm -f ./$(DEPDIR)/mklangtables-mklangtables.Po + -rm -f ./$(DEPDIR)/mklicensestables-mklicensestables.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1269,7 +1310,22 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstexiftag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstid3tag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagdemux.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttageditingprivate.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gsttagmux.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstvorbistag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-gstxmptag.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-id3v2frames.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-lang.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-licenses.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tag-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-tags.Plo + -rm -f ./$(DEPDIR)/libgsttag_@GST_API_VERSION@_la-xmpwriter.Plo + -rm -f ./$(DEPDIR)/mklangtables-mklangtables.Po + -rm -f ./$(DEPDIR)/mklicensestables-mklicensestables.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1293,9 +1349,9 @@ .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 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-libLTLIBRARIES clean-libtool 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-base1.0-1.14.1/gst-libs/gst/tag/tag_mkenum.py gst-plugins-base1.0-1.14.4/gst-libs/gst/tag/tag_mkenum.py --- gst-plugins-base1.0-1.14.1/gst-libs/gst/tag/tag_mkenum.py 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/tag/tag_mkenum.py 2018-05-20 15:46:50.000000000 +0000 @@ -37,7 +37,7 @@ for arg in sys.argv[1:]: cmd.append(arg) argn += 1 - if arg.endswith('glib-mkenums'): + if os.path.splitext(arg)[0].endswith('glib-mkenums'): break ofilename = sys.argv[argn] headers = sys.argv[argn + 1:] diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/video/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/gst/video/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/gst/video/Makefile.in 2018-05-17 12:18:08.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/video/Makefile.in 2018-10-02 21:53:47.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, @@ -268,7 +268,42 @@ 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)/libgstvideo_@GST_API_VERSION@_la-colorbalance.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalancechannel.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-convertframe.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoaffinetransformationmeta.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideodecoder.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoencoder.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideofilter.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideometa.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideopool.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideosink.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideotimecode.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutils.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutilsprivate.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-navigation.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-tmp-orc.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-blend.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-chroma.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-color.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-converter.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-dither.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-enumtypes.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-event.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-format.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-frame.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-info.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-multiview.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-overlay-composition.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-resampler.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-scaler.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-tile.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videodirection.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videoorientation.Plo \ + ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videooverlay.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -825,8 +860,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 $(top_srcdir)/common/gst-glib-gen.mak $(am__empty): @@ -883,40 +918,46 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalance.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalancechannel.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-convertframe.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoaffinetransformationmeta.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideodecoder.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoencoder.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideofilter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideometa.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideopool.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideosink.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideotimecode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutilsprivate.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-navigation.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-tmp-orc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-blend.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-chroma.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-color.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-converter.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-dither.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-enumtypes.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-event.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-format.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-frame.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-info.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-multiview.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-overlay-composition.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-resampler.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-scaler.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-tile.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videodirection.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videoorientation.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videooverlay.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalance.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalancechannel.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-convertframe.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoaffinetransformationmeta.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideodecoder.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoencoder.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideofilter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideometa.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideopool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideosink.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideotimecode.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutilsprivate.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-navigation.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-tmp-orc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-blend.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-chroma.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-color.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-converter.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-dither.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-enumtypes.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-event.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-format.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-frame.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-info.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-multiview.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-overlay-composition.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-resampler.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-scaler.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-tile.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videodirection.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videoorientation.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videooverlay.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$$||'`;\ @@ -1322,7 +1363,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)'; \ @@ -1402,7 +1446,40 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalance.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalancechannel.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-convertframe.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoaffinetransformationmeta.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideodecoder.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoencoder.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideofilter.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideometa.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideopool.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideosink.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideotimecode.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutils.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutilsprivate.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-navigation.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-tmp-orc.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-blend.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-chroma.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-color.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-converter.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-dither.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-event.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-format.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-frame.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-info.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-multiview.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-overlay-composition.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-resampler.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-scaler.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-tile.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videodirection.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videoorientation.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videooverlay.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1451,7 +1528,40 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalance.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-colorbalancechannel.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-convertframe.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoaffinetransformationmeta.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideodecoder.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoencoder.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideofilter.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideometa.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideopool.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideosink.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideotimecode.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutils.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-gstvideoutilsprivate.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-navigation.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-tmp-orc.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-blend.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-chroma.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-color.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-converter.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-dither.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-enumtypes.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-event.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-format.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-frame.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-info.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-multiview.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-overlay-composition.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-resampler.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-scaler.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video-tile.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-video.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videodirection.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videoorientation.Plo + -rm -f ./$(DEPDIR)/libgstvideo_@GST_API_VERSION@_la-videooverlay.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1475,14 +1585,14 @@ .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-local 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-girDATA install-html \ - install-html-am install-info install-info-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libLTLIBRARIES clean-libtool clean-local \ + 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-girDATA \ + install-html install-html-am install-info install-info-am \ install-libLTLIBRARIES \ install-libgstvideo_@GST_API_VERSION@includeHEADERS \ install-man \ diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/video/video-color.c gst-plugins-base1.0-1.14.4/gst-libs/gst/video/video-color.c --- gst-plugins-base1.0-1.14.1/gst-libs/gst/video/video-color.c 2018-04-23 18:25:29.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/video/video-color.c 2018-06-27 13:09:30.000000000 +0000 @@ -187,8 +187,8 @@ * gst_video_color_range_offsets: * @range: a #GstVideoColorRange * @info: a #GstVideoFormatInfo - * @offset: (out) (array fixed-size=4): output offsets - * @scale: (out) (array fixed-size=4): output scale + * @offset: (out caller-allocates) (array fixed-size=4): output offsets + * @scale: (out caller-allocates) (array fixed-size=4): output scale * * Compute the offset and scale values for each component of @info. For each * component, (c[i] - offset[i]) / scale[i] will scale the component c[i] to the diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/gst/video/video_mkenum.py gst-plugins-base1.0-1.14.4/gst-libs/gst/video/video_mkenum.py --- gst-plugins-base1.0-1.14.1/gst-libs/gst/video/video_mkenum.py 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/gst/video/video_mkenum.py 2018-05-20 15:46:50.000000000 +0000 @@ -37,7 +37,7 @@ for arg in sys.argv[1:]: cmd.append(arg) argn += 1 - if arg.endswith('glib-mkenums'): + if os.path.splitext(arg)[0].endswith('glib-mkenums'): break ofilename = sys.argv[argn] headers = sys.argv[argn + 1:] diff -Nru gst-plugins-base1.0-1.14.1/gst-libs/Makefile.in gst-plugins-base1.0-1.14.4/gst-libs/Makefile.in --- gst-plugins-base1.0-1.14.1/gst-libs/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-libs/Makefile.in 2018-10-02 21:53:45.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, @@ -165,7 +165,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 @@ -595,8 +595,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,7 +713,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-base1.0-1.14.1/gst-plugins-base.doap gst-plugins-base1.0-1.14.4/gst-plugins-base.doap --- gst-plugins-base1.0-1.14.1/gst-plugins-base.doap 2018-05-17 12:17:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/gst-plugins-base.doap 2018-10-02 21:53:28.000000000 +0000 @@ -36,6 +36,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-base1.0-1.14.1/install-sh gst-plugins-base1.0-1.14.4/install-sh --- gst-plugins-base1.0-1.14.1/install-sh 2018-05-17 12:18:05.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/install-sh 2018-10-02 21:53:44.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-base1.0-1.14.1/ltmain.sh gst-plugins-base1.0-1.14.4/ltmain.sh --- gst-plugins-base1.0-1.14.1/ltmain.sh 2018-05-17 12:17:58.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/ltmain.sh 2018-10-02 21:53:37.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-base1.0-1.14.1/m4/gst-gl.m4 gst-plugins-base1.0-1.14.4/m4/gst-gl.m4 --- gst-plugins-base1.0-1.14.1/m4/gst-gl.m4 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/m4/gst-gl.m4 2018-07-18 13:32:30.000000000 +0000 @@ -897,6 +897,7 @@ GST_GL_HAVE_GLUINT64=0 GST_GL_HAVE_GLINT64=0 GST_GL_HAVE_EGLATTRIB=0 +GST_GL_HAVE_EGLUINT64KHR=0 old_CFLAGS=$CFLAGS CFLAGS="$GL_CFLAGS $CFLAGS" @@ -945,6 +946,11 @@ if test "x$ac_cv_type_EGLAttrib" = "xyes"; then GST_GL_HAVE_EGLATTRIB=1 fi + + AC_CHECK_TYPES(EGLuint64KHR, [], [], [[$EGL_INCLUDES]]) + if test "x$ac_cv_type_EGLuint64KHR" = "xyes"; then + GST_GL_HAVE_EGLUINT64KHR=1 + fi fi CFLAGS=$old_CFLAGS @@ -958,6 +964,7 @@ #define GST_GL_HAVE_GLUINT64 $GST_GL_HAVE_GLUINT64 #define GST_GL_HAVE_GLINT64 $GST_GL_HAVE_GLINT64 #define GST_GL_HAVE_EGLATTRIB $GST_GL_HAVE_EGLATTRIB +#define GST_GL_HAVE_EGLUINT64KHR $GST_GL_HAVE_EGLUINT64KHR " AC_CONFIG_COMMANDS([gst-libs/gst/gl/gstglconfig.h], [ diff -Nru gst-plugins-base1.0-1.14.1/m4/Makefile.in gst-plugins-base1.0-1.14.4/m4/Makefile.in --- gst-plugins-base1.0-1.14.1/m4/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/m4/Makefile.in 2018-10-02 21:53:49.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, @@ -557,8 +557,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) @@ -582,7 +582,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-base1.0-1.14.1/Makefile.in gst-plugins-base1.0-1.14.4/Makefile.in --- gst-plugins-base1.0-1.14.1/Makefile.in 2018-05-17 12:18:06.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/Makefile.in 2018-10-02 21:53:44.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, @@ -177,7 +177,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, @@ -700,8 +700,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): @@ -844,7 +844,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-base1.0-1.14.1/meson.build gst-plugins-base1.0-1.14.4/meson.build --- gst-plugins-base1.0-1.14.1/meson.build 2018-05-17 12:17:50.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/meson.build 2018-10-02 21:53:28.000000000 +0000 @@ -1,6 +1,6 @@ project('gst-plugins-base', '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-base1.0-1.14.1/missing gst-plugins-base1.0-1.14.4/missing --- gst-plugins-base1.0-1.14.1/missing 2018-05-17 12:18:05.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/missing 2018-10-02 21:53:44.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-base1.0-1.14.1/NEWS gst-plugins-base1.0-1.14.4/NEWS --- gst-plugins-base1.0-1.14.1/NEWS 2018-05-17 12:21:46.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/NEWS 2018-10-02 21:58:04.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-base1.0-1.14.1/pkgconfig/Makefile.in gst-plugins-base1.0-1.14.4/pkgconfig/Makefile.in --- gst-plugins-base1.0-1.14.1/pkgconfig/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/pkgconfig/Makefile.in 2018-10-02 21:53:49.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, @@ -656,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) @@ -754,7 +754,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-base1.0-1.14.1/po/af.po gst-plugins-base1.0-1.14.4/po/af.po --- gst-plugins-base1.0-1.14.1/po/af.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/af.po 2018-10-02 21:58:22.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:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" diff -Nru gst-plugins-base1.0-1.14.1/po/az.po gst-plugins-base1.0-1.14.4/po/az.po --- gst-plugins-base1.0-1.14.1/po/az.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/az.po 2018-10-02 21:58:22.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:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" diff -Nru gst-plugins-base1.0-1.14.1/po/bg.po gst-plugins-base1.0-1.14.4/po/bg.po --- gst-plugins-base1.0-1.14.1/po/bg.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/bg.po 2018-10-02 21:58:22.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.7.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-02-21 21:03+0200\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/ca.po gst-plugins-base1.0-1.14.4/po/ca.po --- gst-plugins-base1.0-1.14.1/po/ca.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/ca.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2012-01-01 14:19+0100\n" "Last-Translator: Gil Forcada \n" "Language-Team: Catalan \n" diff -Nru gst-plugins-base1.0-1.14.1/po/cs.po gst-plugins-base1.0-1.14.4/po/cs.po --- gst-plugins-base1.0-1.14.1/po/cs.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/cs.po 2018-10-02 21:58:22.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base-1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2017-09-13 15:20+0200\n" "Last-Translator: Marek Černocký \n" "Language-Team: Czech \n" diff -Nru gst-plugins-base1.0-1.14.1/po/da.po gst-plugins-base1.0-1.14.4/po/da.po --- gst-plugins-base1.0-1.14.1/po/da.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/da.po 2018-10-02 21:58:22.000000000 +0000 @@ -33,7 +33,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-03 16:38+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" diff -Nru gst-plugins-base1.0-1.14.1/po/de.po gst-plugins-base1.0-1.14.4/po/de.po --- gst-plugins-base1.0-1.14.1/po/de.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/de.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-01 23:00+0100\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" diff -Nru gst-plugins-base1.0-1.14.1/po/el.po gst-plugins-base1.0-1.14.4/po/el.po --- gst-plugins-base1.0-1.14.1/po/el.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/el.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2012-05-05 19:13+0100\n" "Last-Translator: Savvas Radevic \n" "Language-Team: Greek \n" diff -Nru gst-plugins-base1.0-1.14.1/po/en_GB.po gst-plugins-base1.0-1.14.4/po/en_GB.po --- gst-plugins-base1.0-1.14.1/po/en_GB.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/en_GB.po 2018-10-02 21:58:22.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:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" diff -Nru gst-plugins-base1.0-1.14.1/po/eo.po gst-plugins-base1.0-1.14.4/po/eo.po --- gst-plugins-base1.0-1.14.1/po/eo.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/eo.po 2018-10-02 21:58:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2011-06-04 21:11+0100\n" "Last-Translator: Kristjan SCHMIDT \n" "Language-Team: Esperanto \n" diff -Nru gst-plugins-base1.0-1.14.1/po/es.po gst-plugins-base1.0-1.14.4/po/es.po --- gst-plugins-base1.0-1.14.1/po/es.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/es.po 2018-10-02 21:58:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 0.10.32.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2011-10-02 15:46+0200\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" diff -Nru gst-plugins-base1.0-1.14.1/po/eu.po gst-plugins-base1.0-1.14.4/po/eu.po --- gst-plugins-base1.0-1.14.1/po/eu.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/eu.po 2018-10-02 21:58:22.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base-0.10.26.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2010-03-25 12:32+0100\n" "Last-Translator: Mikel Olasagasti Uranga \n" "Language-Team: Basque \n" diff -Nru gst-plugins-base1.0-1.14.1/po/fi.po gst-plugins-base1.0-1.14.4/po/fi.po --- gst-plugins-base1.0-1.14.1/po/fi.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/fi.po 2018-10-02 21:58:22.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2010-12-31 23:21+0200\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" diff -Nru gst-plugins-base1.0-1.14.1/po/fr.po gst-plugins-base1.0-1.14.4/po/fr.po --- gst-plugins-base1.0-1.14.1/po/fr.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/fr.po 2018-10-02 21:58:22.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-12-23 20:39+0100\n" "Last-Translator: Stéphane Aulery \n" "Language-Team: French \n" diff -Nru gst-plugins-base1.0-1.14.1/po/fur.po gst-plugins-base1.0-1.14.4/po/fur.po --- gst-plugins-base1.0-1.14.1/po/fur.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/fur.po 2018-10-02 21:58:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2017-02-20 15:34+0100\n" "Last-Translator: Fabio Tomat \n" "Language-Team: Friulian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/gl.po gst-plugins-base1.0-1.14.4/po/gl.po --- gst-plugins-base1.0-1.14.1/po/gl.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/gl.po 2018-10-02 21:58:22.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2012-12-15 03:40+0200\n" "Last-Translator: Fran Dieguez \n" "Language-Team: Galician \n" diff -Nru gst-plugins-base1.0-1.14.1/po/gst-plugins-base-1.0.pot gst-plugins-base1.0-1.14.4/po/gst-plugins-base-1.0.pot --- gst-plugins-base1.0-1.14.1/po/gst-plugins-base-1.0.pot 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/gst-plugins-base-1.0.pot 2018-10-02 21:58:22.000000000 +0000 @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gst-plugins-base 1.14.1\n" +"Project-Id-Version: gst-plugins-base 1.14.4\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -102,19 +102,19 @@ #: gst/playback/gstplaysink.c:2589 gst/playback/gstplaysink.c:2737 #: gst/playback/gstplaysink.c:2768 gst/playback/gstplaysink.c:3146 #: gst/playback/gstplaysink.c:3155 gst/playback/gstplaysink.c:3164 -#: gst/playback/gstplaysink.c:3173 gst/playback/gstplaysink.c:3576 -#: gst/playback/gstplaysink.c:4450 gst/playback/gstplaysinkconvertbin.c:97 +#: gst/playback/gstplaysink.c:3173 gst/playback/gstplaysink.c:3586 +#: gst/playback/gstplaysink.c:4464 gst/playback/gstplaysinkconvertbin.c:97 #: gst/playback/gstplaysinkconvertbin.c:117 gst/playback/gsturidecodebin.c:1472 #: gst/playback/gsturisourcebin.c:1390 #, c-format msgid "Missing element '%s' - check your GStreamer installation." msgstr "" -#: gst/playback/gstdecodebin2.c:1873 gst/playback/gstparsebin.c:1546 +#: gst/playback/gstdecodebin2.c:1873 gst/playback/gstparsebin.c:1556 msgid "Could not determine type of stream" msgstr "" -#: gst/playback/gstdecodebin2.c:2851 gst/playback/gstparsebin.c:2378 +#: gst/playback/gstdecodebin2.c:2851 gst/playback/gstparsebin.c:2388 msgid "This appears to be a text file" msgstr "" @@ -216,7 +216,7 @@ msgid "Error while sending data to \"%s:%d\"." msgstr "" -#: gst-libs/gst/audio/gstaudiobasesrc.c:844 +#: gst-libs/gst/audio/gstaudiobasesrc.c:846 msgid "Can't record audio fast enough" msgstr "" @@ -455,7 +455,7 @@ msgid "Plugin or element of unknown type" msgstr "" -#: gst-libs/gst/tag/gsttagdemux.c:1242 +#: gst-libs/gst/tag/gsttagdemux.c:1233 msgid "Failed to read tag: not enough data" msgstr "" diff -Nru gst-plugins-base1.0-1.14.1/po/hr.po gst-plugins-base1.0-1.14.4/po/hr.po --- gst-plugins-base1.0-1.14.1/po/hr.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/hr.po 2018-10-02 21:58:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base-1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2018-04-17 13:52-0800\n" "Last-Translator: Božidar Putanec \n" "Language-Team: Croatian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/hu.po gst-plugins-base1.0-1.14.4/po/hu.po --- gst-plugins-base1.0-1.14.1/po/hu.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/hu.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2017-03-19 00:47+0100\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/id.po gst-plugins-base1.0-1.14.4/po/id.po --- gst-plugins-base1.0-1.14.1/po/id.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/id.po 2018-10-02 21:58:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-14 20:50+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/it.po gst-plugins-base1.0-1.14.4/po/it.po --- gst-plugins-base1.0-1.14.1/po/it.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/it.po 2018-10-02 21:58:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 0.10.28.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2010-04-28 14:27+0200\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/ja.po gst-plugins-base1.0-1.14.4/po/ja.po --- gst-plugins-base1.0-1.14.1/po/ja.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/ja.po 2018-10-02 21:58:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 0.10.30.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2010-10-25 10:27+0900\n" "Last-Translator: Makoto Kato \n" "Language-Team: Japanese \n" diff -Nru gst-plugins-base1.0-1.14.1/po/lt.po gst-plugins-base1.0-1.14.4/po/lt.po --- gst-plugins-base1.0-1.14.1/po/lt.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/lt.po 2018-10-02 21:58:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base-0.10.15.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2008-03-07 23:43+0200\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/lv.po gst-plugins-base1.0-1.14.4/po/lv.po --- gst-plugins-base1.0-1.14.1/po/lv.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/lv.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.2.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2014-04-20 16:15+0300\n" "Last-Translator: Rihards Prieditis \n" "Language-Team: Latvian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/nb.po gst-plugins-base1.0-1.14.4/po/nb.po --- gst-plugins-base1.0-1.14.1/po/nb.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/nb.po 2018-10-02 21:58:22.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2017-01-05 01:29+0100\n" "Last-Translator: Johnny A. Solbu \n" "Language-Team: Norwegian Bokmaal \n" diff -Nru gst-plugins-base1.0-1.14.1/po/nl.po gst-plugins-base1.0-1.14.4/po/nl.po --- gst-plugins-base1.0-1.14.1/po/nl.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/nl.po 2018-10-02 21:58:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.7.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-02-20 16:39+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff -Nru gst-plugins-base1.0-1.14.1/po/or.po gst-plugins-base1.0-1.14.4/po/or.po --- gst-plugins-base1.0-1.14.1/po/or.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/or.po 2018-10-02 21:58:22.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:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty \n" "Language-Team: Oriya \n" diff -Nru gst-plugins-base1.0-1.14.1/po/pl.po gst-plugins-base1.0-1.14.4/po/pl.po --- gst-plugins-base1.0-1.14.1/po/pl.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/pl.po 2018-10-02 21:58:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-01 20:50+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" diff -Nru gst-plugins-base1.0-1.14.1/po/pt_BR.po gst-plugins-base1.0-1.14.4/po/pt_BR.po --- gst-plugins-base1.0-1.14.1/po/pt_BR.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/pt_BR.po 2018-10-02 21:58:22.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base-1.7.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-05-06 16:47-0300\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" "Language-Team: Romanian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/ru.po gst-plugins-base1.0-1.14.4/po/ru.po --- gst-plugins-base1.0-1.14.1/po/ru.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/ru.po 2018-10-02 21:58:22.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-02 21:17+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/sk.po gst-plugins-base1.0-1.14.4/po/sk.po --- gst-plugins-base1.0-1.14.1/po/sk.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/sk.po 2018-10-02 21:58:22.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.7.90\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-05-20 12:24+0100\n" "Last-Translator: Peter Tuhársky \n" "Language-Team: Slovak \n" diff -Nru gst-plugins-base1.0-1.14.1/po/sl.po gst-plugins-base1.0-1.14.4/po/sl.po --- gst-plugins-base1.0-1.14.1/po/sl.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/sl.po 2018-10-02 21:58:22.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base-1.0.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2013-01-05 10:10+0100\n" "Last-Translator: Klemen Košir \n" "Language-Team: Slovenian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/sq.po gst-plugins-base1.0-1.14.4/po/sq.po --- gst-plugins-base1.0-1.14.1/po/sq.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/sq.po 2018-10-02 21:58:22.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:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/sr.po gst-plugins-base1.0-1.14.4/po/sr.po --- gst-plugins-base1.0-1.14.1/po/sr.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/sr.po 2018-10-02 21:58:22.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base-1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-12-04 14:32+0200\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" diff -Nru gst-plugins-base1.0-1.14.1/po/sv.po gst-plugins-base1.0-1.14.4/po/sv.po --- gst-plugins-base1.0-1.14.1/po/sv.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/sv.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2017-05-21 18:55+0800\n" "Last-Translator: Sebastian Rasmussen \n" "Language-Team: Swedish \n" diff -Nru gst-plugins-base1.0-1.14.1/po/tr.po gst-plugins-base1.0-1.14.4/po/tr.po --- gst-plugins-base1.0-1.14.1/po/tr.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/tr.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2017-07-05 01:40+0300\n" "Last-Translator: Mehmet Kececi \n" "Language-Team: Turkish \n" diff -Nru gst-plugins-base1.0-1.14.1/po/uk.po gst-plugins-base1.0-1.14.4/po/uk.po --- gst-plugins-base1.0-1.14.1/po/uk.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/uk.po 2018-10-02 21:58:22.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-01 20:49+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" diff -Nru gst-plugins-base1.0-1.14.1/po/vi.po gst-plugins-base1.0-1.14.4/po/vi.po --- gst-plugins-base1.0-1.14.1/po/vi.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/vi.po 2018-10-02 21:58:22.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-02 13:29+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" diff -Nru gst-plugins-base1.0-1.14.1/po/zh_CN.po gst-plugins-base1.0-1.14.4/po/zh_CN.po --- gst-plugins-base1.0-1.14.1/po/zh_CN.po 2018-05-17 12:22:01.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/po/zh_CN.po 2018-10-02 21:58:23.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: gst-plugins-base 1.10.0\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2018-05-17 13:22+0100\n" +"POT-Creation-Date: 2018-10-02 22:58+0100\n" "PO-Revision-Date: 2016-11-02 13:38+0800\n" "Last-Translator: Tianze Wang \n" "Language-Team: Chinese (simplified) \n" diff -Nru gst-plugins-base1.0-1.14.1/RELEASE gst-plugins-base1.0-1.14.4/RELEASE --- gst-plugins-base1.0-1.14.1/RELEASE 2018-05-17 12:21:46.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/RELEASE 2018-10-02 21:58:04.000000000 +0000 @@ -1,6 +1,6 @@ -This is GStreamer gst-plugins-base 1.14.1. +This is GStreamer gst-plugins-base 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-base1.0-1.14.1/sys/Makefile.in gst-plugins-base1.0-1.14.4/sys/Makefile.in --- gst-plugins-base1.0-1.14.1/sys/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/sys/Makefile.in 2018-10-02 21:53:49.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, @@ -170,7 +170,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 @@ -611,8 +611,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): @@ -730,7 +730,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-base1.0-1.14.1/sys/ximage/Makefile.in gst-plugins-base1.0-1.14.4/sys/ximage/Makefile.in --- gst-plugins-base1.0-1.14.1/sys/ximage/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/sys/ximage/Makefile.in 2018-10-02 21:53:49.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)/libgstximagesink_la-ximage.Plo \ + ./$(DEPDIR)/libgstximagesink_la-ximagepool.Plo \ + ./$(DEPDIR)/libgstximagesink_la-ximagesink.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -632,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) @@ -689,9 +692,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesink_la-ximage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesink_la-ximagepool.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesink_la-ximagesink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesink_la-ximage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesink_la-ximagepool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstximagesink_la-ximagesink.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$$||'`;\ @@ -796,7 +805,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)/libgstximagesink_la-ximage.Plo + -rm -f ./$(DEPDIR)/libgstximagesink_la-ximagepool.Plo + -rm -f ./$(DEPDIR)/libgstximagesink_la-ximagesink.Plo -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)/libgstximagesink_la-ximage.Plo + -rm -f ./$(DEPDIR)/libgstximagesink_la-ximagepool.Plo + -rm -f ./$(DEPDIR)/libgstximagesink_la-ximagesink.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -936,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-base1.0-1.14.1/sys/xvimage/Makefile.in gst-plugins-base1.0-1.14.4/sys/xvimage/Makefile.in --- gst-plugins-base1.0-1.14.1/sys/xvimage/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/sys/xvimage/Makefile.in 2018-10-02 21:53:49.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,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)/libgstxvimagesink_la-xvcontext.Plo \ + ./$(DEPDIR)/libgstxvimagesink_la-xvimage.Plo \ + ./$(DEPDIR)/libgstxvimagesink_la-xvimageallocator.Plo \ + ./$(DEPDIR)/libgstxvimagesink_la-xvimagepool.Plo \ + ./$(DEPDIR)/libgstxvimagesink_la-xvimagesink.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)/libgstxvimagesink_la-xvcontext.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimageallocator.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimagepool.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimagesink.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvcontext.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimageallocator.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimagepool.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstxvimagesink_la-xvimagesink.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)/libgstxvimagesink_la-xvcontext.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimage.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimageallocator.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimagepool.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimagesink.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)/libgstxvimagesink_la-xvcontext.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimage.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimageallocator.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimagepool.Plo + -rm -f ./$(DEPDIR)/libgstxvimagesink_la-xvimagesink.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-base1.0-1.14.1/sys/xvimage/xvimage.c gst-plugins-base1.0-1.14.4/sys/xvimage/xvimage.c --- gst-plugins-base1.0-1.14.1/sys/xvimage/xvimage.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/sys/xvimage/xvimage.c 2018-07-19 11:26:50.000000000 +0000 @@ -26,7 +26,6 @@ GST_DEBUG_CATEGORY (gst_debug_xv_context); GST_DEBUG_CATEGORY (gst_debug_xv_image_pool); GST_DEBUG_CATEGORY (gst_debug_xv_image_sink); -GST_DEBUG_CATEGORY (CAT_PERFORMANCE); static gboolean plugin_init (GstPlugin * plugin) @@ -42,8 +41,6 @@ GST_DEBUG_CATEGORY_INIT (gst_debug_xv_image_pool, "xvimagepool", 0, "xvimagepool object"); - GST_DEBUG_CATEGORY_GET (CAT_PERFORMANCE, "GST_PERFORMANCE"); - return TRUE; } diff -Nru gst-plugins-base1.0-1.14.1/sys/xvimage/xvimagesink.c gst-plugins-base1.0-1.14.4/sys/xvimage/xvimagesink.c --- gst-plugins-base1.0-1.14.1/sys/xvimage/xvimagesink.c 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/sys/xvimage/xvimagesink.c 2018-07-19 11:26:50.000000000 +0000 @@ -133,8 +133,8 @@ #include GST_DEBUG_CATEGORY_EXTERN (gst_debug_xv_image_sink); -GST_DEBUG_CATEGORY_EXTERN (CAT_PERFORMANCE); #define GST_CAT_DEFAULT gst_debug_xv_image_sink +GST_DEBUG_CATEGORY_STATIC (GST_CAT_PERFORMANCE); typedef struct { @@ -963,7 +963,7 @@ if (res != GST_FLOW_OK) goto no_buffer; - GST_CAT_LOG_OBJECT (CAT_PERFORMANCE, xvimagesink, + GST_CAT_LOG_OBJECT (GST_CAT_PERFORMANCE, xvimagesink, "slow copy buffer %p into bufferpool buffer %p", buf, to_put); if (!gst_video_frame_map (&src, &xvimagesink->info, buf, GST_MAP_READ)) @@ -2045,4 +2045,6 @@ videosink_class->show_frame = GST_DEBUG_FUNCPTR (gst_xv_image_sink_show_frame); + + GST_DEBUG_CATEGORY_GET (GST_CAT_PERFORMANCE, "GST_PERFORMANCE"); } diff -Nru gst-plugins-base1.0-1.14.1/test-driver gst-plugins-base1.0-1.14.4/test-driver --- gst-plugins-base1.0-1.14.1/test-driver 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/test-driver 2018-10-02 21:53:50.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-base1.0-1.14.1/tests/check/Makefile.in gst-plugins-base1.0-1.14.4/tests/check/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/check/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/check/Makefile.in 2018-10-02 21:53:50.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, @@ -249,8 +249,7 @@ $(elements_adder_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ $@ elements_appsink_SOURCES = elements/appsink.c -elements_appsink_OBJECTS = \ - elements/elements_appsink-appsink.$(OBJEXT) +elements_appsink_OBJECTS = elements/appsink-appsink.$(OBJEXT) elements_appsink_DEPENDENCIES = $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_2) elements_appsink_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -258,7 +257,7 @@ $(elements_appsink_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ elements_appsrc_SOURCES = elements/appsrc.c -elements_appsrc_OBJECTS = elements/elements_appsrc-appsrc.$(OBJEXT) +elements_appsrc_OBJECTS = elements/appsrc-appsrc.$(OBJEXT) elements_appsrc_DEPENDENCIES = $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_2) elements_appsrc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -267,7 +266,7 @@ -o $@ elements_audioconvert_SOURCES = elements/audioconvert.c elements_audioconvert_OBJECTS = \ - elements/elements_audioconvert-audioconvert.$(OBJEXT) + elements/audioconvert-audioconvert.$(OBJEXT) elements_audioconvert_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_audioconvert_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -276,7 +275,7 @@ $(LDFLAGS) -o $@ elements_audiointerleave_SOURCES = elements/audiointerleave.c elements_audiointerleave_OBJECTS = \ - elements/elements_audiointerleave-audiointerleave.$(OBJEXT) + elements/audiointerleave-audiointerleave.$(OBJEXT) elements_audiointerleave_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_audiointerleave_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -294,8 +293,7 @@ $(elements_audiomixer_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_audiorate_SOURCES = elements/audiorate.c -elements_audiorate_OBJECTS = \ - elements/elements_audiorate-audiorate.$(OBJEXT) +elements_audiorate_OBJECTS = elements/audiorate-audiorate.$(OBJEXT) elements_audiorate_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_audiorate_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -304,7 +302,7 @@ $(LDFLAGS) -o $@ elements_audioresample_SOURCES = elements/audioresample.c elements_audioresample_OBJECTS = \ - elements/elements_audioresample-audioresample.$(OBJEXT) + elements/audioresample-audioresample.$(OBJEXT) elements_audioresample_DEPENDENCIES = $(top_builddir)/gst-libs/gst/fft/libgstfft-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) @@ -318,8 +316,7 @@ elements_audiotestsrc_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) elements_decodebin_SOURCES = elements/decodebin.c -elements_decodebin_OBJECTS = \ - elements/elements_decodebin-decodebin.$(OBJEXT) +elements_decodebin_OBJECTS = elements/decodebin-decodebin.$(OBJEXT) elements_decodebin_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_decodebin_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -327,8 +324,7 @@ $(elements_decodebin_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_encodebin_SOURCES = elements/encodebin.c -elements_encodebin_OBJECTS = \ - elements/elements_encodebin-encodebin.$(OBJEXT) +elements_encodebin_OBJECTS = elements/encodebin-encodebin.$(OBJEXT) elements_encodebin_DEPENDENCIES = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_encodebin_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -336,7 +332,7 @@ $(elements_encodebin_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_glbin_SOURCES = elements/glbin.c -elements_glbin_OBJECTS = elements/elements_glbin-glbin.$(OBJEXT) +elements_glbin_OBJECTS = elements/glbin-glbin.$(OBJEXT) elements_glbin_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ @@ -348,7 +344,7 @@ $@ elements_glimagesink_SOURCES = elements/glimagesink.c elements_glimagesink_OBJECTS = \ - elements/elements_glimagesink-glimagesink.$(OBJEXT) + elements/glimagesink-glimagesink.$(OBJEXT) elements_glimagesink_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ @@ -359,8 +355,7 @@ $(elements_glimagesink_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_libvisual_SOURCES = elements/libvisual.c -elements_libvisual_OBJECTS = \ - elements/elements_libvisual-libvisual.$(OBJEXT) +elements_libvisual_OBJECTS = elements/libvisual-libvisual.$(OBJEXT) elements_libvisual_DEPENDENCIES = $(am__DEPENDENCIES_2) elements_libvisual_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -373,7 +368,7 @@ $(am__DEPENDENCIES_1) elements_multisocketsink_SOURCES = elements/multisocketsink.c elements_multisocketsink_OBJECTS = \ - elements/elements_multisocketsink-multisocketsink.$(OBJEXT) + elements/multisocketsink-multisocketsink.$(OBJEXT) elements_multisocketsink_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_multisocketsink_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -386,8 +381,7 @@ elements_opus_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) elements_playbin_SOURCES = elements/playbin.c -elements_playbin_OBJECTS = \ - elements/elements_playbin-playbin.$(OBJEXT) +elements_playbin_OBJECTS = elements/playbin-playbin.$(OBJEXT) elements_playbin_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) elements_playbin_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -396,7 +390,7 @@ -o $@ elements_playbin_complex_SOURCES = elements/playbin-complex.c elements_playbin_complex_OBJECTS = \ - elements/elements_playbin_complex-playbin-complex.$(OBJEXT) + elements/playbin_complex-playbin-complex.$(OBJEXT) elements_playbin_complex_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) @@ -411,7 +405,7 @@ $(am__DEPENDENCIES_1) elements_rawaudioparse_SOURCES = elements/rawaudioparse.c elements_rawaudioparse_OBJECTS = \ - elements/elements_rawaudioparse-rawaudioparse.$(OBJEXT) + elements/rawaudioparse-rawaudioparse.$(OBJEXT) elements_rawaudioparse_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_rawaudioparse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -420,7 +414,7 @@ $(LDFLAGS) -o $@ elements_rawvideoparse_SOURCES = elements/rawvideoparse.c elements_rawvideoparse_OBJECTS = \ - elements/elements_rawvideoparse-rawvideoparse.$(OBJEXT) + elements/rawvideoparse-rawvideoparse.$(OBJEXT) elements_rawvideoparse_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_rawvideoparse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -434,8 +428,7 @@ elements_streamsynchronizer_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) elements_subparse_SOURCES = elements/subparse.c -elements_subparse_OBJECTS = \ - elements/elements_subparse-subparse.$(OBJEXT) +elements_subparse_OBJECTS = elements/subparse-subparse.$(OBJEXT) elements_subparse_DEPENDENCIES = $(am__DEPENDENCIES_2) elements_subparse_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ @@ -443,7 +436,7 @@ -o $@ elements_textoverlay_SOURCES = elements/textoverlay.c elements_textoverlay_OBJECTS = \ - elements/elements_textoverlay-textoverlay.$(OBJEXT) + elements/textoverlay-textoverlay.$(OBJEXT) elements_textoverlay_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_textoverlay_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -452,7 +445,7 @@ $(LDFLAGS) -o $@ elements_videoconvert_SOURCES = elements/videoconvert.c elements_videoconvert_OBJECTS = \ - elements/elements_videoconvert-videoconvert.$(OBJEXT) + elements/videoconvert-videoconvert.$(OBJEXT) elements_videoconvert_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_videoconvert_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -466,7 +459,7 @@ $(am__DEPENDENCIES_1) elements_videoscale_SOURCES = elements/videoscale.c elements_videoscale_OBJECTS = \ - elements/elements_videoscale-videoscale.$(OBJEXT) + elements/videoscale-videoscale.$(OBJEXT) elements_videoscale_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) elements_videoscale_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -474,7 +467,7 @@ $(elements_videoscale_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_elements_videoscale_1_OBJECTS = \ - elements/elements_videoscale_1-videoscale.$(OBJEXT) + elements/videoscale_1-videoscale.$(OBJEXT) elements_videoscale_1_OBJECTS = $(am_elements_videoscale_1_OBJECTS) am__DEPENDENCIES_3 = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) @@ -484,7 +477,7 @@ $(elements_videoscale_1_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_elements_videoscale_2_OBJECTS = \ - elements/elements_videoscale_2-videoscale.$(OBJEXT) + elements/videoscale_2-videoscale.$(OBJEXT) elements_videoscale_2_OBJECTS = $(am_elements_videoscale_2_OBJECTS) elements_videoscale_2_DEPENDENCIES = $(am__DEPENDENCIES_3) elements_videoscale_2_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -492,7 +485,7 @@ $(elements_videoscale_2_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_elements_videoscale_3_OBJECTS = \ - elements/elements_videoscale_3-videoscale.$(OBJEXT) + elements/videoscale_3-videoscale.$(OBJEXT) elements_videoscale_3_OBJECTS = $(am_elements_videoscale_3_OBJECTS) elements_videoscale_3_DEPENDENCIES = $(am__DEPENDENCIES_3) elements_videoscale_3_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -500,7 +493,7 @@ $(elements_videoscale_3_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_elements_videoscale_4_OBJECTS = \ - elements/elements_videoscale_4-videoscale.$(OBJEXT) + elements/videoscale_4-videoscale.$(OBJEXT) elements_videoscale_4_OBJECTS = $(am_elements_videoscale_4_OBJECTS) elements_videoscale_4_DEPENDENCIES = $(am__DEPENDENCIES_3) elements_videoscale_4_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -508,7 +501,7 @@ $(elements_videoscale_4_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_elements_videoscale_5_OBJECTS = \ - elements/elements_videoscale_5-videoscale.$(OBJEXT) + elements/videoscale_5-videoscale.$(OBJEXT) elements_videoscale_5_OBJECTS = $(am_elements_videoscale_5_OBJECTS) elements_videoscale_5_DEPENDENCIES = $(am__DEPENDENCIES_3) elements_videoscale_5_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -516,7 +509,7 @@ $(elements_videoscale_5_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ am_elements_videoscale_6_OBJECTS = \ - elements/elements_videoscale_6-videoscale.$(OBJEXT) + elements/videoscale_6-videoscale.$(OBJEXT) elements_videoscale_6_OBJECTS = $(am_elements_videoscale_6_OBJECTS) elements_videoscale_6_DEPENDENCIES = $(am__DEPENDENCIES_3) elements_videoscale_6_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -547,8 +540,7 @@ $(elements_vorbisdec_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ elements_vorbistag_SOURCES = elements/vorbistag.c -elements_vorbistag_OBJECTS = \ - elements/elements_vorbistag-vorbistag.$(OBJEXT) +elements_vorbistag_OBJECTS = elements/vorbistag-vorbistag.$(OBJEXT) elements_vorbistag_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) elements_vorbistag_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -566,7 +558,7 @@ $(am__DEPENDENCIES_2) gst_typefindfunctions_SOURCES = gst/typefindfunctions.c gst_typefindfunctions_OBJECTS = \ - gst/gst_typefindfunctions-typefindfunctions.$(OBJEXT) + gst/typefindfunctions-typefindfunctions.$(OBJEXT) gst_typefindfunctions_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) gst_typefindfunctions_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -574,7 +566,7 @@ $(gst_typefindfunctions_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ libs_allocators_SOURCES = libs/allocators.c -libs_allocators_OBJECTS = libs/libs_allocators-allocators.$(OBJEXT) +libs_allocators_OBJECTS = libs/allocators-allocators.$(OBJEXT) libs_allocators_DEPENDENCIES = $(top_builddir)/gst-libs/gst/allocators/libgstallocators-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_allocators_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -589,7 +581,7 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_audio_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_audiocdsrc_SOURCES = libs/audiocdsrc.c -libs_audiocdsrc_OBJECTS = libs/libs_audiocdsrc-audiocdsrc.$(OBJEXT) +libs_audiocdsrc_OBJECTS = libs/audiocdsrc-audiocdsrc.$(OBJEXT) libs_audiocdsrc_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) @@ -598,8 +590,7 @@ $(libs_audiocdsrc_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_audiodecoder_SOURCES = libs/audiodecoder.c -libs_audiodecoder_OBJECTS = \ - libs/libs_audiodecoder-audiodecoder.$(OBJEXT) +libs_audiodecoder_OBJECTS = libs/audiodecoder-audiodecoder.$(OBJEXT) libs_audiodecoder_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_audiodecoder_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -607,8 +598,7 @@ $(libs_audiodecoder_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_audioencoder_SOURCES = libs/audioencoder.c -libs_audioencoder_OBJECTS = \ - libs/libs_audioencoder-audioencoder.$(OBJEXT) +libs_audioencoder_OBJECTS = libs/audioencoder-audioencoder.$(OBJEXT) libs_audioencoder_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_audioencoder_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -616,7 +606,7 @@ $(libs_audioencoder_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ am_libs_baseaudiovisualizer_OBJECTS = \ - libs/libs_baseaudiovisualizer-baseaudiovisualizer.$(OBJEXT) + libs/baseaudiovisualizer-baseaudiovisualizer.$(OBJEXT) libs_baseaudiovisualizer_OBJECTS = \ $(am_libs_baseaudiovisualizer_OBJECTS) libs_baseaudiovisualizer_DEPENDENCIES = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ @@ -626,7 +616,7 @@ $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ libs_discoverer_SOURCES = libs/discoverer.c -libs_discoverer_OBJECTS = libs/libs_discoverer-discoverer.$(OBJEXT) +libs_discoverer_OBJECTS = libs/discoverer-discoverer.$(OBJEXT) libs_discoverer_DEPENDENCIES = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_discoverer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -634,7 +624,7 @@ $(libs_discoverer_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_fft_SOURCES = libs/fft.c -libs_fft_OBJECTS = libs/libs_fft-fft.$(OBJEXT) +libs_fft_OBJECTS = libs/fft-fft.$(OBJEXT) libs_fft_DEPENDENCIES = $(top_builddir)/gst-libs/gst/fft/libgstfft-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_fft_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -642,7 +632,7 @@ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_gstglcolorconvert_SOURCES = libs/gstglcolorconvert.c libs_gstglcolorconvert_OBJECTS = \ - libs/libs_gstglcolorconvert-gstglcolorconvert.$(OBJEXT) + libs/gstglcolorconvert-gstglcolorconvert.$(OBJEXT) libs_gstglcolorconvert_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ @@ -653,8 +643,7 @@ $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ libs_gstglcontext_SOURCES = libs/gstglcontext.c -libs_gstglcontext_OBJECTS = \ - libs/libs_gstglcontext-gstglcontext.$(OBJEXT) +libs_gstglcontext_OBJECTS = libs/gstglcontext-gstglcontext.$(OBJEXT) libs_gstglcontext_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ @@ -665,8 +654,7 @@ $(libs_gstglcontext_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_gstglheaders_SOURCES = libs/gstglheaders.c -libs_gstglheaders_OBJECTS = \ - libs/libs_gstglheaders-gstglheaders.$(OBJEXT) +libs_gstglheaders_OBJECTS = libs/gstglheaders-gstglheaders.$(OBJEXT) libs_gstglheaders_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ @@ -676,8 +664,7 @@ $(libs_gstglheaders_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_gstglmatrix_SOURCES = libs/gstglmatrix.c -libs_gstglmatrix_OBJECTS = \ - libs/libs_gstglmatrix-gstglmatrix.$(OBJEXT) +libs_gstglmatrix_OBJECTS = libs/gstglmatrix-gstglmatrix.$(OBJEXT) libs_gstglmatrix_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ @@ -688,8 +675,7 @@ $(libs_gstglmatrix_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_gstglmemory_SOURCES = libs/gstglmemory.c -libs_gstglmemory_OBJECTS = \ - libs/libs_gstglmemory-gstglmemory.$(OBJEXT) +libs_gstglmemory_OBJECTS = libs/gstglmemory-gstglmemory.$(OBJEXT) libs_gstglmemory_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ @@ -700,7 +686,7 @@ $(libs_gstglmemory_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_gstglquery_SOURCES = libs/gstglquery.c -libs_gstglquery_OBJECTS = libs/libs_gstglquery-gstglquery.$(OBJEXT) +libs_gstglquery_OBJECTS = libs/gstglquery-gstglquery.$(OBJEXT) libs_gstglquery_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ @@ -710,8 +696,7 @@ $(libs_gstglquery_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_gstglshader_SOURCES = libs/gstglshader.c -libs_gstglshader_OBJECTS = \ - libs/libs_gstglshader-gstglshader.$(OBJEXT) +libs_gstglshader_OBJECTS = libs/gstglshader-gstglshader.$(OBJEXT) libs_gstglshader_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ @@ -721,7 +706,7 @@ $(libs_gstglshader_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_gstglsl_SOURCES = libs/gstglsl.c -libs_gstglsl_OBJECTS = libs/libs_gstglsl-gstglsl.$(OBJEXT) +libs_gstglsl_OBJECTS = libs/gstglsl-gstglsl.$(OBJEXT) libs_gstglsl_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ @@ -730,8 +715,7 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_gstglsl_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_gstglslstage_SOURCES = libs/gstglslstage.c -libs_gstglslstage_OBJECTS = \ - libs/libs_gstglslstage-gstglslstage.$(OBJEXT) +libs_gstglslstage_OBJECTS = libs/gstglslstage-gstglslstage.$(OBJEXT) libs_gstglslstage_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ @@ -741,8 +725,7 @@ $(libs_gstglslstage_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_gstglupload_SOURCES = libs/gstglupload.c -libs_gstglupload_OBJECTS = \ - libs/libs_gstglupload-gstglupload.$(OBJEXT) +libs_gstglupload_OBJECTS = libs/gstglupload-gstglupload.$(OBJEXT) libs_gstglupload_DEPENDENCIES = \ $(top_builddir)/gst-libs/gst/gl/libgstgl-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ @@ -758,7 +741,7 @@ libs_gstlibscpp_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) libs_libsabi_SOURCES = libs/libsabi.c -libs_libsabi_OBJECTS = libs/libs_libsabi-libsabi.$(OBJEXT) +libs_libsabi_OBJECTS = libs/libsabi-libsabi.$(OBJEXT) libs_libsabi_DEPENDENCIES = $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/fft/libgstfft-@GST_API_VERSION@.la \ @@ -772,14 +755,14 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_libsabi_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_mikey_SOURCES = libs/mikey.c -libs_mikey_OBJECTS = libs/libs_mikey-mikey.$(OBJEXT) +libs_mikey_OBJECTS = libs/mikey-mikey.$(OBJEXT) libs_mikey_DEPENDENCIES = $(top_builddir)/gst-libs/gst/sdp/libgstsdp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_mikey_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_mikey_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_navigation_SOURCES = libs/navigation.c -libs_navigation_OBJECTS = libs/libs_navigation-navigation.$(OBJEXT) +libs_navigation_OBJECTS = libs/navigation-navigation.$(OBJEXT) libs_navigation_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_navigation_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -787,7 +770,7 @@ $(libs_navigation_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_pbutils_SOURCES = libs/pbutils.c -libs_pbutils_OBJECTS = libs/libs_pbutils-pbutils.$(OBJEXT) +libs_pbutils_OBJECTS = libs/pbutils-pbutils.$(OBJEXT) libs_pbutils_DEPENDENCIES = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) @@ -795,14 +778,14 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_pbutils_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_profile_SOURCES = libs/profile.c -libs_profile_OBJECTS = libs/libs_profile-profile.$(OBJEXT) +libs_profile_OBJECTS = libs/profile-profile.$(OBJEXT) libs_profile_DEPENDENCIES = $(top_builddir)/gst-libs/gst/pbutils/libgstpbutils-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_2) libs_profile_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_profile_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_rtp_SOURCES = libs/rtp.c -libs_rtp_OBJECTS = libs/libs_rtp-rtp.$(OBJEXT) +libs_rtp_OBJECTS = libs/rtp-rtp.$(OBJEXT) libs_rtp_DEPENDENCIES = $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_rtp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -810,7 +793,7 @@ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_rtpbasedepayload_SOURCES = libs/rtpbasedepayload.c libs_rtpbasedepayload_OBJECTS = \ - libs/libs_rtpbasedepayload-rtpbasedepayload.$(OBJEXT) + libs/rtpbasedepayload-rtpbasedepayload.$(OBJEXT) libs_rtpbasedepayload_DEPENDENCIES = $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_rtpbasedepayload_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -819,7 +802,7 @@ $(LDFLAGS) -o $@ libs_rtpbasepayload_SOURCES = libs/rtpbasepayload.c libs_rtpbasepayload_OBJECTS = \ - libs/libs_rtpbasepayload-rtpbasepayload.$(OBJEXT) + libs/rtpbasepayload-rtpbasepayload.$(OBJEXT) libs_rtpbasepayload_DEPENDENCIES = $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_rtpbasepayload_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -827,7 +810,7 @@ $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ libs_rtsp_SOURCES = libs/rtsp.c -libs_rtsp_OBJECTS = libs/libs_rtsp-rtsp.$(OBJEXT) +libs_rtsp_OBJECTS = libs/rtsp-rtsp.$(OBJEXT) libs_rtsp_DEPENDENCIES = $(top_builddir)/gst-libs/gst/rtsp/libgstrtsp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_rtsp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -835,7 +818,7 @@ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_rtspconnection_SOURCES = libs/rtspconnection.c libs_rtspconnection_OBJECTS = \ - libs/libs_rtspconnection-rtspconnection.$(OBJEXT) + libs/rtspconnection-rtspconnection.$(OBJEXT) libs_rtspconnection_DEPENDENCIES = $(top_builddir)/gst-libs/gst/rtsp/libgstrtsp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) @@ -844,14 +827,14 @@ $(libs_rtspconnection_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ libs_sdp_SOURCES = libs/sdp.c -libs_sdp_OBJECTS = libs/libs_sdp-sdp.$(OBJEXT) +libs_sdp_OBJECTS = libs/sdp-sdp.$(OBJEXT) libs_sdp_DEPENDENCIES = $(top_builddir)/gst-libs/gst/sdp/libgstsdp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_sdp_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_sdp_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_tag_SOURCES = libs/tag.c -libs_tag_OBJECTS = libs/libs_tag-tag.$(OBJEXT) +libs_tag_OBJECTS = libs/tag-tag.$(OBJEXT) libs_tag_DEPENDENCIES = $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_tag_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -865,8 +848,7 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libs_video_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libs_videodecoder_SOURCES = libs/videodecoder.c -libs_videodecoder_OBJECTS = \ - libs/libs_videodecoder-videodecoder.$(OBJEXT) +libs_videodecoder_OBJECTS = libs/videodecoder-videodecoder.$(OBJEXT) libs_videodecoder_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_videodecoder_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -874,8 +856,7 @@ $(libs_videodecoder_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ libs_videoencoder_SOURCES = libs/videoencoder.c -libs_videoencoder_OBJECTS = \ - libs/libs_videoencoder-videoencoder.$(OBJEXT) +libs_videoencoder_OBJECTS = libs/videoencoder-videoencoder.$(OBJEXT) libs_videoencoder_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_videoencoder_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -884,7 +865,7 @@ -o $@ libs_videotimecode_SOURCES = libs/videotimecode.c libs_videotimecode_OBJECTS = \ - libs/libs_videotimecode-videotimecode.$(OBJEXT) + libs/videotimecode-videotimecode.$(OBJEXT) libs_videotimecode_DEPENDENCIES = $(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_videotimecode_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -892,7 +873,7 @@ $(libs_videotimecode_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ libs_xmpwriter_SOURCES = libs/xmpwriter.c -libs_xmpwriter_OBJECTS = libs/libs_xmpwriter-xmpwriter.$(OBJEXT) +libs_xmpwriter_OBJECTS = libs/xmpwriter-xmpwriter.$(OBJEXT) libs_xmpwriter_DEPENDENCIES = $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) libs_xmpwriter_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -952,7 +933,7 @@ pipelines_capsfilter_renegotiation_DEPENDENCIES = \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) pipelines_gio_SOURCES = pipelines/gio.c -pipelines_gio_OBJECTS = pipelines/pipelines_gio-gio.$(OBJEXT) +pipelines_gio_OBJECTS = pipelines/gio-gio.$(OBJEXT) pipelines_gio_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) pipelines_gio_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -960,7 +941,7 @@ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ pipelines_gl_launch_lines_SOURCES = pipelines/gl-launch-lines.c pipelines_gl_launch_lines_OBJECTS = \ - pipelines/pipelines_gl_launch_lines-gl-launch-lines.$(OBJEXT) + pipelines/gl_launch_lines-gl-launch-lines.$(OBJEXT) pipelines_gl_launch_lines_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) pipelines_gl_launch_lines_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -968,8 +949,7 @@ $(pipelines_gl_launch_lines_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ pipelines_oggmux_SOURCES = pipelines/oggmux.c -pipelines_oggmux_OBJECTS = \ - pipelines/pipelines_oggmux-oggmux.$(OBJEXT) +pipelines_oggmux_OBJECTS = pipelines/oggmux-oggmux.$(OBJEXT) pipelines_oggmux_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) pipelines_oggmux_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -978,7 +958,8 @@ -o $@ pipelines_simple_launch_lines_SOURCES = \ pipelines/simple-launch-lines.c -pipelines_simple_launch_lines_OBJECTS = pipelines/pipelines_simple_launch_lines-simple-launch-lines.$(OBJEXT) +pipelines_simple_launch_lines_OBJECTS = \ + pipelines/simple_launch_lines-simple-launch-lines.$(OBJEXT) pipelines_simple_launch_lines_DEPENDENCIES = $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) pipelines_simple_launch_lines_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -992,7 +973,7 @@ pipelines_streamsynchronizer_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) pipelines_tcp_SOURCES = pipelines/tcp.c -pipelines_tcp_OBJECTS = pipelines/pipelines_tcp-tcp.$(OBJEXT) +pipelines_tcp_OBJECTS = pipelines/tcp-tcp.$(OBJEXT) pipelines_tcp_DEPENDENCIES = $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_API_VERSION@.la \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) @@ -1000,8 +981,7 @@ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(pipelines_tcp_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ pipelines_theoraenc_SOURCES = pipelines/theoraenc.c -pipelines_theoraenc_OBJECTS = \ - pipelines/pipelines_theoraenc-theoraenc.$(OBJEXT) +pipelines_theoraenc_OBJECTS = pipelines/theoraenc-theoraenc.$(OBJEXT) pipelines_theoraenc_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(am__DEPENDENCIES_1) pipelines_theoraenc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ @@ -1019,8 +999,7 @@ $(pipelines_vorbisdec_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ pipelines_vorbisenc_SOURCES = pipelines/vorbisenc.c -pipelines_vorbisenc_OBJECTS = \ - pipelines/pipelines_vorbisenc-vorbisenc.$(OBJEXT) +pipelines_vorbisenc_OBJECTS = pipelines/vorbisenc-vorbisenc.$(OBJEXT) pipelines_vorbisenc_LDADD = $(LDADD) pipelines_vorbisenc_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) @@ -1042,7 +1021,99 @@ 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)/appsink-appsink.Po \ + elements/$(DEPDIR)/appsrc-appsrc.Po \ + elements/$(DEPDIR)/audioconvert-audioconvert.Po \ + elements/$(DEPDIR)/audiointerleave-audiointerleave.Po \ + elements/$(DEPDIR)/audiorate-audiorate.Po \ + elements/$(DEPDIR)/audioresample-audioresample.Po \ + elements/$(DEPDIR)/audiotestsrc.Po \ + elements/$(DEPDIR)/decodebin-decodebin.Po \ + elements/$(DEPDIR)/elements_adder-adder.Po \ + elements/$(DEPDIR)/elements_audiomixer-audiomixer.Po \ + elements/$(DEPDIR)/elements_volume-volume.Po \ + elements/$(DEPDIR)/elements_vorbisdec-vorbisdec.Po \ + elements/$(DEPDIR)/encodebin-encodebin.Po \ + elements/$(DEPDIR)/glbin-glbin.Po \ + elements/$(DEPDIR)/glimagesink-glimagesink.Po \ + elements/$(DEPDIR)/libvisual-libvisual.Po \ + elements/$(DEPDIR)/multifdsink.Po \ + elements/$(DEPDIR)/multisocketsink-multisocketsink.Po \ + elements/$(DEPDIR)/opus.Po \ + elements/$(DEPDIR)/playbin-playbin.Po \ + elements/$(DEPDIR)/playbin_complex-playbin-complex.Po \ + elements/$(DEPDIR)/playsink.Po \ + elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Po \ + elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Po \ + elements/$(DEPDIR)/streamsynchronizer.Po \ + elements/$(DEPDIR)/subparse-subparse.Po \ + elements/$(DEPDIR)/textoverlay-textoverlay.Po \ + elements/$(DEPDIR)/videoconvert-videoconvert.Po \ + elements/$(DEPDIR)/videorate.Po \ + elements/$(DEPDIR)/videoscale-videoscale.Po \ + elements/$(DEPDIR)/videoscale_1-videoscale.Po \ + elements/$(DEPDIR)/videoscale_2-videoscale.Po \ + elements/$(DEPDIR)/videoscale_3-videoscale.Po \ + elements/$(DEPDIR)/videoscale_4-videoscale.Po \ + elements/$(DEPDIR)/videoscale_5-videoscale.Po \ + elements/$(DEPDIR)/videoscale_6-videoscale.Po \ + elements/$(DEPDIR)/videotestsrc.Po \ + elements/$(DEPDIR)/vorbistag-vorbistag.Po \ + generic/$(DEPDIR)/clock-selection.Po \ + generic/$(DEPDIR)/states.Po \ + gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Po \ + libs/$(DEPDIR)/allocators-allocators.Po \ + libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Po \ + libs/$(DEPDIR)/audiodecoder-audiodecoder.Po \ + libs/$(DEPDIR)/audioencoder-audioencoder.Po \ + libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Po \ + libs/$(DEPDIR)/discoverer-discoverer.Po \ + libs/$(DEPDIR)/fft-fft.Po \ + libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Po \ + libs/$(DEPDIR)/gstglcontext-gstglcontext.Po \ + libs/$(DEPDIR)/gstglheaders-gstglheaders.Po \ + libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Po \ + libs/$(DEPDIR)/gstglmemory-gstglmemory.Po \ + libs/$(DEPDIR)/gstglquery-gstglquery.Po \ + libs/$(DEPDIR)/gstglshader-gstglshader.Po \ + libs/$(DEPDIR)/gstglsl-gstglsl.Po \ + libs/$(DEPDIR)/gstglslstage-gstglslstage.Po \ + libs/$(DEPDIR)/gstglupload-gstglupload.Po \ + libs/$(DEPDIR)/gstlibscpp.Po \ + libs/$(DEPDIR)/libs_audio-audio.Po \ + libs/$(DEPDIR)/libs_video-video.Po \ + libs/$(DEPDIR)/libsabi-libsabi.Po \ + libs/$(DEPDIR)/mikey-mikey.Po \ + libs/$(DEPDIR)/navigation-navigation.Po \ + libs/$(DEPDIR)/pbutils-pbutils.Po \ + libs/$(DEPDIR)/profile-profile.Po libs/$(DEPDIR)/rtp-rtp.Po \ + libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Po \ + libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Po \ + libs/$(DEPDIR)/rtsp-rtsp.Po \ + libs/$(DEPDIR)/rtspconnection-rtspconnection.Po \ + libs/$(DEPDIR)/sdp-sdp.Po libs/$(DEPDIR)/tag-tag.Po \ + libs/$(DEPDIR)/videodecoder-videodecoder.Po \ + libs/$(DEPDIR)/videoencoder-videoencoder.Po \ + libs/$(DEPDIR)/videotimecode-videotimecode.Po \ + libs/$(DEPDIR)/xmpwriter-xmpwriter.Po \ + orc/$(DEPDIR)/orc_adder-adder.Po \ + orc/$(DEPDIR)/orc_audio-audio.Po \ + orc/$(DEPDIR)/orc_audiomixer-audiomixer.Po \ + orc/$(DEPDIR)/orc_video-video.Po \ + orc/$(DEPDIR)/orc_videotestsrc-videotestsrc.Po \ + orc/$(DEPDIR)/orc_volume-volume.Po \ + pipelines/$(DEPDIR)/basetime.Po \ + pipelines/$(DEPDIR)/capsfilter-renegotiation.Po \ + pipelines/$(DEPDIR)/gio-gio.Po \ + pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Po \ + pipelines/$(DEPDIR)/oggmux-oggmux.Po \ + pipelines/$(DEPDIR)/pipelines_vorbisdec-vorbisdec.Po \ + pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Po \ + pipelines/$(DEPDIR)/streamsynchronizer.Po \ + pipelines/$(DEPDIR)/tcp-tcp.Po \ + pipelines/$(DEPDIR)/theoraenc-theoraenc.Po \ + pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -2465,8 +2536,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): @@ -2508,25 +2579,25 @@ elements/adder$(EXEEXT): $(elements_adder_OBJECTS) $(elements_adder_DEPENDENCIES) $(EXTRA_elements_adder_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/adder$(EXEEXT) $(AM_V_CCLD)$(elements_adder_LINK) $(elements_adder_OBJECTS) $(elements_adder_LDADD) $(LIBS) -elements/elements_appsink-appsink.$(OBJEXT): elements/$(am__dirstamp) \ +elements/appsink-appsink.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/appsink$(EXEEXT): $(elements_appsink_OBJECTS) $(elements_appsink_DEPENDENCIES) $(EXTRA_elements_appsink_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/appsink$(EXEEXT) $(AM_V_CCLD)$(elements_appsink_LINK) $(elements_appsink_OBJECTS) $(elements_appsink_LDADD) $(LIBS) -elements/elements_appsrc-appsrc.$(OBJEXT): elements/$(am__dirstamp) \ +elements/appsrc-appsrc.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/appsrc$(EXEEXT): $(elements_appsrc_OBJECTS) $(elements_appsrc_DEPENDENCIES) $(EXTRA_elements_appsrc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/appsrc$(EXEEXT) $(AM_V_CCLD)$(elements_appsrc_LINK) $(elements_appsrc_OBJECTS) $(elements_appsrc_LDADD) $(LIBS) -elements/elements_audioconvert-audioconvert.$(OBJEXT): \ +elements/audioconvert-audioconvert.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audioconvert$(EXEEXT): $(elements_audioconvert_OBJECTS) $(elements_audioconvert_DEPENDENCIES) $(EXTRA_elements_audioconvert_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audioconvert$(EXEEXT) $(AM_V_CCLD)$(elements_audioconvert_LINK) $(elements_audioconvert_OBJECTS) $(elements_audioconvert_LDADD) $(LIBS) -elements/elements_audiointerleave-audiointerleave.$(OBJEXT): \ +elements/audiointerleave-audiointerleave.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audiointerleave$(EXEEXT): $(elements_audiointerleave_OBJECTS) $(elements_audiointerleave_DEPENDENCIES) $(EXTRA_elements_audiointerleave_DEPENDENCIES) elements/$(am__dirstamp) @@ -2538,13 +2609,13 @@ elements/audiomixer$(EXEEXT): $(elements_audiomixer_OBJECTS) $(elements_audiomixer_DEPENDENCIES) $(EXTRA_elements_audiomixer_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiomixer$(EXEEXT) $(AM_V_CCLD)$(elements_audiomixer_LINK) $(elements_audiomixer_OBJECTS) $(elements_audiomixer_LDADD) $(LIBS) -elements/elements_audiorate-audiorate.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/audiorate-audiorate.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/audiorate$(EXEEXT): $(elements_audiorate_OBJECTS) $(elements_audiorate_DEPENDENCIES) $(EXTRA_elements_audiorate_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiorate$(EXEEXT) $(AM_V_CCLD)$(elements_audiorate_LINK) $(elements_audiorate_OBJECTS) $(elements_audiorate_LDADD) $(LIBS) -elements/elements_audioresample-audioresample.$(OBJEXT): \ +elements/audioresample-audioresample.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/audioresample$(EXEEXT): $(elements_audioresample_OBJECTS) $(elements_audioresample_DEPENDENCIES) $(EXTRA_elements_audioresample_DEPENDENCIES) elements/$(am__dirstamp) @@ -2556,32 +2627,32 @@ elements/audiotestsrc$(EXEEXT): $(elements_audiotestsrc_OBJECTS) $(elements_audiotestsrc_DEPENDENCIES) $(EXTRA_elements_audiotestsrc_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/audiotestsrc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_audiotestsrc_OBJECTS) $(elements_audiotestsrc_LDADD) $(LIBS) -elements/elements_decodebin-decodebin.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/decodebin-decodebin.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/decodebin$(EXEEXT): $(elements_decodebin_OBJECTS) $(elements_decodebin_DEPENDENCIES) $(EXTRA_elements_decodebin_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/decodebin$(EXEEXT) $(AM_V_CCLD)$(elements_decodebin_LINK) $(elements_decodebin_OBJECTS) $(elements_decodebin_LDADD) $(LIBS) -elements/elements_encodebin-encodebin.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/encodebin-encodebin.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/encodebin$(EXEEXT): $(elements_encodebin_OBJECTS) $(elements_encodebin_DEPENDENCIES) $(EXTRA_elements_encodebin_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/encodebin$(EXEEXT) $(AM_V_CCLD)$(elements_encodebin_LINK) $(elements_encodebin_OBJECTS) $(elements_encodebin_LDADD) $(LIBS) -elements/elements_glbin-glbin.$(OBJEXT): elements/$(am__dirstamp) \ +elements/glbin-glbin.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/glbin$(EXEEXT): $(elements_glbin_OBJECTS) $(elements_glbin_DEPENDENCIES) $(EXTRA_elements_glbin_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/glbin$(EXEEXT) $(AM_V_CCLD)$(elements_glbin_LINK) $(elements_glbin_OBJECTS) $(elements_glbin_LDADD) $(LIBS) -elements/elements_glimagesink-glimagesink.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/glimagesink-glimagesink.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/glimagesink$(EXEEXT): $(elements_glimagesink_OBJECTS) $(elements_glimagesink_DEPENDENCIES) $(EXTRA_elements_glimagesink_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/glimagesink$(EXEEXT) $(AM_V_CCLD)$(elements_glimagesink_LINK) $(elements_glimagesink_OBJECTS) $(elements_glimagesink_LDADD) $(LIBS) -elements/elements_libvisual-libvisual.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/libvisual-libvisual.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/libvisual$(EXEEXT): $(elements_libvisual_OBJECTS) $(elements_libvisual_DEPENDENCIES) $(EXTRA_elements_libvisual_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/libvisual$(EXEEXT) @@ -2592,7 +2663,7 @@ elements/multifdsink$(EXEEXT): $(elements_multifdsink_OBJECTS) $(elements_multifdsink_DEPENDENCIES) $(EXTRA_elements_multifdsink_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/multifdsink$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_multifdsink_OBJECTS) $(elements_multifdsink_LDADD) $(LIBS) -elements/elements_multisocketsink-multisocketsink.$(OBJEXT): \ +elements/multisocketsink-multisocketsink.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/multisocketsink$(EXEEXT): $(elements_multisocketsink_OBJECTS) $(elements_multisocketsink_DEPENDENCIES) $(EXTRA_elements_multisocketsink_DEPENDENCIES) elements/$(am__dirstamp) @@ -2604,13 +2675,13 @@ elements/opus$(EXEEXT): $(elements_opus_OBJECTS) $(elements_opus_DEPENDENCIES) $(EXTRA_elements_opus_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/opus$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_opus_OBJECTS) $(elements_opus_LDADD) $(LIBS) -elements/elements_playbin-playbin.$(OBJEXT): elements/$(am__dirstamp) \ +elements/playbin-playbin.$(OBJEXT): elements/$(am__dirstamp) \ elements/$(DEPDIR)/$(am__dirstamp) elements/playbin$(EXEEXT): $(elements_playbin_OBJECTS) $(elements_playbin_DEPENDENCIES) $(EXTRA_elements_playbin_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/playbin$(EXEEXT) $(AM_V_CCLD)$(elements_playbin_LINK) $(elements_playbin_OBJECTS) $(elements_playbin_LDADD) $(LIBS) -elements/elements_playbin_complex-playbin-complex.$(OBJEXT): \ +elements/playbin_complex-playbin-complex.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/playbin-complex$(EXEEXT): $(elements_playbin_complex_OBJECTS) $(elements_playbin_complex_DEPENDENCIES) $(EXTRA_elements_playbin_complex_DEPENDENCIES) elements/$(am__dirstamp) @@ -2622,13 +2693,13 @@ elements/playsink$(EXEEXT): $(elements_playsink_OBJECTS) $(elements_playsink_DEPENDENCIES) $(EXTRA_elements_playsink_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/playsink$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_playsink_OBJECTS) $(elements_playsink_LDADD) $(LIBS) -elements/elements_rawaudioparse-rawaudioparse.$(OBJEXT): \ +elements/rawaudioparse-rawaudioparse.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/rawaudioparse$(EXEEXT): $(elements_rawaudioparse_OBJECTS) $(elements_rawaudioparse_DEPENDENCIES) $(EXTRA_elements_rawaudioparse_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/rawaudioparse$(EXEEXT) $(AM_V_CCLD)$(elements_rawaudioparse_LINK) $(elements_rawaudioparse_OBJECTS) $(elements_rawaudioparse_LDADD) $(LIBS) -elements/elements_rawvideoparse-rawvideoparse.$(OBJEXT): \ +elements/rawvideoparse-rawvideoparse.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/rawvideoparse$(EXEEXT): $(elements_rawvideoparse_OBJECTS) $(elements_rawvideoparse_DEPENDENCIES) $(EXTRA_elements_rawvideoparse_DEPENDENCIES) elements/$(am__dirstamp) @@ -2640,19 +2711,19 @@ elements/streamsynchronizer$(EXEEXT): $(elements_streamsynchronizer_OBJECTS) $(elements_streamsynchronizer_DEPENDENCIES) $(EXTRA_elements_streamsynchronizer_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/streamsynchronizer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_streamsynchronizer_OBJECTS) $(elements_streamsynchronizer_LDADD) $(LIBS) -elements/elements_subparse-subparse.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/subparse-subparse.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/subparse$(EXEEXT): $(elements_subparse_OBJECTS) $(elements_subparse_DEPENDENCIES) $(EXTRA_elements_subparse_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/subparse$(EXEEXT) $(AM_V_CCLD)$(elements_subparse_LINK) $(elements_subparse_OBJECTS) $(elements_subparse_LDADD) $(LIBS) -elements/elements_textoverlay-textoverlay.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/textoverlay-textoverlay.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/textoverlay$(EXEEXT): $(elements_textoverlay_OBJECTS) $(elements_textoverlay_DEPENDENCIES) $(EXTRA_elements_textoverlay_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/textoverlay$(EXEEXT) $(AM_V_CCLD)$(elements_textoverlay_LINK) $(elements_textoverlay_OBJECTS) $(elements_textoverlay_LDADD) $(LIBS) -elements/elements_videoconvert-videoconvert.$(OBJEXT): \ +elements/videoconvert-videoconvert.$(OBJEXT): \ elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) elements/videoconvert$(EXEEXT): $(elements_videoconvert_OBJECTS) $(elements_videoconvert_DEPENDENCIES) $(EXTRA_elements_videoconvert_DEPENDENCIES) elements/$(am__dirstamp) @@ -2664,44 +2735,44 @@ elements/videorate$(EXEEXT): $(elements_videorate_OBJECTS) $(elements_videorate_DEPENDENCIES) $(EXTRA_elements_videorate_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videorate$(EXEEXT) $(AM_V_CCLD)$(LINK) $(elements_videorate_OBJECTS) $(elements_videorate_LDADD) $(LIBS) -elements/elements_videoscale-videoscale.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videoscale-videoscale.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videoscale$(EXEEXT): $(elements_videoscale_OBJECTS) $(elements_videoscale_DEPENDENCIES) $(EXTRA_elements_videoscale_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videoscale$(EXEEXT) $(AM_V_CCLD)$(elements_videoscale_LINK) $(elements_videoscale_OBJECTS) $(elements_videoscale_LDADD) $(LIBS) -elements/elements_videoscale_1-videoscale.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videoscale_1-videoscale.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videoscale-1$(EXEEXT): $(elements_videoscale_1_OBJECTS) $(elements_videoscale_1_DEPENDENCIES) $(EXTRA_elements_videoscale_1_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videoscale-1$(EXEEXT) $(AM_V_CCLD)$(elements_videoscale_1_LINK) $(elements_videoscale_1_OBJECTS) $(elements_videoscale_1_LDADD) $(LIBS) -elements/elements_videoscale_2-videoscale.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videoscale_2-videoscale.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videoscale-2$(EXEEXT): $(elements_videoscale_2_OBJECTS) $(elements_videoscale_2_DEPENDENCIES) $(EXTRA_elements_videoscale_2_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videoscale-2$(EXEEXT) $(AM_V_CCLD)$(elements_videoscale_2_LINK) $(elements_videoscale_2_OBJECTS) $(elements_videoscale_2_LDADD) $(LIBS) -elements/elements_videoscale_3-videoscale.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videoscale_3-videoscale.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videoscale-3$(EXEEXT): $(elements_videoscale_3_OBJECTS) $(elements_videoscale_3_DEPENDENCIES) $(EXTRA_elements_videoscale_3_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videoscale-3$(EXEEXT) $(AM_V_CCLD)$(elements_videoscale_3_LINK) $(elements_videoscale_3_OBJECTS) $(elements_videoscale_3_LDADD) $(LIBS) -elements/elements_videoscale_4-videoscale.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videoscale_4-videoscale.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videoscale-4$(EXEEXT): $(elements_videoscale_4_OBJECTS) $(elements_videoscale_4_DEPENDENCIES) $(EXTRA_elements_videoscale_4_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videoscale-4$(EXEEXT) $(AM_V_CCLD)$(elements_videoscale_4_LINK) $(elements_videoscale_4_OBJECTS) $(elements_videoscale_4_LDADD) $(LIBS) -elements/elements_videoscale_5-videoscale.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videoscale_5-videoscale.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videoscale-5$(EXEEXT): $(elements_videoscale_5_OBJECTS) $(elements_videoscale_5_DEPENDENCIES) $(EXTRA_elements_videoscale_5_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videoscale-5$(EXEEXT) $(AM_V_CCLD)$(elements_videoscale_5_LINK) $(elements_videoscale_5_OBJECTS) $(elements_videoscale_5_LDADD) $(LIBS) -elements/elements_videoscale_6-videoscale.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/videoscale_6-videoscale.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/videoscale-6$(EXEEXT): $(elements_videoscale_6_OBJECTS) $(elements_videoscale_6_DEPENDENCIES) $(EXTRA_elements_videoscale_6_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/videoscale-6$(EXEEXT) @@ -2724,8 +2795,8 @@ elements/vorbisdec$(EXEEXT): $(elements_vorbisdec_OBJECTS) $(elements_vorbisdec_DEPENDENCIES) $(EXTRA_elements_vorbisdec_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/vorbisdec$(EXEEXT) $(AM_V_CCLD)$(elements_vorbisdec_LINK) $(elements_vorbisdec_OBJECTS) $(elements_vorbisdec_LDADD) $(LIBS) -elements/elements_vorbistag-vorbistag.$(OBJEXT): \ - elements/$(am__dirstamp) elements/$(DEPDIR)/$(am__dirstamp) +elements/vorbistag-vorbistag.$(OBJEXT): elements/$(am__dirstamp) \ + elements/$(DEPDIR)/$(am__dirstamp) elements/vorbistag$(EXEEXT): $(elements_vorbistag_OBJECTS) $(elements_vorbistag_DEPENDENCIES) $(EXTRA_elements_vorbistag_DEPENDENCIES) elements/$(am__dirstamp) @rm -f elements/vorbistag$(EXEEXT) @@ -2754,7 +2825,7 @@ gst/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) gst/$(DEPDIR) @: > gst/$(DEPDIR)/$(am__dirstamp) -gst/gst_typefindfunctions-typefindfunctions.$(OBJEXT): \ +gst/typefindfunctions-typefindfunctions.$(OBJEXT): \ gst/$(am__dirstamp) gst/$(DEPDIR)/$(am__dirstamp) gst/typefindfunctions$(EXEEXT): $(gst_typefindfunctions_OBJECTS) $(gst_typefindfunctions_DEPENDENCIES) $(EXTRA_gst_typefindfunctions_DEPENDENCIES) gst/$(am__dirstamp) @@ -2766,7 +2837,7 @@ libs/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) libs/$(DEPDIR) @: > libs/$(DEPDIR)/$(am__dirstamp) -libs/libs_allocators-allocators.$(OBJEXT): libs/$(am__dirstamp) \ +libs/allocators-allocators.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/allocators$(EXEEXT): $(libs_allocators_OBJECTS) $(libs_allocators_DEPENDENCIES) $(EXTRA_libs_allocators_DEPENDENCIES) libs/$(am__dirstamp) @@ -2778,97 +2849,97 @@ libs/audio$(EXEEXT): $(libs_audio_OBJECTS) $(libs_audio_DEPENDENCIES) $(EXTRA_libs_audio_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/audio$(EXEEXT) $(AM_V_CCLD)$(libs_audio_LINK) $(libs_audio_OBJECTS) $(libs_audio_LDADD) $(LIBS) -libs/libs_audiocdsrc-audiocdsrc.$(OBJEXT): libs/$(am__dirstamp) \ +libs/audiocdsrc-audiocdsrc.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/audiocdsrc$(EXEEXT): $(libs_audiocdsrc_OBJECTS) $(libs_audiocdsrc_DEPENDENCIES) $(EXTRA_libs_audiocdsrc_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/audiocdsrc$(EXEEXT) $(AM_V_CCLD)$(libs_audiocdsrc_LINK) $(libs_audiocdsrc_OBJECTS) $(libs_audiocdsrc_LDADD) $(LIBS) -libs/libs_audiodecoder-audiodecoder.$(OBJEXT): libs/$(am__dirstamp) \ +libs/audiodecoder-audiodecoder.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/audiodecoder$(EXEEXT): $(libs_audiodecoder_OBJECTS) $(libs_audiodecoder_DEPENDENCIES) $(EXTRA_libs_audiodecoder_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/audiodecoder$(EXEEXT) $(AM_V_CCLD)$(libs_audiodecoder_LINK) $(libs_audiodecoder_OBJECTS) $(libs_audiodecoder_LDADD) $(LIBS) -libs/libs_audioencoder-audioencoder.$(OBJEXT): libs/$(am__dirstamp) \ +libs/audioencoder-audioencoder.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/audioencoder$(EXEEXT): $(libs_audioencoder_OBJECTS) $(libs_audioencoder_DEPENDENCIES) $(EXTRA_libs_audioencoder_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/audioencoder$(EXEEXT) $(AM_V_CCLD)$(libs_audioencoder_LINK) $(libs_audioencoder_OBJECTS) $(libs_audioencoder_LDADD) $(LIBS) -libs/libs_baseaudiovisualizer-baseaudiovisualizer.$(OBJEXT): \ +libs/baseaudiovisualizer-baseaudiovisualizer.$(OBJEXT): \ libs/$(am__dirstamp) libs/$(DEPDIR)/$(am__dirstamp) libs/baseaudiovisualizer$(EXEEXT): $(libs_baseaudiovisualizer_OBJECTS) $(libs_baseaudiovisualizer_DEPENDENCIES) $(EXTRA_libs_baseaudiovisualizer_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/baseaudiovisualizer$(EXEEXT) $(AM_V_CCLD)$(libs_baseaudiovisualizer_LINK) $(libs_baseaudiovisualizer_OBJECTS) $(libs_baseaudiovisualizer_LDADD) $(LIBS) -libs/libs_discoverer-discoverer.$(OBJEXT): libs/$(am__dirstamp) \ +libs/discoverer-discoverer.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/discoverer$(EXEEXT): $(libs_discoverer_OBJECTS) $(libs_discoverer_DEPENDENCIES) $(EXTRA_libs_discoverer_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/discoverer$(EXEEXT) $(AM_V_CCLD)$(libs_discoverer_LINK) $(libs_discoverer_OBJECTS) $(libs_discoverer_LDADD) $(LIBS) -libs/libs_fft-fft.$(OBJEXT): libs/$(am__dirstamp) \ +libs/fft-fft.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/fft$(EXEEXT): $(libs_fft_OBJECTS) $(libs_fft_DEPENDENCIES) $(EXTRA_libs_fft_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/fft$(EXEEXT) $(AM_V_CCLD)$(libs_fft_LINK) $(libs_fft_OBJECTS) $(libs_fft_LDADD) $(LIBS) -libs/libs_gstglcolorconvert-gstglcolorconvert.$(OBJEXT): \ +libs/gstglcolorconvert-gstglcolorconvert.$(OBJEXT): \ libs/$(am__dirstamp) libs/$(DEPDIR)/$(am__dirstamp) libs/gstglcolorconvert$(EXEEXT): $(libs_gstglcolorconvert_OBJECTS) $(libs_gstglcolorconvert_DEPENDENCIES) $(EXTRA_libs_gstglcolorconvert_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglcolorconvert$(EXEEXT) $(AM_V_CCLD)$(libs_gstglcolorconvert_LINK) $(libs_gstglcolorconvert_OBJECTS) $(libs_gstglcolorconvert_LDADD) $(LIBS) -libs/libs_gstglcontext-gstglcontext.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglcontext-gstglcontext.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglcontext$(EXEEXT): $(libs_gstglcontext_OBJECTS) $(libs_gstglcontext_DEPENDENCIES) $(EXTRA_libs_gstglcontext_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglcontext$(EXEEXT) $(AM_V_CCLD)$(libs_gstglcontext_LINK) $(libs_gstglcontext_OBJECTS) $(libs_gstglcontext_LDADD) $(LIBS) -libs/libs_gstglheaders-gstglheaders.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglheaders-gstglheaders.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglheaders$(EXEEXT): $(libs_gstglheaders_OBJECTS) $(libs_gstglheaders_DEPENDENCIES) $(EXTRA_libs_gstglheaders_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglheaders$(EXEEXT) $(AM_V_CCLD)$(libs_gstglheaders_LINK) $(libs_gstglheaders_OBJECTS) $(libs_gstglheaders_LDADD) $(LIBS) -libs/libs_gstglmatrix-gstglmatrix.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglmatrix-gstglmatrix.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglmatrix$(EXEEXT): $(libs_gstglmatrix_OBJECTS) $(libs_gstglmatrix_DEPENDENCIES) $(EXTRA_libs_gstglmatrix_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglmatrix$(EXEEXT) $(AM_V_CCLD)$(libs_gstglmatrix_LINK) $(libs_gstglmatrix_OBJECTS) $(libs_gstglmatrix_LDADD) $(LIBS) -libs/libs_gstglmemory-gstglmemory.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglmemory-gstglmemory.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglmemory$(EXEEXT): $(libs_gstglmemory_OBJECTS) $(libs_gstglmemory_DEPENDENCIES) $(EXTRA_libs_gstglmemory_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglmemory$(EXEEXT) $(AM_V_CCLD)$(libs_gstglmemory_LINK) $(libs_gstglmemory_OBJECTS) $(libs_gstglmemory_LDADD) $(LIBS) -libs/libs_gstglquery-gstglquery.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglquery-gstglquery.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglquery$(EXEEXT): $(libs_gstglquery_OBJECTS) $(libs_gstglquery_DEPENDENCIES) $(EXTRA_libs_gstglquery_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglquery$(EXEEXT) $(AM_V_CCLD)$(libs_gstglquery_LINK) $(libs_gstglquery_OBJECTS) $(libs_gstglquery_LDADD) $(LIBS) -libs/libs_gstglshader-gstglshader.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglshader-gstglshader.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglshader$(EXEEXT): $(libs_gstglshader_OBJECTS) $(libs_gstglshader_DEPENDENCIES) $(EXTRA_libs_gstglshader_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglshader$(EXEEXT) $(AM_V_CCLD)$(libs_gstglshader_LINK) $(libs_gstglshader_OBJECTS) $(libs_gstglshader_LDADD) $(LIBS) -libs/libs_gstglsl-gstglsl.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglsl-gstglsl.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglsl$(EXEEXT): $(libs_gstglsl_OBJECTS) $(libs_gstglsl_DEPENDENCIES) $(EXTRA_libs_gstglsl_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglsl$(EXEEXT) $(AM_V_CCLD)$(libs_gstglsl_LINK) $(libs_gstglsl_OBJECTS) $(libs_gstglsl_LDADD) $(LIBS) -libs/libs_gstglslstage-gstglslstage.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglslstage-gstglslstage.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglslstage$(EXEEXT): $(libs_gstglslstage_OBJECTS) $(libs_gstglslstage_DEPENDENCIES) $(EXTRA_libs_gstglslstage_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstglslstage$(EXEEXT) $(AM_V_CCLD)$(libs_gstglslstage_LINK) $(libs_gstglslstage_OBJECTS) $(libs_gstglslstage_LDADD) $(LIBS) -libs/libs_gstglupload-gstglupload.$(OBJEXT): libs/$(am__dirstamp) \ +libs/gstglupload-gstglupload.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/gstglupload$(EXEEXT): $(libs_gstglupload_OBJECTS) $(libs_gstglupload_DEPENDENCIES) $(EXTRA_libs_gstglupload_DEPENDENCIES) libs/$(am__dirstamp) @@ -2880,73 +2951,73 @@ libs/gstlibscpp$(EXEEXT): $(libs_gstlibscpp_OBJECTS) $(libs_gstlibscpp_DEPENDENCIES) $(EXTRA_libs_gstlibscpp_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/gstlibscpp$(EXEEXT) $(AM_V_CXXLD)$(CXXLINK) $(libs_gstlibscpp_OBJECTS) $(libs_gstlibscpp_LDADD) $(LIBS) -libs/libs_libsabi-libsabi.$(OBJEXT): libs/$(am__dirstamp) \ +libs/libsabi-libsabi.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/libsabi$(EXEEXT): $(libs_libsabi_OBJECTS) $(libs_libsabi_DEPENDENCIES) $(EXTRA_libs_libsabi_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/libsabi$(EXEEXT) $(AM_V_CCLD)$(libs_libsabi_LINK) $(libs_libsabi_OBJECTS) $(libs_libsabi_LDADD) $(LIBS) -libs/libs_mikey-mikey.$(OBJEXT): libs/$(am__dirstamp) \ +libs/mikey-mikey.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/mikey$(EXEEXT): $(libs_mikey_OBJECTS) $(libs_mikey_DEPENDENCIES) $(EXTRA_libs_mikey_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/mikey$(EXEEXT) $(AM_V_CCLD)$(libs_mikey_LINK) $(libs_mikey_OBJECTS) $(libs_mikey_LDADD) $(LIBS) -libs/libs_navigation-navigation.$(OBJEXT): libs/$(am__dirstamp) \ +libs/navigation-navigation.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/navigation$(EXEEXT): $(libs_navigation_OBJECTS) $(libs_navigation_DEPENDENCIES) $(EXTRA_libs_navigation_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/navigation$(EXEEXT) $(AM_V_CCLD)$(libs_navigation_LINK) $(libs_navigation_OBJECTS) $(libs_navigation_LDADD) $(LIBS) -libs/libs_pbutils-pbutils.$(OBJEXT): libs/$(am__dirstamp) \ +libs/pbutils-pbutils.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/pbutils$(EXEEXT): $(libs_pbutils_OBJECTS) $(libs_pbutils_DEPENDENCIES) $(EXTRA_libs_pbutils_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/pbutils$(EXEEXT) $(AM_V_CCLD)$(libs_pbutils_LINK) $(libs_pbutils_OBJECTS) $(libs_pbutils_LDADD) $(LIBS) -libs/libs_profile-profile.$(OBJEXT): libs/$(am__dirstamp) \ +libs/profile-profile.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/profile$(EXEEXT): $(libs_profile_OBJECTS) $(libs_profile_DEPENDENCIES) $(EXTRA_libs_profile_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/profile$(EXEEXT) $(AM_V_CCLD)$(libs_profile_LINK) $(libs_profile_OBJECTS) $(libs_profile_LDADD) $(LIBS) -libs/libs_rtp-rtp.$(OBJEXT): libs/$(am__dirstamp) \ +libs/rtp-rtp.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/rtp$(EXEEXT): $(libs_rtp_OBJECTS) $(libs_rtp_DEPENDENCIES) $(EXTRA_libs_rtp_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/rtp$(EXEEXT) $(AM_V_CCLD)$(libs_rtp_LINK) $(libs_rtp_OBJECTS) $(libs_rtp_LDADD) $(LIBS) -libs/libs_rtpbasedepayload-rtpbasedepayload.$(OBJEXT): \ +libs/rtpbasedepayload-rtpbasedepayload.$(OBJEXT): \ libs/$(am__dirstamp) libs/$(DEPDIR)/$(am__dirstamp) libs/rtpbasedepayload$(EXEEXT): $(libs_rtpbasedepayload_OBJECTS) $(libs_rtpbasedepayload_DEPENDENCIES) $(EXTRA_libs_rtpbasedepayload_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/rtpbasedepayload$(EXEEXT) $(AM_V_CCLD)$(libs_rtpbasedepayload_LINK) $(libs_rtpbasedepayload_OBJECTS) $(libs_rtpbasedepayload_LDADD) $(LIBS) -libs/libs_rtpbasepayload-rtpbasepayload.$(OBJEXT): \ - libs/$(am__dirstamp) libs/$(DEPDIR)/$(am__dirstamp) +libs/rtpbasepayload-rtpbasepayload.$(OBJEXT): libs/$(am__dirstamp) \ + libs/$(DEPDIR)/$(am__dirstamp) libs/rtpbasepayload$(EXEEXT): $(libs_rtpbasepayload_OBJECTS) $(libs_rtpbasepayload_DEPENDENCIES) $(EXTRA_libs_rtpbasepayload_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/rtpbasepayload$(EXEEXT) $(AM_V_CCLD)$(libs_rtpbasepayload_LINK) $(libs_rtpbasepayload_OBJECTS) $(libs_rtpbasepayload_LDADD) $(LIBS) -libs/libs_rtsp-rtsp.$(OBJEXT): libs/$(am__dirstamp) \ +libs/rtsp-rtsp.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/rtsp$(EXEEXT): $(libs_rtsp_OBJECTS) $(libs_rtsp_DEPENDENCIES) $(EXTRA_libs_rtsp_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/rtsp$(EXEEXT) $(AM_V_CCLD)$(libs_rtsp_LINK) $(libs_rtsp_OBJECTS) $(libs_rtsp_LDADD) $(LIBS) -libs/libs_rtspconnection-rtspconnection.$(OBJEXT): \ - libs/$(am__dirstamp) libs/$(DEPDIR)/$(am__dirstamp) +libs/rtspconnection-rtspconnection.$(OBJEXT): libs/$(am__dirstamp) \ + libs/$(DEPDIR)/$(am__dirstamp) libs/rtspconnection$(EXEEXT): $(libs_rtspconnection_OBJECTS) $(libs_rtspconnection_DEPENDENCIES) $(EXTRA_libs_rtspconnection_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/rtspconnection$(EXEEXT) $(AM_V_CCLD)$(libs_rtspconnection_LINK) $(libs_rtspconnection_OBJECTS) $(libs_rtspconnection_LDADD) $(LIBS) -libs/libs_sdp-sdp.$(OBJEXT): libs/$(am__dirstamp) \ +libs/sdp-sdp.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/sdp$(EXEEXT): $(libs_sdp_OBJECTS) $(libs_sdp_DEPENDENCIES) $(EXTRA_libs_sdp_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/sdp$(EXEEXT) $(AM_V_CCLD)$(libs_sdp_LINK) $(libs_sdp_OBJECTS) $(libs_sdp_LDADD) $(LIBS) -libs/libs_tag-tag.$(OBJEXT): libs/$(am__dirstamp) \ +libs/tag-tag.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/tag$(EXEEXT): $(libs_tag_OBJECTS) $(libs_tag_DEPENDENCIES) $(EXTRA_libs_tag_DEPENDENCIES) libs/$(am__dirstamp) @@ -2958,25 +3029,25 @@ libs/video$(EXEEXT): $(libs_video_OBJECTS) $(libs_video_DEPENDENCIES) $(EXTRA_libs_video_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/video$(EXEEXT) $(AM_V_CCLD)$(libs_video_LINK) $(libs_video_OBJECTS) $(libs_video_LDADD) $(LIBS) -libs/libs_videodecoder-videodecoder.$(OBJEXT): libs/$(am__dirstamp) \ +libs/videodecoder-videodecoder.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/videodecoder$(EXEEXT): $(libs_videodecoder_OBJECTS) $(libs_videodecoder_DEPENDENCIES) $(EXTRA_libs_videodecoder_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/videodecoder$(EXEEXT) $(AM_V_CCLD)$(libs_videodecoder_LINK) $(libs_videodecoder_OBJECTS) $(libs_videodecoder_LDADD) $(LIBS) -libs/libs_videoencoder-videoencoder.$(OBJEXT): libs/$(am__dirstamp) \ +libs/videoencoder-videoencoder.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/videoencoder$(EXEEXT): $(libs_videoencoder_OBJECTS) $(libs_videoencoder_DEPENDENCIES) $(EXTRA_libs_videoencoder_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/videoencoder$(EXEEXT) $(AM_V_CCLD)$(libs_videoencoder_LINK) $(libs_videoencoder_OBJECTS) $(libs_videoencoder_LDADD) $(LIBS) -libs/libs_videotimecode-videotimecode.$(OBJEXT): libs/$(am__dirstamp) \ +libs/videotimecode-videotimecode.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/videotimecode$(EXEEXT): $(libs_videotimecode_OBJECTS) $(libs_videotimecode_DEPENDENCIES) $(EXTRA_libs_videotimecode_DEPENDENCIES) libs/$(am__dirstamp) @rm -f libs/videotimecode$(EXEEXT) $(AM_V_CCLD)$(libs_videotimecode_LINK) $(libs_videotimecode_OBJECTS) $(libs_videotimecode_LDADD) $(LIBS) -libs/libs_xmpwriter-xmpwriter.$(OBJEXT): libs/$(am__dirstamp) \ +libs/xmpwriter-xmpwriter.$(OBJEXT): libs/$(am__dirstamp) \ libs/$(DEPDIR)/$(am__dirstamp) libs/xmpwriter$(EXEEXT): $(libs_xmpwriter_OBJECTS) $(libs_xmpwriter_DEPENDENCIES) $(EXTRA_libs_xmpwriter_DEPENDENCIES) libs/$(am__dirstamp) @@ -3042,25 +3113,25 @@ pipelines/capsfilter-renegotiation$(EXEEXT): $(pipelines_capsfilter_renegotiation_OBJECTS) $(pipelines_capsfilter_renegotiation_DEPENDENCIES) $(EXTRA_pipelines_capsfilter_renegotiation_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/capsfilter-renegotiation$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_capsfilter_renegotiation_OBJECTS) $(pipelines_capsfilter_renegotiation_LDADD) $(LIBS) -pipelines/pipelines_gio-gio.$(OBJEXT): pipelines/$(am__dirstamp) \ +pipelines/gio-gio.$(OBJEXT): pipelines/$(am__dirstamp) \ pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/gio$(EXEEXT): $(pipelines_gio_OBJECTS) $(pipelines_gio_DEPENDENCIES) $(EXTRA_pipelines_gio_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/gio$(EXEEXT) $(AM_V_CCLD)$(pipelines_gio_LINK) $(pipelines_gio_OBJECTS) $(pipelines_gio_LDADD) $(LIBS) -pipelines/pipelines_gl_launch_lines-gl-launch-lines.$(OBJEXT): \ +pipelines/gl_launch_lines-gl-launch-lines.$(OBJEXT): \ pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/gl-launch-lines$(EXEEXT): $(pipelines_gl_launch_lines_OBJECTS) $(pipelines_gl_launch_lines_DEPENDENCIES) $(EXTRA_pipelines_gl_launch_lines_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/gl-launch-lines$(EXEEXT) $(AM_V_CCLD)$(pipelines_gl_launch_lines_LINK) $(pipelines_gl_launch_lines_OBJECTS) $(pipelines_gl_launch_lines_LDADD) $(LIBS) -pipelines/pipelines_oggmux-oggmux.$(OBJEXT): \ - pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) +pipelines/oggmux-oggmux.$(OBJEXT): pipelines/$(am__dirstamp) \ + pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/oggmux$(EXEEXT): $(pipelines_oggmux_OBJECTS) $(pipelines_oggmux_DEPENDENCIES) $(EXTRA_pipelines_oggmux_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/oggmux$(EXEEXT) $(AM_V_CCLD)$(pipelines_oggmux_LINK) $(pipelines_oggmux_OBJECTS) $(pipelines_oggmux_LDADD) $(LIBS) -pipelines/pipelines_simple_launch_lines-simple-launch-lines.$(OBJEXT): \ +pipelines/simple_launch_lines-simple-launch-lines.$(OBJEXT): \ pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/simple-launch-lines$(EXEEXT): $(pipelines_simple_launch_lines_OBJECTS) $(pipelines_simple_launch_lines_DEPENDENCIES) $(EXTRA_pipelines_simple_launch_lines_DEPENDENCIES) pipelines/$(am__dirstamp) @@ -3072,14 +3143,14 @@ pipelines/streamsynchronizer$(EXEEXT): $(pipelines_streamsynchronizer_OBJECTS) $(pipelines_streamsynchronizer_DEPENDENCIES) $(EXTRA_pipelines_streamsynchronizer_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/streamsynchronizer$(EXEEXT) $(AM_V_CCLD)$(LINK) $(pipelines_streamsynchronizer_OBJECTS) $(pipelines_streamsynchronizer_LDADD) $(LIBS) -pipelines/pipelines_tcp-tcp.$(OBJEXT): pipelines/$(am__dirstamp) \ +pipelines/tcp-tcp.$(OBJEXT): pipelines/$(am__dirstamp) \ pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/tcp$(EXEEXT): $(pipelines_tcp_OBJECTS) $(pipelines_tcp_DEPENDENCIES) $(EXTRA_pipelines_tcp_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/tcp$(EXEEXT) $(AM_V_CCLD)$(pipelines_tcp_LINK) $(pipelines_tcp_OBJECTS) $(pipelines_tcp_LDADD) $(LIBS) -pipelines/pipelines_theoraenc-theoraenc.$(OBJEXT): \ - pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) +pipelines/theoraenc-theoraenc.$(OBJEXT): pipelines/$(am__dirstamp) \ + pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/theoraenc$(EXEEXT): $(pipelines_theoraenc_OBJECTS) $(pipelines_theoraenc_DEPENDENCIES) $(EXTRA_pipelines_theoraenc_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/theoraenc$(EXEEXT) @@ -3090,8 +3161,8 @@ pipelines/vorbisdec$(EXEEXT): $(pipelines_vorbisdec_OBJECTS) $(pipelines_vorbisdec_DEPENDENCIES) $(EXTRA_pipelines_vorbisdec_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/vorbisdec$(EXEEXT) $(AM_V_CCLD)$(pipelines_vorbisdec_LINK) $(pipelines_vorbisdec_OBJECTS) $(pipelines_vorbisdec_LDADD) $(LIBS) -pipelines/pipelines_vorbisenc-vorbisenc.$(OBJEXT): \ - pipelines/$(am__dirstamp) pipelines/$(DEPDIR)/$(am__dirstamp) +pipelines/vorbisenc-vorbisenc.$(OBJEXT): pipelines/$(am__dirstamp) \ + pipelines/$(DEPDIR)/$(am__dirstamp) pipelines/vorbisenc$(EXEEXT): $(pipelines_vorbisenc_OBJECTS) $(pipelines_vorbisenc_DEPENDENCIES) $(EXTRA_pipelines_vorbisenc_DEPENDENCIES) pipelines/$(am__dirstamp) @rm -f pipelines/vorbisenc$(EXEEXT) @@ -3109,100 +3180,106 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiotestsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_adder-adder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_appsink-appsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_appsrc-appsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audioconvert-audioconvert.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiointerleave-audiointerleave.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiomixer-audiomixer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiorate-audiorate.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audioresample-audioresample.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_decodebin-decodebin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_encodebin-encodebin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_glbin-glbin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_glimagesink-glimagesink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_libvisual-libvisual.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_multisocketsink-multisocketsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_playbin-playbin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_playbin_complex-playbin-complex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rawaudioparse-rawaudioparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_rawvideoparse-rawvideoparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_subparse-subparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_textoverlay-textoverlay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoconvert-videoconvert.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoscale-videoscale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoscale_1-videoscale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoscale_2-videoscale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoscale_3-videoscale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoscale_4-videoscale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoscale_5-videoscale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_videoscale_6-videoscale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_volume-volume.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_vorbisdec-vorbisdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_vorbistag-vorbistag.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/multifdsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/opus.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/playsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/streamsynchronizer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videorate.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videotestsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@generic/$(DEPDIR)/clock-selection.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@generic/$(DEPDIR)/states.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gst/$(DEPDIR)/gst_typefindfunctions-typefindfunctions.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstlibscpp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_allocators-allocators.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_audio-audio.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_audiocdsrc-audiocdsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_audiodecoder-audiodecoder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_audioencoder-audioencoder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_baseaudiovisualizer-baseaudiovisualizer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_discoverer-discoverer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_fft-fft.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglcolorconvert-gstglcolorconvert.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglcontext-gstglcontext.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglheaders-gstglheaders.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglmatrix-gstglmatrix.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglmemory-gstglmemory.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglquery-gstglquery.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglshader-gstglshader.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglsl-gstglsl.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglslstage-gstglslstage.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_gstglupload-gstglupload.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_libsabi-libsabi.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_mikey-mikey.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_navigation-navigation.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_pbutils-pbutils.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_profile-profile.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_rtp-rtp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_rtpbasedepayload-rtpbasedepayload.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_rtpbasepayload-rtpbasepayload.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_rtsp-rtsp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_rtspconnection-rtspconnection.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_sdp-sdp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_tag-tag.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_video-video.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_videodecoder-videodecoder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_videoencoder-videoencoder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_videotimecode-videotimecode.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_xmpwriter-xmpwriter.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_adder-adder.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_audio-audio.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_audiomixer-audiomixer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_video-video.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_videotestsrc-videotestsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_volume-volume.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/basetime.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/capsfilter-renegotiation.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_gio-gio.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_gl_launch_lines-gl-launch-lines.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_oggmux-oggmux.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_simple_launch_lines-simple-launch-lines.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_tcp-tcp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_theoraenc-theoraenc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_vorbisdec-vorbisdec.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_vorbisenc-vorbisenc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/streamsynchronizer.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/appsink-appsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/appsrc-appsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audioconvert-audioconvert.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiointerleave-audiointerleave.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiorate-audiorate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audioresample-audioresample.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/audiotestsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/decodebin-decodebin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_adder-adder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_audiomixer-audiomixer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_volume-volume.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/elements_vorbisdec-vorbisdec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/encodebin-encodebin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/glbin-glbin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/glimagesink-glimagesink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/libvisual-libvisual.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/multifdsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/multisocketsink-multisocketsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/opus.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/playbin-playbin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/playbin_complex-playbin-complex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/playsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/streamsynchronizer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/subparse-subparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/textoverlay-textoverlay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoconvert-videoconvert.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videorate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoscale-videoscale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoscale_1-videoscale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoscale_2-videoscale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoscale_3-videoscale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoscale_4-videoscale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoscale_5-videoscale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videoscale_6-videoscale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/videotestsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@elements/$(DEPDIR)/vorbistag-vorbistag.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@generic/$(DEPDIR)/clock-selection.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@gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/allocators-allocators.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/audiodecoder-audiodecoder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/audioencoder-audioencoder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/discoverer-discoverer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/fft-fft.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglcontext-gstglcontext.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglheaders-gstglheaders.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglmemory-gstglmemory.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglquery-gstglquery.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglshader-gstglshader.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglsl-gstglsl.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglslstage-gstglslstage.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstglupload-gstglupload.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/gstlibscpp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_audio-audio.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libs_video-video.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/libsabi-libsabi.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/mikey-mikey.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/navigation-navigation.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/pbutils-pbutils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/profile-profile.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/rtp-rtp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/rtsp-rtsp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/rtspconnection-rtspconnection.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/sdp-sdp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/tag-tag.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/videodecoder-videodecoder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/videoencoder-videoencoder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/videotimecode-videotimecode.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libs/$(DEPDIR)/xmpwriter-xmpwriter.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_adder-adder.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_audio-audio.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_audiomixer-audiomixer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_video-video.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_videotestsrc-videotestsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@orc/$(DEPDIR)/orc_volume-volume.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/basetime.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/capsfilter-renegotiation.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/gio-gio.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/oggmux-oggmux.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/pipelines_vorbisdec-vorbisdec.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/streamsynchronizer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/tcp-tcp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/theoraenc-theoraenc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@pipelines/$(DEPDIR)/vorbisenc-vorbisenc.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$$||'`;\ @@ -3242,61 +3319,61 @@ @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_adder_CFLAGS) $(CFLAGS) -c -o elements/elements_adder-adder.obj `if test -f 'elements/adder.c'; then $(CYGPATH_W) 'elements/adder.c'; else $(CYGPATH_W) '$(srcdir)/elements/adder.c'; fi` -elements/elements_appsink-appsink.o: elements/appsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsink_CFLAGS) $(CFLAGS) -MT elements/elements_appsink-appsink.o -MD -MP -MF elements/$(DEPDIR)/elements_appsink-appsink.Tpo -c -o elements/elements_appsink-appsink.o `test -f 'elements/appsink.c' || echo '$(srcdir)/'`elements/appsink.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_appsink-appsink.Tpo elements/$(DEPDIR)/elements_appsink-appsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsink.c' object='elements/elements_appsink-appsink.o' libtool=no @AMDEPBACKSLASH@ +elements/appsink-appsink.o: elements/appsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsink_CFLAGS) $(CFLAGS) -MT elements/appsink-appsink.o -MD -MP -MF elements/$(DEPDIR)/appsink-appsink.Tpo -c -o elements/appsink-appsink.o `test -f 'elements/appsink.c' || echo '$(srcdir)/'`elements/appsink.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/appsink-appsink.Tpo elements/$(DEPDIR)/appsink-appsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsink.c' object='elements/appsink-appsink.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_appsink_CFLAGS) $(CFLAGS) -c -o elements/elements_appsink-appsink.o `test -f 'elements/appsink.c' || echo '$(srcdir)/'`elements/appsink.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsink_CFLAGS) $(CFLAGS) -c -o elements/appsink-appsink.o `test -f 'elements/appsink.c' || echo '$(srcdir)/'`elements/appsink.c -elements/elements_appsink-appsink.obj: elements/appsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsink_CFLAGS) $(CFLAGS) -MT elements/elements_appsink-appsink.obj -MD -MP -MF elements/$(DEPDIR)/elements_appsink-appsink.Tpo -c -o elements/elements_appsink-appsink.obj `if test -f 'elements/appsink.c'; then $(CYGPATH_W) 'elements/appsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsink.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_appsink-appsink.Tpo elements/$(DEPDIR)/elements_appsink-appsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsink.c' object='elements/elements_appsink-appsink.obj' libtool=no @AMDEPBACKSLASH@ +elements/appsink-appsink.obj: elements/appsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsink_CFLAGS) $(CFLAGS) -MT elements/appsink-appsink.obj -MD -MP -MF elements/$(DEPDIR)/appsink-appsink.Tpo -c -o elements/appsink-appsink.obj `if test -f 'elements/appsink.c'; then $(CYGPATH_W) 'elements/appsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsink.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/appsink-appsink.Tpo elements/$(DEPDIR)/appsink-appsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsink.c' object='elements/appsink-appsink.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_appsink_CFLAGS) $(CFLAGS) -c -o elements/elements_appsink-appsink.obj `if test -f 'elements/appsink.c'; then $(CYGPATH_W) 'elements/appsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsink.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsink_CFLAGS) $(CFLAGS) -c -o elements/appsink-appsink.obj `if test -f 'elements/appsink.c'; then $(CYGPATH_W) 'elements/appsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsink.c'; fi` -elements/elements_appsrc-appsrc.o: elements/appsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsrc_CFLAGS) $(CFLAGS) -MT elements/elements_appsrc-appsrc.o -MD -MP -MF elements/$(DEPDIR)/elements_appsrc-appsrc.Tpo -c -o elements/elements_appsrc-appsrc.o `test -f 'elements/appsrc.c' || echo '$(srcdir)/'`elements/appsrc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_appsrc-appsrc.Tpo elements/$(DEPDIR)/elements_appsrc-appsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsrc.c' object='elements/elements_appsrc-appsrc.o' libtool=no @AMDEPBACKSLASH@ +elements/appsrc-appsrc.o: elements/appsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsrc_CFLAGS) $(CFLAGS) -MT elements/appsrc-appsrc.o -MD -MP -MF elements/$(DEPDIR)/appsrc-appsrc.Tpo -c -o elements/appsrc-appsrc.o `test -f 'elements/appsrc.c' || echo '$(srcdir)/'`elements/appsrc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/appsrc-appsrc.Tpo elements/$(DEPDIR)/appsrc-appsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsrc.c' object='elements/appsrc-appsrc.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_appsrc_CFLAGS) $(CFLAGS) -c -o elements/elements_appsrc-appsrc.o `test -f 'elements/appsrc.c' || echo '$(srcdir)/'`elements/appsrc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsrc_CFLAGS) $(CFLAGS) -c -o elements/appsrc-appsrc.o `test -f 'elements/appsrc.c' || echo '$(srcdir)/'`elements/appsrc.c -elements/elements_appsrc-appsrc.obj: elements/appsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsrc_CFLAGS) $(CFLAGS) -MT elements/elements_appsrc-appsrc.obj -MD -MP -MF elements/$(DEPDIR)/elements_appsrc-appsrc.Tpo -c -o elements/elements_appsrc-appsrc.obj `if test -f 'elements/appsrc.c'; then $(CYGPATH_W) 'elements/appsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsrc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_appsrc-appsrc.Tpo elements/$(DEPDIR)/elements_appsrc-appsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsrc.c' object='elements/elements_appsrc-appsrc.obj' libtool=no @AMDEPBACKSLASH@ +elements/appsrc-appsrc.obj: elements/appsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsrc_CFLAGS) $(CFLAGS) -MT elements/appsrc-appsrc.obj -MD -MP -MF elements/$(DEPDIR)/appsrc-appsrc.Tpo -c -o elements/appsrc-appsrc.obj `if test -f 'elements/appsrc.c'; then $(CYGPATH_W) 'elements/appsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsrc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/appsrc-appsrc.Tpo elements/$(DEPDIR)/appsrc-appsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/appsrc.c' object='elements/appsrc-appsrc.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_appsrc_CFLAGS) $(CFLAGS) -c -o elements/elements_appsrc-appsrc.obj `if test -f 'elements/appsrc.c'; then $(CYGPATH_W) 'elements/appsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsrc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_appsrc_CFLAGS) $(CFLAGS) -c -o elements/appsrc-appsrc.obj `if test -f 'elements/appsrc.c'; then $(CYGPATH_W) 'elements/appsrc.c'; else $(CYGPATH_W) '$(srcdir)/elements/appsrc.c'; fi` -elements/elements_audioconvert-audioconvert.o: elements/audioconvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioconvert_CFLAGS) $(CFLAGS) -MT elements/elements_audioconvert-audioconvert.o -MD -MP -MF elements/$(DEPDIR)/elements_audioconvert-audioconvert.Tpo -c -o elements/elements_audioconvert-audioconvert.o `test -f 'elements/audioconvert.c' || echo '$(srcdir)/'`elements/audioconvert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioconvert-audioconvert.Tpo elements/$(DEPDIR)/elements_audioconvert-audioconvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioconvert.c' object='elements/elements_audioconvert-audioconvert.o' libtool=no @AMDEPBACKSLASH@ +elements/audioconvert-audioconvert.o: elements/audioconvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioconvert_CFLAGS) $(CFLAGS) -MT elements/audioconvert-audioconvert.o -MD -MP -MF elements/$(DEPDIR)/audioconvert-audioconvert.Tpo -c -o elements/audioconvert-audioconvert.o `test -f 'elements/audioconvert.c' || echo '$(srcdir)/'`elements/audioconvert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioconvert-audioconvert.Tpo elements/$(DEPDIR)/audioconvert-audioconvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioconvert.c' object='elements/audioconvert-audioconvert.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_audioconvert_CFLAGS) $(CFLAGS) -c -o elements/elements_audioconvert-audioconvert.o `test -f 'elements/audioconvert.c' || echo '$(srcdir)/'`elements/audioconvert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioconvert_CFLAGS) $(CFLAGS) -c -o elements/audioconvert-audioconvert.o `test -f 'elements/audioconvert.c' || echo '$(srcdir)/'`elements/audioconvert.c -elements/elements_audioconvert-audioconvert.obj: elements/audioconvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioconvert_CFLAGS) $(CFLAGS) -MT elements/elements_audioconvert-audioconvert.obj -MD -MP -MF elements/$(DEPDIR)/elements_audioconvert-audioconvert.Tpo -c -o elements/elements_audioconvert-audioconvert.obj `if test -f 'elements/audioconvert.c'; then $(CYGPATH_W) 'elements/audioconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioconvert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioconvert-audioconvert.Tpo elements/$(DEPDIR)/elements_audioconvert-audioconvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioconvert.c' object='elements/elements_audioconvert-audioconvert.obj' libtool=no @AMDEPBACKSLASH@ +elements/audioconvert-audioconvert.obj: elements/audioconvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioconvert_CFLAGS) $(CFLAGS) -MT elements/audioconvert-audioconvert.obj -MD -MP -MF elements/$(DEPDIR)/audioconvert-audioconvert.Tpo -c -o elements/audioconvert-audioconvert.obj `if test -f 'elements/audioconvert.c'; then $(CYGPATH_W) 'elements/audioconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioconvert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioconvert-audioconvert.Tpo elements/$(DEPDIR)/audioconvert-audioconvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioconvert.c' object='elements/audioconvert-audioconvert.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_audioconvert_CFLAGS) $(CFLAGS) -c -o elements/elements_audioconvert-audioconvert.obj `if test -f 'elements/audioconvert.c'; then $(CYGPATH_W) 'elements/audioconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioconvert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioconvert_CFLAGS) $(CFLAGS) -c -o elements/audioconvert-audioconvert.obj `if test -f 'elements/audioconvert.c'; then $(CYGPATH_W) 'elements/audioconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioconvert.c'; fi` -elements/elements_audiointerleave-audiointerleave.o: elements/audiointerleave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiointerleave_CFLAGS) $(CFLAGS) -MT elements/elements_audiointerleave-audiointerleave.o -MD -MP -MF elements/$(DEPDIR)/elements_audiointerleave-audiointerleave.Tpo -c -o elements/elements_audiointerleave-audiointerleave.o `test -f 'elements/audiointerleave.c' || echo '$(srcdir)/'`elements/audiointerleave.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiointerleave-audiointerleave.Tpo elements/$(DEPDIR)/elements_audiointerleave-audiointerleave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiointerleave.c' object='elements/elements_audiointerleave-audiointerleave.o' libtool=no @AMDEPBACKSLASH@ +elements/audiointerleave-audiointerleave.o: elements/audiointerleave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiointerleave_CFLAGS) $(CFLAGS) -MT elements/audiointerleave-audiointerleave.o -MD -MP -MF elements/$(DEPDIR)/audiointerleave-audiointerleave.Tpo -c -o elements/audiointerleave-audiointerleave.o `test -f 'elements/audiointerleave.c' || echo '$(srcdir)/'`elements/audiointerleave.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiointerleave-audiointerleave.Tpo elements/$(DEPDIR)/audiointerleave-audiointerleave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiointerleave.c' object='elements/audiointerleave-audiointerleave.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_audiointerleave_CFLAGS) $(CFLAGS) -c -o elements/elements_audiointerleave-audiointerleave.o `test -f 'elements/audiointerleave.c' || echo '$(srcdir)/'`elements/audiointerleave.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiointerleave_CFLAGS) $(CFLAGS) -c -o elements/audiointerleave-audiointerleave.o `test -f 'elements/audiointerleave.c' || echo '$(srcdir)/'`elements/audiointerleave.c -elements/elements_audiointerleave-audiointerleave.obj: elements/audiointerleave.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiointerleave_CFLAGS) $(CFLAGS) -MT elements/elements_audiointerleave-audiointerleave.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiointerleave-audiointerleave.Tpo -c -o elements/elements_audiointerleave-audiointerleave.obj `if test -f 'elements/audiointerleave.c'; then $(CYGPATH_W) 'elements/audiointerleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiointerleave.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiointerleave-audiointerleave.Tpo elements/$(DEPDIR)/elements_audiointerleave-audiointerleave.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiointerleave.c' object='elements/elements_audiointerleave-audiointerleave.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiointerleave-audiointerleave.obj: elements/audiointerleave.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiointerleave_CFLAGS) $(CFLAGS) -MT elements/audiointerleave-audiointerleave.obj -MD -MP -MF elements/$(DEPDIR)/audiointerleave-audiointerleave.Tpo -c -o elements/audiointerleave-audiointerleave.obj `if test -f 'elements/audiointerleave.c'; then $(CYGPATH_W) 'elements/audiointerleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiointerleave.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiointerleave-audiointerleave.Tpo elements/$(DEPDIR)/audiointerleave-audiointerleave.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiointerleave.c' object='elements/audiointerleave-audiointerleave.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_audiointerleave_CFLAGS) $(CFLAGS) -c -o elements/elements_audiointerleave-audiointerleave.obj `if test -f 'elements/audiointerleave.c'; then $(CYGPATH_W) 'elements/audiointerleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiointerleave.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiointerleave_CFLAGS) $(CFLAGS) -c -o elements/audiointerleave-audiointerleave.obj `if test -f 'elements/audiointerleave.c'; then $(CYGPATH_W) 'elements/audiointerleave.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiointerleave.c'; fi` elements/elements_audiomixer-audiomixer.o: elements/audiomixer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiomixer_CFLAGS) $(CFLAGS) -MT elements/elements_audiomixer-audiomixer.o -MD -MP -MF elements/$(DEPDIR)/elements_audiomixer-audiomixer.Tpo -c -o elements/elements_audiomixer-audiomixer.o `test -f 'elements/audiomixer.c' || echo '$(srcdir)/'`elements/audiomixer.c @@ -3312,313 +3389,313 @@ @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_audiomixer_CFLAGS) $(CFLAGS) -c -o elements/elements_audiomixer-audiomixer.obj `if test -f 'elements/audiomixer.c'; then $(CYGPATH_W) 'elements/audiomixer.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiomixer.c'; fi` -elements/elements_audiorate-audiorate.o: elements/audiorate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiorate_CFLAGS) $(CFLAGS) -MT elements/elements_audiorate-audiorate.o -MD -MP -MF elements/$(DEPDIR)/elements_audiorate-audiorate.Tpo -c -o elements/elements_audiorate-audiorate.o `test -f 'elements/audiorate.c' || echo '$(srcdir)/'`elements/audiorate.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiorate-audiorate.Tpo elements/$(DEPDIR)/elements_audiorate-audiorate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiorate.c' object='elements/elements_audiorate-audiorate.o' libtool=no @AMDEPBACKSLASH@ +elements/audiorate-audiorate.o: elements/audiorate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiorate_CFLAGS) $(CFLAGS) -MT elements/audiorate-audiorate.o -MD -MP -MF elements/$(DEPDIR)/audiorate-audiorate.Tpo -c -o elements/audiorate-audiorate.o `test -f 'elements/audiorate.c' || echo '$(srcdir)/'`elements/audiorate.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiorate-audiorate.Tpo elements/$(DEPDIR)/audiorate-audiorate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiorate.c' object='elements/audiorate-audiorate.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_audiorate_CFLAGS) $(CFLAGS) -c -o elements/elements_audiorate-audiorate.o `test -f 'elements/audiorate.c' || echo '$(srcdir)/'`elements/audiorate.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiorate_CFLAGS) $(CFLAGS) -c -o elements/audiorate-audiorate.o `test -f 'elements/audiorate.c' || echo '$(srcdir)/'`elements/audiorate.c -elements/elements_audiorate-audiorate.obj: elements/audiorate.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiorate_CFLAGS) $(CFLAGS) -MT elements/elements_audiorate-audiorate.obj -MD -MP -MF elements/$(DEPDIR)/elements_audiorate-audiorate.Tpo -c -o elements/elements_audiorate-audiorate.obj `if test -f 'elements/audiorate.c'; then $(CYGPATH_W) 'elements/audiorate.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiorate.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audiorate-audiorate.Tpo elements/$(DEPDIR)/elements_audiorate-audiorate.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiorate.c' object='elements/elements_audiorate-audiorate.obj' libtool=no @AMDEPBACKSLASH@ +elements/audiorate-audiorate.obj: elements/audiorate.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiorate_CFLAGS) $(CFLAGS) -MT elements/audiorate-audiorate.obj -MD -MP -MF elements/$(DEPDIR)/audiorate-audiorate.Tpo -c -o elements/audiorate-audiorate.obj `if test -f 'elements/audiorate.c'; then $(CYGPATH_W) 'elements/audiorate.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiorate.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audiorate-audiorate.Tpo elements/$(DEPDIR)/audiorate-audiorate.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audiorate.c' object='elements/audiorate-audiorate.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_audiorate_CFLAGS) $(CFLAGS) -c -o elements/elements_audiorate-audiorate.obj `if test -f 'elements/audiorate.c'; then $(CYGPATH_W) 'elements/audiorate.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiorate.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audiorate_CFLAGS) $(CFLAGS) -c -o elements/audiorate-audiorate.obj `if test -f 'elements/audiorate.c'; then $(CYGPATH_W) 'elements/audiorate.c'; else $(CYGPATH_W) '$(srcdir)/elements/audiorate.c'; fi` -elements/elements_audioresample-audioresample.o: elements/audioresample.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioresample_CFLAGS) $(CFLAGS) -MT elements/elements_audioresample-audioresample.o -MD -MP -MF elements/$(DEPDIR)/elements_audioresample-audioresample.Tpo -c -o elements/elements_audioresample-audioresample.o `test -f 'elements/audioresample.c' || echo '$(srcdir)/'`elements/audioresample.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioresample-audioresample.Tpo elements/$(DEPDIR)/elements_audioresample-audioresample.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioresample.c' object='elements/elements_audioresample-audioresample.o' libtool=no @AMDEPBACKSLASH@ +elements/audioresample-audioresample.o: elements/audioresample.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioresample_CFLAGS) $(CFLAGS) -MT elements/audioresample-audioresample.o -MD -MP -MF elements/$(DEPDIR)/audioresample-audioresample.Tpo -c -o elements/audioresample-audioresample.o `test -f 'elements/audioresample.c' || echo '$(srcdir)/'`elements/audioresample.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioresample-audioresample.Tpo elements/$(DEPDIR)/audioresample-audioresample.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioresample.c' object='elements/audioresample-audioresample.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_audioresample_CFLAGS) $(CFLAGS) -c -o elements/elements_audioresample-audioresample.o `test -f 'elements/audioresample.c' || echo '$(srcdir)/'`elements/audioresample.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioresample_CFLAGS) $(CFLAGS) -c -o elements/audioresample-audioresample.o `test -f 'elements/audioresample.c' || echo '$(srcdir)/'`elements/audioresample.c -elements/elements_audioresample-audioresample.obj: elements/audioresample.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioresample_CFLAGS) $(CFLAGS) -MT elements/elements_audioresample-audioresample.obj -MD -MP -MF elements/$(DEPDIR)/elements_audioresample-audioresample.Tpo -c -o elements/elements_audioresample-audioresample.obj `if test -f 'elements/audioresample.c'; then $(CYGPATH_W) 'elements/audioresample.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioresample.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_audioresample-audioresample.Tpo elements/$(DEPDIR)/elements_audioresample-audioresample.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioresample.c' object='elements/elements_audioresample-audioresample.obj' libtool=no @AMDEPBACKSLASH@ +elements/audioresample-audioresample.obj: elements/audioresample.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioresample_CFLAGS) $(CFLAGS) -MT elements/audioresample-audioresample.obj -MD -MP -MF elements/$(DEPDIR)/audioresample-audioresample.Tpo -c -o elements/audioresample-audioresample.obj `if test -f 'elements/audioresample.c'; then $(CYGPATH_W) 'elements/audioresample.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioresample.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/audioresample-audioresample.Tpo elements/$(DEPDIR)/audioresample-audioresample.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/audioresample.c' object='elements/audioresample-audioresample.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_audioresample_CFLAGS) $(CFLAGS) -c -o elements/elements_audioresample-audioresample.obj `if test -f 'elements/audioresample.c'; then $(CYGPATH_W) 'elements/audioresample.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioresample.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_audioresample_CFLAGS) $(CFLAGS) -c -o elements/audioresample-audioresample.obj `if test -f 'elements/audioresample.c'; then $(CYGPATH_W) 'elements/audioresample.c'; else $(CYGPATH_W) '$(srcdir)/elements/audioresample.c'; fi` -elements/elements_decodebin-decodebin.o: elements/decodebin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_decodebin_CFLAGS) $(CFLAGS) -MT elements/elements_decodebin-decodebin.o -MD -MP -MF elements/$(DEPDIR)/elements_decodebin-decodebin.Tpo -c -o elements/elements_decodebin-decodebin.o `test -f 'elements/decodebin.c' || echo '$(srcdir)/'`elements/decodebin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_decodebin-decodebin.Tpo elements/$(DEPDIR)/elements_decodebin-decodebin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/decodebin.c' object='elements/elements_decodebin-decodebin.o' libtool=no @AMDEPBACKSLASH@ +elements/decodebin-decodebin.o: elements/decodebin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_decodebin_CFLAGS) $(CFLAGS) -MT elements/decodebin-decodebin.o -MD -MP -MF elements/$(DEPDIR)/decodebin-decodebin.Tpo -c -o elements/decodebin-decodebin.o `test -f 'elements/decodebin.c' || echo '$(srcdir)/'`elements/decodebin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/decodebin-decodebin.Tpo elements/$(DEPDIR)/decodebin-decodebin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/decodebin.c' object='elements/decodebin-decodebin.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_decodebin_CFLAGS) $(CFLAGS) -c -o elements/elements_decodebin-decodebin.o `test -f 'elements/decodebin.c' || echo '$(srcdir)/'`elements/decodebin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_decodebin_CFLAGS) $(CFLAGS) -c -o elements/decodebin-decodebin.o `test -f 'elements/decodebin.c' || echo '$(srcdir)/'`elements/decodebin.c -elements/elements_decodebin-decodebin.obj: elements/decodebin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_decodebin_CFLAGS) $(CFLAGS) -MT elements/elements_decodebin-decodebin.obj -MD -MP -MF elements/$(DEPDIR)/elements_decodebin-decodebin.Tpo -c -o elements/elements_decodebin-decodebin.obj `if test -f 'elements/decodebin.c'; then $(CYGPATH_W) 'elements/decodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/decodebin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_decodebin-decodebin.Tpo elements/$(DEPDIR)/elements_decodebin-decodebin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/decodebin.c' object='elements/elements_decodebin-decodebin.obj' libtool=no @AMDEPBACKSLASH@ +elements/decodebin-decodebin.obj: elements/decodebin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_decodebin_CFLAGS) $(CFLAGS) -MT elements/decodebin-decodebin.obj -MD -MP -MF elements/$(DEPDIR)/decodebin-decodebin.Tpo -c -o elements/decodebin-decodebin.obj `if test -f 'elements/decodebin.c'; then $(CYGPATH_W) 'elements/decodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/decodebin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/decodebin-decodebin.Tpo elements/$(DEPDIR)/decodebin-decodebin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/decodebin.c' object='elements/decodebin-decodebin.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_decodebin_CFLAGS) $(CFLAGS) -c -o elements/elements_decodebin-decodebin.obj `if test -f 'elements/decodebin.c'; then $(CYGPATH_W) 'elements/decodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/decodebin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_decodebin_CFLAGS) $(CFLAGS) -c -o elements/decodebin-decodebin.obj `if test -f 'elements/decodebin.c'; then $(CYGPATH_W) 'elements/decodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/decodebin.c'; fi` -elements/elements_encodebin-encodebin.o: elements/encodebin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_encodebin_CFLAGS) $(CFLAGS) -MT elements/elements_encodebin-encodebin.o -MD -MP -MF elements/$(DEPDIR)/elements_encodebin-encodebin.Tpo -c -o elements/elements_encodebin-encodebin.o `test -f 'elements/encodebin.c' || echo '$(srcdir)/'`elements/encodebin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_encodebin-encodebin.Tpo elements/$(DEPDIR)/elements_encodebin-encodebin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/encodebin.c' object='elements/elements_encodebin-encodebin.o' libtool=no @AMDEPBACKSLASH@ +elements/encodebin-encodebin.o: elements/encodebin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_encodebin_CFLAGS) $(CFLAGS) -MT elements/encodebin-encodebin.o -MD -MP -MF elements/$(DEPDIR)/encodebin-encodebin.Tpo -c -o elements/encodebin-encodebin.o `test -f 'elements/encodebin.c' || echo '$(srcdir)/'`elements/encodebin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/encodebin-encodebin.Tpo elements/$(DEPDIR)/encodebin-encodebin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/encodebin.c' object='elements/encodebin-encodebin.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_encodebin_CFLAGS) $(CFLAGS) -c -o elements/elements_encodebin-encodebin.o `test -f 'elements/encodebin.c' || echo '$(srcdir)/'`elements/encodebin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_encodebin_CFLAGS) $(CFLAGS) -c -o elements/encodebin-encodebin.o `test -f 'elements/encodebin.c' || echo '$(srcdir)/'`elements/encodebin.c -elements/elements_encodebin-encodebin.obj: elements/encodebin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_encodebin_CFLAGS) $(CFLAGS) -MT elements/elements_encodebin-encodebin.obj -MD -MP -MF elements/$(DEPDIR)/elements_encodebin-encodebin.Tpo -c -o elements/elements_encodebin-encodebin.obj `if test -f 'elements/encodebin.c'; then $(CYGPATH_W) 'elements/encodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/encodebin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_encodebin-encodebin.Tpo elements/$(DEPDIR)/elements_encodebin-encodebin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/encodebin.c' object='elements/elements_encodebin-encodebin.obj' libtool=no @AMDEPBACKSLASH@ +elements/encodebin-encodebin.obj: elements/encodebin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_encodebin_CFLAGS) $(CFLAGS) -MT elements/encodebin-encodebin.obj -MD -MP -MF elements/$(DEPDIR)/encodebin-encodebin.Tpo -c -o elements/encodebin-encodebin.obj `if test -f 'elements/encodebin.c'; then $(CYGPATH_W) 'elements/encodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/encodebin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/encodebin-encodebin.Tpo elements/$(DEPDIR)/encodebin-encodebin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/encodebin.c' object='elements/encodebin-encodebin.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_encodebin_CFLAGS) $(CFLAGS) -c -o elements/elements_encodebin-encodebin.obj `if test -f 'elements/encodebin.c'; then $(CYGPATH_W) 'elements/encodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/encodebin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_encodebin_CFLAGS) $(CFLAGS) -c -o elements/encodebin-encodebin.obj `if test -f 'elements/encodebin.c'; then $(CYGPATH_W) 'elements/encodebin.c'; else $(CYGPATH_W) '$(srcdir)/elements/encodebin.c'; fi` -elements/elements_glbin-glbin.o: elements/glbin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glbin_CFLAGS) $(CFLAGS) -MT elements/elements_glbin-glbin.o -MD -MP -MF elements/$(DEPDIR)/elements_glbin-glbin.Tpo -c -o elements/elements_glbin-glbin.o `test -f 'elements/glbin.c' || echo '$(srcdir)/'`elements/glbin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_glbin-glbin.Tpo elements/$(DEPDIR)/elements_glbin-glbin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glbin.c' object='elements/elements_glbin-glbin.o' libtool=no @AMDEPBACKSLASH@ +elements/glbin-glbin.o: elements/glbin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glbin_CFLAGS) $(CFLAGS) -MT elements/glbin-glbin.o -MD -MP -MF elements/$(DEPDIR)/glbin-glbin.Tpo -c -o elements/glbin-glbin.o `test -f 'elements/glbin.c' || echo '$(srcdir)/'`elements/glbin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/glbin-glbin.Tpo elements/$(DEPDIR)/glbin-glbin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glbin.c' object='elements/glbin-glbin.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_glbin_CFLAGS) $(CFLAGS) -c -o elements/elements_glbin-glbin.o `test -f 'elements/glbin.c' || echo '$(srcdir)/'`elements/glbin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glbin_CFLAGS) $(CFLAGS) -c -o elements/glbin-glbin.o `test -f 'elements/glbin.c' || echo '$(srcdir)/'`elements/glbin.c -elements/elements_glbin-glbin.obj: elements/glbin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glbin_CFLAGS) $(CFLAGS) -MT elements/elements_glbin-glbin.obj -MD -MP -MF elements/$(DEPDIR)/elements_glbin-glbin.Tpo -c -o elements/elements_glbin-glbin.obj `if test -f 'elements/glbin.c'; then $(CYGPATH_W) 'elements/glbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/glbin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_glbin-glbin.Tpo elements/$(DEPDIR)/elements_glbin-glbin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glbin.c' object='elements/elements_glbin-glbin.obj' libtool=no @AMDEPBACKSLASH@ +elements/glbin-glbin.obj: elements/glbin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glbin_CFLAGS) $(CFLAGS) -MT elements/glbin-glbin.obj -MD -MP -MF elements/$(DEPDIR)/glbin-glbin.Tpo -c -o elements/glbin-glbin.obj `if test -f 'elements/glbin.c'; then $(CYGPATH_W) 'elements/glbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/glbin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/glbin-glbin.Tpo elements/$(DEPDIR)/glbin-glbin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glbin.c' object='elements/glbin-glbin.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_glbin_CFLAGS) $(CFLAGS) -c -o elements/elements_glbin-glbin.obj `if test -f 'elements/glbin.c'; then $(CYGPATH_W) 'elements/glbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/glbin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glbin_CFLAGS) $(CFLAGS) -c -o elements/glbin-glbin.obj `if test -f 'elements/glbin.c'; then $(CYGPATH_W) 'elements/glbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/glbin.c'; fi` -elements/elements_glimagesink-glimagesink.o: elements/glimagesink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glimagesink_CFLAGS) $(CFLAGS) -MT elements/elements_glimagesink-glimagesink.o -MD -MP -MF elements/$(DEPDIR)/elements_glimagesink-glimagesink.Tpo -c -o elements/elements_glimagesink-glimagesink.o `test -f 'elements/glimagesink.c' || echo '$(srcdir)/'`elements/glimagesink.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_glimagesink-glimagesink.Tpo elements/$(DEPDIR)/elements_glimagesink-glimagesink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glimagesink.c' object='elements/elements_glimagesink-glimagesink.o' libtool=no @AMDEPBACKSLASH@ +elements/glimagesink-glimagesink.o: elements/glimagesink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glimagesink_CFLAGS) $(CFLAGS) -MT elements/glimagesink-glimagesink.o -MD -MP -MF elements/$(DEPDIR)/glimagesink-glimagesink.Tpo -c -o elements/glimagesink-glimagesink.o `test -f 'elements/glimagesink.c' || echo '$(srcdir)/'`elements/glimagesink.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/glimagesink-glimagesink.Tpo elements/$(DEPDIR)/glimagesink-glimagesink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glimagesink.c' object='elements/glimagesink-glimagesink.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_glimagesink_CFLAGS) $(CFLAGS) -c -o elements/elements_glimagesink-glimagesink.o `test -f 'elements/glimagesink.c' || echo '$(srcdir)/'`elements/glimagesink.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glimagesink_CFLAGS) $(CFLAGS) -c -o elements/glimagesink-glimagesink.o `test -f 'elements/glimagesink.c' || echo '$(srcdir)/'`elements/glimagesink.c -elements/elements_glimagesink-glimagesink.obj: elements/glimagesink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glimagesink_CFLAGS) $(CFLAGS) -MT elements/elements_glimagesink-glimagesink.obj -MD -MP -MF elements/$(DEPDIR)/elements_glimagesink-glimagesink.Tpo -c -o elements/elements_glimagesink-glimagesink.obj `if test -f 'elements/glimagesink.c'; then $(CYGPATH_W) 'elements/glimagesink.c'; else $(CYGPATH_W) '$(srcdir)/elements/glimagesink.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_glimagesink-glimagesink.Tpo elements/$(DEPDIR)/elements_glimagesink-glimagesink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glimagesink.c' object='elements/elements_glimagesink-glimagesink.obj' libtool=no @AMDEPBACKSLASH@ +elements/glimagesink-glimagesink.obj: elements/glimagesink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glimagesink_CFLAGS) $(CFLAGS) -MT elements/glimagesink-glimagesink.obj -MD -MP -MF elements/$(DEPDIR)/glimagesink-glimagesink.Tpo -c -o elements/glimagesink-glimagesink.obj `if test -f 'elements/glimagesink.c'; then $(CYGPATH_W) 'elements/glimagesink.c'; else $(CYGPATH_W) '$(srcdir)/elements/glimagesink.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/glimagesink-glimagesink.Tpo elements/$(DEPDIR)/glimagesink-glimagesink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/glimagesink.c' object='elements/glimagesink-glimagesink.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_glimagesink_CFLAGS) $(CFLAGS) -c -o elements/elements_glimagesink-glimagesink.obj `if test -f 'elements/glimagesink.c'; then $(CYGPATH_W) 'elements/glimagesink.c'; else $(CYGPATH_W) '$(srcdir)/elements/glimagesink.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_glimagesink_CFLAGS) $(CFLAGS) -c -o elements/glimagesink-glimagesink.obj `if test -f 'elements/glimagesink.c'; then $(CYGPATH_W) 'elements/glimagesink.c'; else $(CYGPATH_W) '$(srcdir)/elements/glimagesink.c'; fi` -elements/elements_libvisual-libvisual.o: elements/libvisual.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_libvisual_CFLAGS) $(CFLAGS) -MT elements/elements_libvisual-libvisual.o -MD -MP -MF elements/$(DEPDIR)/elements_libvisual-libvisual.Tpo -c -o elements/elements_libvisual-libvisual.o `test -f 'elements/libvisual.c' || echo '$(srcdir)/'`elements/libvisual.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_libvisual-libvisual.Tpo elements/$(DEPDIR)/elements_libvisual-libvisual.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/libvisual.c' object='elements/elements_libvisual-libvisual.o' libtool=no @AMDEPBACKSLASH@ +elements/libvisual-libvisual.o: elements/libvisual.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_libvisual_CFLAGS) $(CFLAGS) -MT elements/libvisual-libvisual.o -MD -MP -MF elements/$(DEPDIR)/libvisual-libvisual.Tpo -c -o elements/libvisual-libvisual.o `test -f 'elements/libvisual.c' || echo '$(srcdir)/'`elements/libvisual.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/libvisual-libvisual.Tpo elements/$(DEPDIR)/libvisual-libvisual.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/libvisual.c' object='elements/libvisual-libvisual.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_libvisual_CFLAGS) $(CFLAGS) -c -o elements/elements_libvisual-libvisual.o `test -f 'elements/libvisual.c' || echo '$(srcdir)/'`elements/libvisual.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_libvisual_CFLAGS) $(CFLAGS) -c -o elements/libvisual-libvisual.o `test -f 'elements/libvisual.c' || echo '$(srcdir)/'`elements/libvisual.c -elements/elements_libvisual-libvisual.obj: elements/libvisual.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_libvisual_CFLAGS) $(CFLAGS) -MT elements/elements_libvisual-libvisual.obj -MD -MP -MF elements/$(DEPDIR)/elements_libvisual-libvisual.Tpo -c -o elements/elements_libvisual-libvisual.obj `if test -f 'elements/libvisual.c'; then $(CYGPATH_W) 'elements/libvisual.c'; else $(CYGPATH_W) '$(srcdir)/elements/libvisual.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_libvisual-libvisual.Tpo elements/$(DEPDIR)/elements_libvisual-libvisual.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/libvisual.c' object='elements/elements_libvisual-libvisual.obj' libtool=no @AMDEPBACKSLASH@ +elements/libvisual-libvisual.obj: elements/libvisual.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_libvisual_CFLAGS) $(CFLAGS) -MT elements/libvisual-libvisual.obj -MD -MP -MF elements/$(DEPDIR)/libvisual-libvisual.Tpo -c -o elements/libvisual-libvisual.obj `if test -f 'elements/libvisual.c'; then $(CYGPATH_W) 'elements/libvisual.c'; else $(CYGPATH_W) '$(srcdir)/elements/libvisual.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/libvisual-libvisual.Tpo elements/$(DEPDIR)/libvisual-libvisual.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/libvisual.c' object='elements/libvisual-libvisual.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_libvisual_CFLAGS) $(CFLAGS) -c -o elements/elements_libvisual-libvisual.obj `if test -f 'elements/libvisual.c'; then $(CYGPATH_W) 'elements/libvisual.c'; else $(CYGPATH_W) '$(srcdir)/elements/libvisual.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_libvisual_CFLAGS) $(CFLAGS) -c -o elements/libvisual-libvisual.obj `if test -f 'elements/libvisual.c'; then $(CYGPATH_W) 'elements/libvisual.c'; else $(CYGPATH_W) '$(srcdir)/elements/libvisual.c'; fi` -elements/elements_multisocketsink-multisocketsink.o: elements/multisocketsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multisocketsink_CFLAGS) $(CFLAGS) -MT elements/elements_multisocketsink-multisocketsink.o -MD -MP -MF elements/$(DEPDIR)/elements_multisocketsink-multisocketsink.Tpo -c -o elements/elements_multisocketsink-multisocketsink.o `test -f 'elements/multisocketsink.c' || echo '$(srcdir)/'`elements/multisocketsink.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_multisocketsink-multisocketsink.Tpo elements/$(DEPDIR)/elements_multisocketsink-multisocketsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multisocketsink.c' object='elements/elements_multisocketsink-multisocketsink.o' libtool=no @AMDEPBACKSLASH@ +elements/multisocketsink-multisocketsink.o: elements/multisocketsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multisocketsink_CFLAGS) $(CFLAGS) -MT elements/multisocketsink-multisocketsink.o -MD -MP -MF elements/$(DEPDIR)/multisocketsink-multisocketsink.Tpo -c -o elements/multisocketsink-multisocketsink.o `test -f 'elements/multisocketsink.c' || echo '$(srcdir)/'`elements/multisocketsink.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/multisocketsink-multisocketsink.Tpo elements/$(DEPDIR)/multisocketsink-multisocketsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multisocketsink.c' object='elements/multisocketsink-multisocketsink.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_multisocketsink_CFLAGS) $(CFLAGS) -c -o elements/elements_multisocketsink-multisocketsink.o `test -f 'elements/multisocketsink.c' || echo '$(srcdir)/'`elements/multisocketsink.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multisocketsink_CFLAGS) $(CFLAGS) -c -o elements/multisocketsink-multisocketsink.o `test -f 'elements/multisocketsink.c' || echo '$(srcdir)/'`elements/multisocketsink.c -elements/elements_multisocketsink-multisocketsink.obj: elements/multisocketsink.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multisocketsink_CFLAGS) $(CFLAGS) -MT elements/elements_multisocketsink-multisocketsink.obj -MD -MP -MF elements/$(DEPDIR)/elements_multisocketsink-multisocketsink.Tpo -c -o elements/elements_multisocketsink-multisocketsink.obj `if test -f 'elements/multisocketsink.c'; then $(CYGPATH_W) 'elements/multisocketsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/multisocketsink.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_multisocketsink-multisocketsink.Tpo elements/$(DEPDIR)/elements_multisocketsink-multisocketsink.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multisocketsink.c' object='elements/elements_multisocketsink-multisocketsink.obj' libtool=no @AMDEPBACKSLASH@ +elements/multisocketsink-multisocketsink.obj: elements/multisocketsink.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multisocketsink_CFLAGS) $(CFLAGS) -MT elements/multisocketsink-multisocketsink.obj -MD -MP -MF elements/$(DEPDIR)/multisocketsink-multisocketsink.Tpo -c -o elements/multisocketsink-multisocketsink.obj `if test -f 'elements/multisocketsink.c'; then $(CYGPATH_W) 'elements/multisocketsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/multisocketsink.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/multisocketsink-multisocketsink.Tpo elements/$(DEPDIR)/multisocketsink-multisocketsink.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/multisocketsink.c' object='elements/multisocketsink-multisocketsink.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_multisocketsink_CFLAGS) $(CFLAGS) -c -o elements/elements_multisocketsink-multisocketsink.obj `if test -f 'elements/multisocketsink.c'; then $(CYGPATH_W) 'elements/multisocketsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/multisocketsink.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_multisocketsink_CFLAGS) $(CFLAGS) -c -o elements/multisocketsink-multisocketsink.obj `if test -f 'elements/multisocketsink.c'; then $(CYGPATH_W) 'elements/multisocketsink.c'; else $(CYGPATH_W) '$(srcdir)/elements/multisocketsink.c'; fi` -elements/elements_playbin-playbin.o: elements/playbin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_CFLAGS) $(CFLAGS) -MT elements/elements_playbin-playbin.o -MD -MP -MF elements/$(DEPDIR)/elements_playbin-playbin.Tpo -c -o elements/elements_playbin-playbin.o `test -f 'elements/playbin.c' || echo '$(srcdir)/'`elements/playbin.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_playbin-playbin.Tpo elements/$(DEPDIR)/elements_playbin-playbin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin.c' object='elements/elements_playbin-playbin.o' libtool=no @AMDEPBACKSLASH@ +elements/playbin-playbin.o: elements/playbin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_CFLAGS) $(CFLAGS) -MT elements/playbin-playbin.o -MD -MP -MF elements/$(DEPDIR)/playbin-playbin.Tpo -c -o elements/playbin-playbin.o `test -f 'elements/playbin.c' || echo '$(srcdir)/'`elements/playbin.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/playbin-playbin.Tpo elements/$(DEPDIR)/playbin-playbin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin.c' object='elements/playbin-playbin.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_playbin_CFLAGS) $(CFLAGS) -c -o elements/elements_playbin-playbin.o `test -f 'elements/playbin.c' || echo '$(srcdir)/'`elements/playbin.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_CFLAGS) $(CFLAGS) -c -o elements/playbin-playbin.o `test -f 'elements/playbin.c' || echo '$(srcdir)/'`elements/playbin.c -elements/elements_playbin-playbin.obj: elements/playbin.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_CFLAGS) $(CFLAGS) -MT elements/elements_playbin-playbin.obj -MD -MP -MF elements/$(DEPDIR)/elements_playbin-playbin.Tpo -c -o elements/elements_playbin-playbin.obj `if test -f 'elements/playbin.c'; then $(CYGPATH_W) 'elements/playbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_playbin-playbin.Tpo elements/$(DEPDIR)/elements_playbin-playbin.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin.c' object='elements/elements_playbin-playbin.obj' libtool=no @AMDEPBACKSLASH@ +elements/playbin-playbin.obj: elements/playbin.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_CFLAGS) $(CFLAGS) -MT elements/playbin-playbin.obj -MD -MP -MF elements/$(DEPDIR)/playbin-playbin.Tpo -c -o elements/playbin-playbin.obj `if test -f 'elements/playbin.c'; then $(CYGPATH_W) 'elements/playbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/playbin-playbin.Tpo elements/$(DEPDIR)/playbin-playbin.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin.c' object='elements/playbin-playbin.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_playbin_CFLAGS) $(CFLAGS) -c -o elements/elements_playbin-playbin.obj `if test -f 'elements/playbin.c'; then $(CYGPATH_W) 'elements/playbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_CFLAGS) $(CFLAGS) -c -o elements/playbin-playbin.obj `if test -f 'elements/playbin.c'; then $(CYGPATH_W) 'elements/playbin.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin.c'; fi` -elements/elements_playbin_complex-playbin-complex.o: elements/playbin-complex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_complex_CFLAGS) $(CFLAGS) -MT elements/elements_playbin_complex-playbin-complex.o -MD -MP -MF elements/$(DEPDIR)/elements_playbin_complex-playbin-complex.Tpo -c -o elements/elements_playbin_complex-playbin-complex.o `test -f 'elements/playbin-complex.c' || echo '$(srcdir)/'`elements/playbin-complex.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_playbin_complex-playbin-complex.Tpo elements/$(DEPDIR)/elements_playbin_complex-playbin-complex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin-complex.c' object='elements/elements_playbin_complex-playbin-complex.o' libtool=no @AMDEPBACKSLASH@ +elements/playbin_complex-playbin-complex.o: elements/playbin-complex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_complex_CFLAGS) $(CFLAGS) -MT elements/playbin_complex-playbin-complex.o -MD -MP -MF elements/$(DEPDIR)/playbin_complex-playbin-complex.Tpo -c -o elements/playbin_complex-playbin-complex.o `test -f 'elements/playbin-complex.c' || echo '$(srcdir)/'`elements/playbin-complex.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/playbin_complex-playbin-complex.Tpo elements/$(DEPDIR)/playbin_complex-playbin-complex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin-complex.c' object='elements/playbin_complex-playbin-complex.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_playbin_complex_CFLAGS) $(CFLAGS) -c -o elements/elements_playbin_complex-playbin-complex.o `test -f 'elements/playbin-complex.c' || echo '$(srcdir)/'`elements/playbin-complex.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_complex_CFLAGS) $(CFLAGS) -c -o elements/playbin_complex-playbin-complex.o `test -f 'elements/playbin-complex.c' || echo '$(srcdir)/'`elements/playbin-complex.c -elements/elements_playbin_complex-playbin-complex.obj: elements/playbin-complex.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_complex_CFLAGS) $(CFLAGS) -MT elements/elements_playbin_complex-playbin-complex.obj -MD -MP -MF elements/$(DEPDIR)/elements_playbin_complex-playbin-complex.Tpo -c -o elements/elements_playbin_complex-playbin-complex.obj `if test -f 'elements/playbin-complex.c'; then $(CYGPATH_W) 'elements/playbin-complex.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin-complex.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_playbin_complex-playbin-complex.Tpo elements/$(DEPDIR)/elements_playbin_complex-playbin-complex.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin-complex.c' object='elements/elements_playbin_complex-playbin-complex.obj' libtool=no @AMDEPBACKSLASH@ +elements/playbin_complex-playbin-complex.obj: elements/playbin-complex.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_complex_CFLAGS) $(CFLAGS) -MT elements/playbin_complex-playbin-complex.obj -MD -MP -MF elements/$(DEPDIR)/playbin_complex-playbin-complex.Tpo -c -o elements/playbin_complex-playbin-complex.obj `if test -f 'elements/playbin-complex.c'; then $(CYGPATH_W) 'elements/playbin-complex.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin-complex.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/playbin_complex-playbin-complex.Tpo elements/$(DEPDIR)/playbin_complex-playbin-complex.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/playbin-complex.c' object='elements/playbin_complex-playbin-complex.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_playbin_complex_CFLAGS) $(CFLAGS) -c -o elements/elements_playbin_complex-playbin-complex.obj `if test -f 'elements/playbin-complex.c'; then $(CYGPATH_W) 'elements/playbin-complex.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin-complex.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_playbin_complex_CFLAGS) $(CFLAGS) -c -o elements/playbin_complex-playbin-complex.obj `if test -f 'elements/playbin-complex.c'; then $(CYGPATH_W) 'elements/playbin-complex.c'; else $(CYGPATH_W) '$(srcdir)/elements/playbin-complex.c'; fi` -elements/elements_rawaudioparse-rawaudioparse.o: elements/rawaudioparse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawaudioparse_CFLAGS) $(CFLAGS) -MT elements/elements_rawaudioparse-rawaudioparse.o -MD -MP -MF elements/$(DEPDIR)/elements_rawaudioparse-rawaudioparse.Tpo -c -o elements/elements_rawaudioparse-rawaudioparse.o `test -f 'elements/rawaudioparse.c' || echo '$(srcdir)/'`elements/rawaudioparse.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rawaudioparse-rawaudioparse.Tpo elements/$(DEPDIR)/elements_rawaudioparse-rawaudioparse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawaudioparse.c' object='elements/elements_rawaudioparse-rawaudioparse.o' libtool=no @AMDEPBACKSLASH@ +elements/rawaudioparse-rawaudioparse.o: elements/rawaudioparse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawaudioparse_CFLAGS) $(CFLAGS) -MT elements/rawaudioparse-rawaudioparse.o -MD -MP -MF elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Tpo -c -o elements/rawaudioparse-rawaudioparse.o `test -f 'elements/rawaudioparse.c' || echo '$(srcdir)/'`elements/rawaudioparse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Tpo elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawaudioparse.c' object='elements/rawaudioparse-rawaudioparse.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_rawaudioparse_CFLAGS) $(CFLAGS) -c -o elements/elements_rawaudioparse-rawaudioparse.o `test -f 'elements/rawaudioparse.c' || echo '$(srcdir)/'`elements/rawaudioparse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawaudioparse_CFLAGS) $(CFLAGS) -c -o elements/rawaudioparse-rawaudioparse.o `test -f 'elements/rawaudioparse.c' || echo '$(srcdir)/'`elements/rawaudioparse.c -elements/elements_rawaudioparse-rawaudioparse.obj: elements/rawaudioparse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawaudioparse_CFLAGS) $(CFLAGS) -MT elements/elements_rawaudioparse-rawaudioparse.obj -MD -MP -MF elements/$(DEPDIR)/elements_rawaudioparse-rawaudioparse.Tpo -c -o elements/elements_rawaudioparse-rawaudioparse.obj `if test -f 'elements/rawaudioparse.c'; then $(CYGPATH_W) 'elements/rawaudioparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawaudioparse.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rawaudioparse-rawaudioparse.Tpo elements/$(DEPDIR)/elements_rawaudioparse-rawaudioparse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawaudioparse.c' object='elements/elements_rawaudioparse-rawaudioparse.obj' libtool=no @AMDEPBACKSLASH@ +elements/rawaudioparse-rawaudioparse.obj: elements/rawaudioparse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawaudioparse_CFLAGS) $(CFLAGS) -MT elements/rawaudioparse-rawaudioparse.obj -MD -MP -MF elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Tpo -c -o elements/rawaudioparse-rawaudioparse.obj `if test -f 'elements/rawaudioparse.c'; then $(CYGPATH_W) 'elements/rawaudioparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawaudioparse.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Tpo elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawaudioparse.c' object='elements/rawaudioparse-rawaudioparse.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_rawaudioparse_CFLAGS) $(CFLAGS) -c -o elements/elements_rawaudioparse-rawaudioparse.obj `if test -f 'elements/rawaudioparse.c'; then $(CYGPATH_W) 'elements/rawaudioparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawaudioparse.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawaudioparse_CFLAGS) $(CFLAGS) -c -o elements/rawaudioparse-rawaudioparse.obj `if test -f 'elements/rawaudioparse.c'; then $(CYGPATH_W) 'elements/rawaudioparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawaudioparse.c'; fi` -elements/elements_rawvideoparse-rawvideoparse.o: elements/rawvideoparse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawvideoparse_CFLAGS) $(CFLAGS) -MT elements/elements_rawvideoparse-rawvideoparse.o -MD -MP -MF elements/$(DEPDIR)/elements_rawvideoparse-rawvideoparse.Tpo -c -o elements/elements_rawvideoparse-rawvideoparse.o `test -f 'elements/rawvideoparse.c' || echo '$(srcdir)/'`elements/rawvideoparse.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rawvideoparse-rawvideoparse.Tpo elements/$(DEPDIR)/elements_rawvideoparse-rawvideoparse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawvideoparse.c' object='elements/elements_rawvideoparse-rawvideoparse.o' libtool=no @AMDEPBACKSLASH@ +elements/rawvideoparse-rawvideoparse.o: elements/rawvideoparse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawvideoparse_CFLAGS) $(CFLAGS) -MT elements/rawvideoparse-rawvideoparse.o -MD -MP -MF elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Tpo -c -o elements/rawvideoparse-rawvideoparse.o `test -f 'elements/rawvideoparse.c' || echo '$(srcdir)/'`elements/rawvideoparse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Tpo elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawvideoparse.c' object='elements/rawvideoparse-rawvideoparse.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_rawvideoparse_CFLAGS) $(CFLAGS) -c -o elements/elements_rawvideoparse-rawvideoparse.o `test -f 'elements/rawvideoparse.c' || echo '$(srcdir)/'`elements/rawvideoparse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawvideoparse_CFLAGS) $(CFLAGS) -c -o elements/rawvideoparse-rawvideoparse.o `test -f 'elements/rawvideoparse.c' || echo '$(srcdir)/'`elements/rawvideoparse.c -elements/elements_rawvideoparse-rawvideoparse.obj: elements/rawvideoparse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawvideoparse_CFLAGS) $(CFLAGS) -MT elements/elements_rawvideoparse-rawvideoparse.obj -MD -MP -MF elements/$(DEPDIR)/elements_rawvideoparse-rawvideoparse.Tpo -c -o elements/elements_rawvideoparse-rawvideoparse.obj `if test -f 'elements/rawvideoparse.c'; then $(CYGPATH_W) 'elements/rawvideoparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawvideoparse.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_rawvideoparse-rawvideoparse.Tpo elements/$(DEPDIR)/elements_rawvideoparse-rawvideoparse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawvideoparse.c' object='elements/elements_rawvideoparse-rawvideoparse.obj' libtool=no @AMDEPBACKSLASH@ +elements/rawvideoparse-rawvideoparse.obj: elements/rawvideoparse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawvideoparse_CFLAGS) $(CFLAGS) -MT elements/rawvideoparse-rawvideoparse.obj -MD -MP -MF elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Tpo -c -o elements/rawvideoparse-rawvideoparse.obj `if test -f 'elements/rawvideoparse.c'; then $(CYGPATH_W) 'elements/rawvideoparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawvideoparse.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Tpo elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/rawvideoparse.c' object='elements/rawvideoparse-rawvideoparse.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_rawvideoparse_CFLAGS) $(CFLAGS) -c -o elements/elements_rawvideoparse-rawvideoparse.obj `if test -f 'elements/rawvideoparse.c'; then $(CYGPATH_W) 'elements/rawvideoparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawvideoparse.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_rawvideoparse_CFLAGS) $(CFLAGS) -c -o elements/rawvideoparse-rawvideoparse.obj `if test -f 'elements/rawvideoparse.c'; then $(CYGPATH_W) 'elements/rawvideoparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/rawvideoparse.c'; fi` -elements/elements_subparse-subparse.o: elements/subparse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_subparse_CFLAGS) $(CFLAGS) -MT elements/elements_subparse-subparse.o -MD -MP -MF elements/$(DEPDIR)/elements_subparse-subparse.Tpo -c -o elements/elements_subparse-subparse.o `test -f 'elements/subparse.c' || echo '$(srcdir)/'`elements/subparse.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_subparse-subparse.Tpo elements/$(DEPDIR)/elements_subparse-subparse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/subparse.c' object='elements/elements_subparse-subparse.o' libtool=no @AMDEPBACKSLASH@ +elements/subparse-subparse.o: elements/subparse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_subparse_CFLAGS) $(CFLAGS) -MT elements/subparse-subparse.o -MD -MP -MF elements/$(DEPDIR)/subparse-subparse.Tpo -c -o elements/subparse-subparse.o `test -f 'elements/subparse.c' || echo '$(srcdir)/'`elements/subparse.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/subparse-subparse.Tpo elements/$(DEPDIR)/subparse-subparse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/subparse.c' object='elements/subparse-subparse.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_subparse_CFLAGS) $(CFLAGS) -c -o elements/elements_subparse-subparse.o `test -f 'elements/subparse.c' || echo '$(srcdir)/'`elements/subparse.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_subparse_CFLAGS) $(CFLAGS) -c -o elements/subparse-subparse.o `test -f 'elements/subparse.c' || echo '$(srcdir)/'`elements/subparse.c -elements/elements_subparse-subparse.obj: elements/subparse.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_subparse_CFLAGS) $(CFLAGS) -MT elements/elements_subparse-subparse.obj -MD -MP -MF elements/$(DEPDIR)/elements_subparse-subparse.Tpo -c -o elements/elements_subparse-subparse.obj `if test -f 'elements/subparse.c'; then $(CYGPATH_W) 'elements/subparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/subparse.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_subparse-subparse.Tpo elements/$(DEPDIR)/elements_subparse-subparse.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/subparse.c' object='elements/elements_subparse-subparse.obj' libtool=no @AMDEPBACKSLASH@ +elements/subparse-subparse.obj: elements/subparse.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_subparse_CFLAGS) $(CFLAGS) -MT elements/subparse-subparse.obj -MD -MP -MF elements/$(DEPDIR)/subparse-subparse.Tpo -c -o elements/subparse-subparse.obj `if test -f 'elements/subparse.c'; then $(CYGPATH_W) 'elements/subparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/subparse.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/subparse-subparse.Tpo elements/$(DEPDIR)/subparse-subparse.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/subparse.c' object='elements/subparse-subparse.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_subparse_CFLAGS) $(CFLAGS) -c -o elements/elements_subparse-subparse.obj `if test -f 'elements/subparse.c'; then $(CYGPATH_W) 'elements/subparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/subparse.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_subparse_CFLAGS) $(CFLAGS) -c -o elements/subparse-subparse.obj `if test -f 'elements/subparse.c'; then $(CYGPATH_W) 'elements/subparse.c'; else $(CYGPATH_W) '$(srcdir)/elements/subparse.c'; fi` -elements/elements_textoverlay-textoverlay.o: elements/textoverlay.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_textoverlay_CFLAGS) $(CFLAGS) -MT elements/elements_textoverlay-textoverlay.o -MD -MP -MF elements/$(DEPDIR)/elements_textoverlay-textoverlay.Tpo -c -o elements/elements_textoverlay-textoverlay.o `test -f 'elements/textoverlay.c' || echo '$(srcdir)/'`elements/textoverlay.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_textoverlay-textoverlay.Tpo elements/$(DEPDIR)/elements_textoverlay-textoverlay.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/textoverlay.c' object='elements/elements_textoverlay-textoverlay.o' libtool=no @AMDEPBACKSLASH@ +elements/textoverlay-textoverlay.o: elements/textoverlay.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_textoverlay_CFLAGS) $(CFLAGS) -MT elements/textoverlay-textoverlay.o -MD -MP -MF elements/$(DEPDIR)/textoverlay-textoverlay.Tpo -c -o elements/textoverlay-textoverlay.o `test -f 'elements/textoverlay.c' || echo '$(srcdir)/'`elements/textoverlay.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/textoverlay-textoverlay.Tpo elements/$(DEPDIR)/textoverlay-textoverlay.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/textoverlay.c' object='elements/textoverlay-textoverlay.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_textoverlay_CFLAGS) $(CFLAGS) -c -o elements/elements_textoverlay-textoverlay.o `test -f 'elements/textoverlay.c' || echo '$(srcdir)/'`elements/textoverlay.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_textoverlay_CFLAGS) $(CFLAGS) -c -o elements/textoverlay-textoverlay.o `test -f 'elements/textoverlay.c' || echo '$(srcdir)/'`elements/textoverlay.c -elements/elements_textoverlay-textoverlay.obj: elements/textoverlay.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_textoverlay_CFLAGS) $(CFLAGS) -MT elements/elements_textoverlay-textoverlay.obj -MD -MP -MF elements/$(DEPDIR)/elements_textoverlay-textoverlay.Tpo -c -o elements/elements_textoverlay-textoverlay.obj `if test -f 'elements/textoverlay.c'; then $(CYGPATH_W) 'elements/textoverlay.c'; else $(CYGPATH_W) '$(srcdir)/elements/textoverlay.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_textoverlay-textoverlay.Tpo elements/$(DEPDIR)/elements_textoverlay-textoverlay.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/textoverlay.c' object='elements/elements_textoverlay-textoverlay.obj' libtool=no @AMDEPBACKSLASH@ +elements/textoverlay-textoverlay.obj: elements/textoverlay.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_textoverlay_CFLAGS) $(CFLAGS) -MT elements/textoverlay-textoverlay.obj -MD -MP -MF elements/$(DEPDIR)/textoverlay-textoverlay.Tpo -c -o elements/textoverlay-textoverlay.obj `if test -f 'elements/textoverlay.c'; then $(CYGPATH_W) 'elements/textoverlay.c'; else $(CYGPATH_W) '$(srcdir)/elements/textoverlay.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/textoverlay-textoverlay.Tpo elements/$(DEPDIR)/textoverlay-textoverlay.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/textoverlay.c' object='elements/textoverlay-textoverlay.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_textoverlay_CFLAGS) $(CFLAGS) -c -o elements/elements_textoverlay-textoverlay.obj `if test -f 'elements/textoverlay.c'; then $(CYGPATH_W) 'elements/textoverlay.c'; else $(CYGPATH_W) '$(srcdir)/elements/textoverlay.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_textoverlay_CFLAGS) $(CFLAGS) -c -o elements/textoverlay-textoverlay.obj `if test -f 'elements/textoverlay.c'; then $(CYGPATH_W) 'elements/textoverlay.c'; else $(CYGPATH_W) '$(srcdir)/elements/textoverlay.c'; fi` -elements/elements_videoconvert-videoconvert.o: elements/videoconvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoconvert_CFLAGS) $(CFLAGS) -MT elements/elements_videoconvert-videoconvert.o -MD -MP -MF elements/$(DEPDIR)/elements_videoconvert-videoconvert.Tpo -c -o elements/elements_videoconvert-videoconvert.o `test -f 'elements/videoconvert.c' || echo '$(srcdir)/'`elements/videoconvert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoconvert-videoconvert.Tpo elements/$(DEPDIR)/elements_videoconvert-videoconvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoconvert.c' object='elements/elements_videoconvert-videoconvert.o' libtool=no @AMDEPBACKSLASH@ +elements/videoconvert-videoconvert.o: elements/videoconvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoconvert_CFLAGS) $(CFLAGS) -MT elements/videoconvert-videoconvert.o -MD -MP -MF elements/$(DEPDIR)/videoconvert-videoconvert.Tpo -c -o elements/videoconvert-videoconvert.o `test -f 'elements/videoconvert.c' || echo '$(srcdir)/'`elements/videoconvert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoconvert-videoconvert.Tpo elements/$(DEPDIR)/videoconvert-videoconvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoconvert.c' object='elements/videoconvert-videoconvert.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_videoconvert_CFLAGS) $(CFLAGS) -c -o elements/elements_videoconvert-videoconvert.o `test -f 'elements/videoconvert.c' || echo '$(srcdir)/'`elements/videoconvert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoconvert_CFLAGS) $(CFLAGS) -c -o elements/videoconvert-videoconvert.o `test -f 'elements/videoconvert.c' || echo '$(srcdir)/'`elements/videoconvert.c -elements/elements_videoconvert-videoconvert.obj: elements/videoconvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoconvert_CFLAGS) $(CFLAGS) -MT elements/elements_videoconvert-videoconvert.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoconvert-videoconvert.Tpo -c -o elements/elements_videoconvert-videoconvert.obj `if test -f 'elements/videoconvert.c'; then $(CYGPATH_W) 'elements/videoconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoconvert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoconvert-videoconvert.Tpo elements/$(DEPDIR)/elements_videoconvert-videoconvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoconvert.c' object='elements/elements_videoconvert-videoconvert.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoconvert-videoconvert.obj: elements/videoconvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoconvert_CFLAGS) $(CFLAGS) -MT elements/videoconvert-videoconvert.obj -MD -MP -MF elements/$(DEPDIR)/videoconvert-videoconvert.Tpo -c -o elements/videoconvert-videoconvert.obj `if test -f 'elements/videoconvert.c'; then $(CYGPATH_W) 'elements/videoconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoconvert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoconvert-videoconvert.Tpo elements/$(DEPDIR)/videoconvert-videoconvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoconvert.c' object='elements/videoconvert-videoconvert.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_videoconvert_CFLAGS) $(CFLAGS) -c -o elements/elements_videoconvert-videoconvert.obj `if test -f 'elements/videoconvert.c'; then $(CYGPATH_W) 'elements/videoconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoconvert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoconvert_CFLAGS) $(CFLAGS) -c -o elements/videoconvert-videoconvert.obj `if test -f 'elements/videoconvert.c'; then $(CYGPATH_W) 'elements/videoconvert.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoconvert.c'; fi` -elements/elements_videoscale-videoscale.o: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale-videoscale.o -MD -MP -MF elements/$(DEPDIR)/elements_videoscale-videoscale.Tpo -c -o elements/elements_videoscale-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale-videoscale.o' libtool=no @AMDEPBACKSLASH@ +elements/videoscale-videoscale.o: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_CFLAGS) $(CFLAGS) -MT elements/videoscale-videoscale.o -MD -MP -MF elements/$(DEPDIR)/videoscale-videoscale.Tpo -c -o elements/videoscale-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale-videoscale.Tpo elements/$(DEPDIR)/videoscale-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale-videoscale.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_videoscale_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_CFLAGS) $(CFLAGS) -c -o elements/videoscale-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -elements/elements_videoscale-videoscale.obj: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoscale-videoscale.Tpo -c -o elements/elements_videoscale-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale-videoscale.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoscale-videoscale.obj: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_CFLAGS) $(CFLAGS) -MT elements/videoscale-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/videoscale-videoscale.Tpo -c -o elements/videoscale-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale-videoscale.Tpo elements/$(DEPDIR)/videoscale-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale-videoscale.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_videoscale_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_CFLAGS) $(CFLAGS) -c -o elements/videoscale-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -elements/elements_videoscale_1-videoscale.o: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_1_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_1-videoscale.o -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_1-videoscale.Tpo -c -o elements/elements_videoscale_1-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_1-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_1-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_1-videoscale.o' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_1-videoscale.o: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_1_CFLAGS) $(CFLAGS) -MT elements/videoscale_1-videoscale.o -MD -MP -MF elements/$(DEPDIR)/videoscale_1-videoscale.Tpo -c -o elements/videoscale_1-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_1-videoscale.Tpo elements/$(DEPDIR)/videoscale_1-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_1-videoscale.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_videoscale_1_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_1-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_1_CFLAGS) $(CFLAGS) -c -o elements/videoscale_1-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -elements/elements_videoscale_1-videoscale.obj: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_1_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_1-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_1-videoscale.Tpo -c -o elements/elements_videoscale_1-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_1-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_1-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_1-videoscale.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_1-videoscale.obj: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_1_CFLAGS) $(CFLAGS) -MT elements/videoscale_1-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/videoscale_1-videoscale.Tpo -c -o elements/videoscale_1-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_1-videoscale.Tpo elements/$(DEPDIR)/videoscale_1-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_1-videoscale.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_videoscale_1_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_1-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_1_CFLAGS) $(CFLAGS) -c -o elements/videoscale_1-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -elements/elements_videoscale_2-videoscale.o: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_2_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_2-videoscale.o -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_2-videoscale.Tpo -c -o elements/elements_videoscale_2-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_2-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_2-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_2-videoscale.o' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_2-videoscale.o: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_2_CFLAGS) $(CFLAGS) -MT elements/videoscale_2-videoscale.o -MD -MP -MF elements/$(DEPDIR)/videoscale_2-videoscale.Tpo -c -o elements/videoscale_2-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_2-videoscale.Tpo elements/$(DEPDIR)/videoscale_2-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_2-videoscale.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_videoscale_2_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_2-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_2_CFLAGS) $(CFLAGS) -c -o elements/videoscale_2-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -elements/elements_videoscale_2-videoscale.obj: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_2_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_2-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_2-videoscale.Tpo -c -o elements/elements_videoscale_2-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_2-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_2-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_2-videoscale.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_2-videoscale.obj: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_2_CFLAGS) $(CFLAGS) -MT elements/videoscale_2-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/videoscale_2-videoscale.Tpo -c -o elements/videoscale_2-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_2-videoscale.Tpo elements/$(DEPDIR)/videoscale_2-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_2-videoscale.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_videoscale_2_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_2-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_2_CFLAGS) $(CFLAGS) -c -o elements/videoscale_2-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -elements/elements_videoscale_3-videoscale.o: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_3_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_3-videoscale.o -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_3-videoscale.Tpo -c -o elements/elements_videoscale_3-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_3-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_3-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_3-videoscale.o' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_3-videoscale.o: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_3_CFLAGS) $(CFLAGS) -MT elements/videoscale_3-videoscale.o -MD -MP -MF elements/$(DEPDIR)/videoscale_3-videoscale.Tpo -c -o elements/videoscale_3-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_3-videoscale.Tpo elements/$(DEPDIR)/videoscale_3-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_3-videoscale.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_videoscale_3_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_3-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_3_CFLAGS) $(CFLAGS) -c -o elements/videoscale_3-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -elements/elements_videoscale_3-videoscale.obj: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_3_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_3-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_3-videoscale.Tpo -c -o elements/elements_videoscale_3-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_3-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_3-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_3-videoscale.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_3-videoscale.obj: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_3_CFLAGS) $(CFLAGS) -MT elements/videoscale_3-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/videoscale_3-videoscale.Tpo -c -o elements/videoscale_3-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_3-videoscale.Tpo elements/$(DEPDIR)/videoscale_3-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_3-videoscale.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_videoscale_3_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_3-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_3_CFLAGS) $(CFLAGS) -c -o elements/videoscale_3-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -elements/elements_videoscale_4-videoscale.o: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_4_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_4-videoscale.o -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_4-videoscale.Tpo -c -o elements/elements_videoscale_4-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_4-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_4-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_4-videoscale.o' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_4-videoscale.o: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_4_CFLAGS) $(CFLAGS) -MT elements/videoscale_4-videoscale.o -MD -MP -MF elements/$(DEPDIR)/videoscale_4-videoscale.Tpo -c -o elements/videoscale_4-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_4-videoscale.Tpo elements/$(DEPDIR)/videoscale_4-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_4-videoscale.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_videoscale_4_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_4-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_4_CFLAGS) $(CFLAGS) -c -o elements/videoscale_4-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -elements/elements_videoscale_4-videoscale.obj: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_4_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_4-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_4-videoscale.Tpo -c -o elements/elements_videoscale_4-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_4-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_4-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_4-videoscale.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_4-videoscale.obj: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_4_CFLAGS) $(CFLAGS) -MT elements/videoscale_4-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/videoscale_4-videoscale.Tpo -c -o elements/videoscale_4-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_4-videoscale.Tpo elements/$(DEPDIR)/videoscale_4-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_4-videoscale.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_videoscale_4_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_4-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_4_CFLAGS) $(CFLAGS) -c -o elements/videoscale_4-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -elements/elements_videoscale_5-videoscale.o: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_5_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_5-videoscale.o -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_5-videoscale.Tpo -c -o elements/elements_videoscale_5-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_5-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_5-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_5-videoscale.o' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_5-videoscale.o: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_5_CFLAGS) $(CFLAGS) -MT elements/videoscale_5-videoscale.o -MD -MP -MF elements/$(DEPDIR)/videoscale_5-videoscale.Tpo -c -o elements/videoscale_5-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_5-videoscale.Tpo elements/$(DEPDIR)/videoscale_5-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_5-videoscale.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_videoscale_5_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_5-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_5_CFLAGS) $(CFLAGS) -c -o elements/videoscale_5-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -elements/elements_videoscale_5-videoscale.obj: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_5_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_5-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_5-videoscale.Tpo -c -o elements/elements_videoscale_5-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_5-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_5-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_5-videoscale.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_5-videoscale.obj: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_5_CFLAGS) $(CFLAGS) -MT elements/videoscale_5-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/videoscale_5-videoscale.Tpo -c -o elements/videoscale_5-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_5-videoscale.Tpo elements/$(DEPDIR)/videoscale_5-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_5-videoscale.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_videoscale_5_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_5-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_5_CFLAGS) $(CFLAGS) -c -o elements/videoscale_5-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -elements/elements_videoscale_6-videoscale.o: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_6_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_6-videoscale.o -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_6-videoscale.Tpo -c -o elements/elements_videoscale_6-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_6-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_6-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_6-videoscale.o' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_6-videoscale.o: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_6_CFLAGS) $(CFLAGS) -MT elements/videoscale_6-videoscale.o -MD -MP -MF elements/$(DEPDIR)/videoscale_6-videoscale.Tpo -c -o elements/videoscale_6-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_6-videoscale.Tpo elements/$(DEPDIR)/videoscale_6-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_6-videoscale.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_videoscale_6_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_6-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_6_CFLAGS) $(CFLAGS) -c -o elements/videoscale_6-videoscale.o `test -f 'elements/videoscale.c' || echo '$(srcdir)/'`elements/videoscale.c -elements/elements_videoscale_6-videoscale.obj: elements/videoscale.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_6_CFLAGS) $(CFLAGS) -MT elements/elements_videoscale_6-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/elements_videoscale_6-videoscale.Tpo -c -o elements/elements_videoscale_6-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_videoscale_6-videoscale.Tpo elements/$(DEPDIR)/elements_videoscale_6-videoscale.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/elements_videoscale_6-videoscale.obj' libtool=no @AMDEPBACKSLASH@ +elements/videoscale_6-videoscale.obj: elements/videoscale.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_6_CFLAGS) $(CFLAGS) -MT elements/videoscale_6-videoscale.obj -MD -MP -MF elements/$(DEPDIR)/videoscale_6-videoscale.Tpo -c -o elements/videoscale_6-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/videoscale_6-videoscale.Tpo elements/$(DEPDIR)/videoscale_6-videoscale.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/videoscale.c' object='elements/videoscale_6-videoscale.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_videoscale_6_CFLAGS) $(CFLAGS) -c -o elements/elements_videoscale_6-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_videoscale_6_CFLAGS) $(CFLAGS) -c -o elements/videoscale_6-videoscale.obj `if test -f 'elements/videoscale.c'; then $(CYGPATH_W) 'elements/videoscale.c'; else $(CYGPATH_W) '$(srcdir)/elements/videoscale.c'; fi` elements/elements_volume-volume.o: elements/volume.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_volume_CFLAGS) $(CFLAGS) -MT elements/elements_volume-volume.o -MD -MP -MF elements/$(DEPDIR)/elements_volume-volume.Tpo -c -o elements/elements_volume-volume.o `test -f 'elements/volume.c' || echo '$(srcdir)/'`elements/volume.c @@ -3648,47 +3725,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) $(elements_vorbisdec_CFLAGS) $(CFLAGS) -c -o elements/elements_vorbisdec-vorbisdec.obj `if test -f 'elements/vorbisdec.c'; then $(CYGPATH_W) 'elements/vorbisdec.c'; else $(CYGPATH_W) '$(srcdir)/elements/vorbisdec.c'; fi` -elements/elements_vorbistag-vorbistag.o: elements/vorbistag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vorbistag_CFLAGS) $(CFLAGS) -MT elements/elements_vorbistag-vorbistag.o -MD -MP -MF elements/$(DEPDIR)/elements_vorbistag-vorbistag.Tpo -c -o elements/elements_vorbistag-vorbistag.o `test -f 'elements/vorbistag.c' || echo '$(srcdir)/'`elements/vorbistag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_vorbistag-vorbistag.Tpo elements/$(DEPDIR)/elements_vorbistag-vorbistag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vorbistag.c' object='elements/elements_vorbistag-vorbistag.o' libtool=no @AMDEPBACKSLASH@ +elements/vorbistag-vorbistag.o: elements/vorbistag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vorbistag_CFLAGS) $(CFLAGS) -MT elements/vorbistag-vorbistag.o -MD -MP -MF elements/$(DEPDIR)/vorbistag-vorbistag.Tpo -c -o elements/vorbistag-vorbistag.o `test -f 'elements/vorbistag.c' || echo '$(srcdir)/'`elements/vorbistag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/vorbistag-vorbistag.Tpo elements/$(DEPDIR)/vorbistag-vorbistag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vorbistag.c' object='elements/vorbistag-vorbistag.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_vorbistag_CFLAGS) $(CFLAGS) -c -o elements/elements_vorbistag-vorbistag.o `test -f 'elements/vorbistag.c' || echo '$(srcdir)/'`elements/vorbistag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vorbistag_CFLAGS) $(CFLAGS) -c -o elements/vorbistag-vorbistag.o `test -f 'elements/vorbistag.c' || echo '$(srcdir)/'`elements/vorbistag.c -elements/elements_vorbistag-vorbistag.obj: elements/vorbistag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vorbistag_CFLAGS) $(CFLAGS) -MT elements/elements_vorbistag-vorbistag.obj -MD -MP -MF elements/$(DEPDIR)/elements_vorbistag-vorbistag.Tpo -c -o elements/elements_vorbistag-vorbistag.obj `if test -f 'elements/vorbistag.c'; then $(CYGPATH_W) 'elements/vorbistag.c'; else $(CYGPATH_W) '$(srcdir)/elements/vorbistag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/elements_vorbistag-vorbistag.Tpo elements/$(DEPDIR)/elements_vorbistag-vorbistag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vorbistag.c' object='elements/elements_vorbistag-vorbistag.obj' libtool=no @AMDEPBACKSLASH@ +elements/vorbistag-vorbistag.obj: elements/vorbistag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vorbistag_CFLAGS) $(CFLAGS) -MT elements/vorbistag-vorbistag.obj -MD -MP -MF elements/$(DEPDIR)/vorbistag-vorbistag.Tpo -c -o elements/vorbistag-vorbistag.obj `if test -f 'elements/vorbistag.c'; then $(CYGPATH_W) 'elements/vorbistag.c'; else $(CYGPATH_W) '$(srcdir)/elements/vorbistag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) elements/$(DEPDIR)/vorbistag-vorbistag.Tpo elements/$(DEPDIR)/vorbistag-vorbistag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='elements/vorbistag.c' object='elements/vorbistag-vorbistag.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_vorbistag_CFLAGS) $(CFLAGS) -c -o elements/elements_vorbistag-vorbistag.obj `if test -f 'elements/vorbistag.c'; then $(CYGPATH_W) 'elements/vorbistag.c'; else $(CYGPATH_W) '$(srcdir)/elements/vorbistag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(elements_vorbistag_CFLAGS) $(CFLAGS) -c -o elements/vorbistag-vorbistag.obj `if test -f 'elements/vorbistag.c'; then $(CYGPATH_W) 'elements/vorbistag.c'; else $(CYGPATH_W) '$(srcdir)/elements/vorbistag.c'; fi` -gst/gst_typefindfunctions-typefindfunctions.o: gst/typefindfunctions.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -MT gst/gst_typefindfunctions-typefindfunctions.o -MD -MP -MF gst/$(DEPDIR)/gst_typefindfunctions-typefindfunctions.Tpo -c -o gst/gst_typefindfunctions-typefindfunctions.o `test -f 'gst/typefindfunctions.c' || echo '$(srcdir)/'`gst/typefindfunctions.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gst/$(DEPDIR)/gst_typefindfunctions-typefindfunctions.Tpo gst/$(DEPDIR)/gst_typefindfunctions-typefindfunctions.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gst/typefindfunctions.c' object='gst/gst_typefindfunctions-typefindfunctions.o' libtool=no @AMDEPBACKSLASH@ +gst/typefindfunctions-typefindfunctions.o: gst/typefindfunctions.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -MT gst/typefindfunctions-typefindfunctions.o -MD -MP -MF gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Tpo -c -o gst/typefindfunctions-typefindfunctions.o `test -f 'gst/typefindfunctions.c' || echo '$(srcdir)/'`gst/typefindfunctions.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Tpo gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gst/typefindfunctions.c' object='gst/typefindfunctions-typefindfunctions.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) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -c -o gst/gst_typefindfunctions-typefindfunctions.o `test -f 'gst/typefindfunctions.c' || echo '$(srcdir)/'`gst/typefindfunctions.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -c -o gst/typefindfunctions-typefindfunctions.o `test -f 'gst/typefindfunctions.c' || echo '$(srcdir)/'`gst/typefindfunctions.c -gst/gst_typefindfunctions-typefindfunctions.obj: gst/typefindfunctions.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -MT gst/gst_typefindfunctions-typefindfunctions.obj -MD -MP -MF gst/$(DEPDIR)/gst_typefindfunctions-typefindfunctions.Tpo -c -o gst/gst_typefindfunctions-typefindfunctions.obj `if test -f 'gst/typefindfunctions.c'; then $(CYGPATH_W) 'gst/typefindfunctions.c'; else $(CYGPATH_W) '$(srcdir)/gst/typefindfunctions.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gst/$(DEPDIR)/gst_typefindfunctions-typefindfunctions.Tpo gst/$(DEPDIR)/gst_typefindfunctions-typefindfunctions.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gst/typefindfunctions.c' object='gst/gst_typefindfunctions-typefindfunctions.obj' libtool=no @AMDEPBACKSLASH@ +gst/typefindfunctions-typefindfunctions.obj: gst/typefindfunctions.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -MT gst/typefindfunctions-typefindfunctions.obj -MD -MP -MF gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Tpo -c -o gst/typefindfunctions-typefindfunctions.obj `if test -f 'gst/typefindfunctions.c'; then $(CYGPATH_W) 'gst/typefindfunctions.c'; else $(CYGPATH_W) '$(srcdir)/gst/typefindfunctions.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Tpo gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gst/typefindfunctions.c' object='gst/typefindfunctions-typefindfunctions.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) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -c -o gst/gst_typefindfunctions-typefindfunctions.obj `if test -f 'gst/typefindfunctions.c'; then $(CYGPATH_W) 'gst/typefindfunctions.c'; else $(CYGPATH_W) '$(srcdir)/gst/typefindfunctions.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gst_typefindfunctions_CFLAGS) $(CFLAGS) -c -o gst/typefindfunctions-typefindfunctions.obj `if test -f 'gst/typefindfunctions.c'; then $(CYGPATH_W) 'gst/typefindfunctions.c'; else $(CYGPATH_W) '$(srcdir)/gst/typefindfunctions.c'; fi` -libs/libs_allocators-allocators.o: libs/allocators.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_allocators_CFLAGS) $(CFLAGS) -MT libs/libs_allocators-allocators.o -MD -MP -MF libs/$(DEPDIR)/libs_allocators-allocators.Tpo -c -o libs/libs_allocators-allocators.o `test -f 'libs/allocators.c' || echo '$(srcdir)/'`libs/allocators.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_allocators-allocators.Tpo libs/$(DEPDIR)/libs_allocators-allocators.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/allocators.c' object='libs/libs_allocators-allocators.o' libtool=no @AMDEPBACKSLASH@ +libs/allocators-allocators.o: libs/allocators.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_allocators_CFLAGS) $(CFLAGS) -MT libs/allocators-allocators.o -MD -MP -MF libs/$(DEPDIR)/allocators-allocators.Tpo -c -o libs/allocators-allocators.o `test -f 'libs/allocators.c' || echo '$(srcdir)/'`libs/allocators.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/allocators-allocators.Tpo libs/$(DEPDIR)/allocators-allocators.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/allocators.c' object='libs/allocators-allocators.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) $(libs_allocators_CFLAGS) $(CFLAGS) -c -o libs/libs_allocators-allocators.o `test -f 'libs/allocators.c' || echo '$(srcdir)/'`libs/allocators.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_allocators_CFLAGS) $(CFLAGS) -c -o libs/allocators-allocators.o `test -f 'libs/allocators.c' || echo '$(srcdir)/'`libs/allocators.c -libs/libs_allocators-allocators.obj: libs/allocators.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_allocators_CFLAGS) $(CFLAGS) -MT libs/libs_allocators-allocators.obj -MD -MP -MF libs/$(DEPDIR)/libs_allocators-allocators.Tpo -c -o libs/libs_allocators-allocators.obj `if test -f 'libs/allocators.c'; then $(CYGPATH_W) 'libs/allocators.c'; else $(CYGPATH_W) '$(srcdir)/libs/allocators.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_allocators-allocators.Tpo libs/$(DEPDIR)/libs_allocators-allocators.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/allocators.c' object='libs/libs_allocators-allocators.obj' libtool=no @AMDEPBACKSLASH@ +libs/allocators-allocators.obj: libs/allocators.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_allocators_CFLAGS) $(CFLAGS) -MT libs/allocators-allocators.obj -MD -MP -MF libs/$(DEPDIR)/allocators-allocators.Tpo -c -o libs/allocators-allocators.obj `if test -f 'libs/allocators.c'; then $(CYGPATH_W) 'libs/allocators.c'; else $(CYGPATH_W) '$(srcdir)/libs/allocators.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/allocators-allocators.Tpo libs/$(DEPDIR)/allocators-allocators.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/allocators.c' object='libs/allocators-allocators.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) $(libs_allocators_CFLAGS) $(CFLAGS) -c -o libs/libs_allocators-allocators.obj `if test -f 'libs/allocators.c'; then $(CYGPATH_W) 'libs/allocators.c'; else $(CYGPATH_W) '$(srcdir)/libs/allocators.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_allocators_CFLAGS) $(CFLAGS) -c -o libs/allocators-allocators.obj `if test -f 'libs/allocators.c'; then $(CYGPATH_W) 'libs/allocators.c'; else $(CYGPATH_W) '$(srcdir)/libs/allocators.c'; fi` libs/libs_audio-audio.o: libs/audio.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audio_CFLAGS) $(CFLAGS) -MT libs/libs_audio-audio.o -MD -MP -MF libs/$(DEPDIR)/libs_audio-audio.Tpo -c -o libs/libs_audio-audio.o `test -f 'libs/audio.c' || echo '$(srcdir)/'`libs/audio.c @@ -3704,397 +3781,397 @@ @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) $(libs_audio_CFLAGS) $(CFLAGS) -c -o libs/libs_audio-audio.obj `if test -f 'libs/audio.c'; then $(CYGPATH_W) 'libs/audio.c'; else $(CYGPATH_W) '$(srcdir)/libs/audio.c'; fi` -libs/libs_audiocdsrc-audiocdsrc.o: libs/audiocdsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -MT libs/libs_audiocdsrc-audiocdsrc.o -MD -MP -MF libs/$(DEPDIR)/libs_audiocdsrc-audiocdsrc.Tpo -c -o libs/libs_audiocdsrc-audiocdsrc.o `test -f 'libs/audiocdsrc.c' || echo '$(srcdir)/'`libs/audiocdsrc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_audiocdsrc-audiocdsrc.Tpo libs/$(DEPDIR)/libs_audiocdsrc-audiocdsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiocdsrc.c' object='libs/libs_audiocdsrc-audiocdsrc.o' libtool=no @AMDEPBACKSLASH@ +libs/audiocdsrc-audiocdsrc.o: libs/audiocdsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -MT libs/audiocdsrc-audiocdsrc.o -MD -MP -MF libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Tpo -c -o libs/audiocdsrc-audiocdsrc.o `test -f 'libs/audiocdsrc.c' || echo '$(srcdir)/'`libs/audiocdsrc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Tpo libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiocdsrc.c' object='libs/audiocdsrc-audiocdsrc.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) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -c -o libs/libs_audiocdsrc-audiocdsrc.o `test -f 'libs/audiocdsrc.c' || echo '$(srcdir)/'`libs/audiocdsrc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -c -o libs/audiocdsrc-audiocdsrc.o `test -f 'libs/audiocdsrc.c' || echo '$(srcdir)/'`libs/audiocdsrc.c -libs/libs_audiocdsrc-audiocdsrc.obj: libs/audiocdsrc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -MT libs/libs_audiocdsrc-audiocdsrc.obj -MD -MP -MF libs/$(DEPDIR)/libs_audiocdsrc-audiocdsrc.Tpo -c -o libs/libs_audiocdsrc-audiocdsrc.obj `if test -f 'libs/audiocdsrc.c'; then $(CYGPATH_W) 'libs/audiocdsrc.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiocdsrc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_audiocdsrc-audiocdsrc.Tpo libs/$(DEPDIR)/libs_audiocdsrc-audiocdsrc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiocdsrc.c' object='libs/libs_audiocdsrc-audiocdsrc.obj' libtool=no @AMDEPBACKSLASH@ +libs/audiocdsrc-audiocdsrc.obj: libs/audiocdsrc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -MT libs/audiocdsrc-audiocdsrc.obj -MD -MP -MF libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Tpo -c -o libs/audiocdsrc-audiocdsrc.obj `if test -f 'libs/audiocdsrc.c'; then $(CYGPATH_W) 'libs/audiocdsrc.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiocdsrc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Tpo libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiocdsrc.c' object='libs/audiocdsrc-audiocdsrc.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) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -c -o libs/libs_audiocdsrc-audiocdsrc.obj `if test -f 'libs/audiocdsrc.c'; then $(CYGPATH_W) 'libs/audiocdsrc.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiocdsrc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiocdsrc_CFLAGS) $(CFLAGS) -c -o libs/audiocdsrc-audiocdsrc.obj `if test -f 'libs/audiocdsrc.c'; then $(CYGPATH_W) 'libs/audiocdsrc.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiocdsrc.c'; fi` -libs/libs_audiodecoder-audiodecoder.o: libs/audiodecoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -MT libs/libs_audiodecoder-audiodecoder.o -MD -MP -MF libs/$(DEPDIR)/libs_audiodecoder-audiodecoder.Tpo -c -o libs/libs_audiodecoder-audiodecoder.o `test -f 'libs/audiodecoder.c' || echo '$(srcdir)/'`libs/audiodecoder.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_audiodecoder-audiodecoder.Tpo libs/$(DEPDIR)/libs_audiodecoder-audiodecoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiodecoder.c' object='libs/libs_audiodecoder-audiodecoder.o' libtool=no @AMDEPBACKSLASH@ +libs/audiodecoder-audiodecoder.o: libs/audiodecoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -MT libs/audiodecoder-audiodecoder.o -MD -MP -MF libs/$(DEPDIR)/audiodecoder-audiodecoder.Tpo -c -o libs/audiodecoder-audiodecoder.o `test -f 'libs/audiodecoder.c' || echo '$(srcdir)/'`libs/audiodecoder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/audiodecoder-audiodecoder.Tpo libs/$(DEPDIR)/audiodecoder-audiodecoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiodecoder.c' object='libs/audiodecoder-audiodecoder.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) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -c -o libs/libs_audiodecoder-audiodecoder.o `test -f 'libs/audiodecoder.c' || echo '$(srcdir)/'`libs/audiodecoder.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -c -o libs/audiodecoder-audiodecoder.o `test -f 'libs/audiodecoder.c' || echo '$(srcdir)/'`libs/audiodecoder.c -libs/libs_audiodecoder-audiodecoder.obj: libs/audiodecoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -MT libs/libs_audiodecoder-audiodecoder.obj -MD -MP -MF libs/$(DEPDIR)/libs_audiodecoder-audiodecoder.Tpo -c -o libs/libs_audiodecoder-audiodecoder.obj `if test -f 'libs/audiodecoder.c'; then $(CYGPATH_W) 'libs/audiodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiodecoder.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_audiodecoder-audiodecoder.Tpo libs/$(DEPDIR)/libs_audiodecoder-audiodecoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiodecoder.c' object='libs/libs_audiodecoder-audiodecoder.obj' libtool=no @AMDEPBACKSLASH@ +libs/audiodecoder-audiodecoder.obj: libs/audiodecoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -MT libs/audiodecoder-audiodecoder.obj -MD -MP -MF libs/$(DEPDIR)/audiodecoder-audiodecoder.Tpo -c -o libs/audiodecoder-audiodecoder.obj `if test -f 'libs/audiodecoder.c'; then $(CYGPATH_W) 'libs/audiodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiodecoder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/audiodecoder-audiodecoder.Tpo libs/$(DEPDIR)/audiodecoder-audiodecoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audiodecoder.c' object='libs/audiodecoder-audiodecoder.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) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -c -o libs/libs_audiodecoder-audiodecoder.obj `if test -f 'libs/audiodecoder.c'; then $(CYGPATH_W) 'libs/audiodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiodecoder.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audiodecoder_CFLAGS) $(CFLAGS) -c -o libs/audiodecoder-audiodecoder.obj `if test -f 'libs/audiodecoder.c'; then $(CYGPATH_W) 'libs/audiodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audiodecoder.c'; fi` -libs/libs_audioencoder-audioencoder.o: libs/audioencoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audioencoder_CFLAGS) $(CFLAGS) -MT libs/libs_audioencoder-audioencoder.o -MD -MP -MF libs/$(DEPDIR)/libs_audioencoder-audioencoder.Tpo -c -o libs/libs_audioencoder-audioencoder.o `test -f 'libs/audioencoder.c' || echo '$(srcdir)/'`libs/audioencoder.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_audioencoder-audioencoder.Tpo libs/$(DEPDIR)/libs_audioencoder-audioencoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audioencoder.c' object='libs/libs_audioencoder-audioencoder.o' libtool=no @AMDEPBACKSLASH@ +libs/audioencoder-audioencoder.o: libs/audioencoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audioencoder_CFLAGS) $(CFLAGS) -MT libs/audioencoder-audioencoder.o -MD -MP -MF libs/$(DEPDIR)/audioencoder-audioencoder.Tpo -c -o libs/audioencoder-audioencoder.o `test -f 'libs/audioencoder.c' || echo '$(srcdir)/'`libs/audioencoder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/audioencoder-audioencoder.Tpo libs/$(DEPDIR)/audioencoder-audioencoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audioencoder.c' object='libs/audioencoder-audioencoder.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) $(libs_audioencoder_CFLAGS) $(CFLAGS) -c -o libs/libs_audioencoder-audioencoder.o `test -f 'libs/audioencoder.c' || echo '$(srcdir)/'`libs/audioencoder.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audioencoder_CFLAGS) $(CFLAGS) -c -o libs/audioencoder-audioencoder.o `test -f 'libs/audioencoder.c' || echo '$(srcdir)/'`libs/audioencoder.c -libs/libs_audioencoder-audioencoder.obj: libs/audioencoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audioencoder_CFLAGS) $(CFLAGS) -MT libs/libs_audioencoder-audioencoder.obj -MD -MP -MF libs/$(DEPDIR)/libs_audioencoder-audioencoder.Tpo -c -o libs/libs_audioencoder-audioencoder.obj `if test -f 'libs/audioencoder.c'; then $(CYGPATH_W) 'libs/audioencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audioencoder.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_audioencoder-audioencoder.Tpo libs/$(DEPDIR)/libs_audioencoder-audioencoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audioencoder.c' object='libs/libs_audioencoder-audioencoder.obj' libtool=no @AMDEPBACKSLASH@ +libs/audioencoder-audioencoder.obj: libs/audioencoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audioencoder_CFLAGS) $(CFLAGS) -MT libs/audioencoder-audioencoder.obj -MD -MP -MF libs/$(DEPDIR)/audioencoder-audioencoder.Tpo -c -o libs/audioencoder-audioencoder.obj `if test -f 'libs/audioencoder.c'; then $(CYGPATH_W) 'libs/audioencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audioencoder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/audioencoder-audioencoder.Tpo libs/$(DEPDIR)/audioencoder-audioencoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/audioencoder.c' object='libs/audioencoder-audioencoder.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) $(libs_audioencoder_CFLAGS) $(CFLAGS) -c -o libs/libs_audioencoder-audioencoder.obj `if test -f 'libs/audioencoder.c'; then $(CYGPATH_W) 'libs/audioencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audioencoder.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_audioencoder_CFLAGS) $(CFLAGS) -c -o libs/audioencoder-audioencoder.obj `if test -f 'libs/audioencoder.c'; then $(CYGPATH_W) 'libs/audioencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/audioencoder.c'; fi` -libs/libs_baseaudiovisualizer-baseaudiovisualizer.o: libs/baseaudiovisualizer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -MT libs/libs_baseaudiovisualizer-baseaudiovisualizer.o -MD -MP -MF libs/$(DEPDIR)/libs_baseaudiovisualizer-baseaudiovisualizer.Tpo -c -o libs/libs_baseaudiovisualizer-baseaudiovisualizer.o `test -f 'libs/baseaudiovisualizer.c' || echo '$(srcdir)/'`libs/baseaudiovisualizer.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_baseaudiovisualizer-baseaudiovisualizer.Tpo libs/$(DEPDIR)/libs_baseaudiovisualizer-baseaudiovisualizer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/baseaudiovisualizer.c' object='libs/libs_baseaudiovisualizer-baseaudiovisualizer.o' libtool=no @AMDEPBACKSLASH@ +libs/baseaudiovisualizer-baseaudiovisualizer.o: libs/baseaudiovisualizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -MT libs/baseaudiovisualizer-baseaudiovisualizer.o -MD -MP -MF libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Tpo -c -o libs/baseaudiovisualizer-baseaudiovisualizer.o `test -f 'libs/baseaudiovisualizer.c' || echo '$(srcdir)/'`libs/baseaudiovisualizer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Tpo libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/baseaudiovisualizer.c' object='libs/baseaudiovisualizer-baseaudiovisualizer.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) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -c -o libs/libs_baseaudiovisualizer-baseaudiovisualizer.o `test -f 'libs/baseaudiovisualizer.c' || echo '$(srcdir)/'`libs/baseaudiovisualizer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -c -o libs/baseaudiovisualizer-baseaudiovisualizer.o `test -f 'libs/baseaudiovisualizer.c' || echo '$(srcdir)/'`libs/baseaudiovisualizer.c -libs/libs_baseaudiovisualizer-baseaudiovisualizer.obj: libs/baseaudiovisualizer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -MT libs/libs_baseaudiovisualizer-baseaudiovisualizer.obj -MD -MP -MF libs/$(DEPDIR)/libs_baseaudiovisualizer-baseaudiovisualizer.Tpo -c -o libs/libs_baseaudiovisualizer-baseaudiovisualizer.obj `if test -f 'libs/baseaudiovisualizer.c'; then $(CYGPATH_W) 'libs/baseaudiovisualizer.c'; else $(CYGPATH_W) '$(srcdir)/libs/baseaudiovisualizer.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_baseaudiovisualizer-baseaudiovisualizer.Tpo libs/$(DEPDIR)/libs_baseaudiovisualizer-baseaudiovisualizer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/baseaudiovisualizer.c' object='libs/libs_baseaudiovisualizer-baseaudiovisualizer.obj' libtool=no @AMDEPBACKSLASH@ +libs/baseaudiovisualizer-baseaudiovisualizer.obj: libs/baseaudiovisualizer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -MT libs/baseaudiovisualizer-baseaudiovisualizer.obj -MD -MP -MF libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Tpo -c -o libs/baseaudiovisualizer-baseaudiovisualizer.obj `if test -f 'libs/baseaudiovisualizer.c'; then $(CYGPATH_W) 'libs/baseaudiovisualizer.c'; else $(CYGPATH_W) '$(srcdir)/libs/baseaudiovisualizer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Tpo libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/baseaudiovisualizer.c' object='libs/baseaudiovisualizer-baseaudiovisualizer.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) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -c -o libs/libs_baseaudiovisualizer-baseaudiovisualizer.obj `if test -f 'libs/baseaudiovisualizer.c'; then $(CYGPATH_W) 'libs/baseaudiovisualizer.c'; else $(CYGPATH_W) '$(srcdir)/libs/baseaudiovisualizer.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_baseaudiovisualizer_CFLAGS) $(CFLAGS) -c -o libs/baseaudiovisualizer-baseaudiovisualizer.obj `if test -f 'libs/baseaudiovisualizer.c'; then $(CYGPATH_W) 'libs/baseaudiovisualizer.c'; else $(CYGPATH_W) '$(srcdir)/libs/baseaudiovisualizer.c'; fi` -libs/libs_discoverer-discoverer.o: libs/discoverer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_discoverer_CFLAGS) $(CFLAGS) -MT libs/libs_discoverer-discoverer.o -MD -MP -MF libs/$(DEPDIR)/libs_discoverer-discoverer.Tpo -c -o libs/libs_discoverer-discoverer.o `test -f 'libs/discoverer.c' || echo '$(srcdir)/'`libs/discoverer.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_discoverer-discoverer.Tpo libs/$(DEPDIR)/libs_discoverer-discoverer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/discoverer.c' object='libs/libs_discoverer-discoverer.o' libtool=no @AMDEPBACKSLASH@ +libs/discoverer-discoverer.o: libs/discoverer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_discoverer_CFLAGS) $(CFLAGS) -MT libs/discoverer-discoverer.o -MD -MP -MF libs/$(DEPDIR)/discoverer-discoverer.Tpo -c -o libs/discoverer-discoverer.o `test -f 'libs/discoverer.c' || echo '$(srcdir)/'`libs/discoverer.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/discoverer-discoverer.Tpo libs/$(DEPDIR)/discoverer-discoverer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/discoverer.c' object='libs/discoverer-discoverer.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) $(libs_discoverer_CFLAGS) $(CFLAGS) -c -o libs/libs_discoverer-discoverer.o `test -f 'libs/discoverer.c' || echo '$(srcdir)/'`libs/discoverer.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_discoverer_CFLAGS) $(CFLAGS) -c -o libs/discoverer-discoverer.o `test -f 'libs/discoverer.c' || echo '$(srcdir)/'`libs/discoverer.c -libs/libs_discoverer-discoverer.obj: libs/discoverer.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_discoverer_CFLAGS) $(CFLAGS) -MT libs/libs_discoverer-discoverer.obj -MD -MP -MF libs/$(DEPDIR)/libs_discoverer-discoverer.Tpo -c -o libs/libs_discoverer-discoverer.obj `if test -f 'libs/discoverer.c'; then $(CYGPATH_W) 'libs/discoverer.c'; else $(CYGPATH_W) '$(srcdir)/libs/discoverer.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_discoverer-discoverer.Tpo libs/$(DEPDIR)/libs_discoverer-discoverer.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/discoverer.c' object='libs/libs_discoverer-discoverer.obj' libtool=no @AMDEPBACKSLASH@ +libs/discoverer-discoverer.obj: libs/discoverer.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_discoverer_CFLAGS) $(CFLAGS) -MT libs/discoverer-discoverer.obj -MD -MP -MF libs/$(DEPDIR)/discoverer-discoverer.Tpo -c -o libs/discoverer-discoverer.obj `if test -f 'libs/discoverer.c'; then $(CYGPATH_W) 'libs/discoverer.c'; else $(CYGPATH_W) '$(srcdir)/libs/discoverer.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/discoverer-discoverer.Tpo libs/$(DEPDIR)/discoverer-discoverer.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/discoverer.c' object='libs/discoverer-discoverer.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) $(libs_discoverer_CFLAGS) $(CFLAGS) -c -o libs/libs_discoverer-discoverer.obj `if test -f 'libs/discoverer.c'; then $(CYGPATH_W) 'libs/discoverer.c'; else $(CYGPATH_W) '$(srcdir)/libs/discoverer.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_discoverer_CFLAGS) $(CFLAGS) -c -o libs/discoverer-discoverer.obj `if test -f 'libs/discoverer.c'; then $(CYGPATH_W) 'libs/discoverer.c'; else $(CYGPATH_W) '$(srcdir)/libs/discoverer.c'; fi` -libs/libs_fft-fft.o: libs/fft.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_fft_CFLAGS) $(CFLAGS) -MT libs/libs_fft-fft.o -MD -MP -MF libs/$(DEPDIR)/libs_fft-fft.Tpo -c -o libs/libs_fft-fft.o `test -f 'libs/fft.c' || echo '$(srcdir)/'`libs/fft.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_fft-fft.Tpo libs/$(DEPDIR)/libs_fft-fft.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/fft.c' object='libs/libs_fft-fft.o' libtool=no @AMDEPBACKSLASH@ +libs/fft-fft.o: libs/fft.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_fft_CFLAGS) $(CFLAGS) -MT libs/fft-fft.o -MD -MP -MF libs/$(DEPDIR)/fft-fft.Tpo -c -o libs/fft-fft.o `test -f 'libs/fft.c' || echo '$(srcdir)/'`libs/fft.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/fft-fft.Tpo libs/$(DEPDIR)/fft-fft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/fft.c' object='libs/fft-fft.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) $(libs_fft_CFLAGS) $(CFLAGS) -c -o libs/libs_fft-fft.o `test -f 'libs/fft.c' || echo '$(srcdir)/'`libs/fft.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_fft_CFLAGS) $(CFLAGS) -c -o libs/fft-fft.o `test -f 'libs/fft.c' || echo '$(srcdir)/'`libs/fft.c -libs/libs_fft-fft.obj: libs/fft.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_fft_CFLAGS) $(CFLAGS) -MT libs/libs_fft-fft.obj -MD -MP -MF libs/$(DEPDIR)/libs_fft-fft.Tpo -c -o libs/libs_fft-fft.obj `if test -f 'libs/fft.c'; then $(CYGPATH_W) 'libs/fft.c'; else $(CYGPATH_W) '$(srcdir)/libs/fft.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_fft-fft.Tpo libs/$(DEPDIR)/libs_fft-fft.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/fft.c' object='libs/libs_fft-fft.obj' libtool=no @AMDEPBACKSLASH@ +libs/fft-fft.obj: libs/fft.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_fft_CFLAGS) $(CFLAGS) -MT libs/fft-fft.obj -MD -MP -MF libs/$(DEPDIR)/fft-fft.Tpo -c -o libs/fft-fft.obj `if test -f 'libs/fft.c'; then $(CYGPATH_W) 'libs/fft.c'; else $(CYGPATH_W) '$(srcdir)/libs/fft.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/fft-fft.Tpo libs/$(DEPDIR)/fft-fft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/fft.c' object='libs/fft-fft.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) $(libs_fft_CFLAGS) $(CFLAGS) -c -o libs/libs_fft-fft.obj `if test -f 'libs/fft.c'; then $(CYGPATH_W) 'libs/fft.c'; else $(CYGPATH_W) '$(srcdir)/libs/fft.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_fft_CFLAGS) $(CFLAGS) -c -o libs/fft-fft.obj `if test -f 'libs/fft.c'; then $(CYGPATH_W) 'libs/fft.c'; else $(CYGPATH_W) '$(srcdir)/libs/fft.c'; fi` -libs/libs_gstglcolorconvert-gstglcolorconvert.o: libs/gstglcolorconvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -MT libs/libs_gstglcolorconvert-gstglcolorconvert.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglcolorconvert-gstglcolorconvert.Tpo -c -o libs/libs_gstglcolorconvert-gstglcolorconvert.o `test -f 'libs/gstglcolorconvert.c' || echo '$(srcdir)/'`libs/gstglcolorconvert.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglcolorconvert-gstglcolorconvert.Tpo libs/$(DEPDIR)/libs_gstglcolorconvert-gstglcolorconvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcolorconvert.c' object='libs/libs_gstglcolorconvert-gstglcolorconvert.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglcolorconvert-gstglcolorconvert.o: libs/gstglcolorconvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -MT libs/gstglcolorconvert-gstglcolorconvert.o -MD -MP -MF libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Tpo -c -o libs/gstglcolorconvert-gstglcolorconvert.o `test -f 'libs/gstglcolorconvert.c' || echo '$(srcdir)/'`libs/gstglcolorconvert.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Tpo libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcolorconvert.c' object='libs/gstglcolorconvert-gstglcolorconvert.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) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglcolorconvert-gstglcolorconvert.o `test -f 'libs/gstglcolorconvert.c' || echo '$(srcdir)/'`libs/gstglcolorconvert.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -c -o libs/gstglcolorconvert-gstglcolorconvert.o `test -f 'libs/gstglcolorconvert.c' || echo '$(srcdir)/'`libs/gstglcolorconvert.c -libs/libs_gstglcolorconvert-gstglcolorconvert.obj: libs/gstglcolorconvert.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -MT libs/libs_gstglcolorconvert-gstglcolorconvert.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglcolorconvert-gstglcolorconvert.Tpo -c -o libs/libs_gstglcolorconvert-gstglcolorconvert.obj `if test -f 'libs/gstglcolorconvert.c'; then $(CYGPATH_W) 'libs/gstglcolorconvert.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcolorconvert.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglcolorconvert-gstglcolorconvert.Tpo libs/$(DEPDIR)/libs_gstglcolorconvert-gstglcolorconvert.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcolorconvert.c' object='libs/libs_gstglcolorconvert-gstglcolorconvert.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglcolorconvert-gstglcolorconvert.obj: libs/gstglcolorconvert.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -MT libs/gstglcolorconvert-gstglcolorconvert.obj -MD -MP -MF libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Tpo -c -o libs/gstglcolorconvert-gstglcolorconvert.obj `if test -f 'libs/gstglcolorconvert.c'; then $(CYGPATH_W) 'libs/gstglcolorconvert.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcolorconvert.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Tpo libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcolorconvert.c' object='libs/gstglcolorconvert-gstglcolorconvert.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) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglcolorconvert-gstglcolorconvert.obj `if test -f 'libs/gstglcolorconvert.c'; then $(CYGPATH_W) 'libs/gstglcolorconvert.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcolorconvert.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcolorconvert_CFLAGS) $(CFLAGS) -c -o libs/gstglcolorconvert-gstglcolorconvert.obj `if test -f 'libs/gstglcolorconvert.c'; then $(CYGPATH_W) 'libs/gstglcolorconvert.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcolorconvert.c'; fi` -libs/libs_gstglcontext-gstglcontext.o: libs/gstglcontext.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -MT libs/libs_gstglcontext-gstglcontext.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglcontext-gstglcontext.Tpo -c -o libs/libs_gstglcontext-gstglcontext.o `test -f 'libs/gstglcontext.c' || echo '$(srcdir)/'`libs/gstglcontext.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglcontext-gstglcontext.Tpo libs/$(DEPDIR)/libs_gstglcontext-gstglcontext.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcontext.c' object='libs/libs_gstglcontext-gstglcontext.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglcontext-gstglcontext.o: libs/gstglcontext.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -MT libs/gstglcontext-gstglcontext.o -MD -MP -MF libs/$(DEPDIR)/gstglcontext-gstglcontext.Tpo -c -o libs/gstglcontext-gstglcontext.o `test -f 'libs/gstglcontext.c' || echo '$(srcdir)/'`libs/gstglcontext.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglcontext-gstglcontext.Tpo libs/$(DEPDIR)/gstglcontext-gstglcontext.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcontext.c' object='libs/gstglcontext-gstglcontext.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) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglcontext-gstglcontext.o `test -f 'libs/gstglcontext.c' || echo '$(srcdir)/'`libs/gstglcontext.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -c -o libs/gstglcontext-gstglcontext.o `test -f 'libs/gstglcontext.c' || echo '$(srcdir)/'`libs/gstglcontext.c -libs/libs_gstglcontext-gstglcontext.obj: libs/gstglcontext.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -MT libs/libs_gstglcontext-gstglcontext.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglcontext-gstglcontext.Tpo -c -o libs/libs_gstglcontext-gstglcontext.obj `if test -f 'libs/gstglcontext.c'; then $(CYGPATH_W) 'libs/gstglcontext.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcontext.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglcontext-gstglcontext.Tpo libs/$(DEPDIR)/libs_gstglcontext-gstglcontext.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcontext.c' object='libs/libs_gstglcontext-gstglcontext.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglcontext-gstglcontext.obj: libs/gstglcontext.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -MT libs/gstglcontext-gstglcontext.obj -MD -MP -MF libs/$(DEPDIR)/gstglcontext-gstglcontext.Tpo -c -o libs/gstglcontext-gstglcontext.obj `if test -f 'libs/gstglcontext.c'; then $(CYGPATH_W) 'libs/gstglcontext.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcontext.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglcontext-gstglcontext.Tpo libs/$(DEPDIR)/gstglcontext-gstglcontext.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglcontext.c' object='libs/gstglcontext-gstglcontext.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) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglcontext-gstglcontext.obj `if test -f 'libs/gstglcontext.c'; then $(CYGPATH_W) 'libs/gstglcontext.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcontext.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglcontext_CFLAGS) $(CFLAGS) -c -o libs/gstglcontext-gstglcontext.obj `if test -f 'libs/gstglcontext.c'; then $(CYGPATH_W) 'libs/gstglcontext.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglcontext.c'; fi` -libs/libs_gstglheaders-gstglheaders.o: libs/gstglheaders.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -MT libs/libs_gstglheaders-gstglheaders.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglheaders-gstglheaders.Tpo -c -o libs/libs_gstglheaders-gstglheaders.o `test -f 'libs/gstglheaders.c' || echo '$(srcdir)/'`libs/gstglheaders.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglheaders-gstglheaders.Tpo libs/$(DEPDIR)/libs_gstglheaders-gstglheaders.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglheaders.c' object='libs/libs_gstglheaders-gstglheaders.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglheaders-gstglheaders.o: libs/gstglheaders.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -MT libs/gstglheaders-gstglheaders.o -MD -MP -MF libs/$(DEPDIR)/gstglheaders-gstglheaders.Tpo -c -o libs/gstglheaders-gstglheaders.o `test -f 'libs/gstglheaders.c' || echo '$(srcdir)/'`libs/gstglheaders.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglheaders-gstglheaders.Tpo libs/$(DEPDIR)/gstglheaders-gstglheaders.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglheaders.c' object='libs/gstglheaders-gstglheaders.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) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglheaders-gstglheaders.o `test -f 'libs/gstglheaders.c' || echo '$(srcdir)/'`libs/gstglheaders.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -c -o libs/gstglheaders-gstglheaders.o `test -f 'libs/gstglheaders.c' || echo '$(srcdir)/'`libs/gstglheaders.c -libs/libs_gstglheaders-gstglheaders.obj: libs/gstglheaders.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -MT libs/libs_gstglheaders-gstglheaders.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglheaders-gstglheaders.Tpo -c -o libs/libs_gstglheaders-gstglheaders.obj `if test -f 'libs/gstglheaders.c'; then $(CYGPATH_W) 'libs/gstglheaders.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglheaders.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglheaders-gstglheaders.Tpo libs/$(DEPDIR)/libs_gstglheaders-gstglheaders.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglheaders.c' object='libs/libs_gstglheaders-gstglheaders.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglheaders-gstglheaders.obj: libs/gstglheaders.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -MT libs/gstglheaders-gstglheaders.obj -MD -MP -MF libs/$(DEPDIR)/gstglheaders-gstglheaders.Tpo -c -o libs/gstglheaders-gstglheaders.obj `if test -f 'libs/gstglheaders.c'; then $(CYGPATH_W) 'libs/gstglheaders.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglheaders.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglheaders-gstglheaders.Tpo libs/$(DEPDIR)/gstglheaders-gstglheaders.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglheaders.c' object='libs/gstglheaders-gstglheaders.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) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglheaders-gstglheaders.obj `if test -f 'libs/gstglheaders.c'; then $(CYGPATH_W) 'libs/gstglheaders.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglheaders.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglheaders_CFLAGS) $(CFLAGS) -c -o libs/gstglheaders-gstglheaders.obj `if test -f 'libs/gstglheaders.c'; then $(CYGPATH_W) 'libs/gstglheaders.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglheaders.c'; fi` -libs/libs_gstglmatrix-gstglmatrix.o: libs/gstglmatrix.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -MT libs/libs_gstglmatrix-gstglmatrix.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglmatrix-gstglmatrix.Tpo -c -o libs/libs_gstglmatrix-gstglmatrix.o `test -f 'libs/gstglmatrix.c' || echo '$(srcdir)/'`libs/gstglmatrix.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglmatrix-gstglmatrix.Tpo libs/$(DEPDIR)/libs_gstglmatrix-gstglmatrix.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmatrix.c' object='libs/libs_gstglmatrix-gstglmatrix.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglmatrix-gstglmatrix.o: libs/gstglmatrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -MT libs/gstglmatrix-gstglmatrix.o -MD -MP -MF libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Tpo -c -o libs/gstglmatrix-gstglmatrix.o `test -f 'libs/gstglmatrix.c' || echo '$(srcdir)/'`libs/gstglmatrix.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Tpo libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmatrix.c' object='libs/gstglmatrix-gstglmatrix.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) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglmatrix-gstglmatrix.o `test -f 'libs/gstglmatrix.c' || echo '$(srcdir)/'`libs/gstglmatrix.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -c -o libs/gstglmatrix-gstglmatrix.o `test -f 'libs/gstglmatrix.c' || echo '$(srcdir)/'`libs/gstglmatrix.c -libs/libs_gstglmatrix-gstglmatrix.obj: libs/gstglmatrix.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -MT libs/libs_gstglmatrix-gstglmatrix.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglmatrix-gstglmatrix.Tpo -c -o libs/libs_gstglmatrix-gstglmatrix.obj `if test -f 'libs/gstglmatrix.c'; then $(CYGPATH_W) 'libs/gstglmatrix.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmatrix.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglmatrix-gstglmatrix.Tpo libs/$(DEPDIR)/libs_gstglmatrix-gstglmatrix.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmatrix.c' object='libs/libs_gstglmatrix-gstglmatrix.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglmatrix-gstglmatrix.obj: libs/gstglmatrix.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -MT libs/gstglmatrix-gstglmatrix.obj -MD -MP -MF libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Tpo -c -o libs/gstglmatrix-gstglmatrix.obj `if test -f 'libs/gstglmatrix.c'; then $(CYGPATH_W) 'libs/gstglmatrix.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmatrix.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Tpo libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmatrix.c' object='libs/gstglmatrix-gstglmatrix.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) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglmatrix-gstglmatrix.obj `if test -f 'libs/gstglmatrix.c'; then $(CYGPATH_W) 'libs/gstglmatrix.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmatrix.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmatrix_CFLAGS) $(CFLAGS) -c -o libs/gstglmatrix-gstglmatrix.obj `if test -f 'libs/gstglmatrix.c'; then $(CYGPATH_W) 'libs/gstglmatrix.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmatrix.c'; fi` -libs/libs_gstglmemory-gstglmemory.o: libs/gstglmemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -MT libs/libs_gstglmemory-gstglmemory.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglmemory-gstglmemory.Tpo -c -o libs/libs_gstglmemory-gstglmemory.o `test -f 'libs/gstglmemory.c' || echo '$(srcdir)/'`libs/gstglmemory.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglmemory-gstglmemory.Tpo libs/$(DEPDIR)/libs_gstglmemory-gstglmemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmemory.c' object='libs/libs_gstglmemory-gstglmemory.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglmemory-gstglmemory.o: libs/gstglmemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -MT libs/gstglmemory-gstglmemory.o -MD -MP -MF libs/$(DEPDIR)/gstglmemory-gstglmemory.Tpo -c -o libs/gstglmemory-gstglmemory.o `test -f 'libs/gstglmemory.c' || echo '$(srcdir)/'`libs/gstglmemory.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglmemory-gstglmemory.Tpo libs/$(DEPDIR)/gstglmemory-gstglmemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmemory.c' object='libs/gstglmemory-gstglmemory.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) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglmemory-gstglmemory.o `test -f 'libs/gstglmemory.c' || echo '$(srcdir)/'`libs/gstglmemory.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -c -o libs/gstglmemory-gstglmemory.o `test -f 'libs/gstglmemory.c' || echo '$(srcdir)/'`libs/gstglmemory.c -libs/libs_gstglmemory-gstglmemory.obj: libs/gstglmemory.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -MT libs/libs_gstglmemory-gstglmemory.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglmemory-gstglmemory.Tpo -c -o libs/libs_gstglmemory-gstglmemory.obj `if test -f 'libs/gstglmemory.c'; then $(CYGPATH_W) 'libs/gstglmemory.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmemory.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglmemory-gstglmemory.Tpo libs/$(DEPDIR)/libs_gstglmemory-gstglmemory.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmemory.c' object='libs/libs_gstglmemory-gstglmemory.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglmemory-gstglmemory.obj: libs/gstglmemory.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -MT libs/gstglmemory-gstglmemory.obj -MD -MP -MF libs/$(DEPDIR)/gstglmemory-gstglmemory.Tpo -c -o libs/gstglmemory-gstglmemory.obj `if test -f 'libs/gstglmemory.c'; then $(CYGPATH_W) 'libs/gstglmemory.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmemory.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglmemory-gstglmemory.Tpo libs/$(DEPDIR)/gstglmemory-gstglmemory.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglmemory.c' object='libs/gstglmemory-gstglmemory.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) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglmemory-gstglmemory.obj `if test -f 'libs/gstglmemory.c'; then $(CYGPATH_W) 'libs/gstglmemory.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmemory.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglmemory_CFLAGS) $(CFLAGS) -c -o libs/gstglmemory-gstglmemory.obj `if test -f 'libs/gstglmemory.c'; then $(CYGPATH_W) 'libs/gstglmemory.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglmemory.c'; fi` -libs/libs_gstglquery-gstglquery.o: libs/gstglquery.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglquery_CFLAGS) $(CFLAGS) -MT libs/libs_gstglquery-gstglquery.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglquery-gstglquery.Tpo -c -o libs/libs_gstglquery-gstglquery.o `test -f 'libs/gstglquery.c' || echo '$(srcdir)/'`libs/gstglquery.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglquery-gstglquery.Tpo libs/$(DEPDIR)/libs_gstglquery-gstglquery.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglquery.c' object='libs/libs_gstglquery-gstglquery.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglquery-gstglquery.o: libs/gstglquery.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglquery_CFLAGS) $(CFLAGS) -MT libs/gstglquery-gstglquery.o -MD -MP -MF libs/$(DEPDIR)/gstglquery-gstglquery.Tpo -c -o libs/gstglquery-gstglquery.o `test -f 'libs/gstglquery.c' || echo '$(srcdir)/'`libs/gstglquery.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglquery-gstglquery.Tpo libs/$(DEPDIR)/gstglquery-gstglquery.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglquery.c' object='libs/gstglquery-gstglquery.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) $(libs_gstglquery_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglquery-gstglquery.o `test -f 'libs/gstglquery.c' || echo '$(srcdir)/'`libs/gstglquery.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglquery_CFLAGS) $(CFLAGS) -c -o libs/gstglquery-gstglquery.o `test -f 'libs/gstglquery.c' || echo '$(srcdir)/'`libs/gstglquery.c -libs/libs_gstglquery-gstglquery.obj: libs/gstglquery.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglquery_CFLAGS) $(CFLAGS) -MT libs/libs_gstglquery-gstglquery.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglquery-gstglquery.Tpo -c -o libs/libs_gstglquery-gstglquery.obj `if test -f 'libs/gstglquery.c'; then $(CYGPATH_W) 'libs/gstglquery.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglquery.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglquery-gstglquery.Tpo libs/$(DEPDIR)/libs_gstglquery-gstglquery.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglquery.c' object='libs/libs_gstglquery-gstglquery.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglquery-gstglquery.obj: libs/gstglquery.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglquery_CFLAGS) $(CFLAGS) -MT libs/gstglquery-gstglquery.obj -MD -MP -MF libs/$(DEPDIR)/gstglquery-gstglquery.Tpo -c -o libs/gstglquery-gstglquery.obj `if test -f 'libs/gstglquery.c'; then $(CYGPATH_W) 'libs/gstglquery.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglquery.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglquery-gstglquery.Tpo libs/$(DEPDIR)/gstglquery-gstglquery.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglquery.c' object='libs/gstglquery-gstglquery.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) $(libs_gstglquery_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglquery-gstglquery.obj `if test -f 'libs/gstglquery.c'; then $(CYGPATH_W) 'libs/gstglquery.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglquery.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglquery_CFLAGS) $(CFLAGS) -c -o libs/gstglquery-gstglquery.obj `if test -f 'libs/gstglquery.c'; then $(CYGPATH_W) 'libs/gstglquery.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglquery.c'; fi` -libs/libs_gstglshader-gstglshader.o: libs/gstglshader.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglshader_CFLAGS) $(CFLAGS) -MT libs/libs_gstglshader-gstglshader.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglshader-gstglshader.Tpo -c -o libs/libs_gstglshader-gstglshader.o `test -f 'libs/gstglshader.c' || echo '$(srcdir)/'`libs/gstglshader.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglshader-gstglshader.Tpo libs/$(DEPDIR)/libs_gstglshader-gstglshader.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglshader.c' object='libs/libs_gstglshader-gstglshader.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglshader-gstglshader.o: libs/gstglshader.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglshader_CFLAGS) $(CFLAGS) -MT libs/gstglshader-gstglshader.o -MD -MP -MF libs/$(DEPDIR)/gstglshader-gstglshader.Tpo -c -o libs/gstglshader-gstglshader.o `test -f 'libs/gstglshader.c' || echo '$(srcdir)/'`libs/gstglshader.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglshader-gstglshader.Tpo libs/$(DEPDIR)/gstglshader-gstglshader.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglshader.c' object='libs/gstglshader-gstglshader.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) $(libs_gstglshader_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglshader-gstglshader.o `test -f 'libs/gstglshader.c' || echo '$(srcdir)/'`libs/gstglshader.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglshader_CFLAGS) $(CFLAGS) -c -o libs/gstglshader-gstglshader.o `test -f 'libs/gstglshader.c' || echo '$(srcdir)/'`libs/gstglshader.c -libs/libs_gstglshader-gstglshader.obj: libs/gstglshader.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglshader_CFLAGS) $(CFLAGS) -MT libs/libs_gstglshader-gstglshader.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglshader-gstglshader.Tpo -c -o libs/libs_gstglshader-gstglshader.obj `if test -f 'libs/gstglshader.c'; then $(CYGPATH_W) 'libs/gstglshader.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglshader.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglshader-gstglshader.Tpo libs/$(DEPDIR)/libs_gstglshader-gstglshader.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglshader.c' object='libs/libs_gstglshader-gstglshader.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglshader-gstglshader.obj: libs/gstglshader.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglshader_CFLAGS) $(CFLAGS) -MT libs/gstglshader-gstglshader.obj -MD -MP -MF libs/$(DEPDIR)/gstglshader-gstglshader.Tpo -c -o libs/gstglshader-gstglshader.obj `if test -f 'libs/gstglshader.c'; then $(CYGPATH_W) 'libs/gstglshader.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglshader.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglshader-gstglshader.Tpo libs/$(DEPDIR)/gstglshader-gstglshader.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglshader.c' object='libs/gstglshader-gstglshader.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) $(libs_gstglshader_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglshader-gstglshader.obj `if test -f 'libs/gstglshader.c'; then $(CYGPATH_W) 'libs/gstglshader.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglshader.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglshader_CFLAGS) $(CFLAGS) -c -o libs/gstglshader-gstglshader.obj `if test -f 'libs/gstglshader.c'; then $(CYGPATH_W) 'libs/gstglshader.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglshader.c'; fi` -libs/libs_gstglsl-gstglsl.o: libs/gstglsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglsl_CFLAGS) $(CFLAGS) -MT libs/libs_gstglsl-gstglsl.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglsl-gstglsl.Tpo -c -o libs/libs_gstglsl-gstglsl.o `test -f 'libs/gstglsl.c' || echo '$(srcdir)/'`libs/gstglsl.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglsl-gstglsl.Tpo libs/$(DEPDIR)/libs_gstglsl-gstglsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglsl.c' object='libs/libs_gstglsl-gstglsl.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglsl-gstglsl.o: libs/gstglsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglsl_CFLAGS) $(CFLAGS) -MT libs/gstglsl-gstglsl.o -MD -MP -MF libs/$(DEPDIR)/gstglsl-gstglsl.Tpo -c -o libs/gstglsl-gstglsl.o `test -f 'libs/gstglsl.c' || echo '$(srcdir)/'`libs/gstglsl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglsl-gstglsl.Tpo libs/$(DEPDIR)/gstglsl-gstglsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglsl.c' object='libs/gstglsl-gstglsl.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) $(libs_gstglsl_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglsl-gstglsl.o `test -f 'libs/gstglsl.c' || echo '$(srcdir)/'`libs/gstglsl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglsl_CFLAGS) $(CFLAGS) -c -o libs/gstglsl-gstglsl.o `test -f 'libs/gstglsl.c' || echo '$(srcdir)/'`libs/gstglsl.c -libs/libs_gstglsl-gstglsl.obj: libs/gstglsl.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglsl_CFLAGS) $(CFLAGS) -MT libs/libs_gstglsl-gstglsl.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglsl-gstglsl.Tpo -c -o libs/libs_gstglsl-gstglsl.obj `if test -f 'libs/gstglsl.c'; then $(CYGPATH_W) 'libs/gstglsl.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglsl.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglsl-gstglsl.Tpo libs/$(DEPDIR)/libs_gstglsl-gstglsl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglsl.c' object='libs/libs_gstglsl-gstglsl.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglsl-gstglsl.obj: libs/gstglsl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglsl_CFLAGS) $(CFLAGS) -MT libs/gstglsl-gstglsl.obj -MD -MP -MF libs/$(DEPDIR)/gstglsl-gstglsl.Tpo -c -o libs/gstglsl-gstglsl.obj `if test -f 'libs/gstglsl.c'; then $(CYGPATH_W) 'libs/gstglsl.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglsl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglsl-gstglsl.Tpo libs/$(DEPDIR)/gstglsl-gstglsl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglsl.c' object='libs/gstglsl-gstglsl.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) $(libs_gstglsl_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglsl-gstglsl.obj `if test -f 'libs/gstglsl.c'; then $(CYGPATH_W) 'libs/gstglsl.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglsl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglsl_CFLAGS) $(CFLAGS) -c -o libs/gstglsl-gstglsl.obj `if test -f 'libs/gstglsl.c'; then $(CYGPATH_W) 'libs/gstglsl.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglsl.c'; fi` -libs/libs_gstglslstage-gstglslstage.o: libs/gstglslstage.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -MT libs/libs_gstglslstage-gstglslstage.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglslstage-gstglslstage.Tpo -c -o libs/libs_gstglslstage-gstglslstage.o `test -f 'libs/gstglslstage.c' || echo '$(srcdir)/'`libs/gstglslstage.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglslstage-gstglslstage.Tpo libs/$(DEPDIR)/libs_gstglslstage-gstglslstage.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglslstage.c' object='libs/libs_gstglslstage-gstglslstage.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglslstage-gstglslstage.o: libs/gstglslstage.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -MT libs/gstglslstage-gstglslstage.o -MD -MP -MF libs/$(DEPDIR)/gstglslstage-gstglslstage.Tpo -c -o libs/gstglslstage-gstglslstage.o `test -f 'libs/gstglslstage.c' || echo '$(srcdir)/'`libs/gstglslstage.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglslstage-gstglslstage.Tpo libs/$(DEPDIR)/gstglslstage-gstglslstage.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglslstage.c' object='libs/gstglslstage-gstglslstage.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) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglslstage-gstglslstage.o `test -f 'libs/gstglslstage.c' || echo '$(srcdir)/'`libs/gstglslstage.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -c -o libs/gstglslstage-gstglslstage.o `test -f 'libs/gstglslstage.c' || echo '$(srcdir)/'`libs/gstglslstage.c -libs/libs_gstglslstage-gstglslstage.obj: libs/gstglslstage.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -MT libs/libs_gstglslstage-gstglslstage.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglslstage-gstglslstage.Tpo -c -o libs/libs_gstglslstage-gstglslstage.obj `if test -f 'libs/gstglslstage.c'; then $(CYGPATH_W) 'libs/gstglslstage.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglslstage.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglslstage-gstglslstage.Tpo libs/$(DEPDIR)/libs_gstglslstage-gstglslstage.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglslstage.c' object='libs/libs_gstglslstage-gstglslstage.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglslstage-gstglslstage.obj: libs/gstglslstage.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -MT libs/gstglslstage-gstglslstage.obj -MD -MP -MF libs/$(DEPDIR)/gstglslstage-gstglslstage.Tpo -c -o libs/gstglslstage-gstglslstage.obj `if test -f 'libs/gstglslstage.c'; then $(CYGPATH_W) 'libs/gstglslstage.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglslstage.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglslstage-gstglslstage.Tpo libs/$(DEPDIR)/gstglslstage-gstglslstage.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglslstage.c' object='libs/gstglslstage-gstglslstage.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) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglslstage-gstglslstage.obj `if test -f 'libs/gstglslstage.c'; then $(CYGPATH_W) 'libs/gstglslstage.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglslstage.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglslstage_CFLAGS) $(CFLAGS) -c -o libs/gstglslstage-gstglslstage.obj `if test -f 'libs/gstglslstage.c'; then $(CYGPATH_W) 'libs/gstglslstage.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglslstage.c'; fi` -libs/libs_gstglupload-gstglupload.o: libs/gstglupload.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglupload_CFLAGS) $(CFLAGS) -MT libs/libs_gstglupload-gstglupload.o -MD -MP -MF libs/$(DEPDIR)/libs_gstglupload-gstglupload.Tpo -c -o libs/libs_gstglupload-gstglupload.o `test -f 'libs/gstglupload.c' || echo '$(srcdir)/'`libs/gstglupload.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglupload-gstglupload.Tpo libs/$(DEPDIR)/libs_gstglupload-gstglupload.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglupload.c' object='libs/libs_gstglupload-gstglupload.o' libtool=no @AMDEPBACKSLASH@ +libs/gstglupload-gstglupload.o: libs/gstglupload.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglupload_CFLAGS) $(CFLAGS) -MT libs/gstglupload-gstglupload.o -MD -MP -MF libs/$(DEPDIR)/gstglupload-gstglupload.Tpo -c -o libs/gstglupload-gstglupload.o `test -f 'libs/gstglupload.c' || echo '$(srcdir)/'`libs/gstglupload.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglupload-gstglupload.Tpo libs/$(DEPDIR)/gstglupload-gstglupload.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglupload.c' object='libs/gstglupload-gstglupload.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) $(libs_gstglupload_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglupload-gstglupload.o `test -f 'libs/gstglupload.c' || echo '$(srcdir)/'`libs/gstglupload.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglupload_CFLAGS) $(CFLAGS) -c -o libs/gstglupload-gstglupload.o `test -f 'libs/gstglupload.c' || echo '$(srcdir)/'`libs/gstglupload.c -libs/libs_gstglupload-gstglupload.obj: libs/gstglupload.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglupload_CFLAGS) $(CFLAGS) -MT libs/libs_gstglupload-gstglupload.obj -MD -MP -MF libs/$(DEPDIR)/libs_gstglupload-gstglupload.Tpo -c -o libs/libs_gstglupload-gstglupload.obj `if test -f 'libs/gstglupload.c'; then $(CYGPATH_W) 'libs/gstglupload.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglupload.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_gstglupload-gstglupload.Tpo libs/$(DEPDIR)/libs_gstglupload-gstglupload.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglupload.c' object='libs/libs_gstglupload-gstglupload.obj' libtool=no @AMDEPBACKSLASH@ +libs/gstglupload-gstglupload.obj: libs/gstglupload.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglupload_CFLAGS) $(CFLAGS) -MT libs/gstglupload-gstglupload.obj -MD -MP -MF libs/$(DEPDIR)/gstglupload-gstglupload.Tpo -c -o libs/gstglupload-gstglupload.obj `if test -f 'libs/gstglupload.c'; then $(CYGPATH_W) 'libs/gstglupload.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglupload.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/gstglupload-gstglupload.Tpo libs/$(DEPDIR)/gstglupload-gstglupload.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/gstglupload.c' object='libs/gstglupload-gstglupload.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) $(libs_gstglupload_CFLAGS) $(CFLAGS) -c -o libs/libs_gstglupload-gstglupload.obj `if test -f 'libs/gstglupload.c'; then $(CYGPATH_W) 'libs/gstglupload.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglupload.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_gstglupload_CFLAGS) $(CFLAGS) -c -o libs/gstglupload-gstglupload.obj `if test -f 'libs/gstglupload.c'; then $(CYGPATH_W) 'libs/gstglupload.c'; else $(CYGPATH_W) '$(srcdir)/libs/gstglupload.c'; fi` -libs/libs_libsabi-libsabi.o: libs/libsabi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_libsabi_CFLAGS) $(CFLAGS) -MT libs/libs_libsabi-libsabi.o -MD -MP -MF libs/$(DEPDIR)/libs_libsabi-libsabi.Tpo -c -o libs/libs_libsabi-libsabi.o `test -f 'libs/libsabi.c' || echo '$(srcdir)/'`libs/libsabi.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_libsabi-libsabi.Tpo libs/$(DEPDIR)/libs_libsabi-libsabi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/libsabi.c' object='libs/libs_libsabi-libsabi.o' libtool=no @AMDEPBACKSLASH@ +libs/libsabi-libsabi.o: libs/libsabi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_libsabi_CFLAGS) $(CFLAGS) -MT libs/libsabi-libsabi.o -MD -MP -MF libs/$(DEPDIR)/libsabi-libsabi.Tpo -c -o libs/libsabi-libsabi.o `test -f 'libs/libsabi.c' || echo '$(srcdir)/'`libs/libsabi.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libsabi-libsabi.Tpo libs/$(DEPDIR)/libsabi-libsabi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/libsabi.c' object='libs/libsabi-libsabi.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) $(libs_libsabi_CFLAGS) $(CFLAGS) -c -o libs/libs_libsabi-libsabi.o `test -f 'libs/libsabi.c' || echo '$(srcdir)/'`libs/libsabi.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_libsabi_CFLAGS) $(CFLAGS) -c -o libs/libsabi-libsabi.o `test -f 'libs/libsabi.c' || echo '$(srcdir)/'`libs/libsabi.c -libs/libs_libsabi-libsabi.obj: libs/libsabi.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_libsabi_CFLAGS) $(CFLAGS) -MT libs/libs_libsabi-libsabi.obj -MD -MP -MF libs/$(DEPDIR)/libs_libsabi-libsabi.Tpo -c -o libs/libs_libsabi-libsabi.obj `if test -f 'libs/libsabi.c'; then $(CYGPATH_W) 'libs/libsabi.c'; else $(CYGPATH_W) '$(srcdir)/libs/libsabi.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_libsabi-libsabi.Tpo libs/$(DEPDIR)/libs_libsabi-libsabi.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/libsabi.c' object='libs/libs_libsabi-libsabi.obj' libtool=no @AMDEPBACKSLASH@ +libs/libsabi-libsabi.obj: libs/libsabi.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_libsabi_CFLAGS) $(CFLAGS) -MT libs/libsabi-libsabi.obj -MD -MP -MF libs/$(DEPDIR)/libsabi-libsabi.Tpo -c -o libs/libsabi-libsabi.obj `if test -f 'libs/libsabi.c'; then $(CYGPATH_W) 'libs/libsabi.c'; else $(CYGPATH_W) '$(srcdir)/libs/libsabi.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libsabi-libsabi.Tpo libs/$(DEPDIR)/libsabi-libsabi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/libsabi.c' object='libs/libsabi-libsabi.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) $(libs_libsabi_CFLAGS) $(CFLAGS) -c -o libs/libs_libsabi-libsabi.obj `if test -f 'libs/libsabi.c'; then $(CYGPATH_W) 'libs/libsabi.c'; else $(CYGPATH_W) '$(srcdir)/libs/libsabi.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_libsabi_CFLAGS) $(CFLAGS) -c -o libs/libsabi-libsabi.obj `if test -f 'libs/libsabi.c'; then $(CYGPATH_W) 'libs/libsabi.c'; else $(CYGPATH_W) '$(srcdir)/libs/libsabi.c'; fi` -libs/libs_mikey-mikey.o: libs/mikey.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_mikey_CFLAGS) $(CFLAGS) -MT libs/libs_mikey-mikey.o -MD -MP -MF libs/$(DEPDIR)/libs_mikey-mikey.Tpo -c -o libs/libs_mikey-mikey.o `test -f 'libs/mikey.c' || echo '$(srcdir)/'`libs/mikey.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_mikey-mikey.Tpo libs/$(DEPDIR)/libs_mikey-mikey.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/mikey.c' object='libs/libs_mikey-mikey.o' libtool=no @AMDEPBACKSLASH@ +libs/mikey-mikey.o: libs/mikey.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_mikey_CFLAGS) $(CFLAGS) -MT libs/mikey-mikey.o -MD -MP -MF libs/$(DEPDIR)/mikey-mikey.Tpo -c -o libs/mikey-mikey.o `test -f 'libs/mikey.c' || echo '$(srcdir)/'`libs/mikey.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/mikey-mikey.Tpo libs/$(DEPDIR)/mikey-mikey.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/mikey.c' object='libs/mikey-mikey.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) $(libs_mikey_CFLAGS) $(CFLAGS) -c -o libs/libs_mikey-mikey.o `test -f 'libs/mikey.c' || echo '$(srcdir)/'`libs/mikey.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_mikey_CFLAGS) $(CFLAGS) -c -o libs/mikey-mikey.o `test -f 'libs/mikey.c' || echo '$(srcdir)/'`libs/mikey.c -libs/libs_mikey-mikey.obj: libs/mikey.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_mikey_CFLAGS) $(CFLAGS) -MT libs/libs_mikey-mikey.obj -MD -MP -MF libs/$(DEPDIR)/libs_mikey-mikey.Tpo -c -o libs/libs_mikey-mikey.obj `if test -f 'libs/mikey.c'; then $(CYGPATH_W) 'libs/mikey.c'; else $(CYGPATH_W) '$(srcdir)/libs/mikey.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_mikey-mikey.Tpo libs/$(DEPDIR)/libs_mikey-mikey.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/mikey.c' object='libs/libs_mikey-mikey.obj' libtool=no @AMDEPBACKSLASH@ +libs/mikey-mikey.obj: libs/mikey.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_mikey_CFLAGS) $(CFLAGS) -MT libs/mikey-mikey.obj -MD -MP -MF libs/$(DEPDIR)/mikey-mikey.Tpo -c -o libs/mikey-mikey.obj `if test -f 'libs/mikey.c'; then $(CYGPATH_W) 'libs/mikey.c'; else $(CYGPATH_W) '$(srcdir)/libs/mikey.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/mikey-mikey.Tpo libs/$(DEPDIR)/mikey-mikey.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/mikey.c' object='libs/mikey-mikey.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) $(libs_mikey_CFLAGS) $(CFLAGS) -c -o libs/libs_mikey-mikey.obj `if test -f 'libs/mikey.c'; then $(CYGPATH_W) 'libs/mikey.c'; else $(CYGPATH_W) '$(srcdir)/libs/mikey.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_mikey_CFLAGS) $(CFLAGS) -c -o libs/mikey-mikey.obj `if test -f 'libs/mikey.c'; then $(CYGPATH_W) 'libs/mikey.c'; else $(CYGPATH_W) '$(srcdir)/libs/mikey.c'; fi` -libs/libs_navigation-navigation.o: libs/navigation.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_navigation_CFLAGS) $(CFLAGS) -MT libs/libs_navigation-navigation.o -MD -MP -MF libs/$(DEPDIR)/libs_navigation-navigation.Tpo -c -o libs/libs_navigation-navigation.o `test -f 'libs/navigation.c' || echo '$(srcdir)/'`libs/navigation.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_navigation-navigation.Tpo libs/$(DEPDIR)/libs_navigation-navigation.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/navigation.c' object='libs/libs_navigation-navigation.o' libtool=no @AMDEPBACKSLASH@ +libs/navigation-navigation.o: libs/navigation.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_navigation_CFLAGS) $(CFLAGS) -MT libs/navigation-navigation.o -MD -MP -MF libs/$(DEPDIR)/navigation-navigation.Tpo -c -o libs/navigation-navigation.o `test -f 'libs/navigation.c' || echo '$(srcdir)/'`libs/navigation.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/navigation-navigation.Tpo libs/$(DEPDIR)/navigation-navigation.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/navigation.c' object='libs/navigation-navigation.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) $(libs_navigation_CFLAGS) $(CFLAGS) -c -o libs/libs_navigation-navigation.o `test -f 'libs/navigation.c' || echo '$(srcdir)/'`libs/navigation.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_navigation_CFLAGS) $(CFLAGS) -c -o libs/navigation-navigation.o `test -f 'libs/navigation.c' || echo '$(srcdir)/'`libs/navigation.c -libs/libs_navigation-navigation.obj: libs/navigation.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_navigation_CFLAGS) $(CFLAGS) -MT libs/libs_navigation-navigation.obj -MD -MP -MF libs/$(DEPDIR)/libs_navigation-navigation.Tpo -c -o libs/libs_navigation-navigation.obj `if test -f 'libs/navigation.c'; then $(CYGPATH_W) 'libs/navigation.c'; else $(CYGPATH_W) '$(srcdir)/libs/navigation.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_navigation-navigation.Tpo libs/$(DEPDIR)/libs_navigation-navigation.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/navigation.c' object='libs/libs_navigation-navigation.obj' libtool=no @AMDEPBACKSLASH@ +libs/navigation-navigation.obj: libs/navigation.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_navigation_CFLAGS) $(CFLAGS) -MT libs/navigation-navigation.obj -MD -MP -MF libs/$(DEPDIR)/navigation-navigation.Tpo -c -o libs/navigation-navigation.obj `if test -f 'libs/navigation.c'; then $(CYGPATH_W) 'libs/navigation.c'; else $(CYGPATH_W) '$(srcdir)/libs/navigation.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/navigation-navigation.Tpo libs/$(DEPDIR)/navigation-navigation.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/navigation.c' object='libs/navigation-navigation.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) $(libs_navigation_CFLAGS) $(CFLAGS) -c -o libs/libs_navigation-navigation.obj `if test -f 'libs/navigation.c'; then $(CYGPATH_W) 'libs/navigation.c'; else $(CYGPATH_W) '$(srcdir)/libs/navigation.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_navigation_CFLAGS) $(CFLAGS) -c -o libs/navigation-navigation.obj `if test -f 'libs/navigation.c'; then $(CYGPATH_W) 'libs/navigation.c'; else $(CYGPATH_W) '$(srcdir)/libs/navigation.c'; fi` -libs/libs_pbutils-pbutils.o: libs/pbutils.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_pbutils_CFLAGS) $(CFLAGS) -MT libs/libs_pbutils-pbutils.o -MD -MP -MF libs/$(DEPDIR)/libs_pbutils-pbutils.Tpo -c -o libs/libs_pbutils-pbutils.o `test -f 'libs/pbutils.c' || echo '$(srcdir)/'`libs/pbutils.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_pbutils-pbutils.Tpo libs/$(DEPDIR)/libs_pbutils-pbutils.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/pbutils.c' object='libs/libs_pbutils-pbutils.o' libtool=no @AMDEPBACKSLASH@ +libs/pbutils-pbutils.o: libs/pbutils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_pbutils_CFLAGS) $(CFLAGS) -MT libs/pbutils-pbutils.o -MD -MP -MF libs/$(DEPDIR)/pbutils-pbutils.Tpo -c -o libs/pbutils-pbutils.o `test -f 'libs/pbutils.c' || echo '$(srcdir)/'`libs/pbutils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/pbutils-pbutils.Tpo libs/$(DEPDIR)/pbutils-pbutils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/pbutils.c' object='libs/pbutils-pbutils.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) $(libs_pbutils_CFLAGS) $(CFLAGS) -c -o libs/libs_pbutils-pbutils.o `test -f 'libs/pbutils.c' || echo '$(srcdir)/'`libs/pbutils.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_pbutils_CFLAGS) $(CFLAGS) -c -o libs/pbutils-pbutils.o `test -f 'libs/pbutils.c' || echo '$(srcdir)/'`libs/pbutils.c -libs/libs_pbutils-pbutils.obj: libs/pbutils.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_pbutils_CFLAGS) $(CFLAGS) -MT libs/libs_pbutils-pbutils.obj -MD -MP -MF libs/$(DEPDIR)/libs_pbutils-pbutils.Tpo -c -o libs/libs_pbutils-pbutils.obj `if test -f 'libs/pbutils.c'; then $(CYGPATH_W) 'libs/pbutils.c'; else $(CYGPATH_W) '$(srcdir)/libs/pbutils.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_pbutils-pbutils.Tpo libs/$(DEPDIR)/libs_pbutils-pbutils.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/pbutils.c' object='libs/libs_pbutils-pbutils.obj' libtool=no @AMDEPBACKSLASH@ +libs/pbutils-pbutils.obj: libs/pbutils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_pbutils_CFLAGS) $(CFLAGS) -MT libs/pbutils-pbutils.obj -MD -MP -MF libs/$(DEPDIR)/pbutils-pbutils.Tpo -c -o libs/pbutils-pbutils.obj `if test -f 'libs/pbutils.c'; then $(CYGPATH_W) 'libs/pbutils.c'; else $(CYGPATH_W) '$(srcdir)/libs/pbutils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/pbutils-pbutils.Tpo libs/$(DEPDIR)/pbutils-pbutils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/pbutils.c' object='libs/pbutils-pbutils.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) $(libs_pbutils_CFLAGS) $(CFLAGS) -c -o libs/libs_pbutils-pbutils.obj `if test -f 'libs/pbutils.c'; then $(CYGPATH_W) 'libs/pbutils.c'; else $(CYGPATH_W) '$(srcdir)/libs/pbutils.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_pbutils_CFLAGS) $(CFLAGS) -c -o libs/pbutils-pbutils.obj `if test -f 'libs/pbutils.c'; then $(CYGPATH_W) 'libs/pbutils.c'; else $(CYGPATH_W) '$(srcdir)/libs/pbutils.c'; fi` -libs/libs_profile-profile.o: libs/profile.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_profile_CFLAGS) $(CFLAGS) -MT libs/libs_profile-profile.o -MD -MP -MF libs/$(DEPDIR)/libs_profile-profile.Tpo -c -o libs/libs_profile-profile.o `test -f 'libs/profile.c' || echo '$(srcdir)/'`libs/profile.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_profile-profile.Tpo libs/$(DEPDIR)/libs_profile-profile.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/profile.c' object='libs/libs_profile-profile.o' libtool=no @AMDEPBACKSLASH@ +libs/profile-profile.o: libs/profile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_profile_CFLAGS) $(CFLAGS) -MT libs/profile-profile.o -MD -MP -MF libs/$(DEPDIR)/profile-profile.Tpo -c -o libs/profile-profile.o `test -f 'libs/profile.c' || echo '$(srcdir)/'`libs/profile.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/profile-profile.Tpo libs/$(DEPDIR)/profile-profile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/profile.c' object='libs/profile-profile.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) $(libs_profile_CFLAGS) $(CFLAGS) -c -o libs/libs_profile-profile.o `test -f 'libs/profile.c' || echo '$(srcdir)/'`libs/profile.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_profile_CFLAGS) $(CFLAGS) -c -o libs/profile-profile.o `test -f 'libs/profile.c' || echo '$(srcdir)/'`libs/profile.c -libs/libs_profile-profile.obj: libs/profile.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_profile_CFLAGS) $(CFLAGS) -MT libs/libs_profile-profile.obj -MD -MP -MF libs/$(DEPDIR)/libs_profile-profile.Tpo -c -o libs/libs_profile-profile.obj `if test -f 'libs/profile.c'; then $(CYGPATH_W) 'libs/profile.c'; else $(CYGPATH_W) '$(srcdir)/libs/profile.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_profile-profile.Tpo libs/$(DEPDIR)/libs_profile-profile.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/profile.c' object='libs/libs_profile-profile.obj' libtool=no @AMDEPBACKSLASH@ +libs/profile-profile.obj: libs/profile.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_profile_CFLAGS) $(CFLAGS) -MT libs/profile-profile.obj -MD -MP -MF libs/$(DEPDIR)/profile-profile.Tpo -c -o libs/profile-profile.obj `if test -f 'libs/profile.c'; then $(CYGPATH_W) 'libs/profile.c'; else $(CYGPATH_W) '$(srcdir)/libs/profile.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/profile-profile.Tpo libs/$(DEPDIR)/profile-profile.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/profile.c' object='libs/profile-profile.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) $(libs_profile_CFLAGS) $(CFLAGS) -c -o libs/libs_profile-profile.obj `if test -f 'libs/profile.c'; then $(CYGPATH_W) 'libs/profile.c'; else $(CYGPATH_W) '$(srcdir)/libs/profile.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_profile_CFLAGS) $(CFLAGS) -c -o libs/profile-profile.obj `if test -f 'libs/profile.c'; then $(CYGPATH_W) 'libs/profile.c'; else $(CYGPATH_W) '$(srcdir)/libs/profile.c'; fi` -libs/libs_rtp-rtp.o: libs/rtp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtp_CFLAGS) $(CFLAGS) -MT libs/libs_rtp-rtp.o -MD -MP -MF libs/$(DEPDIR)/libs_rtp-rtp.Tpo -c -o libs/libs_rtp-rtp.o `test -f 'libs/rtp.c' || echo '$(srcdir)/'`libs/rtp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtp-rtp.Tpo libs/$(DEPDIR)/libs_rtp-rtp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtp.c' object='libs/libs_rtp-rtp.o' libtool=no @AMDEPBACKSLASH@ +libs/rtp-rtp.o: libs/rtp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtp_CFLAGS) $(CFLAGS) -MT libs/rtp-rtp.o -MD -MP -MF libs/$(DEPDIR)/rtp-rtp.Tpo -c -o libs/rtp-rtp.o `test -f 'libs/rtp.c' || echo '$(srcdir)/'`libs/rtp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtp-rtp.Tpo libs/$(DEPDIR)/rtp-rtp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtp.c' object='libs/rtp-rtp.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) $(libs_rtp_CFLAGS) $(CFLAGS) -c -o libs/libs_rtp-rtp.o `test -f 'libs/rtp.c' || echo '$(srcdir)/'`libs/rtp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtp_CFLAGS) $(CFLAGS) -c -o libs/rtp-rtp.o `test -f 'libs/rtp.c' || echo '$(srcdir)/'`libs/rtp.c -libs/libs_rtp-rtp.obj: libs/rtp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtp_CFLAGS) $(CFLAGS) -MT libs/libs_rtp-rtp.obj -MD -MP -MF libs/$(DEPDIR)/libs_rtp-rtp.Tpo -c -o libs/libs_rtp-rtp.obj `if test -f 'libs/rtp.c'; then $(CYGPATH_W) 'libs/rtp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtp-rtp.Tpo libs/$(DEPDIR)/libs_rtp-rtp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtp.c' object='libs/libs_rtp-rtp.obj' libtool=no @AMDEPBACKSLASH@ +libs/rtp-rtp.obj: libs/rtp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtp_CFLAGS) $(CFLAGS) -MT libs/rtp-rtp.obj -MD -MP -MF libs/$(DEPDIR)/rtp-rtp.Tpo -c -o libs/rtp-rtp.obj `if test -f 'libs/rtp.c'; then $(CYGPATH_W) 'libs/rtp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtp-rtp.Tpo libs/$(DEPDIR)/rtp-rtp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtp.c' object='libs/rtp-rtp.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) $(libs_rtp_CFLAGS) $(CFLAGS) -c -o libs/libs_rtp-rtp.obj `if test -f 'libs/rtp.c'; then $(CYGPATH_W) 'libs/rtp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtp_CFLAGS) $(CFLAGS) -c -o libs/rtp-rtp.obj `if test -f 'libs/rtp.c'; then $(CYGPATH_W) 'libs/rtp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtp.c'; fi` -libs/libs_rtpbasedepayload-rtpbasedepayload.o: libs/rtpbasedepayload.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -MT libs/libs_rtpbasedepayload-rtpbasedepayload.o -MD -MP -MF libs/$(DEPDIR)/libs_rtpbasedepayload-rtpbasedepayload.Tpo -c -o libs/libs_rtpbasedepayload-rtpbasedepayload.o `test -f 'libs/rtpbasedepayload.c' || echo '$(srcdir)/'`libs/rtpbasedepayload.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtpbasedepayload-rtpbasedepayload.Tpo libs/$(DEPDIR)/libs_rtpbasedepayload-rtpbasedepayload.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasedepayload.c' object='libs/libs_rtpbasedepayload-rtpbasedepayload.o' libtool=no @AMDEPBACKSLASH@ +libs/rtpbasedepayload-rtpbasedepayload.o: libs/rtpbasedepayload.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -MT libs/rtpbasedepayload-rtpbasedepayload.o -MD -MP -MF libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Tpo -c -o libs/rtpbasedepayload-rtpbasedepayload.o `test -f 'libs/rtpbasedepayload.c' || echo '$(srcdir)/'`libs/rtpbasedepayload.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Tpo libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasedepayload.c' object='libs/rtpbasedepayload-rtpbasedepayload.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) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -c -o libs/libs_rtpbasedepayload-rtpbasedepayload.o `test -f 'libs/rtpbasedepayload.c' || echo '$(srcdir)/'`libs/rtpbasedepayload.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -c -o libs/rtpbasedepayload-rtpbasedepayload.o `test -f 'libs/rtpbasedepayload.c' || echo '$(srcdir)/'`libs/rtpbasedepayload.c -libs/libs_rtpbasedepayload-rtpbasedepayload.obj: libs/rtpbasedepayload.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -MT libs/libs_rtpbasedepayload-rtpbasedepayload.obj -MD -MP -MF libs/$(DEPDIR)/libs_rtpbasedepayload-rtpbasedepayload.Tpo -c -o libs/libs_rtpbasedepayload-rtpbasedepayload.obj `if test -f 'libs/rtpbasedepayload.c'; then $(CYGPATH_W) 'libs/rtpbasedepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasedepayload.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtpbasedepayload-rtpbasedepayload.Tpo libs/$(DEPDIR)/libs_rtpbasedepayload-rtpbasedepayload.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasedepayload.c' object='libs/libs_rtpbasedepayload-rtpbasedepayload.obj' libtool=no @AMDEPBACKSLASH@ +libs/rtpbasedepayload-rtpbasedepayload.obj: libs/rtpbasedepayload.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -MT libs/rtpbasedepayload-rtpbasedepayload.obj -MD -MP -MF libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Tpo -c -o libs/rtpbasedepayload-rtpbasedepayload.obj `if test -f 'libs/rtpbasedepayload.c'; then $(CYGPATH_W) 'libs/rtpbasedepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasedepayload.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Tpo libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasedepayload.c' object='libs/rtpbasedepayload-rtpbasedepayload.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) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -c -o libs/libs_rtpbasedepayload-rtpbasedepayload.obj `if test -f 'libs/rtpbasedepayload.c'; then $(CYGPATH_W) 'libs/rtpbasedepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasedepayload.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasedepayload_CFLAGS) $(CFLAGS) -c -o libs/rtpbasedepayload-rtpbasedepayload.obj `if test -f 'libs/rtpbasedepayload.c'; then $(CYGPATH_W) 'libs/rtpbasedepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasedepayload.c'; fi` -libs/libs_rtpbasepayload-rtpbasepayload.o: libs/rtpbasepayload.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -MT libs/libs_rtpbasepayload-rtpbasepayload.o -MD -MP -MF libs/$(DEPDIR)/libs_rtpbasepayload-rtpbasepayload.Tpo -c -o libs/libs_rtpbasepayload-rtpbasepayload.o `test -f 'libs/rtpbasepayload.c' || echo '$(srcdir)/'`libs/rtpbasepayload.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtpbasepayload-rtpbasepayload.Tpo libs/$(DEPDIR)/libs_rtpbasepayload-rtpbasepayload.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasepayload.c' object='libs/libs_rtpbasepayload-rtpbasepayload.o' libtool=no @AMDEPBACKSLASH@ +libs/rtpbasepayload-rtpbasepayload.o: libs/rtpbasepayload.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -MT libs/rtpbasepayload-rtpbasepayload.o -MD -MP -MF libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Tpo -c -o libs/rtpbasepayload-rtpbasepayload.o `test -f 'libs/rtpbasepayload.c' || echo '$(srcdir)/'`libs/rtpbasepayload.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Tpo libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasepayload.c' object='libs/rtpbasepayload-rtpbasepayload.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) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -c -o libs/libs_rtpbasepayload-rtpbasepayload.o `test -f 'libs/rtpbasepayload.c' || echo '$(srcdir)/'`libs/rtpbasepayload.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -c -o libs/rtpbasepayload-rtpbasepayload.o `test -f 'libs/rtpbasepayload.c' || echo '$(srcdir)/'`libs/rtpbasepayload.c -libs/libs_rtpbasepayload-rtpbasepayload.obj: libs/rtpbasepayload.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -MT libs/libs_rtpbasepayload-rtpbasepayload.obj -MD -MP -MF libs/$(DEPDIR)/libs_rtpbasepayload-rtpbasepayload.Tpo -c -o libs/libs_rtpbasepayload-rtpbasepayload.obj `if test -f 'libs/rtpbasepayload.c'; then $(CYGPATH_W) 'libs/rtpbasepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasepayload.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtpbasepayload-rtpbasepayload.Tpo libs/$(DEPDIR)/libs_rtpbasepayload-rtpbasepayload.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasepayload.c' object='libs/libs_rtpbasepayload-rtpbasepayload.obj' libtool=no @AMDEPBACKSLASH@ +libs/rtpbasepayload-rtpbasepayload.obj: libs/rtpbasepayload.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -MT libs/rtpbasepayload-rtpbasepayload.obj -MD -MP -MF libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Tpo -c -o libs/rtpbasepayload-rtpbasepayload.obj `if test -f 'libs/rtpbasepayload.c'; then $(CYGPATH_W) 'libs/rtpbasepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasepayload.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Tpo libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtpbasepayload.c' object='libs/rtpbasepayload-rtpbasepayload.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) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -c -o libs/libs_rtpbasepayload-rtpbasepayload.obj `if test -f 'libs/rtpbasepayload.c'; then $(CYGPATH_W) 'libs/rtpbasepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasepayload.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtpbasepayload_CFLAGS) $(CFLAGS) -c -o libs/rtpbasepayload-rtpbasepayload.obj `if test -f 'libs/rtpbasepayload.c'; then $(CYGPATH_W) 'libs/rtpbasepayload.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtpbasepayload.c'; fi` -libs/libs_rtsp-rtsp.o: libs/rtsp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtsp_CFLAGS) $(CFLAGS) -MT libs/libs_rtsp-rtsp.o -MD -MP -MF libs/$(DEPDIR)/libs_rtsp-rtsp.Tpo -c -o libs/libs_rtsp-rtsp.o `test -f 'libs/rtsp.c' || echo '$(srcdir)/'`libs/rtsp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtsp-rtsp.Tpo libs/$(DEPDIR)/libs_rtsp-rtsp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtsp.c' object='libs/libs_rtsp-rtsp.o' libtool=no @AMDEPBACKSLASH@ +libs/rtsp-rtsp.o: libs/rtsp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtsp_CFLAGS) $(CFLAGS) -MT libs/rtsp-rtsp.o -MD -MP -MF libs/$(DEPDIR)/rtsp-rtsp.Tpo -c -o libs/rtsp-rtsp.o `test -f 'libs/rtsp.c' || echo '$(srcdir)/'`libs/rtsp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtsp-rtsp.Tpo libs/$(DEPDIR)/rtsp-rtsp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtsp.c' object='libs/rtsp-rtsp.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) $(libs_rtsp_CFLAGS) $(CFLAGS) -c -o libs/libs_rtsp-rtsp.o `test -f 'libs/rtsp.c' || echo '$(srcdir)/'`libs/rtsp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtsp_CFLAGS) $(CFLAGS) -c -o libs/rtsp-rtsp.o `test -f 'libs/rtsp.c' || echo '$(srcdir)/'`libs/rtsp.c -libs/libs_rtsp-rtsp.obj: libs/rtsp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtsp_CFLAGS) $(CFLAGS) -MT libs/libs_rtsp-rtsp.obj -MD -MP -MF libs/$(DEPDIR)/libs_rtsp-rtsp.Tpo -c -o libs/libs_rtsp-rtsp.obj `if test -f 'libs/rtsp.c'; then $(CYGPATH_W) 'libs/rtsp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtsp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtsp-rtsp.Tpo libs/$(DEPDIR)/libs_rtsp-rtsp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtsp.c' object='libs/libs_rtsp-rtsp.obj' libtool=no @AMDEPBACKSLASH@ +libs/rtsp-rtsp.obj: libs/rtsp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtsp_CFLAGS) $(CFLAGS) -MT libs/rtsp-rtsp.obj -MD -MP -MF libs/$(DEPDIR)/rtsp-rtsp.Tpo -c -o libs/rtsp-rtsp.obj `if test -f 'libs/rtsp.c'; then $(CYGPATH_W) 'libs/rtsp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtsp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtsp-rtsp.Tpo libs/$(DEPDIR)/rtsp-rtsp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtsp.c' object='libs/rtsp-rtsp.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) $(libs_rtsp_CFLAGS) $(CFLAGS) -c -o libs/libs_rtsp-rtsp.obj `if test -f 'libs/rtsp.c'; then $(CYGPATH_W) 'libs/rtsp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtsp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtsp_CFLAGS) $(CFLAGS) -c -o libs/rtsp-rtsp.obj `if test -f 'libs/rtsp.c'; then $(CYGPATH_W) 'libs/rtsp.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtsp.c'; fi` -libs/libs_rtspconnection-rtspconnection.o: libs/rtspconnection.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -MT libs/libs_rtspconnection-rtspconnection.o -MD -MP -MF libs/$(DEPDIR)/libs_rtspconnection-rtspconnection.Tpo -c -o libs/libs_rtspconnection-rtspconnection.o `test -f 'libs/rtspconnection.c' || echo '$(srcdir)/'`libs/rtspconnection.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtspconnection-rtspconnection.Tpo libs/$(DEPDIR)/libs_rtspconnection-rtspconnection.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtspconnection.c' object='libs/libs_rtspconnection-rtspconnection.o' libtool=no @AMDEPBACKSLASH@ +libs/rtspconnection-rtspconnection.o: libs/rtspconnection.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -MT libs/rtspconnection-rtspconnection.o -MD -MP -MF libs/$(DEPDIR)/rtspconnection-rtspconnection.Tpo -c -o libs/rtspconnection-rtspconnection.o `test -f 'libs/rtspconnection.c' || echo '$(srcdir)/'`libs/rtspconnection.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtspconnection-rtspconnection.Tpo libs/$(DEPDIR)/rtspconnection-rtspconnection.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtspconnection.c' object='libs/rtspconnection-rtspconnection.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) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -c -o libs/libs_rtspconnection-rtspconnection.o `test -f 'libs/rtspconnection.c' || echo '$(srcdir)/'`libs/rtspconnection.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -c -o libs/rtspconnection-rtspconnection.o `test -f 'libs/rtspconnection.c' || echo '$(srcdir)/'`libs/rtspconnection.c -libs/libs_rtspconnection-rtspconnection.obj: libs/rtspconnection.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -MT libs/libs_rtspconnection-rtspconnection.obj -MD -MP -MF libs/$(DEPDIR)/libs_rtspconnection-rtspconnection.Tpo -c -o libs/libs_rtspconnection-rtspconnection.obj `if test -f 'libs/rtspconnection.c'; then $(CYGPATH_W) 'libs/rtspconnection.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtspconnection.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_rtspconnection-rtspconnection.Tpo libs/$(DEPDIR)/libs_rtspconnection-rtspconnection.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtspconnection.c' object='libs/libs_rtspconnection-rtspconnection.obj' libtool=no @AMDEPBACKSLASH@ +libs/rtspconnection-rtspconnection.obj: libs/rtspconnection.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -MT libs/rtspconnection-rtspconnection.obj -MD -MP -MF libs/$(DEPDIR)/rtspconnection-rtspconnection.Tpo -c -o libs/rtspconnection-rtspconnection.obj `if test -f 'libs/rtspconnection.c'; then $(CYGPATH_W) 'libs/rtspconnection.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtspconnection.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/rtspconnection-rtspconnection.Tpo libs/$(DEPDIR)/rtspconnection-rtspconnection.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/rtspconnection.c' object='libs/rtspconnection-rtspconnection.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) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -c -o libs/libs_rtspconnection-rtspconnection.obj `if test -f 'libs/rtspconnection.c'; then $(CYGPATH_W) 'libs/rtspconnection.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtspconnection.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_rtspconnection_CFLAGS) $(CFLAGS) -c -o libs/rtspconnection-rtspconnection.obj `if test -f 'libs/rtspconnection.c'; then $(CYGPATH_W) 'libs/rtspconnection.c'; else $(CYGPATH_W) '$(srcdir)/libs/rtspconnection.c'; fi` -libs/libs_sdp-sdp.o: libs/sdp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_sdp_CFLAGS) $(CFLAGS) -MT libs/libs_sdp-sdp.o -MD -MP -MF libs/$(DEPDIR)/libs_sdp-sdp.Tpo -c -o libs/libs_sdp-sdp.o `test -f 'libs/sdp.c' || echo '$(srcdir)/'`libs/sdp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_sdp-sdp.Tpo libs/$(DEPDIR)/libs_sdp-sdp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/sdp.c' object='libs/libs_sdp-sdp.o' libtool=no @AMDEPBACKSLASH@ +libs/sdp-sdp.o: libs/sdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_sdp_CFLAGS) $(CFLAGS) -MT libs/sdp-sdp.o -MD -MP -MF libs/$(DEPDIR)/sdp-sdp.Tpo -c -o libs/sdp-sdp.o `test -f 'libs/sdp.c' || echo '$(srcdir)/'`libs/sdp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/sdp-sdp.Tpo libs/$(DEPDIR)/sdp-sdp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/sdp.c' object='libs/sdp-sdp.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) $(libs_sdp_CFLAGS) $(CFLAGS) -c -o libs/libs_sdp-sdp.o `test -f 'libs/sdp.c' || echo '$(srcdir)/'`libs/sdp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_sdp_CFLAGS) $(CFLAGS) -c -o libs/sdp-sdp.o `test -f 'libs/sdp.c' || echo '$(srcdir)/'`libs/sdp.c -libs/libs_sdp-sdp.obj: libs/sdp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_sdp_CFLAGS) $(CFLAGS) -MT libs/libs_sdp-sdp.obj -MD -MP -MF libs/$(DEPDIR)/libs_sdp-sdp.Tpo -c -o libs/libs_sdp-sdp.obj `if test -f 'libs/sdp.c'; then $(CYGPATH_W) 'libs/sdp.c'; else $(CYGPATH_W) '$(srcdir)/libs/sdp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_sdp-sdp.Tpo libs/$(DEPDIR)/libs_sdp-sdp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/sdp.c' object='libs/libs_sdp-sdp.obj' libtool=no @AMDEPBACKSLASH@ +libs/sdp-sdp.obj: libs/sdp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_sdp_CFLAGS) $(CFLAGS) -MT libs/sdp-sdp.obj -MD -MP -MF libs/$(DEPDIR)/sdp-sdp.Tpo -c -o libs/sdp-sdp.obj `if test -f 'libs/sdp.c'; then $(CYGPATH_W) 'libs/sdp.c'; else $(CYGPATH_W) '$(srcdir)/libs/sdp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/sdp-sdp.Tpo libs/$(DEPDIR)/sdp-sdp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/sdp.c' object='libs/sdp-sdp.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) $(libs_sdp_CFLAGS) $(CFLAGS) -c -o libs/libs_sdp-sdp.obj `if test -f 'libs/sdp.c'; then $(CYGPATH_W) 'libs/sdp.c'; else $(CYGPATH_W) '$(srcdir)/libs/sdp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_sdp_CFLAGS) $(CFLAGS) -c -o libs/sdp-sdp.obj `if test -f 'libs/sdp.c'; then $(CYGPATH_W) 'libs/sdp.c'; else $(CYGPATH_W) '$(srcdir)/libs/sdp.c'; fi` -libs/libs_tag-tag.o: libs/tag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_tag_CFLAGS) $(CFLAGS) -MT libs/libs_tag-tag.o -MD -MP -MF libs/$(DEPDIR)/libs_tag-tag.Tpo -c -o libs/libs_tag-tag.o `test -f 'libs/tag.c' || echo '$(srcdir)/'`libs/tag.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_tag-tag.Tpo libs/$(DEPDIR)/libs_tag-tag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/tag.c' object='libs/libs_tag-tag.o' libtool=no @AMDEPBACKSLASH@ +libs/tag-tag.o: libs/tag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_tag_CFLAGS) $(CFLAGS) -MT libs/tag-tag.o -MD -MP -MF libs/$(DEPDIR)/tag-tag.Tpo -c -o libs/tag-tag.o `test -f 'libs/tag.c' || echo '$(srcdir)/'`libs/tag.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/tag-tag.Tpo libs/$(DEPDIR)/tag-tag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/tag.c' object='libs/tag-tag.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) $(libs_tag_CFLAGS) $(CFLAGS) -c -o libs/libs_tag-tag.o `test -f 'libs/tag.c' || echo '$(srcdir)/'`libs/tag.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_tag_CFLAGS) $(CFLAGS) -c -o libs/tag-tag.o `test -f 'libs/tag.c' || echo '$(srcdir)/'`libs/tag.c -libs/libs_tag-tag.obj: libs/tag.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_tag_CFLAGS) $(CFLAGS) -MT libs/libs_tag-tag.obj -MD -MP -MF libs/$(DEPDIR)/libs_tag-tag.Tpo -c -o libs/libs_tag-tag.obj `if test -f 'libs/tag.c'; then $(CYGPATH_W) 'libs/tag.c'; else $(CYGPATH_W) '$(srcdir)/libs/tag.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_tag-tag.Tpo libs/$(DEPDIR)/libs_tag-tag.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/tag.c' object='libs/libs_tag-tag.obj' libtool=no @AMDEPBACKSLASH@ +libs/tag-tag.obj: libs/tag.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_tag_CFLAGS) $(CFLAGS) -MT libs/tag-tag.obj -MD -MP -MF libs/$(DEPDIR)/tag-tag.Tpo -c -o libs/tag-tag.obj `if test -f 'libs/tag.c'; then $(CYGPATH_W) 'libs/tag.c'; else $(CYGPATH_W) '$(srcdir)/libs/tag.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/tag-tag.Tpo libs/$(DEPDIR)/tag-tag.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/tag.c' object='libs/tag-tag.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) $(libs_tag_CFLAGS) $(CFLAGS) -c -o libs/libs_tag-tag.obj `if test -f 'libs/tag.c'; then $(CYGPATH_W) 'libs/tag.c'; else $(CYGPATH_W) '$(srcdir)/libs/tag.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_tag_CFLAGS) $(CFLAGS) -c -o libs/tag-tag.obj `if test -f 'libs/tag.c'; then $(CYGPATH_W) 'libs/tag.c'; else $(CYGPATH_W) '$(srcdir)/libs/tag.c'; fi` libs/libs_video-video.o: libs/video.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_video_CFLAGS) $(CFLAGS) -MT libs/libs_video-video.o -MD -MP -MF libs/$(DEPDIR)/libs_video-video.Tpo -c -o libs/libs_video-video.o `test -f 'libs/video.c' || echo '$(srcdir)/'`libs/video.c @@ -4110,61 +4187,61 @@ @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) $(libs_video_CFLAGS) $(CFLAGS) -c -o libs/libs_video-video.obj `if test -f 'libs/video.c'; then $(CYGPATH_W) 'libs/video.c'; else $(CYGPATH_W) '$(srcdir)/libs/video.c'; fi` -libs/libs_videodecoder-videodecoder.o: libs/videodecoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videodecoder_CFLAGS) $(CFLAGS) -MT libs/libs_videodecoder-videodecoder.o -MD -MP -MF libs/$(DEPDIR)/libs_videodecoder-videodecoder.Tpo -c -o libs/libs_videodecoder-videodecoder.o `test -f 'libs/videodecoder.c' || echo '$(srcdir)/'`libs/videodecoder.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_videodecoder-videodecoder.Tpo libs/$(DEPDIR)/libs_videodecoder-videodecoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videodecoder.c' object='libs/libs_videodecoder-videodecoder.o' libtool=no @AMDEPBACKSLASH@ +libs/videodecoder-videodecoder.o: libs/videodecoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videodecoder_CFLAGS) $(CFLAGS) -MT libs/videodecoder-videodecoder.o -MD -MP -MF libs/$(DEPDIR)/videodecoder-videodecoder.Tpo -c -o libs/videodecoder-videodecoder.o `test -f 'libs/videodecoder.c' || echo '$(srcdir)/'`libs/videodecoder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/videodecoder-videodecoder.Tpo libs/$(DEPDIR)/videodecoder-videodecoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videodecoder.c' object='libs/videodecoder-videodecoder.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) $(libs_videodecoder_CFLAGS) $(CFLAGS) -c -o libs/libs_videodecoder-videodecoder.o `test -f 'libs/videodecoder.c' || echo '$(srcdir)/'`libs/videodecoder.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videodecoder_CFLAGS) $(CFLAGS) -c -o libs/videodecoder-videodecoder.o `test -f 'libs/videodecoder.c' || echo '$(srcdir)/'`libs/videodecoder.c -libs/libs_videodecoder-videodecoder.obj: libs/videodecoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videodecoder_CFLAGS) $(CFLAGS) -MT libs/libs_videodecoder-videodecoder.obj -MD -MP -MF libs/$(DEPDIR)/libs_videodecoder-videodecoder.Tpo -c -o libs/libs_videodecoder-videodecoder.obj `if test -f 'libs/videodecoder.c'; then $(CYGPATH_W) 'libs/videodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videodecoder.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_videodecoder-videodecoder.Tpo libs/$(DEPDIR)/libs_videodecoder-videodecoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videodecoder.c' object='libs/libs_videodecoder-videodecoder.obj' libtool=no @AMDEPBACKSLASH@ +libs/videodecoder-videodecoder.obj: libs/videodecoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videodecoder_CFLAGS) $(CFLAGS) -MT libs/videodecoder-videodecoder.obj -MD -MP -MF libs/$(DEPDIR)/videodecoder-videodecoder.Tpo -c -o libs/videodecoder-videodecoder.obj `if test -f 'libs/videodecoder.c'; then $(CYGPATH_W) 'libs/videodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videodecoder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/videodecoder-videodecoder.Tpo libs/$(DEPDIR)/videodecoder-videodecoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videodecoder.c' object='libs/videodecoder-videodecoder.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) $(libs_videodecoder_CFLAGS) $(CFLAGS) -c -o libs/libs_videodecoder-videodecoder.obj `if test -f 'libs/videodecoder.c'; then $(CYGPATH_W) 'libs/videodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videodecoder.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videodecoder_CFLAGS) $(CFLAGS) -c -o libs/videodecoder-videodecoder.obj `if test -f 'libs/videodecoder.c'; then $(CYGPATH_W) 'libs/videodecoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videodecoder.c'; fi` -libs/libs_videoencoder-videoencoder.o: libs/videoencoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videoencoder_CFLAGS) $(CFLAGS) -MT libs/libs_videoencoder-videoencoder.o -MD -MP -MF libs/$(DEPDIR)/libs_videoencoder-videoencoder.Tpo -c -o libs/libs_videoencoder-videoencoder.o `test -f 'libs/videoencoder.c' || echo '$(srcdir)/'`libs/videoencoder.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_videoencoder-videoencoder.Tpo libs/$(DEPDIR)/libs_videoencoder-videoencoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videoencoder.c' object='libs/libs_videoencoder-videoencoder.o' libtool=no @AMDEPBACKSLASH@ +libs/videoencoder-videoencoder.o: libs/videoencoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videoencoder_CFLAGS) $(CFLAGS) -MT libs/videoencoder-videoencoder.o -MD -MP -MF libs/$(DEPDIR)/videoencoder-videoencoder.Tpo -c -o libs/videoencoder-videoencoder.o `test -f 'libs/videoencoder.c' || echo '$(srcdir)/'`libs/videoencoder.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/videoencoder-videoencoder.Tpo libs/$(DEPDIR)/videoencoder-videoencoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videoencoder.c' object='libs/videoencoder-videoencoder.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) $(libs_videoencoder_CFLAGS) $(CFLAGS) -c -o libs/libs_videoencoder-videoencoder.o `test -f 'libs/videoencoder.c' || echo '$(srcdir)/'`libs/videoencoder.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videoencoder_CFLAGS) $(CFLAGS) -c -o libs/videoencoder-videoencoder.o `test -f 'libs/videoencoder.c' || echo '$(srcdir)/'`libs/videoencoder.c -libs/libs_videoencoder-videoencoder.obj: libs/videoencoder.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videoencoder_CFLAGS) $(CFLAGS) -MT libs/libs_videoencoder-videoencoder.obj -MD -MP -MF libs/$(DEPDIR)/libs_videoencoder-videoencoder.Tpo -c -o libs/libs_videoencoder-videoencoder.obj `if test -f 'libs/videoencoder.c'; then $(CYGPATH_W) 'libs/videoencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videoencoder.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_videoencoder-videoencoder.Tpo libs/$(DEPDIR)/libs_videoencoder-videoencoder.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videoencoder.c' object='libs/libs_videoencoder-videoencoder.obj' libtool=no @AMDEPBACKSLASH@ +libs/videoencoder-videoencoder.obj: libs/videoencoder.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videoencoder_CFLAGS) $(CFLAGS) -MT libs/videoencoder-videoencoder.obj -MD -MP -MF libs/$(DEPDIR)/videoencoder-videoencoder.Tpo -c -o libs/videoencoder-videoencoder.obj `if test -f 'libs/videoencoder.c'; then $(CYGPATH_W) 'libs/videoencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videoencoder.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/videoencoder-videoencoder.Tpo libs/$(DEPDIR)/videoencoder-videoencoder.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videoencoder.c' object='libs/videoencoder-videoencoder.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) $(libs_videoencoder_CFLAGS) $(CFLAGS) -c -o libs/libs_videoencoder-videoencoder.obj `if test -f 'libs/videoencoder.c'; then $(CYGPATH_W) 'libs/videoencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videoencoder.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videoencoder_CFLAGS) $(CFLAGS) -c -o libs/videoencoder-videoencoder.obj `if test -f 'libs/videoencoder.c'; then $(CYGPATH_W) 'libs/videoencoder.c'; else $(CYGPATH_W) '$(srcdir)/libs/videoencoder.c'; fi` -libs/libs_videotimecode-videotimecode.o: libs/videotimecode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videotimecode_CFLAGS) $(CFLAGS) -MT libs/libs_videotimecode-videotimecode.o -MD -MP -MF libs/$(DEPDIR)/libs_videotimecode-videotimecode.Tpo -c -o libs/libs_videotimecode-videotimecode.o `test -f 'libs/videotimecode.c' || echo '$(srcdir)/'`libs/videotimecode.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_videotimecode-videotimecode.Tpo libs/$(DEPDIR)/libs_videotimecode-videotimecode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videotimecode.c' object='libs/libs_videotimecode-videotimecode.o' libtool=no @AMDEPBACKSLASH@ +libs/videotimecode-videotimecode.o: libs/videotimecode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videotimecode_CFLAGS) $(CFLAGS) -MT libs/videotimecode-videotimecode.o -MD -MP -MF libs/$(DEPDIR)/videotimecode-videotimecode.Tpo -c -o libs/videotimecode-videotimecode.o `test -f 'libs/videotimecode.c' || echo '$(srcdir)/'`libs/videotimecode.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/videotimecode-videotimecode.Tpo libs/$(DEPDIR)/videotimecode-videotimecode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videotimecode.c' object='libs/videotimecode-videotimecode.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) $(libs_videotimecode_CFLAGS) $(CFLAGS) -c -o libs/libs_videotimecode-videotimecode.o `test -f 'libs/videotimecode.c' || echo '$(srcdir)/'`libs/videotimecode.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videotimecode_CFLAGS) $(CFLAGS) -c -o libs/videotimecode-videotimecode.o `test -f 'libs/videotimecode.c' || echo '$(srcdir)/'`libs/videotimecode.c -libs/libs_videotimecode-videotimecode.obj: libs/videotimecode.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videotimecode_CFLAGS) $(CFLAGS) -MT libs/libs_videotimecode-videotimecode.obj -MD -MP -MF libs/$(DEPDIR)/libs_videotimecode-videotimecode.Tpo -c -o libs/libs_videotimecode-videotimecode.obj `if test -f 'libs/videotimecode.c'; then $(CYGPATH_W) 'libs/videotimecode.c'; else $(CYGPATH_W) '$(srcdir)/libs/videotimecode.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_videotimecode-videotimecode.Tpo libs/$(DEPDIR)/libs_videotimecode-videotimecode.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videotimecode.c' object='libs/libs_videotimecode-videotimecode.obj' libtool=no @AMDEPBACKSLASH@ +libs/videotimecode-videotimecode.obj: libs/videotimecode.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videotimecode_CFLAGS) $(CFLAGS) -MT libs/videotimecode-videotimecode.obj -MD -MP -MF libs/$(DEPDIR)/videotimecode-videotimecode.Tpo -c -o libs/videotimecode-videotimecode.obj `if test -f 'libs/videotimecode.c'; then $(CYGPATH_W) 'libs/videotimecode.c'; else $(CYGPATH_W) '$(srcdir)/libs/videotimecode.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/videotimecode-videotimecode.Tpo libs/$(DEPDIR)/videotimecode-videotimecode.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/videotimecode.c' object='libs/videotimecode-videotimecode.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) $(libs_videotimecode_CFLAGS) $(CFLAGS) -c -o libs/libs_videotimecode-videotimecode.obj `if test -f 'libs/videotimecode.c'; then $(CYGPATH_W) 'libs/videotimecode.c'; else $(CYGPATH_W) '$(srcdir)/libs/videotimecode.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_videotimecode_CFLAGS) $(CFLAGS) -c -o libs/videotimecode-videotimecode.obj `if test -f 'libs/videotimecode.c'; then $(CYGPATH_W) 'libs/videotimecode.c'; else $(CYGPATH_W) '$(srcdir)/libs/videotimecode.c'; fi` -libs/libs_xmpwriter-xmpwriter.o: libs/xmpwriter.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -MT libs/libs_xmpwriter-xmpwriter.o -MD -MP -MF libs/$(DEPDIR)/libs_xmpwriter-xmpwriter.Tpo -c -o libs/libs_xmpwriter-xmpwriter.o `test -f 'libs/xmpwriter.c' || echo '$(srcdir)/'`libs/xmpwriter.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_xmpwriter-xmpwriter.Tpo libs/$(DEPDIR)/libs_xmpwriter-xmpwriter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/xmpwriter.c' object='libs/libs_xmpwriter-xmpwriter.o' libtool=no @AMDEPBACKSLASH@ +libs/xmpwriter-xmpwriter.o: libs/xmpwriter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -MT libs/xmpwriter-xmpwriter.o -MD -MP -MF libs/$(DEPDIR)/xmpwriter-xmpwriter.Tpo -c -o libs/xmpwriter-xmpwriter.o `test -f 'libs/xmpwriter.c' || echo '$(srcdir)/'`libs/xmpwriter.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/xmpwriter-xmpwriter.Tpo libs/$(DEPDIR)/xmpwriter-xmpwriter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/xmpwriter.c' object='libs/xmpwriter-xmpwriter.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) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -c -o libs/libs_xmpwriter-xmpwriter.o `test -f 'libs/xmpwriter.c' || echo '$(srcdir)/'`libs/xmpwriter.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -c -o libs/xmpwriter-xmpwriter.o `test -f 'libs/xmpwriter.c' || echo '$(srcdir)/'`libs/xmpwriter.c -libs/libs_xmpwriter-xmpwriter.obj: libs/xmpwriter.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -MT libs/libs_xmpwriter-xmpwriter.obj -MD -MP -MF libs/$(DEPDIR)/libs_xmpwriter-xmpwriter.Tpo -c -o libs/libs_xmpwriter-xmpwriter.obj `if test -f 'libs/xmpwriter.c'; then $(CYGPATH_W) 'libs/xmpwriter.c'; else $(CYGPATH_W) '$(srcdir)/libs/xmpwriter.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/libs_xmpwriter-xmpwriter.Tpo libs/$(DEPDIR)/libs_xmpwriter-xmpwriter.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/xmpwriter.c' object='libs/libs_xmpwriter-xmpwriter.obj' libtool=no @AMDEPBACKSLASH@ +libs/xmpwriter-xmpwriter.obj: libs/xmpwriter.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -MT libs/xmpwriter-xmpwriter.obj -MD -MP -MF libs/$(DEPDIR)/xmpwriter-xmpwriter.Tpo -c -o libs/xmpwriter-xmpwriter.obj `if test -f 'libs/xmpwriter.c'; then $(CYGPATH_W) 'libs/xmpwriter.c'; else $(CYGPATH_W) '$(srcdir)/libs/xmpwriter.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) libs/$(DEPDIR)/xmpwriter-xmpwriter.Tpo libs/$(DEPDIR)/xmpwriter-xmpwriter.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='libs/xmpwriter.c' object='libs/xmpwriter-xmpwriter.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) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -c -o libs/libs_xmpwriter-xmpwriter.obj `if test -f 'libs/xmpwriter.c'; then $(CYGPATH_W) 'libs/xmpwriter.c'; else $(CYGPATH_W) '$(srcdir)/libs/xmpwriter.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libs_xmpwriter_CFLAGS) $(CFLAGS) -c -o libs/xmpwriter-xmpwriter.obj `if test -f 'libs/xmpwriter.c'; then $(CYGPATH_W) 'libs/xmpwriter.c'; else $(CYGPATH_W) '$(srcdir)/libs/xmpwriter.c'; fi` orc/orc_adder-adder.o: orc/adder.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(orc_adder_CFLAGS) $(CFLAGS) -MT orc/orc_adder-adder.o -MD -MP -MF orc/$(DEPDIR)/orc_adder-adder.Tpo -c -o orc/orc_adder-adder.o `test -f 'orc/adder.c' || echo '$(srcdir)/'`orc/adder.c @@ -4250,89 +4327,89 @@ @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_volume_CFLAGS) $(CFLAGS) -c -o orc/orc_volume-volume.obj `if test -f 'orc/volume.c'; then $(CYGPATH_W) 'orc/volume.c'; else $(CYGPATH_W) '$(srcdir)/orc/volume.c'; fi` -pipelines/pipelines_gio-gio.o: pipelines/gio.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gio_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_gio-gio.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_gio-gio.Tpo -c -o pipelines/pipelines_gio-gio.o `test -f 'pipelines/gio.c' || echo '$(srcdir)/'`pipelines/gio.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_gio-gio.Tpo pipelines/$(DEPDIR)/pipelines_gio-gio.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gio.c' object='pipelines/pipelines_gio-gio.o' libtool=no @AMDEPBACKSLASH@ +pipelines/gio-gio.o: pipelines/gio.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gio_CFLAGS) $(CFLAGS) -MT pipelines/gio-gio.o -MD -MP -MF pipelines/$(DEPDIR)/gio-gio.Tpo -c -o pipelines/gio-gio.o `test -f 'pipelines/gio.c' || echo '$(srcdir)/'`pipelines/gio.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/gio-gio.Tpo pipelines/$(DEPDIR)/gio-gio.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gio.c' object='pipelines/gio-gio.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_gio_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_gio-gio.o `test -f 'pipelines/gio.c' || echo '$(srcdir)/'`pipelines/gio.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gio_CFLAGS) $(CFLAGS) -c -o pipelines/gio-gio.o `test -f 'pipelines/gio.c' || echo '$(srcdir)/'`pipelines/gio.c -pipelines/pipelines_gio-gio.obj: pipelines/gio.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gio_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_gio-gio.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_gio-gio.Tpo -c -o pipelines/pipelines_gio-gio.obj `if test -f 'pipelines/gio.c'; then $(CYGPATH_W) 'pipelines/gio.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gio.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_gio-gio.Tpo pipelines/$(DEPDIR)/pipelines_gio-gio.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gio.c' object='pipelines/pipelines_gio-gio.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/gio-gio.obj: pipelines/gio.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gio_CFLAGS) $(CFLAGS) -MT pipelines/gio-gio.obj -MD -MP -MF pipelines/$(DEPDIR)/gio-gio.Tpo -c -o pipelines/gio-gio.obj `if test -f 'pipelines/gio.c'; then $(CYGPATH_W) 'pipelines/gio.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gio.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/gio-gio.Tpo pipelines/$(DEPDIR)/gio-gio.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gio.c' object='pipelines/gio-gio.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_gio_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_gio-gio.obj `if test -f 'pipelines/gio.c'; then $(CYGPATH_W) 'pipelines/gio.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gio.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gio_CFLAGS) $(CFLAGS) -c -o pipelines/gio-gio.obj `if test -f 'pipelines/gio.c'; then $(CYGPATH_W) 'pipelines/gio.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gio.c'; fi` -pipelines/pipelines_gl_launch_lines-gl-launch-lines.o: pipelines/gl-launch-lines.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gl_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_gl_launch_lines-gl-launch-lines.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_gl_launch_lines-gl-launch-lines.Tpo -c -o pipelines/pipelines_gl_launch_lines-gl-launch-lines.o `test -f 'pipelines/gl-launch-lines.c' || echo '$(srcdir)/'`pipelines/gl-launch-lines.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_gl_launch_lines-gl-launch-lines.Tpo pipelines/$(DEPDIR)/pipelines_gl_launch_lines-gl-launch-lines.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gl-launch-lines.c' object='pipelines/pipelines_gl_launch_lines-gl-launch-lines.o' libtool=no @AMDEPBACKSLASH@ +pipelines/gl_launch_lines-gl-launch-lines.o: pipelines/gl-launch-lines.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gl_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/gl_launch_lines-gl-launch-lines.o -MD -MP -MF pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Tpo -c -o pipelines/gl_launch_lines-gl-launch-lines.o `test -f 'pipelines/gl-launch-lines.c' || echo '$(srcdir)/'`pipelines/gl-launch-lines.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Tpo pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gl-launch-lines.c' object='pipelines/gl_launch_lines-gl-launch-lines.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_gl_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_gl_launch_lines-gl-launch-lines.o `test -f 'pipelines/gl-launch-lines.c' || echo '$(srcdir)/'`pipelines/gl-launch-lines.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gl_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/gl_launch_lines-gl-launch-lines.o `test -f 'pipelines/gl-launch-lines.c' || echo '$(srcdir)/'`pipelines/gl-launch-lines.c -pipelines/pipelines_gl_launch_lines-gl-launch-lines.obj: pipelines/gl-launch-lines.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gl_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_gl_launch_lines-gl-launch-lines.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_gl_launch_lines-gl-launch-lines.Tpo -c -o pipelines/pipelines_gl_launch_lines-gl-launch-lines.obj `if test -f 'pipelines/gl-launch-lines.c'; then $(CYGPATH_W) 'pipelines/gl-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gl-launch-lines.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_gl_launch_lines-gl-launch-lines.Tpo pipelines/$(DEPDIR)/pipelines_gl_launch_lines-gl-launch-lines.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gl-launch-lines.c' object='pipelines/pipelines_gl_launch_lines-gl-launch-lines.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/gl_launch_lines-gl-launch-lines.obj: pipelines/gl-launch-lines.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gl_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/gl_launch_lines-gl-launch-lines.obj -MD -MP -MF pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Tpo -c -o pipelines/gl_launch_lines-gl-launch-lines.obj `if test -f 'pipelines/gl-launch-lines.c'; then $(CYGPATH_W) 'pipelines/gl-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gl-launch-lines.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Tpo pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/gl-launch-lines.c' object='pipelines/gl_launch_lines-gl-launch-lines.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_gl_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_gl_launch_lines-gl-launch-lines.obj `if test -f 'pipelines/gl-launch-lines.c'; then $(CYGPATH_W) 'pipelines/gl-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gl-launch-lines.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_gl_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/gl_launch_lines-gl-launch-lines.obj `if test -f 'pipelines/gl-launch-lines.c'; then $(CYGPATH_W) 'pipelines/gl-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/gl-launch-lines.c'; fi` -pipelines/pipelines_oggmux-oggmux.o: pipelines/oggmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_oggmux_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_oggmux-oggmux.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_oggmux-oggmux.Tpo -c -o pipelines/pipelines_oggmux-oggmux.o `test -f 'pipelines/oggmux.c' || echo '$(srcdir)/'`pipelines/oggmux.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_oggmux-oggmux.Tpo pipelines/$(DEPDIR)/pipelines_oggmux-oggmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/oggmux.c' object='pipelines/pipelines_oggmux-oggmux.o' libtool=no @AMDEPBACKSLASH@ +pipelines/oggmux-oggmux.o: pipelines/oggmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_oggmux_CFLAGS) $(CFLAGS) -MT pipelines/oggmux-oggmux.o -MD -MP -MF pipelines/$(DEPDIR)/oggmux-oggmux.Tpo -c -o pipelines/oggmux-oggmux.o `test -f 'pipelines/oggmux.c' || echo '$(srcdir)/'`pipelines/oggmux.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/oggmux-oggmux.Tpo pipelines/$(DEPDIR)/oggmux-oggmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/oggmux.c' object='pipelines/oggmux-oggmux.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_oggmux_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_oggmux-oggmux.o `test -f 'pipelines/oggmux.c' || echo '$(srcdir)/'`pipelines/oggmux.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_oggmux_CFLAGS) $(CFLAGS) -c -o pipelines/oggmux-oggmux.o `test -f 'pipelines/oggmux.c' || echo '$(srcdir)/'`pipelines/oggmux.c -pipelines/pipelines_oggmux-oggmux.obj: pipelines/oggmux.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_oggmux_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_oggmux-oggmux.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_oggmux-oggmux.Tpo -c -o pipelines/pipelines_oggmux-oggmux.obj `if test -f 'pipelines/oggmux.c'; then $(CYGPATH_W) 'pipelines/oggmux.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/oggmux.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_oggmux-oggmux.Tpo pipelines/$(DEPDIR)/pipelines_oggmux-oggmux.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/oggmux.c' object='pipelines/pipelines_oggmux-oggmux.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/oggmux-oggmux.obj: pipelines/oggmux.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_oggmux_CFLAGS) $(CFLAGS) -MT pipelines/oggmux-oggmux.obj -MD -MP -MF pipelines/$(DEPDIR)/oggmux-oggmux.Tpo -c -o pipelines/oggmux-oggmux.obj `if test -f 'pipelines/oggmux.c'; then $(CYGPATH_W) 'pipelines/oggmux.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/oggmux.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/oggmux-oggmux.Tpo pipelines/$(DEPDIR)/oggmux-oggmux.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/oggmux.c' object='pipelines/oggmux-oggmux.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_oggmux_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_oggmux-oggmux.obj `if test -f 'pipelines/oggmux.c'; then $(CYGPATH_W) 'pipelines/oggmux.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/oggmux.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_oggmux_CFLAGS) $(CFLAGS) -c -o pipelines/oggmux-oggmux.obj `if test -f 'pipelines/oggmux.c'; then $(CYGPATH_W) 'pipelines/oggmux.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/oggmux.c'; fi` -pipelines/pipelines_simple_launch_lines-simple-launch-lines.o: pipelines/simple-launch-lines.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_simple_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_simple_launch_lines-simple-launch-lines.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_simple_launch_lines-simple-launch-lines.Tpo -c -o pipelines/pipelines_simple_launch_lines-simple-launch-lines.o `test -f 'pipelines/simple-launch-lines.c' || echo '$(srcdir)/'`pipelines/simple-launch-lines.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_simple_launch_lines-simple-launch-lines.Tpo pipelines/$(DEPDIR)/pipelines_simple_launch_lines-simple-launch-lines.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/simple-launch-lines.c' object='pipelines/pipelines_simple_launch_lines-simple-launch-lines.o' libtool=no @AMDEPBACKSLASH@ +pipelines/simple_launch_lines-simple-launch-lines.o: pipelines/simple-launch-lines.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_simple_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/simple_launch_lines-simple-launch-lines.o -MD -MP -MF pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Tpo -c -o pipelines/simple_launch_lines-simple-launch-lines.o `test -f 'pipelines/simple-launch-lines.c' || echo '$(srcdir)/'`pipelines/simple-launch-lines.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Tpo pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/simple-launch-lines.c' object='pipelines/simple_launch_lines-simple-launch-lines.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_simple_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_simple_launch_lines-simple-launch-lines.o `test -f 'pipelines/simple-launch-lines.c' || echo '$(srcdir)/'`pipelines/simple-launch-lines.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_simple_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/simple_launch_lines-simple-launch-lines.o `test -f 'pipelines/simple-launch-lines.c' || echo '$(srcdir)/'`pipelines/simple-launch-lines.c -pipelines/pipelines_simple_launch_lines-simple-launch-lines.obj: pipelines/simple-launch-lines.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_simple_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_simple_launch_lines-simple-launch-lines.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_simple_launch_lines-simple-launch-lines.Tpo -c -o pipelines/pipelines_simple_launch_lines-simple-launch-lines.obj `if test -f 'pipelines/simple-launch-lines.c'; then $(CYGPATH_W) 'pipelines/simple-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/simple-launch-lines.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_simple_launch_lines-simple-launch-lines.Tpo pipelines/$(DEPDIR)/pipelines_simple_launch_lines-simple-launch-lines.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/simple-launch-lines.c' object='pipelines/pipelines_simple_launch_lines-simple-launch-lines.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/simple_launch_lines-simple-launch-lines.obj: pipelines/simple-launch-lines.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_simple_launch_lines_CFLAGS) $(CFLAGS) -MT pipelines/simple_launch_lines-simple-launch-lines.obj -MD -MP -MF pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Tpo -c -o pipelines/simple_launch_lines-simple-launch-lines.obj `if test -f 'pipelines/simple-launch-lines.c'; then $(CYGPATH_W) 'pipelines/simple-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/simple-launch-lines.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Tpo pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/simple-launch-lines.c' object='pipelines/simple_launch_lines-simple-launch-lines.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_simple_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_simple_launch_lines-simple-launch-lines.obj `if test -f 'pipelines/simple-launch-lines.c'; then $(CYGPATH_W) 'pipelines/simple-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/simple-launch-lines.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_simple_launch_lines_CFLAGS) $(CFLAGS) -c -o pipelines/simple_launch_lines-simple-launch-lines.obj `if test -f 'pipelines/simple-launch-lines.c'; then $(CYGPATH_W) 'pipelines/simple-launch-lines.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/simple-launch-lines.c'; fi` -pipelines/pipelines_tcp-tcp.o: pipelines/tcp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_tcp_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_tcp-tcp.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_tcp-tcp.Tpo -c -o pipelines/pipelines_tcp-tcp.o `test -f 'pipelines/tcp.c' || echo '$(srcdir)/'`pipelines/tcp.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_tcp-tcp.Tpo pipelines/$(DEPDIR)/pipelines_tcp-tcp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/tcp.c' object='pipelines/pipelines_tcp-tcp.o' libtool=no @AMDEPBACKSLASH@ +pipelines/tcp-tcp.o: pipelines/tcp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_tcp_CFLAGS) $(CFLAGS) -MT pipelines/tcp-tcp.o -MD -MP -MF pipelines/$(DEPDIR)/tcp-tcp.Tpo -c -o pipelines/tcp-tcp.o `test -f 'pipelines/tcp.c' || echo '$(srcdir)/'`pipelines/tcp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/tcp-tcp.Tpo pipelines/$(DEPDIR)/tcp-tcp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/tcp.c' object='pipelines/tcp-tcp.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_tcp_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_tcp-tcp.o `test -f 'pipelines/tcp.c' || echo '$(srcdir)/'`pipelines/tcp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_tcp_CFLAGS) $(CFLAGS) -c -o pipelines/tcp-tcp.o `test -f 'pipelines/tcp.c' || echo '$(srcdir)/'`pipelines/tcp.c -pipelines/pipelines_tcp-tcp.obj: pipelines/tcp.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_tcp_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_tcp-tcp.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_tcp-tcp.Tpo -c -o pipelines/pipelines_tcp-tcp.obj `if test -f 'pipelines/tcp.c'; then $(CYGPATH_W) 'pipelines/tcp.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/tcp.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_tcp-tcp.Tpo pipelines/$(DEPDIR)/pipelines_tcp-tcp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/tcp.c' object='pipelines/pipelines_tcp-tcp.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/tcp-tcp.obj: pipelines/tcp.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_tcp_CFLAGS) $(CFLAGS) -MT pipelines/tcp-tcp.obj -MD -MP -MF pipelines/$(DEPDIR)/tcp-tcp.Tpo -c -o pipelines/tcp-tcp.obj `if test -f 'pipelines/tcp.c'; then $(CYGPATH_W) 'pipelines/tcp.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/tcp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/tcp-tcp.Tpo pipelines/$(DEPDIR)/tcp-tcp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/tcp.c' object='pipelines/tcp-tcp.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_tcp_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_tcp-tcp.obj `if test -f 'pipelines/tcp.c'; then $(CYGPATH_W) 'pipelines/tcp.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/tcp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_tcp_CFLAGS) $(CFLAGS) -c -o pipelines/tcp-tcp.obj `if test -f 'pipelines/tcp.c'; then $(CYGPATH_W) 'pipelines/tcp.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/tcp.c'; fi` -pipelines/pipelines_theoraenc-theoraenc.o: pipelines/theoraenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_theoraenc_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_theoraenc-theoraenc.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_theoraenc-theoraenc.Tpo -c -o pipelines/pipelines_theoraenc-theoraenc.o `test -f 'pipelines/theoraenc.c' || echo '$(srcdir)/'`pipelines/theoraenc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_theoraenc-theoraenc.Tpo pipelines/$(DEPDIR)/pipelines_theoraenc-theoraenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/theoraenc.c' object='pipelines/pipelines_theoraenc-theoraenc.o' libtool=no @AMDEPBACKSLASH@ +pipelines/theoraenc-theoraenc.o: pipelines/theoraenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_theoraenc_CFLAGS) $(CFLAGS) -MT pipelines/theoraenc-theoraenc.o -MD -MP -MF pipelines/$(DEPDIR)/theoraenc-theoraenc.Tpo -c -o pipelines/theoraenc-theoraenc.o `test -f 'pipelines/theoraenc.c' || echo '$(srcdir)/'`pipelines/theoraenc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/theoraenc-theoraenc.Tpo pipelines/$(DEPDIR)/theoraenc-theoraenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/theoraenc.c' object='pipelines/theoraenc-theoraenc.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_theoraenc_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_theoraenc-theoraenc.o `test -f 'pipelines/theoraenc.c' || echo '$(srcdir)/'`pipelines/theoraenc.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_theoraenc_CFLAGS) $(CFLAGS) -c -o pipelines/theoraenc-theoraenc.o `test -f 'pipelines/theoraenc.c' || echo '$(srcdir)/'`pipelines/theoraenc.c -pipelines/pipelines_theoraenc-theoraenc.obj: pipelines/theoraenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_theoraenc_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_theoraenc-theoraenc.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_theoraenc-theoraenc.Tpo -c -o pipelines/pipelines_theoraenc-theoraenc.obj `if test -f 'pipelines/theoraenc.c'; then $(CYGPATH_W) 'pipelines/theoraenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/theoraenc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_theoraenc-theoraenc.Tpo pipelines/$(DEPDIR)/pipelines_theoraenc-theoraenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/theoraenc.c' object='pipelines/pipelines_theoraenc-theoraenc.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/theoraenc-theoraenc.obj: pipelines/theoraenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_theoraenc_CFLAGS) $(CFLAGS) -MT pipelines/theoraenc-theoraenc.obj -MD -MP -MF pipelines/$(DEPDIR)/theoraenc-theoraenc.Tpo -c -o pipelines/theoraenc-theoraenc.obj `if test -f 'pipelines/theoraenc.c'; then $(CYGPATH_W) 'pipelines/theoraenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/theoraenc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/theoraenc-theoraenc.Tpo pipelines/$(DEPDIR)/theoraenc-theoraenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/theoraenc.c' object='pipelines/theoraenc-theoraenc.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_theoraenc_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_theoraenc-theoraenc.obj `if test -f 'pipelines/theoraenc.c'; then $(CYGPATH_W) 'pipelines/theoraenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/theoraenc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_theoraenc_CFLAGS) $(CFLAGS) -c -o pipelines/theoraenc-theoraenc.obj `if test -f 'pipelines/theoraenc.c'; then $(CYGPATH_W) 'pipelines/theoraenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/theoraenc.c'; fi` pipelines/pipelines_vorbisdec-vorbisdec.o: pipelines/vorbisdec.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_vorbisdec_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_vorbisdec-vorbisdec.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_vorbisdec-vorbisdec.Tpo -c -o pipelines/pipelines_vorbisdec-vorbisdec.o `test -f 'pipelines/vorbisdec.c' || echo '$(srcdir)/'`pipelines/vorbisdec.c @@ -4348,19 +4425,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) $(pipelines_vorbisdec_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_vorbisdec-vorbisdec.obj `if test -f 'pipelines/vorbisdec.c'; then $(CYGPATH_W) 'pipelines/vorbisdec.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/vorbisdec.c'; fi` -pipelines/pipelines_vorbisenc-vorbisenc.o: pipelines/vorbisenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_vorbisenc_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_vorbisenc-vorbisenc.o -MD -MP -MF pipelines/$(DEPDIR)/pipelines_vorbisenc-vorbisenc.Tpo -c -o pipelines/pipelines_vorbisenc-vorbisenc.o `test -f 'pipelines/vorbisenc.c' || echo '$(srcdir)/'`pipelines/vorbisenc.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_vorbisenc-vorbisenc.Tpo pipelines/$(DEPDIR)/pipelines_vorbisenc-vorbisenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/vorbisenc.c' object='pipelines/pipelines_vorbisenc-vorbisenc.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_vorbisenc_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_vorbisenc-vorbisenc.o `test -f 'pipelines/vorbisenc.c' || echo '$(srcdir)/'`pipelines/vorbisenc.c - -pipelines/pipelines_vorbisenc-vorbisenc.obj: pipelines/vorbisenc.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_vorbisenc_CFLAGS) $(CFLAGS) -MT pipelines/pipelines_vorbisenc-vorbisenc.obj -MD -MP -MF pipelines/$(DEPDIR)/pipelines_vorbisenc-vorbisenc.Tpo -c -o pipelines/pipelines_vorbisenc-vorbisenc.obj `if test -f 'pipelines/vorbisenc.c'; then $(CYGPATH_W) 'pipelines/vorbisenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/vorbisenc.c'; fi` -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/pipelines_vorbisenc-vorbisenc.Tpo pipelines/$(DEPDIR)/pipelines_vorbisenc-vorbisenc.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/vorbisenc.c' object='pipelines/pipelines_vorbisenc-vorbisenc.obj' libtool=no @AMDEPBACKSLASH@ +pipelines/vorbisenc-vorbisenc.o: pipelines/vorbisenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_vorbisenc_CFLAGS) $(CFLAGS) -MT pipelines/vorbisenc-vorbisenc.o -MD -MP -MF pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Tpo -c -o pipelines/vorbisenc-vorbisenc.o `test -f 'pipelines/vorbisenc.c' || echo '$(srcdir)/'`pipelines/vorbisenc.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Tpo pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/vorbisenc.c' object='pipelines/vorbisenc-vorbisenc.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_vorbisenc_CFLAGS) $(CFLAGS) -c -o pipelines/vorbisenc-vorbisenc.o `test -f 'pipelines/vorbisenc.c' || echo '$(srcdir)/'`pipelines/vorbisenc.c + +pipelines/vorbisenc-vorbisenc.obj: pipelines/vorbisenc.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_vorbisenc_CFLAGS) $(CFLAGS) -MT pipelines/vorbisenc-vorbisenc.obj -MD -MP -MF pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Tpo -c -o pipelines/vorbisenc-vorbisenc.obj `if test -f 'pipelines/vorbisenc.c'; then $(CYGPATH_W) 'pipelines/vorbisenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/vorbisenc.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Tpo pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipelines/vorbisenc.c' object='pipelines/vorbisenc-vorbisenc.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_vorbisenc_CFLAGS) $(CFLAGS) -c -o pipelines/pipelines_vorbisenc-vorbisenc.obj `if test -f 'pipelines/vorbisenc.c'; then $(CYGPATH_W) 'pipelines/vorbisenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/vorbisenc.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(pipelines_vorbisenc_CFLAGS) $(CFLAGS) -c -o pipelines/vorbisenc-vorbisenc.obj `if test -f 'pipelines/vorbisenc.c'; then $(CYGPATH_W) 'pipelines/vorbisenc.c'; else $(CYGPATH_W) '$(srcdir)/pipelines/vorbisenc.c'; fi` .cc.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -4570,7 +4647,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) @@ -5257,7 +5334,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)'; \ @@ -5345,7 +5425,100 @@ clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am - -rm -rf elements/$(DEPDIR) generic/$(DEPDIR) gst/$(DEPDIR) libs/$(DEPDIR) orc/$(DEPDIR) pipelines/$(DEPDIR) + -rm -f elements/$(DEPDIR)/appsink-appsink.Po + -rm -f elements/$(DEPDIR)/appsrc-appsrc.Po + -rm -f elements/$(DEPDIR)/audioconvert-audioconvert.Po + -rm -f elements/$(DEPDIR)/audiointerleave-audiointerleave.Po + -rm -f elements/$(DEPDIR)/audiorate-audiorate.Po + -rm -f elements/$(DEPDIR)/audioresample-audioresample.Po + -rm -f elements/$(DEPDIR)/audiotestsrc.Po + -rm -f elements/$(DEPDIR)/decodebin-decodebin.Po + -rm -f elements/$(DEPDIR)/elements_adder-adder.Po + -rm -f elements/$(DEPDIR)/elements_audiomixer-audiomixer.Po + -rm -f elements/$(DEPDIR)/elements_volume-volume.Po + -rm -f elements/$(DEPDIR)/elements_vorbisdec-vorbisdec.Po + -rm -f elements/$(DEPDIR)/encodebin-encodebin.Po + -rm -f elements/$(DEPDIR)/glbin-glbin.Po + -rm -f elements/$(DEPDIR)/glimagesink-glimagesink.Po + -rm -f elements/$(DEPDIR)/libvisual-libvisual.Po + -rm -f elements/$(DEPDIR)/multifdsink.Po + -rm -f elements/$(DEPDIR)/multisocketsink-multisocketsink.Po + -rm -f elements/$(DEPDIR)/opus.Po + -rm -f elements/$(DEPDIR)/playbin-playbin.Po + -rm -f elements/$(DEPDIR)/playbin_complex-playbin-complex.Po + -rm -f elements/$(DEPDIR)/playsink.Po + -rm -f elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Po + -rm -f elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Po + -rm -f elements/$(DEPDIR)/streamsynchronizer.Po + -rm -f elements/$(DEPDIR)/subparse-subparse.Po + -rm -f elements/$(DEPDIR)/textoverlay-textoverlay.Po + -rm -f elements/$(DEPDIR)/videoconvert-videoconvert.Po + -rm -f elements/$(DEPDIR)/videorate.Po + -rm -f elements/$(DEPDIR)/videoscale-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_1-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_2-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_3-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_4-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_5-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_6-videoscale.Po + -rm -f elements/$(DEPDIR)/videotestsrc.Po + -rm -f elements/$(DEPDIR)/vorbistag-vorbistag.Po + -rm -f generic/$(DEPDIR)/clock-selection.Po + -rm -f generic/$(DEPDIR)/states.Po + -rm -f gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Po + -rm -f libs/$(DEPDIR)/allocators-allocators.Po + -rm -f libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Po + -rm -f libs/$(DEPDIR)/audiodecoder-audiodecoder.Po + -rm -f libs/$(DEPDIR)/audioencoder-audioencoder.Po + -rm -f libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Po + -rm -f libs/$(DEPDIR)/discoverer-discoverer.Po + -rm -f libs/$(DEPDIR)/fft-fft.Po + -rm -f libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Po + -rm -f libs/$(DEPDIR)/gstglcontext-gstglcontext.Po + -rm -f libs/$(DEPDIR)/gstglheaders-gstglheaders.Po + -rm -f libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Po + -rm -f libs/$(DEPDIR)/gstglmemory-gstglmemory.Po + -rm -f libs/$(DEPDIR)/gstglquery-gstglquery.Po + -rm -f libs/$(DEPDIR)/gstglshader-gstglshader.Po + -rm -f libs/$(DEPDIR)/gstglsl-gstglsl.Po + -rm -f libs/$(DEPDIR)/gstglslstage-gstglslstage.Po + -rm -f libs/$(DEPDIR)/gstglupload-gstglupload.Po + -rm -f libs/$(DEPDIR)/gstlibscpp.Po + -rm -f libs/$(DEPDIR)/libs_audio-audio.Po + -rm -f libs/$(DEPDIR)/libs_video-video.Po + -rm -f libs/$(DEPDIR)/libsabi-libsabi.Po + -rm -f libs/$(DEPDIR)/mikey-mikey.Po + -rm -f libs/$(DEPDIR)/navigation-navigation.Po + -rm -f libs/$(DEPDIR)/pbutils-pbutils.Po + -rm -f libs/$(DEPDIR)/profile-profile.Po + -rm -f libs/$(DEPDIR)/rtp-rtp.Po + -rm -f libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Po + -rm -f libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Po + -rm -f libs/$(DEPDIR)/rtsp-rtsp.Po + -rm -f libs/$(DEPDIR)/rtspconnection-rtspconnection.Po + -rm -f libs/$(DEPDIR)/sdp-sdp.Po + -rm -f libs/$(DEPDIR)/tag-tag.Po + -rm -f libs/$(DEPDIR)/videodecoder-videodecoder.Po + -rm -f libs/$(DEPDIR)/videoencoder-videoencoder.Po + -rm -f libs/$(DEPDIR)/videotimecode-videotimecode.Po + -rm -f libs/$(DEPDIR)/xmpwriter-xmpwriter.Po + -rm -f orc/$(DEPDIR)/orc_adder-adder.Po + -rm -f orc/$(DEPDIR)/orc_audio-audio.Po + -rm -f orc/$(DEPDIR)/orc_audiomixer-audiomixer.Po + -rm -f orc/$(DEPDIR)/orc_video-video.Po + -rm -f orc/$(DEPDIR)/orc_videotestsrc-videotestsrc.Po + -rm -f orc/$(DEPDIR)/orc_volume-volume.Po + -rm -f pipelines/$(DEPDIR)/basetime.Po + -rm -f pipelines/$(DEPDIR)/capsfilter-renegotiation.Po + -rm -f pipelines/$(DEPDIR)/gio-gio.Po + -rm -f pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Po + -rm -f pipelines/$(DEPDIR)/oggmux-oggmux.Po + -rm -f pipelines/$(DEPDIR)/pipelines_vorbisdec-vorbisdec.Po + -rm -f pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Po + -rm -f pipelines/$(DEPDIR)/streamsynchronizer.Po + -rm -f pipelines/$(DEPDIR)/tcp-tcp.Po + -rm -f pipelines/$(DEPDIR)/theoraenc-theoraenc.Po + -rm -f pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local distclean-tags @@ -5391,7 +5564,100 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf elements/$(DEPDIR) generic/$(DEPDIR) gst/$(DEPDIR) libs/$(DEPDIR) orc/$(DEPDIR) pipelines/$(DEPDIR) + -rm -f elements/$(DEPDIR)/appsink-appsink.Po + -rm -f elements/$(DEPDIR)/appsrc-appsrc.Po + -rm -f elements/$(DEPDIR)/audioconvert-audioconvert.Po + -rm -f elements/$(DEPDIR)/audiointerleave-audiointerleave.Po + -rm -f elements/$(DEPDIR)/audiorate-audiorate.Po + -rm -f elements/$(DEPDIR)/audioresample-audioresample.Po + -rm -f elements/$(DEPDIR)/audiotestsrc.Po + -rm -f elements/$(DEPDIR)/decodebin-decodebin.Po + -rm -f elements/$(DEPDIR)/elements_adder-adder.Po + -rm -f elements/$(DEPDIR)/elements_audiomixer-audiomixer.Po + -rm -f elements/$(DEPDIR)/elements_volume-volume.Po + -rm -f elements/$(DEPDIR)/elements_vorbisdec-vorbisdec.Po + -rm -f elements/$(DEPDIR)/encodebin-encodebin.Po + -rm -f elements/$(DEPDIR)/glbin-glbin.Po + -rm -f elements/$(DEPDIR)/glimagesink-glimagesink.Po + -rm -f elements/$(DEPDIR)/libvisual-libvisual.Po + -rm -f elements/$(DEPDIR)/multifdsink.Po + -rm -f elements/$(DEPDIR)/multisocketsink-multisocketsink.Po + -rm -f elements/$(DEPDIR)/opus.Po + -rm -f elements/$(DEPDIR)/playbin-playbin.Po + -rm -f elements/$(DEPDIR)/playbin_complex-playbin-complex.Po + -rm -f elements/$(DEPDIR)/playsink.Po + -rm -f elements/$(DEPDIR)/rawaudioparse-rawaudioparse.Po + -rm -f elements/$(DEPDIR)/rawvideoparse-rawvideoparse.Po + -rm -f elements/$(DEPDIR)/streamsynchronizer.Po + -rm -f elements/$(DEPDIR)/subparse-subparse.Po + -rm -f elements/$(DEPDIR)/textoverlay-textoverlay.Po + -rm -f elements/$(DEPDIR)/videoconvert-videoconvert.Po + -rm -f elements/$(DEPDIR)/videorate.Po + -rm -f elements/$(DEPDIR)/videoscale-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_1-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_2-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_3-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_4-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_5-videoscale.Po + -rm -f elements/$(DEPDIR)/videoscale_6-videoscale.Po + -rm -f elements/$(DEPDIR)/videotestsrc.Po + -rm -f elements/$(DEPDIR)/vorbistag-vorbistag.Po + -rm -f generic/$(DEPDIR)/clock-selection.Po + -rm -f generic/$(DEPDIR)/states.Po + -rm -f gst/$(DEPDIR)/typefindfunctions-typefindfunctions.Po + -rm -f libs/$(DEPDIR)/allocators-allocators.Po + -rm -f libs/$(DEPDIR)/audiocdsrc-audiocdsrc.Po + -rm -f libs/$(DEPDIR)/audiodecoder-audiodecoder.Po + -rm -f libs/$(DEPDIR)/audioencoder-audioencoder.Po + -rm -f libs/$(DEPDIR)/baseaudiovisualizer-baseaudiovisualizer.Po + -rm -f libs/$(DEPDIR)/discoverer-discoverer.Po + -rm -f libs/$(DEPDIR)/fft-fft.Po + -rm -f libs/$(DEPDIR)/gstglcolorconvert-gstglcolorconvert.Po + -rm -f libs/$(DEPDIR)/gstglcontext-gstglcontext.Po + -rm -f libs/$(DEPDIR)/gstglheaders-gstglheaders.Po + -rm -f libs/$(DEPDIR)/gstglmatrix-gstglmatrix.Po + -rm -f libs/$(DEPDIR)/gstglmemory-gstglmemory.Po + -rm -f libs/$(DEPDIR)/gstglquery-gstglquery.Po + -rm -f libs/$(DEPDIR)/gstglshader-gstglshader.Po + -rm -f libs/$(DEPDIR)/gstglsl-gstglsl.Po + -rm -f libs/$(DEPDIR)/gstglslstage-gstglslstage.Po + -rm -f libs/$(DEPDIR)/gstglupload-gstglupload.Po + -rm -f libs/$(DEPDIR)/gstlibscpp.Po + -rm -f libs/$(DEPDIR)/libs_audio-audio.Po + -rm -f libs/$(DEPDIR)/libs_video-video.Po + -rm -f libs/$(DEPDIR)/libsabi-libsabi.Po + -rm -f libs/$(DEPDIR)/mikey-mikey.Po + -rm -f libs/$(DEPDIR)/navigation-navigation.Po + -rm -f libs/$(DEPDIR)/pbutils-pbutils.Po + -rm -f libs/$(DEPDIR)/profile-profile.Po + -rm -f libs/$(DEPDIR)/rtp-rtp.Po + -rm -f libs/$(DEPDIR)/rtpbasedepayload-rtpbasedepayload.Po + -rm -f libs/$(DEPDIR)/rtpbasepayload-rtpbasepayload.Po + -rm -f libs/$(DEPDIR)/rtsp-rtsp.Po + -rm -f libs/$(DEPDIR)/rtspconnection-rtspconnection.Po + -rm -f libs/$(DEPDIR)/sdp-sdp.Po + -rm -f libs/$(DEPDIR)/tag-tag.Po + -rm -f libs/$(DEPDIR)/videodecoder-videodecoder.Po + -rm -f libs/$(DEPDIR)/videoencoder-videoencoder.Po + -rm -f libs/$(DEPDIR)/videotimecode-videotimecode.Po + -rm -f libs/$(DEPDIR)/xmpwriter-xmpwriter.Po + -rm -f orc/$(DEPDIR)/orc_adder-adder.Po + -rm -f orc/$(DEPDIR)/orc_audio-audio.Po + -rm -f orc/$(DEPDIR)/orc_audiomixer-audiomixer.Po + -rm -f orc/$(DEPDIR)/orc_video-video.Po + -rm -f orc/$(DEPDIR)/orc_videotestsrc-videotestsrc.Po + -rm -f orc/$(DEPDIR)/orc_volume-volume.Po + -rm -f pipelines/$(DEPDIR)/basetime.Po + -rm -f pipelines/$(DEPDIR)/capsfilter-renegotiation.Po + -rm -f pipelines/$(DEPDIR)/gio-gio.Po + -rm -f pipelines/$(DEPDIR)/gl_launch_lines-gl-launch-lines.Po + -rm -f pipelines/$(DEPDIR)/oggmux-oggmux.Po + -rm -f pipelines/$(DEPDIR)/pipelines_vorbisdec-vorbisdec.Po + -rm -f pipelines/$(DEPDIR)/simple_launch_lines-simple-launch-lines.Po + -rm -f pipelines/$(DEPDIR)/streamsynchronizer.Po + -rm -f pipelines/$(DEPDIR)/tcp-tcp.Po + -rm -f pipelines/$(DEPDIR)/theoraenc-theoraenc.Po + -rm -f pipelines/$(DEPDIR)/vorbisenc-vorbisenc.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -5412,20 +5678,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-noinstPROGRAMS 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-noinstPROGRAMS 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-base1.0-1.14.1/tests/examples/app/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/app/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/app/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/app/Makefile.in 2018-10-02 21:53:50.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, @@ -207,7 +207,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)/appsink_src-appsink-src.Po \ + ./$(DEPDIR)/appsink_src2-appsink-src2.Po \ + ./$(DEPDIR)/appsrc_ex-appsrc_ex.Po \ + ./$(DEPDIR)/appsrc_ra-appsrc-ra.Po \ + ./$(DEPDIR)/appsrc_seekable-appsrc-seekable.Po \ + ./$(DEPDIR)/appsrc_stream-appsrc-stream.Po \ + ./$(DEPDIR)/appsrc_stream2-appsrc-stream2.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -673,8 +680,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) @@ -729,13 +736,19 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsink_src-appsink-src.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsink_src2-appsink-src2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_ex-appsrc_ex.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_ra-appsrc-ra.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_seekable-appsrc-seekable.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_stream-appsrc-stream.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_stream2-appsrc-stream2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsink_src-appsink-src.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsink_src2-appsink-src2.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_ex-appsrc_ex.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_ra-appsrc-ra.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_seekable-appsrc-seekable.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_stream-appsrc-stream.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/appsrc_stream2-appsrc-stream2.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$$||'`;\ @@ -917,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)'; \ @@ -987,7 +1003,13 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/appsink_src-appsink-src.Po + -rm -f ./$(DEPDIR)/appsink_src2-appsink-src2.Po + -rm -f ./$(DEPDIR)/appsrc_ex-appsrc_ex.Po + -rm -f ./$(DEPDIR)/appsrc_ra-appsrc-ra.Po + -rm -f ./$(DEPDIR)/appsrc_seekable-appsrc-seekable.Po + -rm -f ./$(DEPDIR)/appsrc_stream-appsrc-stream.Po + -rm -f ./$(DEPDIR)/appsrc_stream2-appsrc-stream2.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1033,7 +1055,13 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/appsink_src-appsink-src.Po + -rm -f ./$(DEPDIR)/appsink_src2-appsink-src2.Po + -rm -f ./$(DEPDIR)/appsrc_ex-appsrc_ex.Po + -rm -f ./$(DEPDIR)/appsrc_ra-appsrc-ra.Po + -rm -f ./$(DEPDIR)/appsrc_seekable-appsrc-seekable.Po + -rm -f ./$(DEPDIR)/appsrc_stream-appsrc-stream.Po + -rm -f ./$(DEPDIR)/appsrc_stream2-appsrc-stream2.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1054,9 +1082,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-base1.0-1.14.1/tests/examples/audio/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/audio/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/audio/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/audio/Makefile.in 2018-10-02 21:53:50.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, @@ -170,7 +170,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)/audiomix-audiomix.Po \ + ./$(DEPDIR)/volume-volume.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -608,8 +610,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) @@ -644,8 +646,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiomix-audiomix.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/volume-volume.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audiomix-audiomix.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/volume-volume.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$$||'`;\ @@ -757,7 +765,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)'; \ @@ -827,7 +838,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/audiomix-audiomix.Po + -rm -f ./$(DEPDIR)/volume-volume.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -873,7 +885,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/audiomix-audiomix.Po + -rm -f ./$(DEPDIR)/volume-volume.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -894,9 +907,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-base1.0-1.14.1/tests/examples/decodebin_next/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/decodebin_next/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/decodebin_next/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/decodebin_next/Makefile.in 2018-10-02 21:53:51.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, @@ -161,7 +161,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)/decodebin3.Po \ + ./$(DEPDIR)/playbin-test.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -593,8 +595,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,8 +631,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decodebin3.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playbin-test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decodebin3.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playbin-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$$||'`;\ @@ -714,7 +722,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)'; \ @@ -784,7 +795,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/decodebin3.Po + -rm -f ./$(DEPDIR)/playbin-test.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -830,7 +842,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/decodebin3.Po + -rm -f ./$(DEPDIR)/playbin-test.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -851,9 +864,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-base1.0-1.14.1/tests/examples/dynamic/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/dynamic/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/dynamic/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/dynamic/Makefile.in 2018-10-02 21:53:51.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, @@ -184,7 +184,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)/addstream-addstream.Po \ + ./$(DEPDIR)/codec_select-codec-select.Po \ + ./$(DEPDIR)/sprinkle-sprinkle.Po \ + ./$(DEPDIR)/sprinkle2-sprinkle2.Po \ + ./$(DEPDIR)/sprinkle3-sprinkle3.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -631,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) @@ -679,11 +684,17 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addstream-addstream.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_select-codec-select.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprinkle-sprinkle.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprinkle2-sprinkle2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprinkle3-sprinkle3.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addstream-addstream.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_select-codec-select.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprinkle-sprinkle.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprinkle2-sprinkle2.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sprinkle3-sprinkle3.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$$||'`;\ @@ -837,7 +848,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)'; \ @@ -907,7 +921,11 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/addstream-addstream.Po + -rm -f ./$(DEPDIR)/codec_select-codec-select.Po + -rm -f ./$(DEPDIR)/sprinkle-sprinkle.Po + -rm -f ./$(DEPDIR)/sprinkle2-sprinkle2.Po + -rm -f ./$(DEPDIR)/sprinkle3-sprinkle3.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -953,7 +971,11 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/addstream-addstream.Po + -rm -f ./$(DEPDIR)/codec_select-codec-select.Po + -rm -f ./$(DEPDIR)/sprinkle-sprinkle.Po + -rm -f ./$(DEPDIR)/sprinkle2-sprinkle2.Po + -rm -f ./$(DEPDIR)/sprinkle3-sprinkle3.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -974,9 +996,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-base1.0-1.14.1/tests/examples/encoding/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/encoding/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/encoding/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/encoding/Makefile.in 2018-10-02 21:53:51.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, @@ -162,7 +162,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)/encoding.Po \ + ./$(DEPDIR)/gstcapslist.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -607,8 +609,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) @@ -639,8 +641,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstcapslist.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoding.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gstcapslist.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$$||'`;\ @@ -724,7 +732,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)'; \ @@ -794,7 +805,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/encoding.Po + -rm -f ./$(DEPDIR)/gstcapslist.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -840,7 +852,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/encoding.Po + -rm -f ./$(DEPDIR)/gstcapslist.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -861,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-base1.0-1.14.1/tests/examples/fft/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/fft/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/fft/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/fft/Makefile.in 2018-10-02 21:53:51.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, @@ -160,7 +160,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)/fftrange-fftrange.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -596,8 +597,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) @@ -628,7 +629,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fftrange-fftrange.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fftrange-fftrange.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$$||'`;\ @@ -726,7 +733,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)'; \ @@ -796,7 +806,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/fftrange-fftrange.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -842,7 +852,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/fftrange-fftrange.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -863,9 +873,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-base1.0-1.14.1/tests/examples/gio/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gio/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gio/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gio/Makefile.in 2018-10-02 21:53:51.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,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)/giosrc_mounting-giosrc-mounting.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -596,8 +597,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) @@ -628,7 +629,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/giosrc_mounting-giosrc-mounting.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/giosrc_mounting-giosrc-mounting.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$$||'`;\ @@ -726,7 +733,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)'; \ @@ -796,7 +806,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/giosrc_mounting-giosrc-mounting.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -842,7 +852,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/giosrc_mounting-giosrc-mounting.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -863,9 +873,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-base1.0-1.14.1/tests/examples/gl/clutter/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/clutter/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/clutter/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/clutter/Makefile.in 2018-10-02 21:53:51.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,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)/clutteractor-clutteractor.Po \ + ./$(DEPDIR)/clutteractortee-clutteractortee.Po \ + ./$(DEPDIR)/cluttershare-cluttershare.Po 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) @@ -705,9 +708,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutteractor-clutteractor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutteractortee-clutteractortee.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cluttershare-cluttershare.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutteractor-clutteractor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutteractortee-clutteractortee.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cluttershare-cluttershare.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$$||'`;\ @@ -833,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)'; \ @@ -903,7 +915,9 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/clutteractor-clutteractor.Po + -rm -f ./$(DEPDIR)/clutteractortee-clutteractortee.Po + -rm -f ./$(DEPDIR)/cluttershare-cluttershare.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -949,7 +963,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/clutteractor-clutteractor.Po + -rm -f ./$(DEPDIR)/clutteractortee-clutteractortee.Po + -rm -f ./$(DEPDIR)/cluttershare-cluttershare.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -970,9 +986,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-base1.0-1.14.1/tests/examples/gl/cocoa/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/cocoa/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/cocoa/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/cocoa/Makefile.in 2018-10-02 21:53:51.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)/cocoa_videooverlay-cocoa-videooverlay.Po am__mv = mv -f OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS) @@ -603,8 +605,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) @@ -635,7 +637,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cocoa_videooverlay-cocoa-videooverlay.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cocoa_videooverlay-cocoa-videooverlay.Po@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$$||'`;\ @@ -733,7 +741,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)'; \ @@ -803,7 +814,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/cocoa_videooverlay-cocoa-videooverlay.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -849,7 +860,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/cocoa_videooverlay-cocoa-videooverlay.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -870,9 +881,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-base1.0-1.14.1/tests/examples/gl/generic/cube/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/cube/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/generic/cube/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/cube/Makefile.in 2018-10-02 21:53:51.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, @@ -160,7 +160,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)/cube-main.Po am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -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)/cube-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cube-main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)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)/cube-main.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)/cube-main.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-base1.0-1.14.1/tests/examples/gl/generic/cubeyuv/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/cubeyuv/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/generic/cubeyuv/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/cubeyuv/Makefile.in 2018-10-02 21:53:51.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, @@ -160,7 +160,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)/cubeyuv-main.Po am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -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)/cubeyuv-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cubeyuv-main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)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)/cubeyuv-main.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)/cubeyuv-main.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-base1.0-1.14.1/tests/examples/gl/generic/doublecube/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/doublecube/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/generic/doublecube/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/doublecube/Makefile.in 2018-10-02 21:53:51.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, @@ -160,7 +160,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)/doublecube-main.Po am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -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)/doublecube-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/doublecube-main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)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)/doublecube-main.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)/doublecube-main.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-base1.0-1.14.1/tests/examples/gl/generic/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/generic/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/Makefile.in 2018-10-02 21:53:51.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, @@ -165,7 +165,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 @@ -595,8 +595,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,7 +713,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-base1.0-1.14.1/tests/examples/gl/generic/recordgraphic/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/recordgraphic/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/generic/recordgraphic/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/generic/recordgraphic/Makefile.in 2018-10-02 21:53:51.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, @@ -161,7 +161,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)/recordgraphic-main.Po am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -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)/recordgraphic-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recordgraphic-main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)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)/recordgraphic-main.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)/recordgraphic-main.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-base1.0-1.14.1/tests/examples/gl/gtk/3dvideo/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/3dvideo/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/gtk/3dvideo/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/3dvideo/Makefile.in 2018-10-02 21:53:52.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, @@ -166,7 +166,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)/3dvideo-main.Po \ + ./$(DEPDIR)/3dvideo-mviewwidget.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -628,8 +630,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) @@ -660,8 +662,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3dvideo-main.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3dvideo-mviewwidget.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3dvideo-main.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/3dvideo-mviewwidget.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$$||'`;\ @@ -797,7 +805,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)/3dvideo-main.Po + -rm -f ./$(DEPDIR)/3dvideo-mviewwidget.Po -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)/3dvideo-main.Po + -rm -f ./$(DEPDIR)/3dvideo-mviewwidget.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -934,9 +947,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-base1.0-1.14.1/tests/examples/gl/gtk/filternovideooverlay/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/filternovideooverlay/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/gtk/filternovideooverlay/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/filternovideooverlay/Makefile.in 2018-10-02 21:53:52.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, @@ -161,7 +161,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)/filternovideooverlay-main.Po am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -603,8 +604,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) @@ -635,7 +636,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filternovideooverlay-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filternovideooverlay-main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -733,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)'; \ @@ -803,7 +813,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/filternovideooverlay-main.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -849,7 +859,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/filternovideooverlay-main.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -870,9 +880,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-base1.0-1.14.1/tests/examples/gl/gtk/filtervideooverlay/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/filtervideooverlay/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/gtk/filtervideooverlay/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/filtervideooverlay/Makefile.in 2018-10-02 21:53:52.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,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)/filtervideooverlay-main.Po am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -602,8 +603,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) @@ -634,7 +635,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filtervideooverlay-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filtervideooverlay-main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -732,7 +739,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)'; \ @@ -802,7 +812,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/filtervideooverlay-main.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -848,7 +858,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/filtervideooverlay-main.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -869,9 +879,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-base1.0-1.14.1/tests/examples/gl/gtk/fxtest/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/fxtest/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/gtk/fxtest/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/fxtest/Makefile.in 2018-10-02 21:53:52.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,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)/fxtest-fxtest.Po \ + ./$(DEPDIR)/pixbufdrop-pixbufdrop.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -619,8 +621,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) @@ -655,8 +657,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fxtest-fxtest.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixbufdrop-pixbufdrop.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fxtest-fxtest.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixbufdrop-pixbufdrop.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$$||'`;\ @@ -768,7 +776,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)'; \ @@ -838,7 +849,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/fxtest-fxtest.Po + -rm -f ./$(DEPDIR)/pixbufdrop-pixbufdrop.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -884,7 +896,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/fxtest-fxtest.Po + -rm -f ./$(DEPDIR)/pixbufdrop-pixbufdrop.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -905,9 +918,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-base1.0-1.14.1/tests/examples/gl/gtk/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/gtk/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/Makefile.in 2018-10-02 21:53:52.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)/libgstgtkhelper_la-gstgtk.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -201,7 +202,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 @@ -638,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) @@ -671,7 +672,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtkhelper_la-gstgtk.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgstgtkhelper_la-gstgtk.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$$||'`;\ @@ -809,7 +816,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 +915,7 @@ mostlyclean-am distclean: distclean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgtkhelper_la-gstgtk.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -951,7 +961,7 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/libgstgtkhelper_la-gstgtk.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -972,8 +982,8 @@ .MAKE: $(am__recursive_targets) install-am install-strip -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-generic clean-libtool \ +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--depfiles check check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ diff -Nru gst-plugins-base1.0-1.14.1/tests/examples/gl/gtk/switchvideooverlay/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/switchvideooverlay/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/gtk/switchvideooverlay/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/gtk/switchvideooverlay/Makefile.in 2018-10-02 21:53:52.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,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)/switchvideooverlay-main.Po am__mv = mv -f CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -604,8 +605,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) @@ -636,7 +637,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switchvideooverlay-main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/switchvideooverlay-main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .cpp.o: @am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -734,7 +741,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)'; \ @@ -804,7 +814,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/switchvideooverlay-main.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -850,7 +860,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/switchvideooverlay-main.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -871,9 +881,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-base1.0-1.14.1/tests/examples/gl/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/Makefile.in 2018-10-02 21:53:51.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, @@ -170,7 +170,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 @@ -601,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) @@ -719,7 +719,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-base1.0-1.14.1/tests/examples/gl/qt/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/qt/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/qt/Makefile.in 2018-05-17 12:18:10.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/qt/Makefile.in 2018-10-02 21:53:52.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, @@ -534,8 +534,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) @@ -559,7 +559,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-base1.0-1.14.1/tests/examples/gl/sdl/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/gl/sdl/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/gl/sdl/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/gl/sdl/Makefile.in 2018-10-02 21:53:52.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, @@ -177,7 +177,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)/sdlshare-sdlshare.Po \ + ./$(DEPDIR)/sdlshare2-sdlshare2.Po 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) @@ -670,8 +672,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdlshare-sdlshare.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdlshare2-sdlshare2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdlshare-sdlshare.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdlshare2-sdlshare2.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$$||'`;\ @@ -783,7 +791,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)'; \ @@ -853,7 +864,8 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/sdlshare-sdlshare.Po + -rm -f ./$(DEPDIR)/sdlshare2-sdlshare2.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -899,7 +911,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/sdlshare-sdlshare.Po + -rm -f ./$(DEPDIR)/sdlshare2-sdlshare2.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -920,9 +933,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-base1.0-1.14.1/tests/examples/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/Makefile.in 2018-10-02 21:53:50.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, @@ -170,7 +170,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 @@ -604,8 +604,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): @@ -723,7 +723,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-base1.0-1.14.1/tests/examples/overlay/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/overlay/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/overlay/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/overlay/Makefile.in 2018-10-02 21:53:52.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, @@ -201,7 +201,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)/gtk_videooverlay-gtk-videooverlay.Po \ + ./$(DEPDIR)/qt_videooverlay-qt-videooverlay.Po \ + ./$(DEPDIR)/qtgv_videooverlay-moc_qtgv-videooverlay.Po \ + ./$(DEPDIR)/qtgv_videooverlay-qtgv-videooverlay.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -677,8 +682,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) @@ -717,10 +722,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk_videooverlay-gtk-videooverlay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qt_videooverlay-qt-videooverlay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qtgv_videooverlay-moc_qtgv-videooverlay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qtgv_videooverlay-qtgv-videooverlay.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtk_videooverlay-gtk-videooverlay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qt_videooverlay-qt-videooverlay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qtgv_videooverlay-moc_qtgv-videooverlay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/qtgv_videooverlay-qtgv-videooverlay.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$$||'`;\ @@ -884,7 +895,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)'; \ @@ -955,7 +969,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/gtk_videooverlay-gtk-videooverlay.Po + -rm -f ./$(DEPDIR)/qt_videooverlay-qt-videooverlay.Po + -rm -f ./$(DEPDIR)/qtgv_videooverlay-moc_qtgv-videooverlay.Po + -rm -f ./$(DEPDIR)/qtgv_videooverlay-qtgv-videooverlay.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1001,7 +1018,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/gtk_videooverlay-gtk-videooverlay.Po + -rm -f ./$(DEPDIR)/qt_videooverlay-qt-videooverlay.Po + -rm -f ./$(DEPDIR)/qtgv_videooverlay-moc_qtgv-videooverlay.Po + -rm -f ./$(DEPDIR)/qtgv_videooverlay-qtgv-videooverlay.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1022,9 +1042,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-base1.0-1.14.1/tests/examples/playback/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/playback/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/playback/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/playback/Makefile.in 2018-10-02 21:53:52.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)/playback-test.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -595,8 +596,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) @@ -627,7 +628,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playback-test.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playback-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$$||'`;\ @@ -711,7 +718,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)'; \ @@ -781,7 +791,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/playback-test.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -827,7 +837,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/playback-test.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -848,9 +858,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-base1.0-1.14.1/tests/examples/playrec/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/playrec/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/playrec/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/playrec/Makefile.in 2018-10-02 21:53:52.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)/playrec-playrec.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -592,8 +593,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) @@ -624,7 +625,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playrec-playrec.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playrec-playrec.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$$||'`;\ @@ -722,7 +729,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)'; \ @@ -792,7 +802,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/playrec-playrec.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -838,7 +848,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/playrec-playrec.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -859,9 +869,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-base1.0-1.14.1/tests/examples/seek/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/seek/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/seek/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/seek/Makefile.in 2018-10-02 21:53:52.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,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)/jsseek.Po ./$(DEPDIR)/scrubby.Po \ + ./$(DEPDIR)/stepping.Po ./$(DEPDIR)/stepping2.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -619,8 +621,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,10 +665,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jsseek.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrubby.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stepping.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stepping2.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jsseek.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrubby.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stepping.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stepping2.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$$||'`;\ @@ -750,7 +758,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)'; \ @@ -820,7 +831,10 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/jsseek.Po + -rm -f ./$(DEPDIR)/scrubby.Po + -rm -f ./$(DEPDIR)/stepping.Po + -rm -f ./$(DEPDIR)/stepping2.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -866,7 +880,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/jsseek.Po + -rm -f ./$(DEPDIR)/scrubby.Po + -rm -f ./$(DEPDIR)/stepping.Po + -rm -f ./$(DEPDIR)/stepping2.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -887,9 +904,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-base1.0-1.14.1/tests/examples/snapshot/Makefile.in gst-plugins-base1.0-1.14.4/tests/examples/snapshot/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/examples/snapshot/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/examples/snapshot/Makefile.in 2018-10-02 21:53:53.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, @@ -157,7 +157,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)/snapshot.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -590,8 +591,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) @@ -622,7 +623,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snapshot.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snapshot.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$$||'`;\ @@ -706,7 +713,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)'; \ @@ -776,7 +786,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/snapshot.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -822,7 +832,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/snapshot.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -843,9 +853,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-base1.0-1.14.1/tests/files/Makefile.in gst-plugins-base1.0-1.14.4/tests/files/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/files/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/files/Makefile.in 2018-10-02 21:53:53.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, @@ -543,8 +543,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) @@ -568,7 +568,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-base1.0-1.14.1/tests/icles/Makefile.in gst-plugins-base1.0-1.14.4/tests/icles/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/icles/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/icles/Makefile.in 2018-10-02 21:53:53.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, @@ -324,7 +324,25 @@ 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)/audio_trickplay-audio-trickplay.Po \ + ./$(DEPDIR)/benchmark_appsink-benchmark-appsink.Po \ + ./$(DEPDIR)/benchmark_appsrc-benchmark-appsrc.Po \ + ./$(DEPDIR)/input_selector_test-input-selector-test.Po \ + ./$(DEPDIR)/output_selector_test-output-selector-test.Po \ + ./$(DEPDIR)/playbin_text-playbin-text.Po \ + ./$(DEPDIR)/position_formats-position-formats.Po \ + ./$(DEPDIR)/stress_playbin-stress-playbin.Po \ + ./$(DEPDIR)/stress_videooverlay-stress-videooverlay.Po \ + ./$(DEPDIR)/test_box-test-box.Po \ + ./$(DEPDIR)/test_colorkey-test-colorkey.Po \ + ./$(DEPDIR)/test_effect_switch-test-effect-switch.Po \ + ./$(DEPDIR)/test_overlay_blending-test-overlay-blending.Po \ + ./$(DEPDIR)/test_resample-test-resample.Po \ + ./$(DEPDIR)/test_reverseplay-test-reverseplay.Po \ + ./$(DEPDIR)/test_scale-test-scale.Po \ + ./$(DEPDIR)/test_textoverlay-test-textoverlay.Po \ + ./$(DEPDIR)/test_videooverlay-test-videooverlay.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -385,7 +403,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 @@ -910,8 +928,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) @@ -1010,24 +1028,30 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_trickplay-audio-trickplay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark_appsink-benchmark-appsink.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark_appsrc-benchmark-appsrc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_selector_test-input-selector-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output_selector_test-output-selector-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playbin_text-playbin-text.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/position_formats-position-formats.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stress_playbin-stress-playbin.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stress_videooverlay-stress-videooverlay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_box-test-box.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_colorkey-test-colorkey.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_effect_switch-test-effect-switch.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_overlay_blending-test-overlay-blending.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_resample-test-resample.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_reverseplay-test-reverseplay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_scale-test-scale.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_textoverlay-test-textoverlay.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_videooverlay-test-videooverlay.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio_trickplay-audio-trickplay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark_appsink-benchmark-appsink.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/benchmark_appsrc-benchmark-appsrc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/input_selector_test-input-selector-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output_selector_test-output-selector-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/playbin_text-playbin-text.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/position_formats-position-formats.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stress_playbin-stress-playbin.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stress_videooverlay-stress-videooverlay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_box-test-box.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_colorkey-test-colorkey.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_effect_switch-test-effect-switch.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_overlay_blending-test-overlay-blending.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_resample-test-resample.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_reverseplay-test-reverseplay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_scale-test-scale.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_textoverlay-test-textoverlay.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_videooverlay-test-videooverlay.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$$||'`;\ @@ -1410,7 +1434,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)'; \ @@ -1506,7 +1533,24 @@ mostlyclean-am distclean: distclean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/audio_trickplay-audio-trickplay.Po + -rm -f ./$(DEPDIR)/benchmark_appsink-benchmark-appsink.Po + -rm -f ./$(DEPDIR)/benchmark_appsrc-benchmark-appsrc.Po + -rm -f ./$(DEPDIR)/input_selector_test-input-selector-test.Po + -rm -f ./$(DEPDIR)/output_selector_test-output-selector-test.Po + -rm -f ./$(DEPDIR)/playbin_text-playbin-text.Po + -rm -f ./$(DEPDIR)/position_formats-position-formats.Po + -rm -f ./$(DEPDIR)/stress_playbin-stress-playbin.Po + -rm -f ./$(DEPDIR)/stress_videooverlay-stress-videooverlay.Po + -rm -f ./$(DEPDIR)/test_box-test-box.Po + -rm -f ./$(DEPDIR)/test_colorkey-test-colorkey.Po + -rm -f ./$(DEPDIR)/test_effect_switch-test-effect-switch.Po + -rm -f ./$(DEPDIR)/test_overlay_blending-test-overlay-blending.Po + -rm -f ./$(DEPDIR)/test_resample-test-resample.Po + -rm -f ./$(DEPDIR)/test_reverseplay-test-reverseplay.Po + -rm -f ./$(DEPDIR)/test_scale-test-scale.Po + -rm -f ./$(DEPDIR)/test_textoverlay-test-textoverlay.Po + -rm -f ./$(DEPDIR)/test_videooverlay-test-videooverlay.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1552,7 +1596,24 @@ installcheck-am: maintainer-clean: maintainer-clean-recursive - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/audio_trickplay-audio-trickplay.Po + -rm -f ./$(DEPDIR)/benchmark_appsink-benchmark-appsink.Po + -rm -f ./$(DEPDIR)/benchmark_appsrc-benchmark-appsrc.Po + -rm -f ./$(DEPDIR)/input_selector_test-input-selector-test.Po + -rm -f ./$(DEPDIR)/output_selector_test-output-selector-test.Po + -rm -f ./$(DEPDIR)/playbin_text-playbin-text.Po + -rm -f ./$(DEPDIR)/position_formats-position-formats.Po + -rm -f ./$(DEPDIR)/stress_playbin-stress-playbin.Po + -rm -f ./$(DEPDIR)/stress_videooverlay-stress-videooverlay.Po + -rm -f ./$(DEPDIR)/test_box-test-box.Po + -rm -f ./$(DEPDIR)/test_colorkey-test-colorkey.Po + -rm -f ./$(DEPDIR)/test_effect_switch-test-effect-switch.Po + -rm -f ./$(DEPDIR)/test_overlay_blending-test-overlay-blending.Po + -rm -f ./$(DEPDIR)/test_resample-test-resample.Po + -rm -f ./$(DEPDIR)/test_reverseplay-test-reverseplay.Po + -rm -f ./$(DEPDIR)/test_scale-test-scale.Po + -rm -f ./$(DEPDIR)/test_textoverlay-test-textoverlay.Po + -rm -f ./$(DEPDIR)/test_videooverlay-test-videooverlay.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1573,8 +1634,8 @@ .MAKE: $(am__recursive_targets) install-am install-strip -.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ - check-am clean clean-generic clean-libtool \ +.PHONY: $(am__recursive_targets) 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 \ diff -Nru gst-plugins-base1.0-1.14.1/tests/icles/playback/Makefile.in gst-plugins-base1.0-1.14.4/tests/icles/playback/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/icles/playback/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/icles/playback/Makefile.in 2018-10-02 21:53:53.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, @@ -203,7 +203,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)/decodetest-decodetest.Po \ + ./$(DEPDIR)/test-test.Po ./$(DEPDIR)/test2-test2.Po \ + ./$(DEPDIR)/test3-test3.Po ./$(DEPDIR)/test4-test4.Po \ + ./$(DEPDIR)/test5-test5.Po ./$(DEPDIR)/test6-test6.Po \ + ./$(DEPDIR)/test7-test7.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -651,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) @@ -711,14 +716,20 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decodetest-decodetest.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2-test2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test3-test3.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test4-test4.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test5-test5.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test6-test6.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test7-test7.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decodetest-decodetest.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-test.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test2-test2.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test3-test3.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test4-test4.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test5-test5.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test6-test6.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test7-test7.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$$||'`;\ @@ -914,7 +925,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)'; \ @@ -984,7 +998,14 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/decodetest-decodetest.Po + -rm -f ./$(DEPDIR)/test-test.Po + -rm -f ./$(DEPDIR)/test2-test2.Po + -rm -f ./$(DEPDIR)/test3-test3.Po + -rm -f ./$(DEPDIR)/test4-test4.Po + -rm -f ./$(DEPDIR)/test5-test5.Po + -rm -f ./$(DEPDIR)/test6-test6.Po + -rm -f ./$(DEPDIR)/test7-test7.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1030,7 +1051,14 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/decodetest-decodetest.Po + -rm -f ./$(DEPDIR)/test-test.Po + -rm -f ./$(DEPDIR)/test2-test2.Po + -rm -f ./$(DEPDIR)/test3-test3.Po + -rm -f ./$(DEPDIR)/test4-test4.Po + -rm -f ./$(DEPDIR)/test5-test5.Po + -rm -f ./$(DEPDIR)/test6-test6.Po + -rm -f ./$(DEPDIR)/test7-test7.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1051,9 +1079,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-base1.0-1.14.1/tests/Makefile.in gst-plugins-base1.0-1.14.4/tests/Makefile.in --- gst-plugins-base1.0-1.14.1/tests/Makefile.in 2018-05-17 12:18:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tests/Makefile.in 2018-10-02 21:53:49.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, @@ -165,7 +165,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 @@ -610,8 +610,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-base1.0-1.14.1/tools/gst-discoverer.c gst-plugins-base1.0-1.14.4/tools/gst-discoverer.c --- gst-plugins-base1.0-1.14.1/tools/gst-discoverer.c 2018-05-09 06:29:09.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tools/gst-discoverer.c 2018-07-18 13:27:33.000000000 +0000 @@ -153,17 +153,23 @@ guint channels = gst_discoverer_audio_info_get_channels (ainfo); GEnumClass *enum_class = g_type_class_ref (GST_TYPE_AUDIO_CHANNEL_POSITION); guint i; + guint64 channel_mask; if (channels == 0) goto done; - gst_audio_channel_positions_from_mask (channels, - gst_discoverer_audio_info_get_channel_mask (ainfo), position); + channel_mask = gst_discoverer_audio_info_get_channel_mask (ainfo); - for (i = 0; i < channels; i++) { - GEnumValue *value = g_enum_get_value (enum_class, position[i]); - my_g_string_append_printf (s, 0, "%s%s", value->value_nick, - i + 1 == channels ? "" : ", "); + if (channel_mask != 0) { + gst_audio_channel_positions_from_mask (channels, channel_mask, position); + + for (i = 0; i < channels; i++) { + GEnumValue *value = g_enum_get_value (enum_class, position[i]); + my_g_string_append_printf (s, 0, "%s%s", value->value_nick, + i + 1 == channels ? "" : ", "); + } + } else { + g_string_append (s, "unknown layout"); } g_type_class_unref (enum_class); diff -Nru gst-plugins-base1.0-1.14.1/tools/Makefile.in gst-plugins-base1.0-1.14.4/tools/Makefile.in --- gst-plugins-base1.0-1.14.1/tools/Makefile.in 2018-05-17 12:18:11.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tools/Makefile.in 2018-10-02 21:53:53.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)/gst-device-monitor.Po \ + ./$(DEPDIR)/gst-discoverer.Po ./$(DEPDIR)/gst-play-kb.Po \ + ./$(DEPDIR)/gst-play.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -674,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) @@ -754,10 +757,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-device-monitor.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-discoverer.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-play-kb.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-play.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-device-monitor.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-discoverer.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-play-kb.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-play.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$$||'`;\ @@ -884,7 +893,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)'; \ @@ -957,7 +969,10 @@ clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/gst-device-monitor.Po + -rm -f ./$(DEPDIR)/gst-discoverer.Po + -rm -f ./$(DEPDIR)/gst-play-kb.Po + -rm -f ./$(DEPDIR)/gst-play.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1003,7 +1018,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/gst-device-monitor.Po + -rm -f ./$(DEPDIR)/gst-discoverer.Po + -rm -f ./$(DEPDIR)/gst-play-kb.Po + -rm -f ./$(DEPDIR)/gst-play.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1026,7 +1044,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ diff -Nru gst-plugins-base1.0-1.14.1/tools/meson.build gst-plugins-base1.0-1.14.4/tools/meson.build --- gst-plugins-base1.0-1.14.1/tools/meson.build 2018-03-23 20:44:42.000000000 +0000 +++ gst-plugins-base1.0-1.14.4/tools/meson.build 2018-05-20 15:50:46.000000000 +0000 @@ -7,6 +7,7 @@ include_directories: [configinc], dependencies : tool_deps, ) +install_man('gst-device-monitor-@0@.1'.format(api_version)) executable('gst-discoverer-@0@'.format(api_version), 'gst-discoverer.c', @@ -15,6 +16,7 @@ include_directories: [configinc], dependencies : tool_deps, ) +install_man('gst-discoverer-@0@.1'.format(api_version)) executable('gst-play-@0@'.format(api_version), 'gst-play.c', 'gst-play-kb.c', @@ -23,3 +25,4 @@ include_directories: [configinc], dependencies : tool_deps + [libm], ) +install_man('gst-play-@0@.1'.format(api_version))