summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-04-16 09:48:06 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-04-16 09:48:06 +0000
commit07ebb7349a571adf8201189f7404190c56b02cda (patch)
tree44ae0b28ec6cc2c91eb631777be74ffee26e719a /ChangeLog
parent4f2884df76d6937a8f7616b985a0da2d70a4977a (diff)
downloadgst-plugins-bad-07ebb7349a571adf8201189f7404190c56b02cda.tar.gz
gst-plugins-bad-07ebb7349a571adf8201189f7404190c56b02cda.tar.bz2
gst-plugins-bad-07ebb7349a571adf8201189f7404190c56b02cda.zip
tests/check/elements/ofa.c: Only check if the generated fingerprints are valid Base64. The fingerprints are different...
Original commit message from CVS: * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST): Only check if the generated fingerprints are valid Base64. The fingerprints are different when running on different architectures which is a) no problem because the fingerprints are tolerant enough and b) is caused by libofa. Fixes bug #528266.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53aad77a..6691f928 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-04-16 Sebastian Dröge <slomo@circular-chaos.org>
+ * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
+ Only check if the generated fingerprints are valid Base64. The
+ fingerprints are different when running on different architectures
+ which is a) no problem because the fingerprints are tolerant enough
+ and b) is caused by libofa. Fixes bug #528266.
+
+2008-04-16 Sebastian Dröge <slomo@circular-chaos.org>
+
* ext/timidity/Makefile.am:
Dist all source files, no matter if only timidity or wildmidi or
nothing is found by configure. Fixes bug #528000.