summaryrefslogtreecommitdiff
path: root/gst.supp
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-02 11:26:27 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-02 11:26:27 +0200
commitb4598ea7b776a341673129a171cad4aa29ed80d0 (patch)
tree0eb918402263ca55e49e11f60465134090fa11f6 /gst.supp
parent1e38bff2c4b5dac1272033b99c3a0dd14e1be7f2 (diff)
suppressions: Add suppression for 'safety' strdup in gst-ffmpeg
Diffstat (limited to 'gst.supp')
-rw-r--r--gst.supp11
1 files changed, 11 insertions, 0 deletions
diff --git a/gst.supp b/gst.supp
index 00b2e45..f7bf2f4 100644
--- a/gst.supp
+++ b/gst.supp
@@ -2892,3 +2892,14 @@
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
+}