Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-vaapi for
openSUSE:Factory checked in at 2012-10-26 17:06:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-vaapi", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-vaapi/gstreamer-0_10-plugins-vaapi.changes
2012-06-07 15:38:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-vaapi.new/gstreamer-0_10-plugins-vaapi.changes
2012-10-26 17:06:44.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Oct 25 13:35:48 CEST 2012 - [email protected]
+
+- updated to 0.4.0:
+ * Add support for video rotation
+ * Drop FFmpeg-based decoders, only use codecparsers-based ones
+ * Only reset decoder if meaningful caps changed, e.g. size
+ * Allocate the minimal number of video surfaces useful for
+ decoding
+ * Fix vaapisink to scale video down to fit the screen dimensions
+ * Fix vaapidecode crash when trying to release an inexistant lock
+
+-------------------------------------------------------------------
Old:
----
gstreamer-vaapi-0.3.6-21-g53cbdcc.tar.bz2
New:
----
gstreamer-vaapi-0.4.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.FUybjr/_old 2012-10-26 17:06:45.000000000 +0200
+++ /var/tmp/diff_new_pack.FUybjr/_new 2012-10-26 17:06:45.000000000 +0200
@@ -15,27 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
# every machine even wihtout the specific hardware.
#define SKIP_GSTPROVIDES 1
-%define package_version 0.3.6-21-g53cbdcc
+%define package_version 0.4.0
Name: gstreamer-0_10-plugins-vaapi
+BuildRequires: Mesa-devel
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-bad-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: gtk-doc
BuildRequires: libtool
BuildRequires: libva-devel
-BuildRequires: Mesa-devel
BuildRequires: pkgconfig
Summary: Gstreamer VA-API plugins
+License: LGPL-2.1+
Group: Productivity/Multimedia/Other
-Version: 0.3.6
+Version: 0.4.0
Release: 0
-License: LGPL-2.1+
Source0: gstreamer-vaapi-%{package_version}.tar.bz2
Url: http://gitorious.org/vaapi/gstreamer-vaapi
ExclusiveArch: %ix86 x86_64
@@ -47,7 +46,6 @@
%package devel
Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
-License: LGPL-2.1+
Requires: %{name} = %{version}
%description devel
@@ -57,7 +55,6 @@
%package -n libgstvaapi-0_10-0
Summary: Gstreamer VA-API plugins
Group: System/Libraries
-License: LGPL-2.1+
%description -n libgstvaapi-0_10-0
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
@@ -65,7 +62,6 @@
%package -n libgstvaapi-glx-0_10-0
Summary: Gstreamer VA-API plugins
Group: System/Libraries
-License: LGPL-2.1+
%description -n libgstvaapi-glx-0_10-0
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
@@ -73,16 +69,21 @@
%package -n libgstvaapi-x11-0_10-0
Summary: Gstreamer VA-API plugins
Group: System/Libraries
-License: LGPL-2.1+
%description -n libgstvaapi-x11-0_10-0
gstreamer-vaapi is a collection of GStreamer plugins and helper libraries that
allow hardware accelerated video decoding through VA-API.
%prep
+%if 0%{?build_from_git}
%setup -q -n gstreamer-vaapi
+%else
+%setup -q -n gstreamer-vaapi-%{version}
+%endif
%build
+%if 0%{?build_from_git}
./autogen.sh
+%endif
%configure --disable-static \
--enable-vaapisink-glx
make %{?_smp_mflags} V=1
++++++ gstreamer-vaapi-0.3.6-21-g53cbdcc.tar.bz2 ->
gstreamer-vaapi-0.4.0.tar.bz2 ++++++
++++ 87871 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]