mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by ...
Original commit message from CVS: * tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by the LADSPA sine plugin and happening on every exit(). Remove GIO suppressions as it's now in -base.
This commit is contained in:
parent
ebdf0b8bd0
commit
b4ec0f4156
3 changed files with 30 additions and 36 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* tests/check/gst-plugins-bad.supp:
|
||||||
|
Add suppressions for SoundTouch valgrind warnings and
|
||||||
|
a valgrind warning caused by the LADSPA sine plugin and
|
||||||
|
happening on every exit().
|
||||||
|
Remove GIO suppressions as it's now in -base.
|
||||||
|
|
||||||
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
|
* ext/mythtv/gstmythtvsrc.c: (gst_mythtv_src_create):
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 84c6d3efac27669ad45856ebe84a17d33359dc36
|
Subproject commit 135628f16d422584d3454fb9c9805e7be25760a1
|
|
@ -9,43 +9,29 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
<suppression for a singleton in GIO that can't be cleaned up>
|
<Soundtouch valgrind warning>
|
||||||
Memcheck:Leak
|
Memcheck:Cond
|
||||||
fun:realloc
|
fun:_ZN10soundtouch9TDStretch8setTempoEf
|
||||||
obj:*
|
fun:_ZN10soundtouch9TDStretch13setParametersEjjjj
|
||||||
obj:*
|
fun:_ZN10soundtouch9TDStretchC1Ev
|
||||||
obj:*
|
fun:_ZN10soundtouch9TDStretch11newInstanceEv
|
||||||
obj:*
|
fun:_ZN10soundtouch10SoundTouchC1Ev
|
||||||
obj:*
|
|
||||||
obj:*
|
|
||||||
obj:*
|
|
||||||
obj:*
|
|
||||||
obj:*
|
|
||||||
fun:g_type_create_instance
|
|
||||||
fun:g_object_constructor
|
|
||||||
fun:g_object_newv
|
|
||||||
fun:g_object_new_valist
|
|
||||||
fun:g_object_new
|
|
||||||
fun:get_default_vfs
|
|
||||||
fun:g_once_impl
|
|
||||||
fun:g_vfs_get_default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
<suppression for a singleton in GIO that can't be cleaned up>
|
<Soundtouch valgrind warning>
|
||||||
Memcheck:Leak
|
Memcheck:Cond
|
||||||
fun:malloc
|
fun:_ZN10soundtouch9TDStretch8setTempoEf
|
||||||
obj:*
|
fun:_ZN10soundtouch9TDStretch13setParametersEjjjj
|
||||||
obj:*
|
fun:_ZN10soundtouch9TDStretchC1Ev
|
||||||
obj:*
|
fun:_ZN10soundtouch9TDStretch11newInstanceEv
|
||||||
obj:*
|
fun:_ZN10soundtouch10SoundTouchC1Ev
|
||||||
fun:g_type_create_instance
|
}
|
||||||
fun:g_object_constructor
|
|
||||||
fun:g_object_newv
|
{
|
||||||
fun:g_object_new_valist
|
<the LADSPA sine plugin produces this on every exit() it seems >
|
||||||
fun:g_object_new
|
Memcheck:Free
|
||||||
fun:get_default_vfs
|
fun:_ZdaPv
|
||||||
fun:g_once_impl
|
obj:/usr/lib/ladspa/sine.so
|
||||||
fun:g_vfs_get_default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue