Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for
openSUSE:Factory checked in at 2017-07-17 09:12:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Mon Jul 17 09:12:54 2017 rev:17 rq:510507 version:1.12.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
2017-06-22 10:40:29.504787359 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
2017-07-17 09:12:57.380740729 +0200
@@ -1,0 +2,6 @@
+Fri Jul 14 11:52:28 UTC 2017 - [email protected]
+
+- Update to version 1.12.2:
+ + Bugs fixed: bgo#784320.
+
+-------------------------------------------------------------------
Old:
----
gstreamer-vaapi-1.12.1.tar.xz
New:
----
gstreamer-vaapi-1.12.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.8jkYzB/_old 2017-07-17 09:12:58.080642144 +0200
+++ /var/tmp/diff_new_pack.8jkYzB/_new 2017-07-17 09:12:58.084641580 +0200
@@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer-plugins-vaapi
-Version: 1.12.1
+Version: 1.12.2
Release: 0
Summary: Gstreamer VA-API plugins
License: LGPL-2.1+
++++++ gstreamer-vaapi-1.12.1.tar.xz -> gstreamer-vaapi-1.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/ChangeLog
new/gstreamer-vaapi-1.12.2/ChangeLog
--- old/gstreamer-vaapi-1.12.1/ChangeLog 2017-06-20 10:42:10.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/ChangeLog 2017-07-14 12:46:27.000000000
+0200
@@ -1,9 +1,31 @@
+=== release 1.12.2 ===
+
+2017-07-14 Sebastian Dröge <[email protected]>
+
+ * configure.ac:
+ releasing 1.12.2
+
+2017-06-29 12:49:24 +0900 Hyunjun Ko <[email protected]>
+
+ * gst/vaapi/gstvaapipostprocutil.c:
+ vaapipostproc: set multivew-mode flags to src caps
+ vaapipostproc didn't negotiate the proper multiview caps losing
+ downstream information.
+ This patch enables the playing of MVC encoded stream by setting
+ the proper multiview mode/flags and views to src caps, according
+ to sink caps.
+ https://bugzilla.gnome.org/show_bug.cgi?id=784320
+
=== release 1.12.1 ===
-2017-06-20 Sebastian Dröge <[email protected]>
+2017-06-20 12:09:37 +0300 Sebastian Dröge <[email protected]>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.12.1
+ * gstreamer-vaapi.doap:
+ * meson.build:
+ Release 1.12.1
2017-06-14 21:40:33 +0900 Hyunjun Ko <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/Makefile.in
new/gstreamer-vaapi-1.12.2/Makefile.in
--- old/gstreamer-vaapi-1.12.1/Makefile.in 2017-06-20 09:26:36.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/Makefile.in 2017-07-14 12:09:01.000000000
+0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -186,8 +186,8 @@
$(top_srcdir)/build-aux/ltmain.sh \
$(top_srcdir)/build-aux/missing AUTHORS COPYING.LIB ChangeLog \
INSTALL NEWS README build-aux/compile build-aux/config.guess \
- build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
- build-aux/missing
+ build-aux/config.sub build-aux/depcomp build-aux/install-sh \
+ build-aux/ltmain.sh build-aux/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -700,7 +700,7 @@
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
dist-gzip: distdir
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c
>$(distdir).tar.gz
+ tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c
>$(distdir).tar.gz
$(am__post_remove_distdir)
dist-bzip2: distdir
@@ -725,7 +725,7 @@
@echo WARNING: "Support for shar distribution archives is" \
"deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+ shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
dist-zip: distdir
@@ -743,7 +743,7 @@
distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -753,7 +753,7 @@
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/NEWS
new/gstreamer-vaapi-1.12.2/NEWS
--- old/gstreamer-vaapi-1.12.1/NEWS 2017-06-20 10:42:55.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/NEWS 2017-07-14 12:46:59.000000000 +0200
@@ -1,8 +1,8 @@
# GStreamer 1.12 Release Notes
GStreamer 1.12.0 was originally released on 4th May 2017.
-The latest bug-fix release in the 1.12 series is [1.12.1](#1.12.1) and was
-released on 20 June 2017.
+The latest bug-fix release in the 1.12 series is [1.12.2](#1.12.2) and was
+released on 14 July 2017.
The GStreamer team is proud to announce a new major feature release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -13,7 +13,7 @@
See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
version of this document.
-*Last updated: Tuesday 20 June 2017, 07:30 UTC [(log)][gitlog]*
+*Last updated: Friday 14 July 2017, 10:00 UTC [(log)][gitlog]*
[latest]: https://gstreamer.freedesktop.org/releases/1.12/
[gitlog]:
https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -723,7 +723,7 @@
### 1.12.1
-The first 1.10 bug-fix release (1.12.1) was released on 20 June 2017.
+The first 1.12 bug-fix release (1.12.1) was released on 20 June 2017.
This release only contains bugfixes and it should be safe to update from
1.12.x.
#### Major bugfixes in 1.12.1
@@ -751,6 +751,34 @@
[buglist-1.12.1]:
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.1
+<a name="1.12.2"></a>
+
+### 1.12.2
+
+The second 1.12 bug-fix release (1.12.2) was released on 14 July 2017.
+This release only contains bugfixes and it should be safe to update from
1.12.x.
+
+#### Major bugfixes in 1.12.2
+
+ - Various fixes for crashes, assertions, deadlocks and memory leaks
+ - Regression fix for playback of live HLS streams
+ - Regression fix for crash when playing back a tunneled RTSP stream
+ - Regression fix for playback of RLE animations in MOV containers
+ - Regression fix for RTP GSM payloading producing corrupted output
+ - Major bugfixes to the MXF demuxer, mostly related to seeking and
+ fixes to the frame reordering handling in the MXF muxer and demuxer
+ - Fix for playback of mono streams on MacOS
+ - More fixes for index handling of ASF containers
+ - Various fixes to adaptivedemux, DASH and HLS demuxers
+ - Fix deadlock in gstreamer-editing-services during class initialization
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.2]. 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.
+
+[buglist-1.12.2]:
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.2
+
## Known Issues
- The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -774,7 +802,8 @@
- - -
-*These release notes have been prepared by Sebastian Dröge, Tim-Philipp Müller
-and Víctor Manuel Jáquez Leal.*
+*These release notes have been prepared by Olivier Crête, Sebastian Dröge,
+Nicolas Dufresne, Víctor Manuel Jáquez Leal, Tim-Philipp Müller, Philippe
+Normand and Thibault Saunier.*
*License: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/aclocal.m4
new/gstreamer-vaapi-1.12.2/aclocal.m4
--- old/gstreamer-vaapi-1.12.1/aclocal.m4 2017-06-20 09:26:35.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/aclocal.m4 2017-07-14 12:09:00.000000000
+0200
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2002-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -35,7 +35,7 @@
[am__api_version='1.15'
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], [],
+m4_if([$1], [1.15.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])dnl
+[AM_AUTOMAKE_VERSION([1.15.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-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 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-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -332,7 +332,7 @@
# Generate code to set up dependency tracking. -*- Autoconf -*-
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -408,7 +408,7 @@
# Do all the work for Automake. -*- Autoconf -*-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -605,7 +605,7 @@
done
echo "timestamp for $_am_arg"
>`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -626,7 +626,7 @@
fi
AC_SUBST([install_sh])])
-# Copyright (C) 2003-2014 Free Software Foundation, Inc.
+# Copyright (C) 2003-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -648,7 +648,7 @@
# Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
# From Jim Meyering
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -683,7 +683,7 @@
# Check to see how 'make' treats includes. -*- Autoconf -*-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -733,7 +733,7 @@
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
-# Copyright (C) 1997-2014 Free Software Foundation, Inc.
+# Copyright (C) 1997-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -772,7 +772,7 @@
# Helper functions for option handling. -*- Autoconf -*-
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -801,7 +801,7 @@
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -848,7 +848,7 @@
# For backward compatibility.
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -881,8 +881,9 @@
[
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.3 python3.2 python3.1 python3.0 python2.7 dnl
+[python python2 python3 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])
AC_ARG_VAR([PYTHON], [the Python interpreter])
@@ -1083,7 +1084,7 @@
sys.exit(sys.hexversion < minverhex)"
AS_IF([AM_RUN_LOG([$1 -c "$prog"])], [$3], [$4])])
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1102,7 +1103,7 @@
# Check to make sure that the build environment is sane. -*- Autoconf -*-
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1183,7 +1184,7 @@
rm -f conftest.file
])
-# Copyright (C) 2009-2014 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1243,7 +1244,7 @@
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
-# Copyright (C) 2001-2014 Free Software Foundation, Inc.
+# Copyright (C) 2001-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1271,7 +1272,7 @@
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
-# Copyright (C) 2006-2014 Free Software Foundation, Inc.
+# Copyright (C) 2006-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -1290,7 +1291,7 @@
# Check how to create a tarball. -*- Autoconf -*-
-# Copyright (C) 2004-2014 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/common/Makefile.in
new/gstreamer-vaapi-1.12.2/common/Makefile.in
--- old/gstreamer-vaapi-1.12.1/common/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/common/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/common/m4/Makefile.in
new/gstreamer-vaapi-1.12.2/common/m4/Makefile.in
--- old/gstreamer-vaapi-1.12.1/common/m4/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/common/m4/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/configure
new/gstreamer-vaapi-1.12.2/configure
--- old/gstreamer-vaapi-1.12.1/configure 2017-06-20 09:26:35.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/configure 2017-07-14 12:09:00.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer VA-API Plug-ins 1.12.1.
+# Generated by GNU Autoconf 2.69 for GStreamer VA-API Plug-ins 1.12.2.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='GStreamer VA-API Plug-ins'
PACKAGE_TARNAME='gstreamer-vaapi'
-PACKAGE_VERSION='1.12.1'
-PACKAGE_STRING='GStreamer VA-API Plug-ins 1.12.1'
+PACKAGE_VERSION='1.12.2'
+PACKAGE_STRING='GStreamer VA-API Plug-ins 1.12.2'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -1576,7 +1576,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 VA-API Plug-ins 1.12.1 to adapt to many
kinds of systems.
+\`configure' configures GStreamer VA-API Plug-ins 1.12.2 to adapt to many
kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1648,7 +1648,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer VA-API Plug-ins
1.12.1:";;
+ short | recursive ) echo "Configuration of GStreamer VA-API Plug-ins
1.12.2:";;
esac
cat <<\_ACEOF
@@ -1870,7 +1870,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer VA-API Plug-ins configure 1.12.1
+GStreamer VA-API Plug-ins configure 1.12.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2285,7 +2285,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 VA-API Plug-ins $as_me 1.12.1, which was
+It was created by GStreamer VA-API Plug-ins $as_me 1.12.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3268,7 +3268,7 @@
# Define the identity of the package.
PACKAGE='gstreamer-vaapi'
- VERSION='1.12.1'
+ VERSION='1.12.2'
cat >>confdefs.h <<_ACEOF
@@ -3479,9 +3479,9 @@
- PACKAGE_VERSION_MAJOR=$(echo 1.12.1 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.12.1 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.12.1 | cut -d'.' -f3)
+ PACKAGE_VERSION_MAJOR=$(echo 1.12.2 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.12.2 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.12.2 | cut -d'.' -f3)
@@ -3492,7 +3492,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.12.1 | cut -d'.' -f4)
+ NANO=$(echo 1.12.2 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8327,10 +8327,10 @@
done
- GST_CURRENT=1201
+ GST_CURRENT=1202
GST_REVISION=0
- GST_AGE=1201
- GST_LIBVERSION=1201:0:1201
+ GST_AGE=1202
+ GST_LIBVERSION=1202:0:1202
@@ -15287,7 +15287,7 @@
# Find any Python interpreter.
if test -z "$PYTHON"; then
- for ac_prog in python python2 python3 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.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
@@ -20318,7 +20318,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GStreamer VA-API Plug-ins $as_me 1.12.1, which was
+This file was extended by GStreamer VA-API Plug-ins $as_me 1.12.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -20384,7 +20384,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 VA-API Plug-ins config.status 1.12.1
+GStreamer VA-API Plug-ins config.status 1.12.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/configure.ac
new/gstreamer-vaapi-1.12.2/configure.ac
--- old/gstreamer-vaapi-1.12.1/configure.ac 2017-06-20 08:56:22.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/configure.ac 2017-07-14 10:15:39.000000000
+0200
@@ -1,7 +1,7 @@
# gstreamer-vaapi package version number
m4_define([gst_vaapi_major_version], [1])
m4_define([gst_vaapi_minor_version], [12])
-m4_define([gst_vaapi_micro_version], [1])
+m4_define([gst_vaapi_micro_version], [2])
m4_define([gst_vaapi_nano_version], [0])
m4_define([gst_vaapi_version],
[gst_vaapi_major_version.gst_vaapi_minor_version.gst_vaapi_micro_version])
@@ -16,9 +16,9 @@
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
# gstreamer-vaapi library (libtool) version number
-m4_define([gst_vaapi_lt_current], [1201])
+m4_define([gst_vaapi_lt_current], [1202])
m4_define([gst_vaapi_lt_revision], [0])
-m4_define([gst_vaapi_lt_age], [1201])
+m4_define([gst_vaapi_lt_age], [1202])
# glib version number
m4_define([glib_version], [2.40])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/docs/Makefile.in
new/gstreamer-vaapi-1.12.2/docs/Makefile.in
--- old/gstreamer-vaapi-1.12.1/docs/Makefile.in 2017-06-20 09:26:36.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/docs/Makefile.in 2017-07-14 12:09:01.000000000
+0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/docs/plugins/Makefile.in
new/gstreamer-vaapi-1.12.2/docs/plugins/Makefile.in
--- old/gstreamer-vaapi-1.12.1/docs/plugins/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/docs/plugins/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gstreamer-vaapi-1.12.1/docs/plugins/html/api-index-full.html
new/gstreamer-vaapi-1.12.2/docs/plugins/html/api-index-full.html
--- old/gstreamer-vaapi-1.12.1/docs/plugins/html/api-index-full.html
2017-06-20 10:43:35.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/docs/plugins/html/api-index-full.html
2017-07-14 12:47:25.000000000 +0200
@@ -25,7 +25,7 @@
<a name="api-index-full"></a>API Index</h1></div></div></div>
<a name="idx"></a><a name="idx"></a><h3 class="title"></h3>
<dt>
-<a class="link"
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--min-qp"
title="The “min-qp” property">GstVaapiEncodeH264:min-qp</a>, object property in
<a class="link" href="gstreamer-vaapi-plugins-vaapih264enc.html"
title="vaapih264enc">vaapih264enc</a>
+<a class="link"
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--num-slices"
title="The “num-slices” property">GstVaapiEncodeH264:num-slices</a>, object
property in <a class="link" href="gstreamer-vaapi-plugins-vaapih264enc.html"
title="vaapih264enc">vaapih264enc</a>
</dt>
<dd></dd>
<a name="idxG"></a><h3 class="title">G</h3>
@@ -82,7 +82,7 @@
</dt>
<dd></dd>
<dt>
-<a class="link"
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--num-slices"
title="The “num-slices” property">GstVaapiEncodeH264:num-slices</a>, object
property in <a class="link" href="gstreamer-vaapi-plugins-vaapih264enc.html"
title="vaapih264enc">vaapih264enc</a>
+<a class="link"
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--min-qp"
title="The “min-qp” property">GstVaapiEncodeH264:min-qp</a>, object property in
<a class="link" href="gstreamer-vaapi-plugins-vaapih264enc.html"
title="vaapih264enc">vaapih264enc</a>
</dt>
<dd></dd>
<dt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gstreamer-vaapi-1.12.1/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
new/gstreamer-vaapi-1.12.2/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
---
old/gstreamer-vaapi-1.12.1/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
2017-06-20 10:43:35.000000000 +0200
+++
new/gstreamer-vaapi-1.12.2/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
2017-07-14 12:47:25.000000000 +0200
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.12.1</td>
+<td>1.12.2</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gstreamer-vaapi-1.12.1/docs/plugins/inspect/plugin-vaapi.xml
new/gstreamer-vaapi-1.12.2/docs/plugins/inspect/plugin-vaapi.xml
--- old/gstreamer-vaapi-1.12.1/docs/plugins/inspect/plugin-vaapi.xml
2017-06-20 10:42:59.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/docs/plugins/inspect/plugin-vaapi.xml
2017-07-14 12:47:04.000000000 +0200
@@ -3,7 +3,7 @@
<description>VA-API based elements</description>
<filename>../../gst/vaapi/.libs/libgstvaapi.so</filename>
<basename>libgstvaapi.so</basename>
- <version>1.12.1</version>
+ <version>1.12.2</version>
<license>LGPL</license>
<source>gstreamer-vaapi</source>
<package>gstreamer-vaapi</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/gst/Makefile.in
new/gstreamer-vaapi-1.12.2/gst/Makefile.in
--- old/gstreamer-vaapi-1.12.1/gst/Makefile.in 2017-06-20 09:26:36.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/gst/Makefile.in 2017-07-14 12:09:01.000000000
+0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/gst/vaapi/Makefile.in
new/gstreamer-vaapi-1.12.2/gst/vaapi/Makefile.in
--- old/gstreamer-vaapi-1.12.1/gst/vaapi/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/gst/vaapi/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gstreamer-vaapi-1.12.1/gst/vaapi/gstvaapipostprocutil.c
new/gstreamer-vaapi-1.12.2/gst/vaapi/gstvaapipostprocutil.c
--- old/gstreamer-vaapi-1.12.1/gst/vaapi/gstvaapipostprocutil.c 2017-06-20
08:40:00.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/gst/vaapi/gstvaapipostprocutil.c 2017-07-14
10:15:39.000000000 +0200
@@ -552,6 +552,30 @@
}
static gboolean
+_set_multiview_mode (GstVaapiPostproc * postproc, GstVideoInfo * vinfo,
+ GstStructure * outs)
+{
+ const gchar *caps_str;
+
+ caps_str =
+ gst_video_multiview_mode_to_caps_string (GST_VIDEO_INFO_MULTIVIEW_MODE
+ (vinfo));
+ if (!caps_str)
+ return TRUE;
+
+ gst_structure_set (outs, "multiview-mode", G_TYPE_STRING, caps_str,
+ "multiview-flags", GST_TYPE_VIDEO_MULTIVIEW_FLAGSET,
+ GST_VIDEO_INFO_MULTIVIEW_FLAGS (vinfo), GST_FLAG_SET_MASK_EXACT, NULL);
+
+ if (GST_VIDEO_INFO_VIEWS (vinfo) > 1) {
+ gst_structure_set (outs, "views", G_TYPE_INT, GST_VIDEO_INFO_VIEWS (vinfo),
+ NULL);
+ }
+
+ return TRUE;
+}
+
+static gboolean
_set_colorimetry (GstVaapiPostproc * postproc, GstVideoFormat format,
GstStructure * outs)
{
@@ -670,6 +694,7 @@
goto fixate_failed;
if (!_fixate_frame_rate (postproc, vinfo, structure))
goto fixate_failed;
+ _set_multiview_mode (postproc, vinfo, structure);
if (f == GST_VAAPI_CAPS_FEATURE_SYSTEM_MEMORY)
_set_colorimetry (postproc, format, structure);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/gst-libs/Makefile.in
new/gstreamer-vaapi-1.12.2/gst-libs/Makefile.in
--- old/gstreamer-vaapi-1.12.1/gst-libs/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/gst-libs/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/gst-libs/gst/Makefile.in
new/gstreamer-vaapi-1.12.2/gst-libs/gst/Makefile.in
--- old/gstreamer-vaapi-1.12.1/gst-libs/gst/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/gst-libs/gst/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/gst-libs/gst/base/Makefile.in
new/gstreamer-vaapi-1.12.2/gst-libs/gst/base/Makefile.in
--- old/gstreamer-vaapi-1.12.1/gst-libs/gst/base/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/gst-libs/gst/base/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/gstreamer-vaapi-1.12.1/gst-libs/gst/vaapi/Makefile.in
new/gstreamer-vaapi-1.12.2/gst-libs/gst/vaapi/Makefile.in
--- old/gstreamer-vaapi-1.12.1/gst-libs/gst/vaapi/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/gst-libs/gst/vaapi/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/gstreamer-vaapi.doap
new/gstreamer-vaapi-1.12.2/gstreamer-vaapi.doap
--- old/gstreamer-vaapi-1.12.1/gstreamer-vaapi.doap 2017-06-20
08:47:38.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/gstreamer-vaapi.doap 2017-07-14
10:15:39.000000000 +0200
@@ -27,6 +27,16 @@
<release>
<Version>
+ <revision>1.12.2</revision>
+ <branch>1.12</branch>
+ <name></name>
+ <created>2017-07-14</created>
+ <file-release
rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.12.2.tar.xz"
/>
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.12.1</revision>
<branch>1.12</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/m4/Makefile.in
new/gstreamer-vaapi-1.12.2/m4/Makefile.in
--- old/gstreamer-vaapi-1.12.1/m4/Makefile.in 2017-06-20 09:26:36.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/m4/Makefile.in 2017-07-14 12:09:01.000000000
+0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/meson.build
new/gstreamer-vaapi-1.12.2/meson.build
--- old/gstreamer-vaapi-1.12.1/meson.build 2017-06-20 09:27:57.000000000
+0200
+++ new/gstreamer-vaapi-1.12.2/meson.build 2017-07-14 10:15:39.000000000
+0200
@@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c',
- version : '1.12.1',
+ version : '1.12.2',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/tests/Makefile.in
new/gstreamer-vaapi-1.12.2/tests/Makefile.in
--- old/gstreamer-vaapi-1.12.1/tests/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/tests/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gstreamer-vaapi-1.12.1/tests/elements/Makefile.in
new/gstreamer-vaapi-1.12.2/tests/elements/Makefile.in
--- old/gstreamer-vaapi-1.12.1/tests/elements/Makefile.in 2017-06-20
09:26:36.000000000 +0200
+++ new/gstreamer-vaapi-1.12.2/tests/elements/Makefile.in 2017-07-14
12:09:01.000000000 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,