summaryrefslogtreecommitdiff
path: root/tests/check/gst-plugins-base.supp
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-04-10 20:32:46 +0000
committerMichael Smith <msmith@xiph.org>2006-04-10 20:32:46 +0000
commit379ec9339f3f276b278143bf30f123631010e957 (patch)
tree66a00d508b0717ce19c3acb9fa5b99e83b28c3ff /tests/check/gst-plugins-base.supp
parentc4c0040e103cb4c6a1ceae0413db7eefe1beca40 (diff)
tests/check/: so that FC4 buildslaves can pass.
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.
Diffstat (limited to 'tests/check/gst-plugins-base.supp')
-rw-r--r--tests/check/gst-plugins-base.supp12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/check/gst-plugins-base.supp b/tests/check/gst-plugins-base.supp
new file mode 100644
index 000000000..8b5a0eef3
--- /dev/null
+++ b/tests/check/gst-plugins-base.supp
@@ -0,0 +1,12 @@
+# 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
+}
+