diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-07-25 15:05:06 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-07-25 15:05:06 +0000 |
commit | 49d675cdc67de3c616bc674251a76548c33880ad (patch) | |
tree | b9f69afd70a2c7f43b2dd32ee813f0a031a18e0e /ChangeLog | |
parent | 1c7d8ebc238f975d6c09759305185ec4e462dc9a (diff) | |
download | gst-plugins-bad-49d675cdc67de3c616bc674251a76548c33880ad.tar.gz gst-plugins-bad-49d675cdc67de3c616bc674251a76548c33880ad.tar.bz2 gst-plugins-bad-49d675cdc67de3c616bc674251a76548c33880ad.zip |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |