Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Factory checked in at 2018-10-12 13:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-vaapi"

Fri Oct 12 13:10:19 2018 rev:32 rq:639889 version:1.14.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
  2018-07-31 15:57:21.351338637 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
     2018-10-12 13:10:21.635328208 +0200
@@ -1,0 +2,12 @@
+Wed Oct  3 15:51:18 UTC 2018 - [email protected]
+
+- Update to version 1.14.4:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+-------------------------------------------------------------------
+Wed Sep 26 20:28:44 UTC 2018 - [email protected]
+
+- Update to version 1.14.3:
+  + Bugfix release, please see .changes in gstreamer main package.
+
+-------------------------------------------------------------------

Old:
----
  gstreamer-vaapi-1.14.2.tar.xz

New:
----
  gstreamer-vaapi-1.14.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.XrmkDs/_old  2018-10-12 13:10:23.127326085 +0200
+++ /var/tmp/diff_new_pack.XrmkDs/_new  2018-10-12 13:10:23.127326085 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define gst_branch 1.0
 Name:           gstreamer-plugins-vaapi
-Version:        1.14.2
+Version:        1.14.4
 Release:        0
 Summary:        Gstreamer VA-API plugins
 License:        LGPL-2.1-or-later

++++++ gstreamer-vaapi-1.14.2.tar.xz -> gstreamer-vaapi-1.14.4.tar.xz ++++++
++++ 3111 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/ChangeLog new/gstreamer-vaapi-1.14.4/ChangeLog
--- old/gstreamer-vaapi-1.14.2/ChangeLog        2018-07-20 02:08:59.000000000 
+0200
+++ new/gstreamer-vaapi-1.14.4/ChangeLog        2018-10-03 00:14:40.000000000 
+0200
@@ -1,3 +1,77 @@
+=== release 1.14.4 ===
+
+2018-10-02 23:14:39 +0100  Tim-Philipp Müller <[email protected]>
+
+       * ChangeLog:
+       * NEWS:
+       * configure.ac:
+       * gstreamer-vaapi.doap:
+       * meson.build:
+         Release 1.14.4
+
+2018-10-02 23:14:39 +0100  Tim-Philipp Müller <[email protected]>
+
+       * docs/plugins/inspect/plugin-vaapi.xml:
+         Update docs
+
+2018-09-19 10:16:36 +0800  Wangfei <[email protected]>
+
+       * gst-libs/gst/vaapi/gstvaapiutils_h265.c:
+         libs: dec: h265: fix the macros used for IDC profile
+         profile_idc flag in SPS only indicate the IDC profile, which may
+         need some other flags together to get the real profile.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797160
+
+=== release 1.14.3 ===
+
+2018-09-16 16:41:00 +0100  Tim-Philipp Müller <[email protected]>
+
+       * ChangeLog:
+       * NEWS:
+       * configure.ac:
+       * gstreamer-vaapi.doap:
+       * meson.build:
+         Release 1.14.3
+
+2018-09-16 16:41:00 +0100  Tim-Philipp Müller <[email protected]>
+
+       * docs/plugins/inspect/plugin-vaapi.xml:
+         Update docs
+
+2018-08-31 20:48:13 -0500  Matteo Valdina <[email protected]>
+
+       * gst/vaapi/gstvaapidecode.c:
+         vaapidecode: sets return value in failure case.
+         In gst_vaapidecode_handle_frame, when there is a decode error
+         there is a code path the returns an uninitialized value.
+         Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=797006
+
+2018-08-30 18:56:40 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst-libs/gst/vaapi/gstvaapidisplay.c:
+         libs: display: lock at extracting available image formates
+         When running several vaapi elements at the concurrently, at
+         initialization, there is a race condition when extractin the avaible
+         formats for images and subpictures.
+         This patch add a lock when the those arrays are filled.
+         https://bugzilla.gnome.org/show_bug.cgi?id=797039
+
+2018-08-16 16:28:15 -0400  Nicolas Dufresne <[email protected]>
+
+       * meson.build:
+         meson: Unify required version to 0.40.1
+
+2018-04-20 11:50:55 +0100  Tim-Philipp Müller <[email protected]>
+
+       * gst-libs/gst/base/meson.build:
+       * gst-libs/gst/vaapi/meson.build:
+         meson: fix miscellaneous meson warnings
+         WARNING: Passed invalid keyword argument "rqeuired".
+         gst-libs/gst/base/meson.build:11: WARNING: Passed invalid keyword 
argument "version".
+         gst-libs/gst/base/meson.build:11: WARNING: Passed invalid keyword 
argument "soversion".
+         gst-libs/gst/vaapi/meson.build:223: WARNING: Passed invalid keyword 
argument "version".
+         gst-libs/gst/vaapi/meson.build:223: WARNING: Passed invalid keyword 
argument "soversion".
+
 === release 1.14.2 ===
 
 2018-07-20 01:08:58 +0100  Tim-Philipp Müller <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/NEWS new/gstreamer-vaapi-1.14.4/NEWS
--- old/gstreamer-vaapi-1.14.2/NEWS     2018-07-20 02:08:57.000000000 +0200
+++ new/gstreamer-vaapi-1.14.4/NEWS     2018-10-03 00:14:38.000000000 +0200
@@ -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
@@ -1390,6 +1390,135 @@
 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 </svg:svg> 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
 
@@ -1413,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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/build-aux/compile 
new/gstreamer-vaapi-1.14.4/build-aux/compile
--- old/gstreamer-vaapi-1.14.2/build-aux/compile        2018-07-20 
02:08:21.000000000 +0200
+++ new/gstreamer-vaapi-1.14.4/build-aux/compile        2018-10-03 
00:14:01.000000000 +0200
@@ -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 <[email protected]>.
 #
 # 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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/build-aux/missing 
new/gstreamer-vaapi-1.14.4/build-aux/missing
--- old/gstreamer-vaapi-1.14.2/build-aux/missing        2018-07-20 
02:08:21.000000000 +0200
+++ new/gstreamer-vaapi-1.14.4/build-aux/missing        2018-10-03 
00:14:01.000000000 +0200
@@ -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 <[email protected]>, 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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/configure.ac new/gstreamer-vaapi-1.14.4/configure.ac
--- old/gstreamer-vaapi-1.14.2/configure.ac     2018-07-20 02:08:08.000000000 
+0200
+++ new/gstreamer-vaapi-1.14.4/configure.ac     2018-10-03 00:13:48.000000000 
+0200
@@ -1,7 +1,7 @@
 # gstreamer-vaapi package version number
 m4_define([gst_vaapi_major_version], [1])
 m4_define([gst_vaapi_minor_version], [14])
-m4_define([gst_vaapi_micro_version], [2])
+m4_define([gst_vaapi_micro_version], [4])
 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,17 +16,17 @@
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 # gstreamer-vaapi library (libtool) version number
-m4_define([gst_vaapi_lt_current],       [1402])
+m4_define([gst_vaapi_lt_current],       [1404])
 m4_define([gst_vaapi_lt_revision],      [0])
-m4_define([gst_vaapi_lt_age],           [1402])
+m4_define([gst_vaapi_lt_age],           [1404])
 
 # glib version number
 m4_define([glib_version], [2.40])
 
 # gstreamer version number
-m4_define([gst_version],                [1.14.2])
-m4_define([gst_plugins_base_version],   [1.14.2])
-m4_define([gst_plugins_bad_version],    [1.14.2])
+m4_define([gst_version],                [1.14.4])
+m4_define([gst_plugins_base_version],   [1.14.4])
+m4_define([gst_plugins_bad_version],    [1.14.4])
 
 # Wayland minimum version number
 m4_define([wayland_api_version], [1.0.2])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
 
new/gstreamer-vaapi-1.14.4/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
--- 
old/gstreamer-vaapi-1.14.2/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
      2018-07-20 02:09:01.000000000 +0200
+++ 
new/gstreamer-vaapi-1.14.4/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
      2018-10-03 00:14:43.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.14.2</td>
+<td>1.14.4</td>
 </tr>
 <tr>
 <td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/docs/plugins/html/gstreamer-vaapi-plugins-vaapih264enc.html
 
new/gstreamer-vaapi-1.14.4/docs/plugins/html/gstreamer-vaapi-plugins-vaapih264enc.html
--- 
old/gstreamer-vaapi-1.14.2/docs/plugins/html/gstreamer-vaapi-plugins-vaapih264enc.html
      2018-07-20 02:09:01.000000000 +0200
+++ 
new/gstreamer-vaapi-1.14.4/docs/plugins/html/gstreamer-vaapi-plugins-vaapih264enc.html
      2018-10-03 00:14:43.000000000 +0200
@@ -154,7 +154,7 @@
 </tr>
 <tr>
 <td class="property_type">
-<a 
href="/usr/share/gtk-doc/html/gobject/gobject-Value-arrays.html#GValueArray"><span
 class="type">GValueArray</span></a> *</td>
+<a 
href="/usr/share/gtk-doc/html/gobject/gobject-Value-arrays.html#GValueArray-struct"><span
 class="type">GValueArray</span></a> *</td>
 <td class="property_name"><a class="link" 
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--view-ids" 
title="The “view-ids” property">view-ids</a></td>
 <td class="property_flags">Read / Write</td>
 </tr>
@@ -496,7 +496,7 @@
 <hr>
 <div class="refsect2">
 <a name="GstVaapiEncodeH264--view-ids"></a><h3>The <code 
class="literal">“view-ids”</code> property</h3>
-<pre class="programlisting">  “view-ids”                 <a 
href="/usr/share/gtk-doc/html/gobject/gobject-Value-arrays.html#GValueArray"><span
 class="type">GValueArray</span></a> *</pre>
+<pre class="programlisting">  “view-ids”                 <a 
href="/usr/share/gtk-doc/html/gobject/gobject-Value-arrays.html#GValueArray-struct"><span
 class="type">GValueArray</span></a> *</pre>
 <p>Set of View Ids used for MVC encoding.</p>
 <p>Flags: Read / Write</p>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/docs/plugins/inspect/plugin-vaapi.xml 
new/gstreamer-vaapi-1.14.4/docs/plugins/inspect/plugin-vaapi.xml
--- old/gstreamer-vaapi-1.14.2/docs/plugins/inspect/plugin-vaapi.xml    
2018-07-20 02:08:58.000000000 +0200
+++ new/gstreamer-vaapi-1.14.4/docs/plugins/inspect/plugin-vaapi.xml    
2018-10-03 00:14:39.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.14.2</version>
+  <version>1.14.4</version>
   <license>LGPL</license>
   <source>gstreamer-vaapi</source>
   <package>gstreamer-vaapi</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/gst/vaapi/gstvaapidecode.c 
new/gstreamer-vaapi-1.14.4/gst/vaapi/gstvaapidecode.c
--- old/gstreamer-vaapi-1.14.2/gst/vaapi/gstvaapidecode.c       2018-03-23 
21:47:55.000000000 +0100
+++ new/gstreamer-vaapi-1.14.4/gst/vaapi/gstvaapidecode.c       2018-09-16 
17:37:53.000000000 +0200
@@ -760,6 +760,7 @@
         ret = GST_FLOW_NOT_SUPPORTED;
         break;
       default:
+        ret = GST_FLOW_OK;
         GST_VIDEO_DECODER_ERROR (vdec, 1, STREAM, DECODE, ("Decoding error"),
             ("Decode error %d", status), ret);
         break;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/gst-libs/gst/base/meson.build 
new/gstreamer-vaapi-1.14.4/gst-libs/gst/base/meson.build
--- old/gstreamer-vaapi-1.14.2/gst-libs/gst/base/meson.build    2018-03-23 
21:47:55.000000000 +0100
+++ new/gstreamer-vaapi-1.14.4/gst-libs/gst/base/meson.build    2018-07-20 
14:50:08.000000000 +0200
@@ -12,8 +12,6 @@
   gstvaapi_baseutils_sources,
   c_args : gstreamer_vaapi_args,
   include_directories: [configinc, libsinc],
-  version : libversion,
-  soversion : soversion,
   dependencies : gstvaapi_baseutils_deps,
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/gst-libs/gst/vaapi/gstvaapidisplay.c 
new/gstreamer-vaapi-1.14.4/gst-libs/gst/vaapi/gstvaapidisplay.c
--- old/gstreamer-vaapi-1.14.2/gst-libs/gst/vaapi/gstvaapidisplay.c     
2018-07-18 18:43:21.000000000 +0200
+++ new/gstreamer-vaapi-1.14.4/gst-libs/gst/vaapi/gstvaapidisplay.c     
2018-09-16 17:37:53.000000000 +0200
@@ -654,8 +654,11 @@
   gint i, n;
   gboolean success = FALSE;
 
-  if (priv->image_formats)
+  GST_VAAPI_DISPLAY_LOCK (display);
+  if (priv->image_formats) {
+    GST_VAAPI_DISPLAY_UNLOCK (display);
     return TRUE;
+  }
 
   priv->image_formats = g_array_new (FALSE, FALSE, sizeof 
(GstVaapiFormatInfo));
   if (!priv->image_formats)
@@ -681,6 +684,7 @@
 
 cleanup:
   g_free (formats);
+  GST_VAAPI_DISPLAY_UNLOCK (display);
   return success;
 }
 
@@ -695,8 +699,11 @@
   guint i, n;
   gboolean success = FALSE;
 
-  if (priv->subpicture_formats)
+  GST_VAAPI_DISPLAY_LOCK (display);
+  if (priv->subpicture_formats) {
+    GST_VAAPI_DISPLAY_UNLOCK (display);
     return TRUE;
+  }
 
   priv->subpicture_formats =
       g_array_new (FALSE, FALSE, sizeof (GstVaapiFormatInfo));
@@ -730,6 +737,7 @@
 cleanup:
   g_free (formats);
   g_free (flags);
+  GST_VAAPI_DISPLAY_UNLOCK (display);
   return success;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/gst-libs/gst/vaapi/gstvaapiutils_h265.c 
new/gstreamer-vaapi-1.14.4/gst-libs/gst/vaapi/gstvaapiutils_h265.c
--- old/gstreamer-vaapi-1.14.2/gst-libs/gst/vaapi/gstvaapiutils_h265.c  
2018-03-23 21:47:55.000000000 +0100
+++ new/gstreamer-vaapi-1.14.4/gst-libs/gst/vaapi/gstvaapiutils_h265.c  
2018-09-30 22:18:44.000000000 +0200
@@ -137,13 +137,13 @@
   GstVaapiProfile profile;
 
   switch (profile_idc) {
-    case GST_H265_PROFILE_MAIN:
+    case GST_H265_PROFILE_IDC_MAIN:
       profile = GST_VAAPI_PROFILE_H265_MAIN;
       break;
-    case GST_H265_PROFILE_MAIN_10:
+    case GST_H265_PROFILE_IDC_MAIN_10:
       profile = GST_VAAPI_PROFILE_H265_MAIN10;
       break;
-    case GST_H265_PROFILE_MAIN_STILL_PICTURE:
+    case GST_H265_PROFILE_IDC_MAIN_STILL_PICTURE:
       profile = GST_VAAPI_PROFILE_H265_MAIN_STILL_PICTURE;
       break;
     default:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/gst-libs/gst/vaapi/meson.build 
new/gstreamer-vaapi-1.14.4/gst-libs/gst/vaapi/meson.build
--- old/gstreamer-vaapi-1.14.2/gst-libs/gst/vaapi/meson.build   2018-03-23 
21:47:55.000000000 +0100
+++ new/gstreamer-vaapi-1.14.4/gst-libs/gst/vaapi/meson.build   2018-07-20 
14:50:08.000000000 +0200
@@ -224,8 +224,6 @@
   gstlibvaapi_sources,
   c_args : gstreamer_vaapi_args + ['-DIN_LIBGSTVAAPI_CORE', 
'-DGST_USE_UNSTABLE_API', '-DGST_VAAPI_VERSION_ID="@0@"'.format(gst_version)],
   include_directories: [configinc, libsinc],
-  version : libversion,
-  soversion : soversion,
   dependencies : gstlibvaapi_deps,
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/gstreamer-vaapi.doap 
new/gstreamer-vaapi-1.14.4/gstreamer-vaapi.doap
--- old/gstreamer-vaapi-1.14.2/gstreamer-vaapi.doap     2018-07-20 
02:08:08.000000000 +0200
+++ new/gstreamer-vaapi-1.14.4/gstreamer-vaapi.doap     2018-10-03 
00:13:48.000000000 +0200
@@ -27,6 +27,26 @@
 
  <release>
   <Version>
+   <revision>1.14.4</revision>
+   <branch>1.14</branch>
+   <name></name>
+   <created>2018-10-02</created>
+   <file-release 
rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.14.4.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
+   <revision>1.14.3</revision>
+   <branch>1.14</branch>
+   <name></name>
+   <created>2018-09-16</created>
+   <file-release 
rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.14.3.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.14.2</revision>
    <branch>1.14</branch>
    <name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/gstreamer-vaapi-1.14.2/meson.build new/gstreamer-vaapi-1.14.4/meson.build
--- old/gstreamer-vaapi-1.14.2/meson.build      2018-07-20 02:08:08.000000000 
+0200
+++ new/gstreamer-vaapi-1.14.4/meson.build      2018-10-03 00:13:48.000000000 
+0200
@@ -1,6 +1,6 @@
 project('gstreamer-vaapi', 'c',
-  version : '1.14.2',
-  meson_version : '>= 0.36.0',
+  version : '1.14.4',
+  meson_version : '>= 0.40.1',
   default_options : [ 'warning_level=1',
                       'buildtype=debugoptimized' ])
 


Reply via email to