gstreamer/tests/check/gst-plugins-base.supp
Tim-Philipp Müller 5ed71164a3 ext/pango/gsttextoverlay.c: Don't unnecessarily ref (and then leak) upstream events if the text pad is not linked. Fi...
Original commit message from CVS:
* ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
(gst_text_overlay_text_event):
Don't unnecessarily ref (and then leak) upstream events if the text
pad is not linked. Fixes #399948.
* tests/check/gst-plugins-base.supp:
Add suppression for pango on edgy/x86 for textoverlay test.
2007-01-24 12:51:20 +00:00

22 lines
459 B
Plaintext

# A suppression for an old bug in libtheora (fixed in more recent versions,
# but some of our buildslaves still have this)
{
<Leaky libtheora>
Memcheck:Leak
fun:realloc
fun:oggpackB_write
fun:EncodeData
obj:/usr/lib/libtheora.so*
fun:theora_encode_YUVin
}
# Suppression for pango on ubuntu edgy/x86 and textoverlay test
{
<pango>
Memcheck:Param
access(pathname)
fun:access
fun:pango_config_key_get
fun:pango_find_map
}