From d5482862099ed39cab20beebc25738d0658086d0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 11 May 2015 17:08:37 +0200 Subject: [PATCH] validate: ignore x264 valgrind errors Summary: The x264 code is pretty hardcore so I just opened a bug for now. Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D164 --- validate/data/gstvalidate.supp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/validate/data/gstvalidate.supp b/validate/data/gstvalidate.supp index 9fc0dc1bd0..8ef59db3a6 100644 --- a/validate/data/gstvalidate.supp +++ b/validate/data/gstvalidate.supp @@ -78,3 +78,33 @@ fun:drmIoctl fun:drmPrimeHandleToFD } + +# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=749232 +# x264 errors +{ + + Memcheck:Cond + ... + fun:x264_encoder_encode +} + +{ + + Memcheck:Value8 + ... + fun:x264_encoder_encode +} + +{ + + Memcheck:Cond + ... + fun:x264_lookahead_thread +} + +{ + + Memcheck:Cond + ... + fun:x264_threadpool_thread +}