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 387122 - [qtdemux] regression: crash in parse_trak
[qtdemux] regression: crash in parse_trak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-18 11:43 UTC by Tim-Philipp Müller
Modified: 2006-12-18 12:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix crash in parse_trak (718 bytes, patch)
2006-12-18 11:46 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2006-12-18 11:43:28 UTC
The media test suite runs show a regression in qtdemux (my bad, sorry), crashing like this in parse_trak:

  • #0 qtdemux_parse_trak
    at qtdemux.c line 3685
  • #0 qtdemux_parse_trak
    at qtdemux.c line 3685


This can be reproduced for example with

  http://samples.mplayerhq.hu/raw-video/ilacetest.mov
Comment 1 Tim-Philipp Müller 2006-12-18 11:46:13 UTC
Created attachment 78554 [details] [review]
Fix crash in parse_trak
Comment 2 Jan Schmidt 2006-12-18 12:04:29 UTC
Cool. Please commit.