Hello community,

here is the log from the commit of package gstreamer-plugins-vaapi for 
openSUSE:Factory checked in at 2015-04-13 20:31:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
  2015-01-09 20:50:05.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
     2015-04-13 20:31:36.000000000 +0200
@@ -1,0 +2,40 @@
+Sun Mar 29 15:36:38 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.5.10:
+  + Add support for DRM Render-Nodes for headless operation.
+  + Add support for VA surface buffer sharing with DMABUF and GEM
+    handles.
+  + Add support for v4l2src with io-mode={dmabuf,dmabuf-import}.
+  + Drop support for VA/GLX specific APIs in libgstvaapi and
+    vaapisink (bgo#736711).
+  + Improvements to H.264 codecs:
+    - Fix profile limits for encoding.
+    - Fix pixel-aspect-ratio in the encoded stream.
+    - Add decoding support for interlaced streams with
+      repeat-first-field (RFF).
+   - Fix decoding of interlaced streams in top-field-first order
+     (TFF) (bgo#739291).
+   - Fix decoding of UK DVB-T2 streams (bgo#739291).
+  + Improvements to plugin elements:
+    - Add support for dma_buf imports (Wind Yuan) (bgo#735362).
+    - Allow for SW decoding fallbacks with unsupported profiles
+      (bgo#730997).
+    - Make vaapipostproc work with SW elements (bgo#720174,
+      bgo#704078).
+    - Allow vaapipostproc to integrate with GL downstream elements
+      (bgo#735231).
+    - Add support for high-quality scaling to vaapipostproc
+      ("scale-method=hq").
+    - Fix advanced deinterlacing when it is the unique filter
+      applied.
+    - Add GstColorBalance interface to vaapisink (bgo#722390).
+    - Implement the GstNavigation interface into vaapisink
+      (bgo#711479).
+    - Allow rescaling of X11 window for vaapisink (bgo#711478).
+    - Optimizations to vaapidecode thread handling (bgo#734616).
+    - Fix deinterlacing from non VA memory buffers (bgo#726270).
+    - Fix clearing of subtitle overlay.
+    - Fix clearing of vaapipostproc state during restart.
+- Bump soname following upstream changes.
+
+-------------------------------------------------------------------

Old:
----
  gstreamer-vaapi-0.5.9.tar.bz2

New:
----
  gstreamer-vaapi-0.5.10.tar.bz2

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

Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.MZUH63/_old  2015-04-13 20:31:36.000000000 +0200
+++ /var/tmp/diff_new_pack.MZUH63/_new  2015-04-13 20:31:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-vaapi
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,10 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# every machine even wihtout the specific hardware.
-#define SKIP_GSTPROVIDES 1
 
-%define package_version 0.5.9
+
+%define package_version 0.5.10
 
 %if 0%{suse_version} > 1230
 %bcond_without wayland
@@ -27,23 +26,23 @@
 
 Name:           gstreamer-plugins-vaapi
 BuildRequires:  Mesa-devel
+BuildRequires:  gtk-doc
+BuildRequires:  libtool
+BuildRequires:  libva-devel
+BuildRequires:  pkgconfig
 BuildRequires:  yasm
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-bad-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
-BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xrandr)
-BuildRequires:  gtk-doc
-BuildRequires:  libtool
-BuildRequires:  libva-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(xrender)
 %if %{with wayland}
 BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
 %endif
 Summary:        Gstreamer VA-API plugins
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Other
-Version:        0.5.9
+Version:        0.5.10
 Release:        0
 Source0:        gstreamer-vaapi-%{package_version}.tar.bz2
 Url:            http://gitorious.org/vaapi/gstreamer-vaapi
@@ -58,18 +57,18 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 %if %{with wayland}
-Requires:       libgstvaapi-wayland-1_4-0 = %{version}
+Requires:       libgstvaapi-wayland-1_4-1 = %{version}
 %endif
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-%package -n libgstvaapi-1_4-0
+%package -n libgstvaapi-1_4-1
 Summary:        Gstreamer VA-API plugins
 Group:          System/Libraries
 
-%description -n libgstvaapi-1_4-0
+%description -n libgstvaapi-1_4-1
 gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that 
allow hardware accelerated video decoding through VA-API.
 
 %package -n libgstcodecparsers_vpx0
@@ -79,35 +78,35 @@
 %description -n libgstcodecparsers_vpx0
 gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that 
allow hardware accelerated video decoding through VA-API.
 
-%package -n libgstvaapi-glx-1_4-0
+%package -n libgstvaapi-glx-1_4-1
 Summary:        Gstreamer GLX VA-API plugins
 Group:          System/Libraries
 
-%description -n libgstvaapi-glx-1_4-0
+%description -n libgstvaapi-glx-1_4-1
 gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that 
allow hardware accelerated video decoding through VA-API.
 
-%package -n libgstvaapi-x11-1_4-0
+%package -n libgstvaapi-x11-1_4-1
 Summary:        Gstreamer X11 VA-API plugins
 Group:          System/Libraries
 
-%description -n libgstvaapi-x11-1_4-0
+%description -n libgstvaapi-x11-1_4-1
 gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that 
allow hardware accelerated video decoding through VA-API.
 
 %if %{suse_version} >= 1230
-%package -n libgstvaapi-drm-1_4-0
+%package -n libgstvaapi-drm-1_4-1
 Summary:        Gstreamer DRM VA-API plugins
 Group:          System/Libraries
 
-%description -n libgstvaapi-drm-1_4-0
+%description -n libgstvaapi-drm-1_4-1
 gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that 
allow hardware accelerated video decoding through VA-API.
 %endif
 
 %if %{with wayland}
-%package -n libgstvaapi-wayland-1_4-0
+%package -n libgstvaapi-wayland-1_4-1
 Summary:        Gstreamer WAYLAND VA-API plugins
 Group:          System/Libraries
 
-%description -n libgstvaapi-wayland-1_4-0
+%description -n libgstvaapi-wayland-1_4-1
 gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that 
allow hardware accelerated video decoding through VA-API.
 %endif
 
@@ -131,26 +130,26 @@
 %makeinstall
 find %{buildroot}%{_libdir} -name '*.la' -delete -print
 
-%post -n libgstvaapi-1_4-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-1_4-0 -p /sbin/ldconfig
+%post -n libgstvaapi-1_4-1 -p /sbin/ldconfig
+%postun -n libgstvaapi-1_4-1 -p /sbin/ldconfig
 
 %post -n libgstcodecparsers_vpx0 -p /sbin/ldconfig
 %postun -n libgstcodecparsers_vpx0 -p /sbin/ldconfig
 
-%post -n libgstvaapi-glx-1_4-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-glx-1_4-0 -p /sbin/ldconfig
+%post -n libgstvaapi-glx-1_4-1 -p /sbin/ldconfig
+%postun -n libgstvaapi-glx-1_4-1 -p /sbin/ldconfig
 
-%post -n libgstvaapi-x11-1_4-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-x11-1_4-0 -p /sbin/ldconfig
+%post -n libgstvaapi-x11-1_4-1 -p /sbin/ldconfig
+%postun -n libgstvaapi-x11-1_4-1 -p /sbin/ldconfig
 
 %if %{suse_version} >= 1230
-%post -n libgstvaapi-drm-1_4-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-drm-1_4-0 -p /sbin/ldconfig
+%post -n libgstvaapi-drm-1_4-1 -p /sbin/ldconfig
+%postun -n libgstvaapi-drm-1_4-1 -p /sbin/ldconfig
 %endif
 
 %if %{with wayland}
-%post -n libgstvaapi-wayland-1_4-0 -p /sbin/ldconfig
-%postun -n libgstvaapi-wayland-1_4-0 -p /sbin/ldconfig
+%post -n libgstvaapi-wayland-1_4-1 -p /sbin/ldconfig
+%postun -n libgstvaapi-wayland-1_4-1 -p /sbin/ldconfig
 %endif
 
 %clean
@@ -165,26 +164,26 @@
 %defattr(-,root,root,0755)
 %{_libdir}/libgstcodecparsers_vpx.so.*
 
-%files -n libgstvaapi-1_4-0
+%files -n libgstvaapi-1_4-1
 %defattr(-,root,root,0755)
 %{_libdir}/libgstvaapi-1.4.so.*
 
-%files -n libgstvaapi-glx-1_4-0
+%files -n libgstvaapi-glx-1_4-1
 %defattr(-,root,root,0755)
 %{_libdir}/libgstvaapi-glx-1.4.so.*
 
-%files -n libgstvaapi-x11-1_4-0
+%files -n libgstvaapi-x11-1_4-1
 %defattr(-,root,root,0755)
 %{_libdir}/libgstvaapi-x11-1.4.so.*
 
 %if %{suse_version} >= 1230
-%files -n libgstvaapi-drm-1_4-0
+%files -n libgstvaapi-drm-1_4-1
 %defattr(-,root,root,0755)
 %{_libdir}/libgstvaapi-drm-1.4.so.*
 %endif
 
 %if %{with wayland}
-%files -n libgstvaapi-wayland-1_4-0
+%files -n libgstvaapi-wayland-1_4-1
 %defattr(-,root,root)
 %{_libdir}/libgstvaapi-wayland-1.4.so.*
 %endif

++++++ gstreamer-vaapi-0.5.9.tar.bz2 -> gstreamer-vaapi-0.5.10.tar.bz2 ++++++
++++ 38149 lines of diff (skipped)


Reply via email to