From 3f51f61efe93c104ba7996f54f381c6c1a5e6546 Mon Sep 17 00:00:00 2001 From: Scott D Phillips Date: Fri, 22 Jul 2016 16:16:21 -0700 Subject: gstreamer-vaapi: Update to upstream version 1.8.2 With the 1.8.x series gstreamer-vaapi got integrated into the maintainership of the greater GStreamer project. Also this upstreaming introduced a policy change in the source base where gstreamer-vaapi versions are now tested only with the GStreamer version with the same number (as opposed to the past pre-upstream source base which had a policy of supporting a range of GStreamer versions). So care should be taken to keep the gstreamer-vaapi build configuration in sync with the gstreamer build configuration. Signed-off-by: Scott D Phillips Signed-off-by: Tom Zanussi --- ...5-Fix-offset-calculation-in-codec_data-pa.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-decoder-h265-Fix-offset-calculation-in-codec_data-pa.patch (limited to 'common/recipes-multimedia/gstreamer/gstreamer-vaapi') diff --git a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-decoder-h265-Fix-offset-calculation-in-codec_data-pa.patch b/common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-decoder-h265-Fix-offset-calculation-in-codec_data-pa.patch deleted file mode 100644 index 92a6f083..00000000 --- a/common/recipes-multimedia/gstreamer/gstreamer-vaapi/0001-decoder-h265-Fix-offset-calculation-in-codec_data-pa.patch +++ /dev/null @@ -1,31 +0,0 @@ -From dd227da41e953e79c8e05cd6f838a0e267d2d9b5 Mon Sep 17 00:00:00 2001 -From: Sreerenj Balachandran -Date: Fri, 11 Mar 2016 17:44:07 +0200 -Subject: [PATCH] decoder: h265: Fix offset calculation in codec_data parsing - -Upstream-status: Backport - -https://bugzilla.gnome.org/show_bug.cgi?id=762922 - -Signed-off-by: Sreerenj Balachandran -Signed-off-by: Azril Ahmad -Signed-off-by: Chang Rebecca Swee Fun ---- - gst-libs/gst/vaapi/gstvaapidecoder_h265.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/gst-libs/gst/vaapi/gstvaapidecoder_h265.c b/gst-libs/gst/vaapi/gstvaapidecoder_h265.c -index 3c5a9d9..fd8250a 100644 ---- a/gst-libs/gst/vaapi/gstvaapidecoder_h265.c -+++ b/gst-libs/gst/vaapi/gstvaapidecoder_h265.c -@@ -2688,6 +2688,7 @@ gst_vaapi_decoder_h265_decode_codec_data (GstVaapiDecoder * - goto cleanup; - break; - } -+ ofs = pi->nalu.offset + pi->nalu.size; - gst_vaapi_parser_info_h265_replace (&pi, NULL); - } - } --- -1.9.1 - -- cgit v1.2.3-54-g00ecf