summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-11-26 09:04:17 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-11-26 09:04:17 +0000
commit859e8028ab9ff6cef214ccee2ff41716a7882a8f (patch)
treef9989a4f8364829716333c44b6a4500ef7e73c3c /ChangeLog
parent848829798a049fc5cbe2560847c005b0aa84f135 (diff)
tests/check/elements/wavpackenc.c: Don't check the caps of the output buffer if they're equal some other caps. The ca...
Original commit message from CVS: * tests/check/elements/wavpackenc.c: (GST_START_TEST): Don't check the caps of the output buffer if they're equal some other caps. The caps can change in a backward compatible way and did at this point.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bb00021..4f26a6d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-26 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * tests/check/elements/wavpackenc.c: (GST_START_TEST):
+ Don't check the caps of the output buffer if they're equal some
+ other caps. The caps can change in a backward compatible way
+ and did at this point.
+
2007-11-24 Julien MOUTTE <julien@moutte.net>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),