GNOME Bugzilla – Bug 661477
flvdemux: negative cts causes uint overflow, resulting in sinks waiting forever
Last modified: 2012-02-20 13:18:15 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.
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.