summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro@nnva.org>2008-07-08 17:41:55 +0000
committerMichael Smith <msmith@xiph.org>2008-07-08 17:41:55 +0000
commit50eafabdd5a1e73642122cc0febe539de2f32668 (patch)
tree2eb61b91406c785070bff4c77423a8b69cce8639 /ChangeLog
parent7399002e2bf8cdae51298ff427ded637655543e3 (diff)
downloadgstreamer-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78a705e8f..1f8f52c74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>