GNOME Bugzilla – Bug 155212
crash in gstffmpegdec
Last modified: 2004-12-22 21:47:04 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.
Created attachment 32525 [details] [review] proposed fix Avoid dividing by 0.
Yes, please apply.
Applied.