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 661477 - flvdemux: negative cts causes uint overflow, resulting in sinks waiting forever
flvdemux: negative cts causes uint overflow, resulting in sinks waiting forever
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-11 17:19 UTC by Stas Sergeev
Modified: 2012-02-20 13:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the fix (763 bytes, patch)
2011-10-11 17:19 UTC, Stas Sergeev
committed Details | Review

Description Stas Sergeev 2011-10-11 17:19:36 UTC
Created attachment 198801 [details] [review]
the fix

Hi.

Without this patch I am getting the lock-ups.
The negative cts causes the uint overflow, resulting in
a GstBaseSink syncing forever.
Comment 1 Mark Nauwelaerts 2011-10-28 10:39:42 UTC
Thanks, committed:

commit 6b168ffb44176c131e802eb8064401bdc2f14299
Author: Stas Sergeev <stsp@users.sourceforge.net>
Date:   Tue Oct 11 20:56:51 2011 +0400

    flvdemux: be careful with negative cts
    
    Fixes #661477.