summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2004-07-25 15:05:06 +0000
committerIain Holmes <iain@prettypeople.org>2004-07-25 15:05:06 +0000
commitec250d49d02e6d83cc037de11d8cbccaa83fa827 (patch)
tree0c5df89af61313559b9f5eb810c80b9e730f89d3 /ChangeLog
parent070d0301a9c7f8136af8043fc82b8ae81c3b8d74 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 432207a3..b62aa5e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-25 Iain <iain@prettypeople.org>
+
+ * 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 <sc5@hermes.usherb.ca>
reviewed by Benjamin Otte <otte@gnome.org>