GNOME Bugzilla – Bug 338935
[qtdemux] floating point exception parsing trac header
Last modified: 2006-05-03 21:59:00 UTC
File: http://online.itp.ucsb.edu/download/spintr06/abstreiter/snd/Abstreiter_KITP.mov crashes with a floating point exception when trying to divide through bytes_per_packet around line 3165: LOG (0x814b838 - 0:00:01.984151000) qtdemux(14905) qtdemux.c(3166):qtdemux_parse_trak: samples/packet: 239 LOG (0x814b838 - 0:00:01.984171000) qtdemux(14905) qtdemux.c(3167):qtdemux_parse_trak: bytes/packet: 0 LOG (0x814b838 - 0:00:01.984191000) qtdemux(14905) qtdemux.c(3168):qtdemux_parse_trak: bytes/frame: 1 LOG (0x814b838 - 0:00:01.984211000) qtdemux(14905) qtdemux.c(3169):qtdemux_parse_trak: bytes/sample: 2
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): For VBR audio, don't try to calculate the samples_per_frame. Fixes #338935.
still does not play, duplicate of #332892 *** This bug has been marked as a duplicate of 332892 ***