diff options
author | Alessandro Decina <alessandro@nnva.org> | 2008-07-08 17:41:55 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2008-07-08 17:41:55 +0000 |
commit | 50eafabdd5a1e73642122cc0febe539de2f32668 (patch) | |
tree | 2eb61b91406c785070bff4c77423a8b69cce8639 /ChangeLog | |
parent | 7399002e2bf8cdae51298ff427ded637655543e3 (diff) | |
download | gstreamer-plugins-bad-50eafabdd5a1e73642122cc0febe539de2f32668.tar.gz |
sys/dshowdecwrapper/: Add AAC, AC3 to handled codecs.
Original commit message from CVS:
Based on patch by: Alessandro Decina <alessandro@nnva.org>
* sys/dshowdecwrapper/gstdshowaudiodec.c:
* sys/dshowdecwrapper/gstdshowdecwrapper.h:
* sys/dshowdecwrapper/gstdshowvideodec.c:
Add AAC, AC3 to handled codecs.
Fix handling of flush events.
Improve debug/error output.
Fix a number of typos in comments and variable names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-07-08 Michael Smith <msmith@songbirdnest.com> + + Based on patch by: Alessandro Decina <alessandro@nnva.org> + * sys/dshowdecwrapper/gstdshowaudiodec.c: + * sys/dshowdecwrapper/gstdshowdecwrapper.h: + * sys/dshowdecwrapper/gstdshowvideodec.c: + Add AAC, AC3 to handled codecs. + Fix handling of flush events. + Improve debug/error output. + Fix a number of typos in comments and variable names. + 2008-07-08 Thijs Vermeir <thijsvermeir@gmail.com> patch by: Ilja Pavkovic <illsen@gumblfarz.de> |