From b0c86b554c2886325c2fc4a4c939a4a5f116d5e3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 17 May 2006 12:36:26 +0000 Subject: gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are non-empty and not Original commit message from CVS: * gst/law/mulaw-decode.c: (mulawdec_getcaps): We can only do caps intersection if the othercaps are non-empty and not ANY. Else we return the pad template (base_caps). --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3f7935b..722344e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-17 Edward Hervey + + * gst/law/mulaw-decode.c: (mulawdec_getcaps): + We can only do caps intersection if the othercaps are non-empty and not + ANY. Else we return the pad template (base_caps). + 2006-05-17 Tim-Philipp Müller * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): -- cgit