diff --git a/ChangeLog b/ChangeLog index 9e6017d0c5ccf4e2c3efd5ee8539313b1c1f6c6f..b048971f150f9f9f9b658fbecb4af1943846bfc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-28 Jan Schmidt + + * gst.supp: + Extra suppressions from my Ubuntu x86_64 machine + 2006-07-24 Tim-Philipp Müller Patch by: Frederic Peters diff --git a/gst.supp b/gst.supp index 289cb75f4be0cc60ecfe83e4bf4058f53ba099b6..4602cf59a3de6faa40418b00ae1cd0297bb666a4 100644 --- a/gst.supp +++ b/gst.supp @@ -609,3 +609,39 @@ fun:oil_optimize_all fun:oil_init } + +{ + + Memcheck:Addr8 + obj:/lib/ld-2.3.6.so +} + +{ + + Memcheck:Param + futex(uaddr2) + fun:pthread_once + obj:/lib/libc-2.3.6.so + obj:/lib/libc-2.3.6.so + fun:setlocale + fun:init_pre + fun:g_option_context_parse + fun:gst_init_check + fun:gst_init + fun:gst_check_init + fun:main +} + +{ + + Memcheck:Cond + obj:/lib/ld-2.3.6.so + obj:/lib/ld-2.3.6.so + fun:_dl_open + obj:/lib/libdl-2.3.6.so + obj:/lib/ld-2.3.6.so + obj:/lib/libdl-2.3.6.so + fun:dlopen + fun:g_module_open + fun:gst_plugin_load_file +}