mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: add more H264 valgrind supp rules
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D180
This commit is contained in:
parent
4829e44147
commit
dc2ba59ebb
1 changed files with 19 additions and 0 deletions
|
@ -102,9 +102,28 @@
|
||||||
fun:x264_lookahead_thread
|
fun:x264_lookahead_thread
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Value8
|
||||||
|
...
|
||||||
|
fun:x264_lookahead_thread
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
<insert_a_suppression_name_here>
|
<insert_a_suppression_name_here>
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
...
|
...
|
||||||
fun:x264_threadpool_thread
|
fun:x264_threadpool_thread
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Value8
|
||||||
|
obj:/usr/lib64/libx264.so.*
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
<insert_a_suppression_name_here>
|
||||||
|
Memcheck:Cond
|
||||||
|
obj:/usr/lib64/libx264.so.*
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue