mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
validate: add mesa-related valgrind suppressions
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D954
This commit is contained in:
parent
2ddbcb666f
commit
f9fb5b00b7
1 changed files with 42 additions and 0 deletions
|
@ -159,3 +159,45 @@
|
|||
Memcheck:Value8
|
||||
fun:oc_enc_tokenize_ac
|
||||
}
|
||||
|
||||
# FIXED
|
||||
{
|
||||
Fixed with mesa master
|
||||
Memcheck:Cond
|
||||
fun:lp_build_blend_factor_unswizzled
|
||||
...
|
||||
fun:gst_glimage_sink_on_draw
|
||||
}
|
||||
|
||||
# FIXED
|
||||
{
|
||||
Fixed with mesa master
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:calloc
|
||||
...
|
||||
fun:_do_convert_draw
|
||||
fun:_do_convert_one_view
|
||||
}
|
||||
|
||||
# FIXED
|
||||
{
|
||||
Fixed with mesa master
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:malloc
|
||||
...
|
||||
fun:gst_gl_shader_compile
|
||||
}
|
||||
|
||||
# FIXED
|
||||
{
|
||||
Fixed with mesa master
|
||||
Memcheck:Leak
|
||||
match-leak-kinds: definite
|
||||
fun:calloc
|
||||
...
|
||||
fun:_draw_checker_background
|
||||
fun:_draw_background
|
||||
fun:gst_gl_video_mixer_callback
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue