From: Iain Holmes Date: Sun, 25 Jul 2004 15:05:06 +0000 (+0000) Subject: Set the explicit caps on the pad when the file is parsed as explicit caps get wiped... X-Git-Tag: BRANCH-GSTREAMER-0_8-ROOT~787 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49d675cdc67de3c616bc674251a76548c33880ad;p=platform%2Fupstream%2Fgst-plugins-bad.git Set the explicit caps on the pad when the file is parsed as explicit caps get wiped during state changes. fixes bug #... Original commit message from CVS: Set the explicit caps on the pad when the file is parsed as explicit caps get wiped during state changes. fixes bug #148043 --- diff --git a/ChangeLog b/ChangeLog index 432207a..b62aa5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-25 Iain + + * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the + pad now rather than when the pad is created because state changes wipe + explicit caps (fixes #148043). + 2004-07-25 Sebastien Cote reviewed by Benjamin Otte