summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>2017-04-07 10:33:40 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-01-24 00:47:20 +0000
commit63a83768253bc5dbad500b506b5aca269ec46667 (patch)
tree3b97e94b0f7869cd0f86ed268a224129fe765e45
parent4f88125b3ddc15367d528e850cc27739f5bb27fa (diff)
gst-plugins-base.supp: add gl suppressions for one off init allocations
Add to valgrind suppressions file. https://bugzilla.gnome.org/show_bug.cgi?id=781021
-rw-r--r--tests/check/gst-plugins-base.supp52
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp
index 718b63d9f..4fd81b751 100644
--- a/tests/check/gst-plugins-base.supp
+++ b/tests/check/gst-plugins-base.supp
@@ -507,3 +507,55 @@
fun:gst_element_set_state_func
fun:test_alsa_mixer_track
}
+{
+ <a one time alloc>
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:g_type_create_instance
+ ...
+ fun:g_object_newv
+ fun:g_object_new
+ fun:gst_gl_memory_egl_init_once
+ fun:g_type_create_instance
+}
+{
+ <a one time alloc>
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:g_type_create_instance
+ ...
+ fun:g_object_newv
+ fun:g_object_new
+ fun:gst_gl_memory_pbo_init_once
+ fun:gst_gl_display_init
+ fun:g_type_create_instance
+}
+{
+ <a one time alloc>
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:g_type_create_instance
+ ...
+ fun:g_object_newv
+ fun:g_object_new
+ fun:gst_gl_buffer_init_once
+ fun:gst_gl_display_init
+}
+{
+ <dodgy one, seems like a xcb bug>
+ Memcheck:Leak
+ match-leak-kinds: definite
+ fun:malloc
+ ...
+ fun:xcb_wait_for_reply
+}
+{
+ <one off init alloc in ld-2.22.so>
+ Memcheck:Leak
+ match-leak-kinds: possible
+ fun:calloc
+ fun:g_malloc0
+ ...
+ fun:call_init.part.0
+ fun:_dl_init
+}