docs: further reduce delta to upstream makefiles
[platform/upstream/gst-common.git] / gst.supp
index e1a7fea..c10005f 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    obj:*/sed
 }
 
+{
+   <weird one when re-reading registry>
+   Memcheck:Addr8
+   ...
+   obj:*/sed
+}
+
 # GLib 2.23 interface vtable
 {
    <insert_a_suppression_name_here>
    fun:*strcasecmp*
    ...
    fun:__dcigettext
-   fun:_gst_tag_initialize
 }
 
 {
    fun:*strcasecmp*
    ...
    fun:__dcigettext
-   fun:_gst_tag_initialize
+}
+
+{
+   <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
 }