mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
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.
This commit is contained in:
parent
4885e0e767
commit
f982e49807
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* 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.
|
||||
|
||||
2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
* gst/typefind/gsttypefindfunctions.c: (speex_type_find),
|
||||
(plugin_init):
|
||||
|
|
Loading…
Reference in a new issue