Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for
openSUSE:Factory checked in at 2018-05-08 13:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Tue May 8 13:39:16 2018 rev:28 rq:605247 version:1.12.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
2018-05-03 12:34:40.911365530 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new/gstreamer-plugins-vaapi.changes
2018-05-08 13:39:37.724596415 +0200
@@ -1,0 +2,7 @@
+Mon May 7 13:14:54 UTC 2018 - [email protected]
+
+- Add gst-vaapi-add-zero-as-valid-value.patch: libs: encoder: add
+ zero as valid value for periodic keyframe. Enabled zero as valid
+ value for keyframe-period property (bgo#793829).
+
+-------------------------------------------------------------------
New:
----
gst-vaapi-add-zero-as-valid-value.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.118mnR/_old 2018-05-08 13:39:39.160544583 +0200
+++ /var/tmp/diff_new_pack.118mnR/_new 2018-05-08 13:39:39.160544583 +0200
@@ -30,6 +30,8 @@
Patch0: gst-vaapi-wayland-dont-poll-no-pending-frames.patch
# PATCH-FIX-UPSTREAM gst-vaapi-egl-mark-context-wrapped.patch bgo#795391 --
libs: egl: utils: mark context as wrapped when it is
Patch1: gst-vaapi-egl-mark-context-wrapped.patch
+# PATCH-FIX-UPSTREAM gst-vaapi-add-zero-as-valid-value.patch bgo#793829 --
libs: encoder: add zero as valid value for periodic keyframe.
+Patch2: gst-vaapi-add-zero-as-valid-value.patch
BuildRequires: Mesa-devel
BuildRequires: Mesa-libGLESv3-devel
++++++ gst-vaapi-add-zero-as-valid-value.patch ++++++
>From 08e95320b1308a06601c01c2c122ba4cb1ae1d1a Mon Sep 17 00:00:00 2001
From: Matteo Valdina <[email protected]>
Date: Sun, 25 Feb 2018 20:46:56 -0600
Subject: libs: encoder: add zero as valid value for periodic keyframe.
Enabled zero as valid value for keyframe-period property.
https://bugzilla.gnome.org/show_bug.cgi?id=793829
---
gst-libs/gst/vaapi/gstvaapiencoder.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gst-libs/gst/vaapi/gstvaapiencoder.c
b/gst-libs/gst/vaapi/gstvaapiencoder.c
index 9e3b403..a084f49 100644
--- a/gst-libs/gst/vaapi/gstvaapiencoder.c
+++ b/gst-libs/gst/vaapi/gstvaapiencoder.c
@@ -153,7 +153,7 @@ gst_vaapi_encoder_properties_get_default (const
GstVaapiEncoderClass * klass)
GST_VAAPI_ENCODER_PROP_KEYFRAME_PERIOD,
g_param_spec_uint ("keyframe-period",
"Keyframe Period",
- "Maximal distance between two keyframes (0: auto-calculate)", 1, 300,
+ "Maximal distance between two keyframes (0: auto-calculate)", 0, 300,
30, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/**
--
cgit v1.1