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 155212 - crash in gstffmpegdec
crash in gstffmpegdec
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.2
Other Linux
: Normal critical
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-12 17:43 UTC by Sebastien Cote
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (918 bytes, patch)
2004-10-12 17:44 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2004-10-12 17:43:58 UTC
The decoder crashes when calculating the buffer duration. It divides by the
frame_rate but sometimes ffmpeg gets the FPS wrong and sets it to 0.
Comment 1 Sebastien Cote 2004-10-12 17:44:59 UTC
Created attachment 32525 [details] [review]
proposed fix

Avoid dividing by 0.
Comment 2 Ronald Bultje 2004-10-12 20:14:17 UTC
Yes, please apply.
Comment 3 Ronald Bultje 2004-10-29 12:00:39 UTC
Applied.