ass: avoid infinite unref loop with bad data
authorMatthew Waters <matthew@centricular.com>
Sun, 6 Oct 2019 13:05:08 +0000 (00:05 +1100)
committerMatthew Waters <matthew@centricular.com>
Sun, 6 Oct 2019 13:07:36 +0000 (00:07 +1100)
commit84718775a2d447324518eebecde0a8a92fba068b
tree5ef4bd2362c64982b588bc66997b79c1121434e1
parent5e8755cf07412f6001adad63c9fa2ccb9ebd96b8
ass: avoid infinite unref loop with bad data

A classic case of not updating the next item to iterate after deleting
it from the singly linked list.

Only ever hit with a text buffer with GST_CLOCK_TIME_NONE for either the
timestamp or duration.
ext/assrender/gstassrender.c