mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
379ec9339f
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/gst-plugins-base.supp: Suppress an old libtheora bug (fixed in more recent versions), so that FC4 buildslaves can pass.
12 lines
278 B
Text
12 lines
278 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
|
|
}
|
|
|