GNOME Bugzilla – Bug 722309
Generalize valgrind suppression pattern for gst-libav
Last modified: 2014-01-16 14:47:34 UTC
Created attachment 266423 [details] [review] patch Currently there are gst-libav plugin init related suppressions entries, but they not general enough, because for me running gst-launch with libav-related element under Valgrind memcheck (with G_SLICE=always-malloc and supplied gst.supp) resulted in 108 "possibly lost" blocks related to plugin_init; updating gst.supp in proposed way sets valgrind lost blocks count to 0 if there are no other leaks.
commit c31db4adfaed37b88eb50c18a8fc33dea9009ab5 Author: Andrey Utkin <andrey.krieger.utkin@gmail.com> Date: Thu Jan 16 04:47:47 2014 +0200 Generalize valgrind suppression pattern for gst-libav https://bugzilla.gnome.org/show_bug.cgi?id=722309