mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
5ed71164a3
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.
21 lines
459 B
Text
21 lines
459 B
Text
# 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
|
|
}
|