diff options
author | Michael Smith <msmith@xiph.org> | 2008-08-23 00:01:39 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2008-08-23 00:01:39 +0000 |
commit | 76b2b0502d785edc9040d48306639342a3d01963 (patch) | |
tree | e599840f33cdb2357ff4a2898387401c903d87f0 /ChangeLog | |
parent | 9518c22bda7325964c8963eb36109809861bfdaa (diff) | |
download | gst-plugins-bad-76b2b0502d785edc9040d48306639342a3d01963.tar.gz gst-plugins-bad-76b2b0502d785edc9040d48306639342a3d01963.tar.bz2 gst-plugins-bad-76b2b0502d785edc9040d48306639342a3d01963.zip |
sys/dshowdecwrapper/gstdshowaudiodec.c: Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio is correc...
Original commit message from CVS:
* sys/dshowdecwrapper/gstdshowaudiodec.c:
Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio
is correctly, instead of backwards. No functional changes, since this
mistake was completely self-consistent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-08-22 Michael Smith <msmith@songbirdnest.com> + + * sys/dshowdecwrapper/gstdshowaudiodec.c: + Flip mpeg1/mpeg2 arrays for mpeg audio. Detect which type the audio + is correctly, instead of backwards. No functional changes, since this + mistake was completely self-consistent. + 2008-08-22 Stefan Kost <ensonic@users.sf.net> * docs/plugins/gst-plugins-bad-plugins-docs.sgml: |