summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-12-09 15:30:21 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-12-09 15:30:21 +0000
commit1501b485b1a64e5d5f84de3c72540013706f85ce (patch)
tree2b1485c456b2af5818ccbddd9f829262763bb456 /ChangeLog
parentb57b82d528198c35d721aad073d1048bb5b961e2 (diff)
downloadgst-plugins-bad-1501b485b1a64e5d5f84de3c72540013706f85ce.tar.gz
gst-plugins-bad-1501b485b1a64e5d5f84de3c72540013706f85ce.tar.bz2
gst-plugins-bad-1501b485b1a64e5d5f84de3c72540013706f85ce.zip
ext/faad/gstfaad.c: Assume that an unknown channel mapping with 2 channels is stereo and play it that way instead of ...
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst), (gst_faad_update_caps): Assume that an unknown channel mapping with 2 channels is stereo and play it that way instead of erroring. * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (gst_qtdemux_add_stream), (qtdemux_parse_trak): Handle e.g. jpeg streams with 0 duration frames as having 0 framerate. Debug fixes. Some 64 bit variable fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b7a11a2..de49e971 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-12-09 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * ext/faad/gstfaad.c: (gst_faad_chanpos_to_gst),
+ (gst_faad_update_caps):
+ Assume that an unknown channel mapping with 2 channels
+ is stereo and play it that way instead of erroring.
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
+ (gst_qtdemux_add_stream), (qtdemux_parse_trak):
+ Handle e.g. jpeg streams with 0 duration frames as having 0 framerate.
+ Debug fixes. Some 64 bit variable fixes
+
2005-12-09 Edgard Lima <edgard.lima@indt.org.br>
* configure.ac: