From 859e8028ab9ff6cef214ccee2ff41716a7882a8f Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 26 Nov 2007 09:04:17 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1bb00021..4f26a6d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-11-26 Sebastian Dröge + + * 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 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment), -- cgit