qtdemux: Increment current stts index whenever we finished one stts entry
authorSebastian Dröge <sebastian@centricular.com>
Thu, 19 Jan 2017 11:46:58 +0000 (13:46 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 19 Jan 2017 11:46:58 +0000 (13:46 +0200)
commit1ffef8bf6076c42bcbaaf0ec4f11ca4cf0c797da
treeeaf73d846990853d30d22e9bdacfafc1df39c852
parentdb1757503dbb69aec418ae422277a30fc2f652ad
qtdemux: Increment current stts index whenever we finished one stts entry

Otherwise we could read more chunks than there are available, doing an
out of bounds read and potentially crash.

https://bugzilla.gnome.org/show_bug.cgi?id=777469
gst/isomp4/qtdemux.c