Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Factory checked in at 2016-09-08 17:38:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-vaapi"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
  2016-06-19 10:49:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
     2016-09-08 17:38:51.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Aug 22 19:33:53 UTC 2016 - [email protected]
+
+- Update to version 1.8.3 (boo#996937):
+  + Bugs fixed: bgo#769250, bgo#768458, bgo#769237, bgo#768458,
+    bgo#768544, bgo#767946, bgo#767934, bgo#767699, bgo#766184,
+    bgo#765368.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.CDoZrU/_old  2016-09-08 17:38:52.000000000 +0200
+++ /var/tmp/diff_new_pack.CDoZrU/_new  2016-09-08 17:38:52.000000000 +0200
@@ -19,7 +19,7 @@
 %define gst_branch 1.0
 
 Name:           gstreamer-plugins-vaapi
-Version:        1.8.2
+Version:        1.8.3
 Release:        0
 Summary:        Gstreamer VA-API plugins
 License:        LGPL-2.1+

++++++ gstreamer-vaapi-1.8.2.tar.xz -> gstreamer-vaapi-1.8.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/ChangeLog 
new/gstreamer-vaapi-1.8.3/ChangeLog
--- old/gstreamer-vaapi-1.8.2/ChangeLog 2016-06-09 10:36:15.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/ChangeLog 2016-08-19 11:39:54.000000000 +0200
@@ -1,9 +1,147 @@
+=== release 1.8.3 ===
+
+2016-08-19  Sebastian Dröge <[email protected]>
+
+       * configure.ac:
+         releasing 1.8.3
+
+2016-08-16 11:58:38 +0300  Scott D Phillips <[email protected]>
+
+       * gst-libs/gst/vaapi/gstvaapidecoder_vc1.c:
+         decoder: vc1: Print error on interlaced content
+         Interlaced video is as yet unsupported in the vc1 element. Print
+         an error to make that more obvious.
+         https://bugzilla.gnome.org/show_bug.cgi?id=769250
+
+2016-08-10 13:29:45 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst-libs/gst/vaapi/gstvaapiencoder_h264.c:
+         encoder: h264: fix C90 mixed declarations and code
+         Commit 4259d1a introduced this compilation error. This patch fixes it.
+
+2016-07-21 17:38:40 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst-libs/gst/vaapi/gstvaapiencoder_h264.c:
+       * gst-libs/gst/vaapi/gstvaapiencoder_h265.c:
+       * gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c:
+       * gst-libs/gst/vaapi/gstvaapiencoder_vp8.c:
+         encoder: h264,h265,mpeg2,vp8: use gst_util_uint64_scale() for bitrate
+         Use gst_util_uint64_scale() to calculate bitrate instead of normal 
arithmetic
+         to avoid overflows, underflows and loss of precision.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768458
+
+2016-07-27 10:09:38 -0700  Scott D Phillips <[email protected]>
+
+       * configure.ac:
+         configure: Fix non-fatal PKG_CHECK_MODULES invocations
+         Some invocations of PKG_CHECK_MODULES were intended to be non-fatal if
+         the package is missing, but action-if-not-found was given as an empty
+         string which still causes the default action to run, which halts
+         execution.
+         Signed-off-by: Scott D Phillips <[email protected]>
+         https://bugzilla.gnome.org/show_bug.cgi?id=769237
+
+2016-07-05 20:07:15 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst-libs/gst/vaapi/gstvaapiencoder_h264.c:
+       * gst-libs/gst/vaapi/gstvaapiencoder_h265.c:
+         vaapiencode: h264,h265: validate fps numerator
+         Validate that fps numerator is non-zero so it can be used to calculate
+         the duration of the B frame.
+         Also it gst_util_uint64_scale() is used instead of normal arithmetic 
in
+         order to aviod overflows, underflows and loss of precision.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768458
+
+2016-07-21 11:24:31 +0300  Allen Zhang <Zhang, Zhangfei>
+
+       * gst-libs/gst/vaapi/gstvaapidecoder_h265.c:
+         decoder: h265: handle the SEI NAL units included in codec_data
+         The prefix/suffix SEI nal units can appear in codec_data too
+         which weren't handled before. Parse these SEI headers to
+         fix the segfault.
+         https://bugzilla.gnome.org/show_bug.cgi?id=768544
+
+2016-06-24 12:05:24 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst/vaapi/gstvaapivideocontext.c:
+         vaapivideocontext: check if query context is NULL
+         Under certain conditions the element might receive a positive context 
query
+         but without a context instance. This situation will lead to a 
segmentation
+         fault when traversing the context list in the pipeline.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767946
+
+2016-06-22 15:11:56 +0300  Hyunjun Ko <[email protected]>
+
+       * gst-libs/gst/vaapi/gstvaapidecoder_h265.c:
+         decoder: h265: fix to release all dpb pictures
+         Without this, all dpb pictures are not released during flush,
+         because we used the global dpb_count variable for checking the
+         dpb fullness which get decremented in dpb_remove_index()
+         routine during each loop iteration.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767934
+
+2016-06-17 16:53:26 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst/vaapi/gstvaapidecodebin.c:
+         vaapidecodebin: add vp9 in sink pad template
+
+2016-06-15 20:19:27 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst/vaapi/gstvaapisink.c:
+         vaapisink: return caps template if no display
+         If vaapisink received a caps query before getting a VA display, it 
returned
+         only the surfaces related caps. This behavior broke the autovideosink
+         negotiation.
+         This patch returns the pad's template caps if no VA display, 
otherwise the
+         caps are crafted as before.
+         https://bugzilla.gnome.org/show_bug.cgi?id=767699
+
+2016-06-14 09:45:22 -0700  Scott D Phillips <[email protected]>
+
+       * gst/vaapi/gstvaapivideobufferpool.c:
+         vaapivideobufferpool: add video meta to config when needed
+         In cases where we know the video meta must be present, add it to
+         the pool configuration.
+         Signed-off-by: Scott D Phillips <[email protected]>
+         https://bugzilla.gnome.org/show_bug.cgi?id=766184
+
+2016-06-13 10:48:41 -0700  Scott D Phillips <[email protected]>
+
+       * gst/vaapi/gstvaapipluginbase.c:
+         plugins: retry pool config
+         if gst_buffer_pool_set_config returns FALSE, check the modified
+         config and retry set_config if the config is still acceptable.
+         Signed-off-by: Scott D Phillips <[email protected]>
+         https://bugzilla.gnome.org/show_bug.cgi?id=766184
+
+2016-04-21 12:57:30 +0200  Víctor Manuel Jáquez Leal <[email protected]>
+
+       * gst/vaapi/gstvaapidecode.c:
+       * gst/vaapi/gstvaapiencode.c:
+       * gst/vaapi/gstvaapipluginbase.c:
+       * gst/vaapi/gstvaapipluginbase.h:
+       * gst/vaapi/gstvaapipostproc.c:
+       * gst/vaapi/gstvaapisink.c:
+         plugins: rework set_context() vmethod definition
+         In bug 757598 was added the set_context() vmethod chain up in
+         GstVaapiPluginBase. But it is buggy, since the parent_class address is
+         assigned to the last element which called 
gst_vaapi_plugin_base_class_init().
+         No error has shown up since none of the element's base classes 
redefined
+         set_context() vmethod from GstElement, so always the correct function 
was
+         called. Still this code is wrong and this patch make it right.
+         Since set_context() is the same code, a macro is used to implement 
that code
+         in all the gst-vaapi elements.
+         https://bugzilla.gnome.org/show_bug.cgi?id=765368
+
 === release 1.8.2 ===
 
-2016-06-09  Sebastian Dröge <[email protected]>
+2016-06-09 11:53:29 +0300  Sebastian Dröge <[email protected]>
 
+       * ChangeLog:
+       * NEWS:
        * configure.ac:
-         releasing 1.8.2
+       * gstreamer-vaapi.doap:
+         Release 1.8.2
 
 2016-04-29 13:11:48 +0200  Víctor Manuel Jáquez Leal <[email protected]>
 
@@ -492,8 +630,6 @@
        * docs/plugins/gstreamer-vaapi-plugins.types:
        * docs/reference/Makefile.am:
        * docs/reference/plugins/Makefile.am:
-       * docs/reference/plugins/plugins-docs.xml.in:
-       * docs/reference/plugins/plugins-overrides.txt:
        * docs/reference/plugins/plugins-sections.txt:
        * docs/reference/plugins/plugins.types:
        * docs/version.entities.in:
@@ -1165,9 +1301,7 @@
 
 2015-11-27 14:24:55 +0200  Sreerenj Balachandran 
<[email protected]>
 
-       * patches/videoparsers/0005-h265parse-include-gstvaapiparse.h.patch:
        * 
patches/videoparsers/0005-videoparsers-h264-Disable-passthorugh-mode-enabling.patch:
-       * 
patches/videoparsers/0006-h265parse-fix-build-with-GStreamer-1.5.patch:
        * patches/videoparsers/0006-h265parse-include-gstvaapiparse.h.patch:
        * 
patches/videoparsers/0007-h265parse-fix-build-with-GStreamer-1.5.patch:
        * patches/videoparsers/series.frag:
@@ -1821,7 +1955,6 @@
 
 2015-09-14 19:19:56 +0200  Víctor Manuel Jáquez Leal <[email protected]>
 
-       * patches/videoparsers/0001-h265parse-include-gstvaapiparse.h.patch:
        * patches/videoparsers/0005-h265parse-include-gstvaapiparse.h.patch:
        * patches/videoparsers/series.frag:
          patches/videoparsers: h265parser: rename patch keeping number
@@ -1840,7 +1973,6 @@
 2015-09-14 19:16:51 +0200  Víctor Manuel Jáquez Leal <[email protected]>
 
        * 
patches/videoparsers/0004-h264parse-Disable-3D-video-support-for-GStreamer-1.5.patch:
-       * 
patches/videoparsers/0004-h264parse-Disable-3D-video-support-for-GStremaer-1.5.patch:
        * patches/videoparsers/series.frag:
          patches/videoparsers: h264parser: fix description and refresh
          Fix a typo in the patch description and refresh it in order to avoid 
the
@@ -3051,7 +3183,6 @@
 2015-05-26 10:21:59 +0300  Sreerenj Balachandran 
<[email protected]>
 
        * 
patches/videoparsers/0003-h264parse-default-to-byte-stream-nalu-format-Annex-B.patch:
-       * 
patches/videoparsers/0004-h264parse-default-to-byte-stream-nalu-format-Annex-B.patch:
        * patches/videoparsers/series.frag:
          patches/videoparsers: Rebase the patch on top of gst-vaapi-branch 
commit 20ee952
          Signed-off-by: Sreerenj Balachandran <[email protected]>
@@ -12384,8 +12515,6 @@
 
        * gst-libs/gst/vaapi/Makefile.am:
        * gst-libs/gst/vaapi/gstvaapidecoder.c:
-       * gst-libs/gst/vaapi/gstvaapidecoder_frame.c:
-       * gst-libs/gst/vaapi/gstvaapidecoder_frame.h:
        * gst-libs/gst/vaapi/gstvaapidecoder_priv.h:
        * gst-libs/gst/vaapi/gstvaapiparser_frame.c:
        * gst-libs/gst/vaapi/gstvaapiparser_frame.h:
@@ -12818,8 +12947,6 @@
 
        * docs/reference/libs/libs-sections.txt:
        * gst-libs/gst/vaapi/Makefile.am:
-       * gst-libs/gst/vaapi/gstvaapivideometa.c:
-       * gst-libs/gst/vaapi/gstvaapivideometa.h:
        * gst/vaapi/Makefile.am:
        * gst/vaapi/gstvaapidecode.c:
        * gst/vaapi/gstvaapidownload.c:
@@ -12857,7 +12984,6 @@
        * docs/reference/libs/libs-sections.txt:
        * docs/reference/libs/libs.core.types:
        * gst-libs/gst/vaapi/Makefile.am:
-       * gst-libs/gst/vaapi/gstvaapivideobuffer.c:
        * gst-libs/gst/vaapi/gstvaapivideobuffer.h:
        * gst/vaapi/Makefile.am:
        * gst/vaapi/gstvaapidownload.h:
@@ -18085,8 +18211,6 @@
        * docs/reference/plugins/plugins.types:
        * gst/vaapi/Makefile.am:
        * gst/vaapi/gstvaapi.c:
-       * gst/vaapi/gstvaapiconvert.c:
-       * gst/vaapi/gstvaapiconvert.h:
        * gst/vaapi/gstvaapiupload.c:
        * gst/vaapi/gstvaapiupload.h:
          Rename vaapiconvert element to vaapiupload.
@@ -18388,7 +18512,6 @@
        * configure.ac:
        * gst-libs/gst/vaapi/Makefile.am:
        * gst-libs/gst/vaapi/gstvaapiutils_gst.c:
-       * gst-libs/gst/vaapi/gstvaapiutils_gst.h:
        * gst/vaapi/Makefile.am:
        * gst/vaapi/gstvaapiconvert.c:
        * gst/vaapi/gstvaapidecode.c:
@@ -18480,14 +18603,7 @@
        * gst/vaapi/gstvaapisink.c:
        * gst/vaapi/gstvaapisink.h:
        * gst/vaapiconvert/Makefile.am:
-       * gst/vaapiconvert/gstvaapiconvert.c:
-       * gst/vaapiconvert/gstvaapiconvert.h:
        * gst/vaapidecode/Makefile.am:
-       * gst/vaapidecode/gstvaapidecode.c:
-       * gst/vaapidecode/gstvaapidecode.h:
-       * gst/vaapisink/Makefile.am:
-       * gst/vaapisink/gstvaapisink.c:
-       * gst/vaapisink/gstvaapisink.h:
          Group all plugins into the same bundle
          Signed-off-by: Gwenole Beauchesne <[email protected]>
 
@@ -20041,13 +20157,6 @@
        * gst/vaapisink/Makefile.am:
        * gst/vaapisink/gstvaapisink.c:
        * gst/vaapisink/gstvaapisink.h:
-       * sys/Makefile.am:
-       * sys/vaapiconvert/Makefile.am:
-       * sys/vaapiconvert/gstvaapiconvert.c:
-       * sys/vaapiconvert/gstvaapiconvert.h:
-       * sys/vaapisink/Makefile.am:
-       * sys/vaapisink/gstvaapisink.c:
-       * sys/vaapisink/gstvaapisink.h:
          Rename to gst/ as sys/ was too vague.
 
 2010-03-30 07:39:16 +0000  gb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
@@ -20124,7 +20233,6 @@
        * docs/reference/libs/Makefile.am:
        * docs/reference/libs/libs.core.types:
        * docs/reference/libs/libs.glx.types:
-       * docs/reference/libs/libs.types:
        * docs/reference/libs/libs.x11.types:
          Fix doc build.
 
@@ -20507,7 +20615,6 @@
        * gst-libs/gst/vaapi/Makefile.am:
        * gst-libs/gst/vaapi/gstvaapiobject.c:
        * gst-libs/gst/vaapi/gstvaapiparamspecs.c:
-       * gst-libs/gst/vaapi/gstvaapitypes.c:
        * gst-libs/gst/vaapi/gstvaapitypes.h:
        * gst-libs/gst/vaapi/gstvaapivalue.c:
          Move GValue specific stuff to a dedicated file.
@@ -20638,17 +20745,6 @@
        * debian.upstream/libgstvaapi-x11.install.in:
        * debian.upstream/libgstvaapi.install.in:
        * debian.upstream/rules:
-       * debian/Makefile.am:
-       * debian/changelog.in:
-       * debian/compat:
-       * debian/control.in:
-       * debian/copyright:
-       * debian/gstreamer-vaapi-doc.install.in:
-       * debian/gstreamer-vaapi.install.in:
-       * debian/libgstvaapi-dev.install.in:
-       * debian/libgstvaapi-x11.install.in:
-       * debian/libgstvaapi.install.in:
-       * debian/rules:
          Generate upstream packages through make deb.upstream.
 
 2010-03-23 17:40:03 +0000  gb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
@@ -21270,7 +21366,6 @@
        * gst-libs/gst/vaapi/gstvaapivideopool.c:
        * gst-libs/gst/vaapi/gstvaapiwindow.c:
        * gst-libs/gst/vaapi/gstvaapiwindow_x11.c:
-       * gst-libs/gst/vaapi/vaapi_debug.h:
          Rename vaapi_debug.h to gstvaapidebug.h.
 
 2010-03-16 09:15:48 +0000  gb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
@@ -21284,8 +21379,6 @@
        * gst-libs/gst/vaapi/gstvaapiutils.c:
        * gst-libs/gst/vaapi/gstvaapiutils.h:
        * gst-libs/gst/vaapi/vaapi_debug.h:
-       * gst-libs/gst/vaapi/vaapi_utils.c:
-       * gst-libs/gst/vaapi/vaapi_utils.h:
          Move vaapi_utils.* to gstvaapiutils.*
 
 2010-03-16 09:13:16 +0000  gb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
@@ -21304,8 +21397,6 @@
 2010-03-16 09:03:10 +0000  gb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
 
        * gst-libs/gst/vaapi/Makefile.am:
-       * gst-libs/gst/vaapi/gstvaapisinkbase.c:
-       * gst-libs/gst/vaapi/gstvaapisinkbase.h:
        * gst-libs/gst/vaapi/gstvaapivideosink.c:
        * gst-libs/gst/vaapi/gstvaapivideosink.h:
        * sys/vaapiconvert/gstvaapiconvert.c:
@@ -21318,9 +21409,6 @@
        * tests/Makefile.am:
        * tests/examples/Makefile.am:
        * tests/examples/generic/Makefile.am:
-       * tests/examples/generic/test-display.c:
-       * tests/examples/generic/test-surfaces.c:
-       * tests/examples/generic/test-windows.c:
        * tests/test-display.c:
        * tests/test-surfaces.c:
        * tests/test-windows.c:
@@ -21619,7 +21707,6 @@
 
 2010-03-05 15:26:36 +0000  gb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
 
-       * sys/vaapi/Makefile.am:
        * sys/vaapisink/Makefile.am:
          Rename to vaapisink.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/NEWS 
new/gstreamer-vaapi-1.8.3/NEWS
--- old/gstreamer-vaapi-1.8.2/NEWS      2016-06-09 10:37:00.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/NEWS      2016-08-19 11:41:11.000000000 +0200
@@ -1,26 +1,29 @@
-### 1.8.2
+### 1.8.3
 
-The first 1.8 bug-fix release (1.8.2) was released on 9 June 2016.
-This release only contains bugfixes and it should be safe to update from 1.8.0.
+The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016.
+This release only contains bugfixes and it should be safe to update from 1.8.x.
 
-#### Major bugfixes in 1.8.2
+#### Major bugfixes in 1.8.3
 
- - Fix vp8enc and flacenc segmentation faults on Windows
- - Fix Android build failure due to BSD sed on OS X
- - Fix Android build failure with applications targetting API > 20
- - Fix playback of live MS SmoothStreaming streams
- - Fix various issues with vtdec and caopengllayersink on OS X
- - Fix severe performance degradation in various image decoders
- - Fix sample rate negotiation in opusdec
- - Fix regression in typefind, causing deadlocks in some situations
- - Fix mpegtsmux to set PTS on all output buffers again
- - Fix extraction of frame dimensions from SDP in RTP JPEG depayloader
- - Fix failure in v4l2videodec when setting of format fails after starting
+ - Fix Android build scripts on OS X and Windows
+ - Fix stepping in PAUSED state in certain circumstances
+ - Fix jackaudiosink hang when exiting
+ - Fix udpsrc receiving multicast packets not only from the selected
+   multicast group
+ - Fix unnecessary decoding of unselected streams in GES
+ - Fix (multi)udpsink randomly not sending to clients
+ - Fix ALL\_BOTH probes not considering EVENT\_FLUSH
+ - Fix average input rate calculations in queue2
+ - Fix various locking issues causing deadlock in adaptivedemux
+ - Fix gst-libav encoders to correctly produce codec\_data in caps
+ - Add Wayland, Windows and Rasberry Pi support to the QML GL video sink
+ - Add support for building with OpenH264 1.6
+ - Add support for controlling deinterlacing in GES video sources
  - ... and many, many more!
 
-For a full list of bugfixes see [Bugzilla][buglist-1.8.2]. Note that this is
+For a full list of bugfixes see [Bugzilla][buglist-1.8.3]. 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.8.2]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=130196&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.2
+[buglist-1.8.3]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=145400&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/build-aux/ltmain.sh 
new/gstreamer-vaapi-1.8.3/build-aux/ltmain.sh
--- old/gstreamer-vaapi-1.8.2/build-aux/ltmain.sh       2016-06-09 
09:27:08.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/build-aux/ltmain.sh       2016-08-19 
10:26:31.000000000 +0200
@@ -31,7 +31,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.6 Debian-2.4.6-0.1"
+VERSION="2.4.6 Debian-2.4.6-1"
 package_revision=2.4.6
 
 
@@ -1977,7 +1977,7 @@
 # End:
 
 # Set a version string.
-scriptversion='(GNU libtool) 2.4.6'
+scriptversion='(GNU libtool) 2.4.6 Debian-2.4.6-1'
 
 
 # func_echo ARG...
@@ -2068,7 +2068,7 @@
        compiler:       $LTCC
        compiler flags: $LTCFLAGS
        linker:         $LD (gnu? $with_gnu_ld)
-       version:        $progname (GNU libtool) 2.4.6
+       version:        $progname $scriptversion
        automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
        autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/configure 
new/gstreamer-vaapi-1.8.3/configure
--- old/gstreamer-vaapi-1.8.2/configure 2016-06-09 09:27:11.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/configure 2016-08-19 10:26:34.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.8.2.
+# Generated by GNU Autoconf 2.69 for GStreamer VA-API Plug-ins 1.8.3.
 #
 # 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.8.2'
-PACKAGE_STRING='GStreamer VA-API Plug-ins 1.8.2'
+PACKAGE_VERSION='1.8.3'
+PACKAGE_STRING='GStreamer VA-API Plug-ins 1.8.3'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
 PACKAGE_URL=''
 
@@ -1578,7 +1578,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.8.2 to adapt to many kinds 
of systems.
+\`configure' configures GStreamer VA-API Plug-ins 1.8.3 to adapt to many kinds 
of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1650,7 +1650,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GStreamer VA-API Plug-ins 
1.8.2:";;
+     short | recursive ) echo "Configuration of GStreamer VA-API Plug-ins 
1.8.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1875,7 +1875,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GStreamer VA-API Plug-ins configure 1.8.2
+GStreamer VA-API Plug-ins configure 1.8.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2290,7 +2290,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.8.2, which was
+It was created by GStreamer VA-API Plug-ins $as_me 1.8.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3273,7 +3273,7 @@
 
 # Define the identity of the package.
  PACKAGE='gstreamer-vaapi'
- VERSION='1.8.2'
+ VERSION='1.8.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3484,9 +3484,9 @@
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.8.2 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.8.2 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.8.2 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.8.3 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.8.3 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.8.3 | cut -d'.' -f3)
 
 
 
@@ -3497,7 +3497,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.8.2 | cut -d'.' -f4)
+  NANO=$(echo 1.8.3 | cut -d'.' -f4)
 
   if test x"$NANO" = x || test "x$NANO" = "x0" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8332,10 +8332,10 @@
 done
 
 
-  GST_CURRENT=802
+  GST_CURRENT=803
   GST_REVISION=0
-  GST_AGE=802
-  GST_LIBVERSION=802:0:802
+  GST_AGE=803
+  GST_LIBVERSION=803:0:803
 
 
 
@@ -16890,30 +16890,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$GST_GL_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (gstreamer-gl-$GST_API_VERSION >= 
$GST_PBADREQ) were not met:
-
-$GST_GL_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GST_GL_CFLAGS
-and GST_GL_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GST_GL_CFLAGS
-and GST_GL_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        GST_GL_CFLAGS=$pkg_cv_GST_GL_CFLAGS
        GST_GL_LIBS=$pkg_cv_GST_GL_LIBS
@@ -17062,30 +17043,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$DRM_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (libdrm libudev) were not met:
-
-$DRM_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables DRM_CFLAGS
-and DRM_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables DRM_CFLAGS
-and DRM_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        DRM_CFLAGS=$pkg_cv_DRM_CFLAGS
        DRM_LIBS=$pkg_cv_DRM_LIBS
@@ -17175,30 +17137,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$X11_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (x11) were not met:
-
-$X11_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables X11_CFLAGS
-and X11_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables X11_CFLAGS
-and X11_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        X11_CFLAGS=$pkg_cv_X11_CFLAGS
        X11_LIBS=$pkg_cv_X11_LIBS
@@ -17307,30 +17250,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$XRANDR_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (xrandr) were not met:
-
-$XRANDR_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables XRANDR_CFLAGS
-and XRANDR_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables XRANDR_CFLAGS
-and XRANDR_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        XRANDR_CFLAGS=$pkg_cv_XRANDR_CFLAGS
        XRANDR_LIBS=$pkg_cv_XRANDR_LIBS
@@ -17417,30 +17341,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$XRENDER_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (xrender) were not met:
-
-$XRENDER_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables XRENDER_CFLAGS
-and XRENDER_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables XRENDER_CFLAGS
-and XRENDER_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        XRENDER_CFLAGS=$pkg_cv_XRENDER_CFLAGS
        XRENDER_LIBS=$pkg_cv_XRENDER_LIBS
@@ -17937,30 +17842,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$EGL_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (egl) were not met:
-
-$EGL_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables EGL_CFLAGS
-and EGL_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables EGL_CFLAGS
-and EGL_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        EGL_CFLAGS=$pkg_cv_EGL_CFLAGS
        EGL_LIBS=$pkg_cv_EGL_LIBS
@@ -18190,30 +18076,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$WAYLAND_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (wayland-client >= $WAYLAND_REQ) 
were not met:
-
-$WAYLAND_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables WAYLAND_CFLAGS
-and WAYLAND_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables WAYLAND_CFLAGS
-and WAYLAND_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        WAYLAND_CFLAGS=$pkg_cv_WAYLAND_CFLAGS
        WAYLAND_LIBS=$pkg_cv_WAYLAND_LIBS
@@ -18891,30 +18758,11 @@
        # Put the nasty error message in config.log where it belongs
        echo "$LIBVA_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (libva >= $VAAPI_ENC_REQ) were not 
met:
-
-$LIBVA_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables LIBVA_CFLAGS
-and LIBVA_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-" "$LINENO" 5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+                :
 elif test $pkg_failed = untried; 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 $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables LIBVA_CFLAGS
-and LIBVA_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
+       :
 else
        LIBVA_CFLAGS=$pkg_cv_LIBVA_CFLAGS
        LIBVA_LIBS=$pkg_cv_LIBVA_LIBS
@@ -20499,7 +20347,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.8.2, which was
+This file was extended by GStreamer VA-API Plug-ins $as_me 1.8.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20565,7 +20413,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.8.2
+GStreamer VA-API Plug-ins config.status 1.8.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -21700,7 +21548,6 @@
     cat <<_LT_EOF >> "$cfgfile"
 #! $SHELL
 # Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
 # Provide generalized library-building support services.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/configure.ac 
new/gstreamer-vaapi-1.8.3/configure.ac
--- old/gstreamer-vaapi-1.8.2/configure.ac      2016-06-09 09:10:03.000000000 
+0200
+++ new/gstreamer-vaapi-1.8.3/configure.ac      2016-08-19 10:26:26.000000000 
+0200
@@ -1,7 +1,7 @@
 # gstreamer-vaapi package version number
 m4_define([gst_vaapi_major_version], [1])
 m4_define([gst_vaapi_minor_version], [8])
-m4_define([gst_vaapi_micro_version], [2])
+m4_define([gst_vaapi_micro_version], [3])
 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],       [802])
+m4_define([gst_vaapi_lt_current],       [803])
 m4_define([gst_vaapi_lt_revision],      [0])
-m4_define([gst_vaapi_lt_age],           [802])
+m4_define([gst_vaapi_lt_age],           [803])
 
 # glib version number
 m4_define([glib_version], [2.32])
@@ -280,7 +280,7 @@
           CPPFLAGS="$saved_CPPFLAGS"
           LIBS="$saved_LIBS"
         ])
-    ], [])
+    ], [:])
 fi
 AS_IF([test "x$ac_cv_have_gst_gl_helpers" = "xno"], [HAVE_GSTGL=0])
 AM_CONDITIONAL([USE_GST_GL_HELPERS], [test $HAVE_GSTGL -eq 1])
@@ -306,7 +306,7 @@
       CPPFLAGS="$CPPFLAGS $DRM_CFLAGS"
       AC_CHECK_HEADERS([drm_fourcc.h], [], [USE_DRM=0])
       CPPFLAGS="$saved_CPPFLAGS"
-    ], [])
+    ], [:])
 fi
 
 dnl Check for X11
@@ -319,7 +319,7 @@
       CPPFLAGS="$CPPFLAGS $X11_CFLAGS"
       AC_CHECK_HEADERS([X11/Xlib.h X11/Xutil.h X11/Xatom.h], [], [USE_X11=0])
       CPPFLAGS="$saved_CPPFLAGS"
-    ], [])
+    ], [:])
 fi
 
 HAVE_XKBLIB=0
@@ -338,7 +338,7 @@
       CPPFLAGS="$CPPFLAGS $XRANDR_CFLAGS"
       AC_CHECK_HEADERS([X11/extensions/Xrandr.h], [], [HAVE_XRANDR=0])
       CPPFLAGS="$saved_CPPFLAGS"
-    ], [])
+    ], [:])
 
   dnl Check for XRender
   PKG_CHECK_MODULES([XRENDER], [xrender],
@@ -348,7 +348,7 @@
       CPPFLAGS="$CPPFLAGS $XRENDER_CFLAGS"
       AC_CHECK_HEADERS([X11/extensions/Xrender.h], [], [HAVE_XRENDER=0])
       CPPFLAGS="$saved_CPPFLAGS"
-    ], [])
+    ], [:])
 fi
 
 AC_DEFINE_UNQUOTED([HAVE_XKBLIB], [$HAVE_XKBLIB],
@@ -463,7 +463,7 @@
 
       dnl Check for GMODULE
       PKG_CHECK_MODULES([GMODULE], [gmodule-2.0 >= $GLIB_REQ])
-    ], [])
+    ], [:])
 fi
 
 dnl Check for Wayland
@@ -476,7 +476,7 @@
       CPPFLAGS="$CPPFLAGS $WAYLAND_CFLAGS"
       AC_CHECK_HEADERS([wayland-client.h], [], [USE_WAYLAND=0])
       CPPFLAGS="$saved_CPPFLAGS"
-    ], [])
+    ], [:])
 fi
 
 dnl ---------------------------------------------------------------------------
@@ -717,7 +717,7 @@
 #include <va/va.h>
         ])
       CPPFLAGS="$saved_CPPFLAGS"
-    ], [])
+    ], [:])
 fi
 
 USE_JPEG_ENCODER=0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/docs/plugins/html/api-index-full.html 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/api-index-full.html
--- old/gstreamer-vaapi-1.8.2/docs/plugins/html/api-index-full.html     
2016-06-09 10:37:50.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/docs/plugins/html/api-index-full.html     
2016-08-19 11:42:07.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--cabac" 
title="The “cabac” property">GstVaapiEncodeH264:cabac</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-views" 
title="The “num-views” property">GstVaapiEncodeH264:num-views</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>
@@ -58,6 +58,10 @@
 </dt>
 <dd></dd>
 <dt>
+<a class="link" 
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--cabac" 
title="The “cabac” property">GstVaapiEncodeH264:cabac</a>, object property in 
<a class="link" href="gstreamer-vaapi-plugins-vaapih264enc.html" 
title="vaapih264enc">vaapih264enc</a>
+</dt>
+<dd></dd>
+<dt>
 <a class="link" 
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--cpb-length" 
title="The “cpb-length” property">GstVaapiEncodeH264:cpb-length</a>, object 
property in <a class="link" href="gstreamer-vaapi-plugins-vaapih264enc.html" 
title="vaapih264enc">vaapih264enc</a>
 </dt>
 <dd></dd>
@@ -86,10 +90,6 @@
 </dt>
 <dd></dd>
 <dt>
-<a class="link" 
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--num-views" 
title="The “num-views” property">GstVaapiEncodeH264:num-views</a>, object 
property in <a class="link" href="gstreamer-vaapi-plugins-vaapih264enc.html" 
title="vaapih264enc">vaapih264enc</a>
-</dt>
-<dd></dd>
-<dt>
 <a class="link" 
href="gstreamer-vaapi-plugins-vaapih264enc.html#GstVaapiEncodeH264--rate-control"
 title="The “rate-control” property">GstVaapiEncodeH264:rate-control</a>, 
object property in <a class="link" 
href="gstreamer-vaapi-plugins-vaapih264enc.html" 
title="vaapih264enc">vaapih264enc</a>
 </dt>
 <dd></dd>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
--- 
old/gstreamer-vaapi-1.8.2/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
       2016-06-09 10:37:50.000000000 +0200
+++ 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/gstreamer-vaapi-plugins-plugin-vaapi.html
       2016-08-19 11:42:07.000000000 +0200
@@ -42,7 +42,7 @@
 </tr>
 <tr>
 <td><p><span class="term">version</span></p></td>
-<td>1.8.2</td>
+<td>1.8.3</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.8.2/docs/plugins/html/gstreamer-vaapi-plugins-vaapidecodebin.html
 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/gstreamer-vaapi-plugins-vaapidecodebin.html
--- 
old/gstreamer-vaapi-1.8.2/docs/plugins/html/gstreamer-vaapi-plugins-vaapidecodebin.html
     2016-06-09 10:37:50.000000000 +0200
+++ 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/gstreamer-vaapi-plugins-vaapidecodebin.html
     2016-08-19 11:42:07.000000000 +0200
@@ -186,6 +186,10 @@
 <td><p><span class="term"></span></p></td>
 <td> video/x-vp8</td>
 </tr>
+<tr>
+<td><p><span class="term"></span></p></td>
+<td> video/x-vp9</td>
+</tr>
 </tbody>
 </table></div>
 <div class="variablelist"><table border="0" class="variablelist">
Files old/gstreamer-vaapi-1.8.2/docs/plugins/html/home.png and 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/home.png differ
Files old/gstreamer-vaapi-1.8.2/docs/plugins/html/left-insensitive.png and 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/left-insensitive.png differ
Files old/gstreamer-vaapi-1.8.2/docs/plugins/html/left.png and 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/left.png differ
Files old/gstreamer-vaapi-1.8.2/docs/plugins/html/right-insensitive.png and 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/right-insensitive.png differ
Files old/gstreamer-vaapi-1.8.2/docs/plugins/html/right.png and 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/right.png differ
Files old/gstreamer-vaapi-1.8.2/docs/plugins/html/up-insensitive.png and 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/up-insensitive.png differ
Files old/gstreamer-vaapi-1.8.2/docs/plugins/html/up.png and 
new/gstreamer-vaapi-1.8.3/docs/plugins/html/up.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/docs/plugins/inspect/plugin-vaapi.xml 
new/gstreamer-vaapi-1.8.3/docs/plugins/inspect/plugin-vaapi.xml
--- old/gstreamer-vaapi-1.8.2/docs/plugins/inspect/plugin-vaapi.xml     
2016-06-09 10:37:08.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/docs/plugins/inspect/plugin-vaapi.xml     
2016-08-19 11:41:19.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.8.2</version>
+  <version>1.8.3</version>
   <license>LGPL</license>
   <source>gstreamer-vaapi</source>
   <package>gstreamer-vaapi</package>
@@ -41,7 +41,7 @@
           <name>sink</name>
           <direction>sink</direction>
           <presence>always</presence>
-          <details>video/mpeg, mpegversion=(int)2, 
systemstream=(boolean)false; video/mpeg, mpegversion=(int)4; video/x-divx; 
video/x-xvid; video/x-h263; video/x-h264; video/x-h265; video/x-wmv; 
video/x-vp8</details>
+          <details>video/mpeg, mpegversion=(int)2, 
systemstream=(boolean)false; video/mpeg, mpegversion=(int)4; video/x-divx; 
video/x-xvid; video/x-h263; video/x-h264; video/x-h265; video/x-wmv; 
video/x-vp8; video/x-vp9</details>
         </caps>
         <caps>
           <name>src</name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapidecode.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapidecode.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapidecode.c        2016-03-24 
12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapidecode.c        2016-08-19 
10:13:45.000000000 +0200
@@ -133,6 +133,7 @@
 };
 
 static GstElementClass *parent_class = NULL;
+GST_VAAPI_PLUGIN_BASE_DEFINE_SET_CONTEXT (parent_class);
 
 static gboolean gst_vaapidecode_update_sink_caps (GstVaapiDecode * decode,
     GstCaps * caps);
@@ -1133,6 +1134,7 @@
     longname = g_strdup ("VA-API decoder");
   }
 
+  element_class->set_context = gst_vaapi_base_set_context;
   gst_element_class_set_static_metadata (element_class, longname,
       "Codec/Decoder/Video", GST_PLUGIN_DESC,
       "Gwenole Beauchesne <[email protected]>, "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapidecodebin.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapidecodebin.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapidecodebin.c     2016-03-24 
12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapidecodebin.c     2016-08-19 
10:13:45.000000000 +0200
@@ -99,6 +99,9 @@
 #if USE_VP8_DECODER
     GST_CAPS_CODEC("video/x-vp8")
 #endif
+#if USE_VP9_DECODER
+    GST_CAPS_CODEC("video/x-vp9")
+#endif
     ;
 /* *INDENT-ON* */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapiencode.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapiencode.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapiencode.c        2016-03-24 
12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapiencode.c        2016-08-19 
10:13:45.000000000 +0200
@@ -44,6 +44,8 @@
     gst_vaapiencode, GST_TYPE_VIDEO_ENCODER,
     GST_VAAPI_PLUGIN_BASE_INIT_INTERFACES);
 
+GST_VAAPI_PLUGIN_BASE_DEFINE_SET_CONTEXT (gst_vaapiencode_parent_class);
+
 enum
 {
   PROP_0,
@@ -629,6 +631,7 @@
 
   object_class->finalize = gst_vaapiencode_finalize;
 
+  element_class->set_context = gst_vaapi_base_set_context;
   element_class->change_state =
       GST_DEBUG_FUNCPTR (gst_vaapiencode_change_state);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapipluginbase.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapipluginbase.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapipluginbase.c    2016-03-24 
12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapipluginbase.c    2016-08-19 
10:13:45.000000000 +0200
@@ -35,8 +35,6 @@
 /* Default debug category is from the subclass */
 #define GST_CAT_DEFAULT (plugin->debug_category)
 
-static gpointer plugin_parent_class = NULL;
-
 /* GstVideoContext interface */
 static void
 plugin_set_display (GstVaapiPluginBase * plugin, GstVaapiDisplay * display)
@@ -57,18 +55,25 @@
   gst_vaapi_display_unref (display);
 }
 
-static void
-plugin_set_context (GstElement * element, GstContext * context)
+/**
+ * gst_vaapi_plugin_base_set_context:
+ * @plugin: a #GstVaapiPluginBase instance
+ * @context: a #GstContext to set
+ *
+ * This is a common set_context() element's vmethod for all the
+ * GStreamer VA-API elements.
+ *
+ * It normally should be used through the macro
+ * #GST_VAAPI_PLUGIN_BASE_DEFINE_SET_CONTEXT()
+ **/
+void
+gst_vaapi_plugin_base_set_context (GstVaapiPluginBase * plugin,
+    GstContext * context)
 {
-  GstVaapiPluginBase *const plugin = GST_VAAPI_PLUGIN_BASE (element);
-  GstElementClass *element_class = GST_ELEMENT_CLASS (plugin_parent_class);
   GstVaapiDisplay *display = NULL;
 
   if (gst_vaapi_video_context_get_display (context, &display))
     plugin_set_display (plugin, display);
-
-  if (element_class->set_context)
-    element_class->set_context (element, context);
 }
 
 void
@@ -180,14 +185,8 @@
 void
 gst_vaapi_plugin_base_class_init (GstVaapiPluginBaseClass * klass)
 {
-  GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
-
   klass->has_interface = default_has_interface;
   klass->display_changed = default_display_changed;
-
-  plugin_parent_class = g_type_class_peek_parent (klass);
-
-  element_class->set_context = GST_DEBUG_FUNCPTR (plugin_set_context);
 }
 
 void
@@ -693,8 +692,18 @@
     gst_buffer_pool_config_set_params (config, caps, size, min, max);
     gst_buffer_pool_config_add_option (config,
         GST_BUFFER_POOL_OPTION_VAAPI_VIDEO_META);
-    if (!gst_buffer_pool_set_config (pool, config))
-      goto config_failed;
+    if (!gst_buffer_pool_set_config (pool, config)) {
+      config = gst_buffer_pool_get_config (pool);
+
+      if (!gst_buffer_pool_config_validate_params (config, caps, size, min,
+              max)) {
+        gst_structure_free (config);
+        goto config_failed;
+      }
+
+      if (!gst_buffer_pool_set_config (pool, config))
+        goto config_failed;
+    }
   }
 
   /* Check whether GstVideoMeta, or GstVideoAlignment, is needed (raw video) */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapipluginbase.h 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapipluginbase.h
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapipluginbase.h    2016-06-09 
09:08:12.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapipluginbase.h    2016-08-19 
10:13:45.000000000 +0200
@@ -102,6 +102,16 @@
   (gst_vaapi_display_replace(&GST_VAAPI_PLUGIN_BASE_DISPLAY(plugin), \
        (new_display)))
 
+#define GST_VAAPI_PLUGIN_BASE_DEFINE_SET_CONTEXT(parent_class) \
+  static void \
+  gst_vaapi_base_set_context (GstElement * element, GstContext * context) \
+  { \
+    GstVaapiPluginBase *const plugin = GST_VAAPI_PLUGIN_BASE (element); \
+    \
+    gst_vaapi_plugin_base_set_context (plugin, context); \
+    GST_ELEMENT_CLASS (parent_class)->set_context (element, context); \
+  }
+
 struct _GstVaapiPluginBase
 {
   /*< private >*/
@@ -222,6 +232,11 @@
 
 G_GNUC_INTERNAL
 void
+gst_vaapi_plugin_base_set_context (GstVaapiPluginBase * plugin,
+    GstContext * context);
+
+G_GNUC_INTERNAL
+void
 gst_vaapi_plugin_base_set_gl_context (GstVaapiPluginBase * plugin,
     GstObject * object);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapipostproc.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapipostproc.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapipostproc.c      2016-03-24 
12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapipostproc.c      2016-08-19 
10:13:45.000000000 +0200
@@ -92,6 +92,8 @@
     G_IMPLEMENT_INTERFACE (GST_TYPE_COLOR_BALANCE,
         gst_vaapipostproc_colorbalance_init));
 
+GST_VAAPI_PLUGIN_BASE_DEFINE_SET_CONTEXT (gst_vaapipostproc_parent_class);
+
 static GstVideoFormat native_formats[] =
     { GST_VIDEO_FORMAT_NV12, GST_VIDEO_FORMAT_YV12, GST_VIDEO_FORMAT_I420 };
 
@@ -1501,6 +1503,7 @@
 
   trans_class->prepare_output_buffer = gst_vaapipostproc_prepare_output_buffer;
 
+  element_class->set_context = gst_vaapi_base_set_context;
   gst_element_class_set_static_metadata (element_class,
       "VA-API video postprocessing",
       "Filter/Converter/Video;Filter/Converter/Video/Scaler;"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapisink.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapisink.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapisink.c  2016-03-24 
12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapisink.c  2016-08-19 
10:13:45.000000000 +0200
@@ -107,6 +107,8 @@
     G_IMPLEMENT_INTERFACE (GST_TYPE_NAVIGATION,
         gst_vaapisink_navigation_iface_init));
 
+GST_VAAPI_PLUGIN_BASE_DEFINE_SET_CONTEXT (gst_vaapisink_parent_class);
+
 enum
 {
   HANDOFF_SIGNAL,
@@ -1213,34 +1215,31 @@
 gst_vaapisink_get_caps_impl (GstBaseSink * base_sink)
 {
   GstVaapiSink *const sink = GST_VAAPISINK_CAST (base_sink);
-  GstCaps *out_caps, *raw_caps;
+  GstCaps *out_caps, *raw_caps, *feature_caps;
   static const char surface_caps_str[] =
       GST_VAAPI_MAKE_ENC_SURFACE_CAPS ";"
       GST_VIDEO_CAPS_MAKE_WITH_FEATURES (GST_CAPS_FEATURE_MEMORY_VAAPI_SURFACE
       "," GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION,
       "{ ENCODED, NV12, I420, YV12 }");
+  GstCapsFeatures *const features = gst_caps_features_new
+      (GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION, NULL);
+
+  if (!GST_VAAPI_PLUGIN_BASE_DISPLAY (sink))
+    return gst_static_pad_template_get_caps (&gst_vaapisink_sink_factory);
 
   out_caps = gst_caps_from_string (surface_caps_str);
+  raw_caps =
+      gst_vaapi_plugin_base_get_allowed_raw_caps (GST_VAAPI_PLUGIN_BASE 
(sink));
+  if (!raw_caps)
+    return out_caps;
+
+  out_caps = gst_caps_make_writable (out_caps);
+  gst_caps_append (out_caps, gst_caps_copy (raw_caps));
+
+  feature_caps = gst_caps_copy (raw_caps);
+  gst_caps_set_features (feature_caps, 0, features);
+  gst_caps_append (out_caps, feature_caps);
 
-  if (GST_VAAPI_PLUGIN_BASE_DISPLAY (sink)) {
-    raw_caps =
-        gst_vaapi_plugin_base_get_allowed_raw_caps (GST_VAAPI_PLUGIN_BASE
-        (sink));
-    if (raw_caps) {
-      GstCaps *feature_caps;
-      GstCapsFeatures *const features =
-          gst_caps_features_new
-          (GST_CAPS_FEATURE_META_GST_VIDEO_OVERLAY_COMPOSITION, NULL);
-
-      out_caps = gst_caps_make_writable (out_caps);
-
-      gst_caps_append (out_caps, gst_caps_copy (raw_caps));
-
-      feature_caps = gst_caps_copy (raw_caps);
-      gst_caps_set_features (feature_caps, 0, features);
-      gst_caps_append (out_caps, feature_caps);
-    }
-  }
   return out_caps;
 }
 
@@ -1663,6 +1662,7 @@
 
   videosink_class->show_frame = GST_DEBUG_FUNCPTR (gst_vaapisink_show_frame);
 
+  element_class->set_context = gst_vaapi_base_set_context;
   element_class->set_bus = gst_vaapisink_set_bus;
   gst_element_class_set_static_metadata (element_class,
       "VA-API sink", "Sink/Video", GST_PLUGIN_DESC,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapivideobufferpool.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapivideobufferpool.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapivideobufferpool.c       
2016-03-24 12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapivideobufferpool.c       
2016-08-19 10:13:45.000000000 +0200
@@ -141,7 +141,7 @@
   GstVideoInfo *const new_vip = &priv->video_info[!priv->video_info_index];
   GstVideoAlignment align;
   GstAllocator *allocator;
-  gboolean changed_caps, use_dmabuf_memory;
+  gboolean changed_caps, use_dmabuf_memory, ret, updated = FALSE;
 
   if (!gst_buffer_pool_config_get_params (config, &caps, NULL, NULL, NULL))
     goto error_invalid_config;
@@ -191,6 +191,21 @@
 
   priv->has_video_meta = gst_buffer_pool_config_has_option (config,
       GST_BUFFER_POOL_OPTION_VIDEO_META);
+  if (!priv->has_video_meta) {
+    gint i;
+    for (i = 0; i < GST_VIDEO_INFO_N_PLANES (new_vip); i++) {
+      if (GST_VIDEO_INFO_PLANE_OFFSET (new_vip, i) !=
+          GST_VIDEO_INFO_PLANE_OFFSET (&priv->alloc_info, i) ||
+          GST_VIDEO_INFO_PLANE_STRIDE (new_vip, i) !=
+          GST_VIDEO_INFO_PLANE_STRIDE (&priv->alloc_info, i)) {
+        priv->has_video_meta = TRUE;
+        gst_buffer_pool_config_add_option (config,
+            GST_BUFFER_POOL_OPTION_VIDEO_META);
+        updated = TRUE;
+        break;
+      }
+    }
+  }
 
   priv->has_video_alignment = gst_buffer_pool_config_has_option (config,
       GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT);
@@ -202,9 +217,10 @@
   priv->has_texture_upload_meta = gst_buffer_pool_config_has_option (config,
       GST_BUFFER_POOL_OPTION_VIDEO_GL_TEXTURE_UPLOAD_META);
 
-  return
+  ret =
       GST_BUFFER_POOL_CLASS
       (gst_vaapi_video_buffer_pool_parent_class)->set_config (pool, config);
+  return !updated && ret;
 
   /* ERRORS */
 error_invalid_config:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapivideocontext.c 
new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapivideocontext.c
--- old/gstreamer-vaapi-1.8.2/gst/vaapi/gstvaapivideocontext.c  2016-03-24 
12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst/vaapi/gstvaapivideocontext.c  2016-08-19 
10:13:45.000000000 +0200
@@ -141,6 +141,9 @@
     return FALSE;
 
   gst_query_parse_context (query, &ctxt);
+  if (!ctxt)
+    return FALSE;
+
   GST_CAT_INFO_OBJECT (GST_CAT_CONTEXT, element,
       "found context (%" GST_PTR_FORMAT ") in %s query", ctxt,
       direction == GST_PAD_SRC ? "downstream" : "upstream");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapidecoder_h265.c 
new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapidecoder_h265.c
--- old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapidecoder_h265.c 
2016-04-20 17:27:22.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapidecoder_h265.c 
2016-08-19 10:13:45.000000000 +0200
@@ -623,6 +623,15 @@
 }
 
 static void
+dpb_remove_all (GstVaapiDecoderH265 * decoder)
+{
+  GstVaapiDecoderH265Private *const priv = &decoder->priv;
+
+  while (priv->dpb_count > 0)
+    gst_vaapi_frame_store_replace (&priv->dpb[--priv->dpb_count], NULL);
+}
+
+static void
 dpb_remove_index (GstVaapiDecoderH265 * decoder, gint index)
 {
   GstVaapiDecoderH265Private *const priv = &decoder->priv;
@@ -745,9 +754,7 @@
   guint i;
 
   if (hard_flush) {
-    for (i = 0; i < priv->dpb_count; i++)
-      dpb_remove_index (decoder, i);
-    priv->dpb_count = 0;
+    dpb_remove_all (decoder);
   } else {
     /* Remove unused pictures from DPB */
     i = 0;
@@ -2689,6 +2696,16 @@
           if (status != GST_VAAPI_DECODER_STATUS_SUCCESS)
             goto cleanup;
           break;
+        case GST_H265_NAL_SUFFIX_SEI:
+        case GST_H265_NAL_PREFIX_SEI:
+          status = parse_sei (decoder, &unit);
+          if (status != GST_VAAPI_DECODER_STATUS_SUCCESS)
+            goto cleanup;
+          status = decode_sei (decoder, &unit);
+          if (status != GST_VAAPI_DECODER_STATUS_SUCCESS)
+            goto cleanup;
+          break;
+
       }
       ofs = pi->nalu.offset + pi->nalu.size;
       gst_vaapi_parser_info_h265_replace (&pi, NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapidecoder_vc1.c 
new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapidecoder_vc1.c
--- old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapidecoder_vc1.c  
2016-03-24 12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapidecoder_vc1.c  
2016-08-19 10:13:45.000000000 +0200
@@ -276,6 +276,11 @@
 
   priv->has_entrypoint = FALSE;
 
+  if (adv_hdr->interlace != 0) {
+    GST_ERROR ("interlaced sequence unsupported");
+    return GST_VAAPI_DECODER_STATUS_ERROR_UNSUPPORTED_PROFILE;
+  }
+
   /* Reset POC */
   if (priv->last_non_b_picture) {
     if (priv->last_non_b_picture->poc == priv->next_poc)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_h264.c 
new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_h264.c
--- old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_h264.c 
2016-03-24 12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_h264.c 
2016-08-19 10:13:45.000000000 +0200
@@ -2365,15 +2365,17 @@
            thus estimating +15% here ; and using adaptive 8x8 transforms
            in I-frames could bring up to +10% improvement. */
         guint bits_per_mb = 48;
+        guint64 factor;
+
         if (!encoder->use_cabac)
           bits_per_mb += (bits_per_mb * 15) / 100;
         if (!encoder->use_dct8x8)
           bits_per_mb += (bits_per_mb * 10) / 100;
 
+        factor = encoder->mb_width * encoder->mb_height * bits_per_mb;
         base_encoder->bitrate =
-            encoder->mb_width * encoder->mb_height * bits_per_mb *
-            GST_VAAPI_ENCODER_FPS_N (encoder) /
-            GST_VAAPI_ENCODER_FPS_D (encoder) / 1000;
+            gst_util_uint64_scale (factor, GST_VAAPI_ENCODER_FPS_N (encoder),
+            GST_VAAPI_ENCODER_FPS_D (encoder)) / 1000;
         GST_INFO ("target bitrate computed to %u kbps", base_encoder->bitrate);
       }
       break;
@@ -2440,11 +2442,11 @@
   if (encoder->num_bframes > (base_encoder->keyframe_period + 1) / 2)
     encoder->num_bframes = (base_encoder->keyframe_period + 1) / 2;
 
-  if (encoder->num_bframes)
-    encoder->cts_offset = GST_SECOND * GST_VAAPI_ENCODER_FPS_D (encoder) /
-        GST_VAAPI_ENCODER_FPS_N (encoder);
+  if (encoder->num_bframes > 0 && GST_VAAPI_ENCODER_FPS_N (encoder) > 0)
+    encoder->cts_offset = gst_util_uint64_scale (GST_SECOND,
+        GST_VAAPI_ENCODER_FPS_D (encoder), GST_VAAPI_ENCODER_FPS_N (encoder));
   else
-    encoder->cts_offset = 0;
+    encoder->cts_offset = GST_CLOCK_TIME_NONE;
 
   /* init max_frame_num, max_poc */
   encoder->log2_max_frame_num =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_h265.c 
new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_h265.c
--- old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_h265.c 
2016-03-24 12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_h265.c 
2016-08-19 10:13:45.000000000 +0200
@@ -1823,10 +1823,10 @@
         /* Fixme: Provide better estimation */
         /* Using a 1/6 compression ratio */
         /* 12 bits per pixel fro yuv420 */
+        guint64 factor = encoder->luma_width * encoder->luma_height * 12 / 6;
         base_encoder->bitrate =
-            (encoder->luma_width * encoder->luma_height * 12 / 6) *
-            GST_VAAPI_ENCODER_FPS_N (encoder) /
-            GST_VAAPI_ENCODER_FPS_D (encoder) / 1000;
+            gst_util_uint64_scale (factor, GST_VAAPI_ENCODER_FPS_N (encoder),
+            GST_VAAPI_ENCODER_FPS_D (encoder)) / 1000;
         GST_INFO ("target bitrate computed to %u kbps", base_encoder->bitrate);
       }
       break;
@@ -1905,11 +1905,11 @@
   if (encoder->num_bframes > (base_encoder->keyframe_period + 1) / 2)
     encoder->num_bframes = (base_encoder->keyframe_period + 1) / 2;
 
-  if (encoder->num_bframes)
-    encoder->cts_offset = GST_SECOND * GST_VAAPI_ENCODER_FPS_D (encoder) /
-        GST_VAAPI_ENCODER_FPS_N (encoder);
+  if (encoder->num_bframes > 0 && GST_VAAPI_ENCODER_FPS_N (encoder) > 0)
+    encoder->cts_offset = gst_util_uint64_scale (GST_SECOND,
+        GST_VAAPI_ENCODER_FPS_D (encoder), GST_VAAPI_ENCODER_FPS_N (encoder));
   else
-    encoder->cts_offset = 0;
+    encoder->cts_offset = GST_CLOCK_TIME_NONE;
 
   /* init max_poc */
   encoder->log2_max_pic_order_cnt =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c 
new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c
--- old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c        
2016-03-24 12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_mpeg2.c        
2016-08-19 10:13:45.000000000 +0200
@@ -186,10 +186,11 @@
   switch (GST_VAAPI_ENCODER_RATE_CONTROL (encoder)) {
     case GST_VAAPI_RATECONTROL_CBR:
       if (!base_encoder->bitrate)
-        base_encoder->bitrate = GST_VAAPI_ENCODER_WIDTH (encoder) *
-            GST_VAAPI_ENCODER_HEIGHT (encoder) *
-            GST_VAAPI_ENCODER_FPS_N (encoder) /
-            GST_VAAPI_ENCODER_FPS_D (encoder) / 4 / 1000;
+        base_encoder->bitrate =
+            gst_util_uint64_scale (GST_VAAPI_ENCODER_WIDTH (encoder) *
+            GST_VAAPI_ENCODER_HEIGHT (encoder),
+            GST_VAAPI_ENCODER_FPS_N (encoder),
+            GST_VAAPI_ENCODER_FPS_D (encoder)) / 4 / 1000;
       break;
     default:
       base_encoder->bitrate = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_vp8.c 
new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_vp8.c
--- old/gstreamer-vaapi-1.8.2/gst-libs/gst/vaapi/gstvaapiencoder_vp8.c  
2016-03-24 12:36:59.000000000 +0100
+++ new/gstreamer-vaapi-1.8.3/gst-libs/gst/vaapi/gstvaapiencoder_vp8.c  
2016-08-19 10:13:45.000000000 +0200
@@ -125,10 +125,11 @@
   switch (GST_VAAPI_ENCODER_RATE_CONTROL (encoder)) {
     case GST_VAAPI_RATECONTROL_CBR:
       if (!base_encoder->bitrate) {
-        base_encoder->bitrate = GST_VAAPI_ENCODER_WIDTH (encoder) *
-            GST_VAAPI_ENCODER_HEIGHT (encoder) *
-            GST_VAAPI_ENCODER_FPS_N (encoder) /
-            GST_VAAPI_ENCODER_FPS_D (encoder) / 4 * 1000;
+        base_encoder->bitrate =
+            gst_util_uint64_scale (GST_VAAPI_ENCODER_WIDTH (encoder) *
+            GST_VAAPI_ENCODER_HEIGHT (encoder),
+            GST_VAAPI_ENCODER_FPS_N (encoder),
+            GST_VAAPI_ENCODER_FPS_D (encoder)) / 4 * 1000;
       }
     default:
       base_encoder->bitrate = 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/gstreamer-vaapi.doap 
new/gstreamer-vaapi-1.8.3/gstreamer-vaapi.doap
--- old/gstreamer-vaapi-1.8.2/gstreamer-vaapi.doap      2016-06-09 
09:13:38.000000000 +0200
+++ new/gstreamer-vaapi-1.8.3/gstreamer-vaapi.doap      2016-08-19 
10:26:26.000000000 +0200
@@ -27,6 +27,15 @@
 
  <release>
   <Version>
+   <revision>1.8.3</revision>
+   <branch>1.8</branch>
+   <created>2016-06-09</created>
+   <file-release 
rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.8.3.tar.xz";
 />
+  </Version>
+ </release>
+
+ <release>
+  <Version>
    <revision>1.8.2</revision>
    <branch>1.8</branch>
    <created>2016-06-09</created>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gstreamer-vaapi-1.8.2/m4/libtool.m4 
new/gstreamer-vaapi-1.8.3/m4/libtool.m4
--- old/gstreamer-vaapi-1.8.2/m4/libtool.m4     2016-06-09 09:27:08.000000000 
+0200
+++ new/gstreamer-vaapi-1.8.3/m4/libtool.m4     2016-08-19 10:26:31.000000000 
+0200
@@ -728,7 +728,6 @@
     cat <<_LT_EOF >> "$cfgfile"
 #! $SHELL
 # Generated automatically by $as_me ($PACKAGE) $VERSION
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
 # Provide generalized library-building support services.


Reply via email to