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)
commitca3eaf9764e93cd7e8b71181b074948de1c11269
treeb89a77ce6dc9d9c2de749d490b98d2b642b5c021
parentadf3889a893a17a27e2f814b5ae7ba1b4f020ed4
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
gst/qtdemux/qtdemux.c