gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offset and...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 14 Mar 2004 05:43:33 +0000 (05:43 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 14 Mar 2004 05:43:33 +0000 (05:43 +0000)
commitf982e49807c047135e5ec2c6bcf3ae429562b445
tree6f148d01061a3cdeb48c88df2dac8c77554575e8
parent4885e0e767bfce86c1c90ef3a75690c473841e89
gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the offset and then read a samplesize element as...

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
Fix for obvious mistake, where we first shift the offset and then
read a samplesize element assuming the old offset. Note that this
part still has something weird, i.e. my movies containing those
don't actually play well, but at least there's something that looks
like sound now.
ChangeLog