summaryrefslogtreecommitdiff
path: root/common/gst.supp
diff options
context:
space:
mode:
Diffstat (limited to 'common/gst.supp')
-rw-r--r--common/gst.supp36
1 files changed, 35 insertions, 1 deletions
diff --git a/common/gst.supp b/common/gst.supp
index 7e24bc8..d7f8961 100644
--- a/common/gst.supp
+++ b/common/gst.supp
@@ -915,7 +915,7 @@
fun:*alloc
...
fun:g_type_init*
- fun:init_pre
+ fun:init_pre*
}
{
@@ -3894,6 +3894,13 @@
obj:*/sed
}
+{
+ <weird one when re-reading registry>
+ Memcheck:Addr8
+ ...
+ obj:*/sed
+}
+
# GLib 2.23 interface vtable
{
<insert_a_suppression_name_here>
@@ -3927,3 +3934,30 @@
fun:_gst_plugin_loader_client_run
fun:main
}
+
+{
+ <warning with libc 2.13-2 as in Debian/unstable on amd64>
+ Memcheck:Cond
+ fun:*strcasecmp*
+ ...
+ fun:__dcigettext
+}
+
+{
+ <warning with libc 2.13-2 as in Debian/unstable on amd64>
+ Memcheck:Value8
+ fun:*strcasecmp*
+ ...
+ fun:__dcigettext
+}
+
+{
+ <GstSystemClock is a singleton and does not leak>
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:gst_poll_new
+ fun:gst_poll_new_timer
+ fun:gst_system_clock_init
+}
+