suppressions: Add suppression for 'safety' strdup in gst-ffmpeg
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 2 Apr 2009 09:26:27 +0000 (11:26 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 2 Apr 2009 09:26:27 +0000 (11:26 +0200)
gst.supp

index 00b2e45..f7bf2f4 100644 (file)
--- a/gst.supp
+++ b/gst.supp
    fun:plugin_init
 }
 
+## We don't know if ffmpeg frees this or not and better pass a copy for safety
+{
+   <insert a suppression name here>
+   Memcheck:Leak
+   fun:malloc
+   fun:g_malloc
+   fun:g_strdup
+   fun:gst_ffmpeg_cfg_fill_context
+   fun:gst_ffmpegenc_setcaps
+   fun:gst_pad_set_caps
+}