mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
validate: add valgrind ignore supps for theora encoder
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D181
This commit is contained in:
parent
dc2ba59ebb
commit
9ef7943369
1 changed files with 23 additions and 0 deletions
|
@ -127,3 +127,26 @@
|
|||
Memcheck:Cond
|
||||
obj:/usr/lib64/libx264.so.*
|
||||
}
|
||||
|
||||
# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=749428
|
||||
# Theora encoder
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Value8
|
||||
...
|
||||
fun:theora_enc_handle_frame
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:theora_enc_handle_frame
|
||||
}
|
||||
|
||||
{
|
||||
<insert_a_suppression_name_here>
|
||||
Memcheck:Value8
|
||||
fun:oc_enc_tokenize_ac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue