summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-05-04 15:46:03 +0300
committerSebastian Dröge <sebastian@centricular.com>2017-05-04 15:46:03 +0300
commit14ed473dbde118aefd5cb55d134243f2a56e654b (patch)
treed10cebb9f904e2ebfc696cca3776ab2f95a27e7a /ChangeLog
parentc45d448a15682f47716cc08ebdaf231e400b9ea6 (diff)
Release 1.12.01.12.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog45
1 files changed, 43 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 211b41ce..aafc3bad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,50 @@
+=== release 1.12.0 ===
+
+2017-05-04 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.12.0
+
+2017-05-04 11:49:33 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
+
+ * gst/vaapi/gstvaapidecodebin.c:
+ Revert "vaapidecodebin: fix element's classification"
+ This reverts commit 8cbe03599a4f27c2001380e2ec150c4f4267a9cf.
+
+2017-04-27 22:55:27 -0700 Scott D Phillips <scott.d.phillips@intel.com>
+
+ * configure.ac:
+ * meson.build:
+ build: Require libva < 0.99.0
+ libva >= 0.99.0 is not currently supported by gstreamer-vaapi, so
+ fail to configure instead of failing late in the build.
+ This libva is bundled in msdk[1] and it is ahead in time with
+ respect the official and open source libva[2]. GStreamer-VAAPI
+ only supports the latter for now.
+ 1. https://software.intel.com/en-us/media-sdk/download
+ 2. https://github.com/01org/libva/
+ https://bugzilla.gnome.org/show_bug.cgi?id=781866
+
+2017-05-02 14:08:54 +0200 Victor Toso <me@victortoso.com>
+
+ * gst/vaapi/gstvaapidecodebin.c:
+ vaapidecodebin: fix element's classification
+ This bin should have similar classification as decodebin which is
+ "Generic/Bin/Decoder" otherwise it will appear wrongly as video
+ decoder.
+ Signed-off-by: Victor Toso <victortoso@redhat.com>
+ https://bugzilla.gnome.org/show_bug.cgi?id=782063
+
=== release 1.11.91 ===
-2017-04-27 Sebastian Dröge <slomo@coaxion.net>
+2017-04-27 17:49:52 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
* configure.ac:
- releasing 1.11.91
+ * gstreamer-vaapi.doap:
+ * meson.build:
+ Release 1.11.91
2017-04-27 13:08:56 +0200 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>