After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338935 - [qtdemux] floating point exception parsing trac header
[qtdemux] floating point exception parsing trac header
Status: RESOLVED DUPLICATE of bug 332892
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal critical
: 0.10.3
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-18 20:01 UTC by Tim-Philipp Müller
Modified: 2006-05-03 21:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-04-18 20:01:08 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
Comment 1 Wim Taymans 2006-04-19 09:27:10 UTC
        * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
        For VBR audio, don't try to calculate the samples_per_frame.
        Fixes #338935.
Comment 2 Wim Taymans 2006-04-19 09:29:08 UTC
still does not play, duplicate of #332892

*** This bug has been marked as a duplicate of 332892 ***