gst/asfdemux/gstasfdemux.c: - fix a mem leak and always propagate tags

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c:
- fix a mem leak and always propagate tags
- add WMV3 to known video codecs (but no decoder yet)
- replace "surplus data" at end of audio header for what
it is : codec specific data
- fix a typo
This commit is contained in:
Stéphane Loeuillet 2004-05-16 22:18:11 +00:00
parent 29a157c105
commit e92cabfdfe

View file

@ -1,3 +1,12 @@
2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
* gst/asfdemux/gstasfdemux.c:
- fix a mem leak and always propagate tags
- add WMV3 to known video codecs (but no decoder yet)
- replace "surplus data" at end of audio header for what
it is : codec specific data
- fix a typo
2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>