Sanchayan Maity
6a6bb68204
Include suppression files for GStreamer and GLib for easier referencing as part of valgrindrc. We will add a symlink to the suppression files in /opt.
10 lines
383 B
Text
10 lines
383 B
Text
--memcheck:leak-check=full
|
|
--memcheck:leak-resolution=high
|
|
--num-callers=20
|
|
--trace-children=yes
|
|
--suppressions=/opt/valgrind/glib.supp
|
|
--suppressions=/opt/valgrind/gstreamer.supp
|
|
--suppressions=/opt/valgrind/gst-plugins-base.supp
|
|
--suppressions=/opt/valgrind/gst-plugins-good.supp
|
|
--suppressions=/opt/valgrind/gst-plugins-bad.supp
|
|
--suppressions=/opt/valgrind/gst-plugins-ugly.supp
|