From d47f97b0d41a5dd6a32a70da0139a1698c97ebe3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 17 May 2006 09:15:55 +0000 Subject: ext/faad/gstfaad.c: There's no guarantee that caps was set to something, and if it did, the function called to fill t... Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_chain): There's no guarantee that caps was set to something, and if it did, the function called to fill that variable actually sets the caps on the sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using GST_PAD_CAPS(faad->srcpad). --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d67ad072..4f4b2217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-05-17 Edward Hervey + + * ext/faad/gstfaad.c: (gst_faad_chain): + There's no guarantee that caps was set to something, and if it did, the + function called to fill that variable actually sets the caps on the + sourcpad, so we call gst_pad_alloc_buffer_and_set_caps() using + GST_PAD_CAPS(faad->srcpad). + 2006-05-13 Tim-Philipp Müller Patch by: Young-Ho Cha -- cgit v1.2.1