dashdemux: fix off by one seeking issue
authorThiago Santos <thiagoss@osg.samsung.com>
Sun, 16 Aug 2015 11:49:35 +0000 (08:49 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Sun, 16 Aug 2015 11:49:35 +0000 (08:49 -0300)
commitae5befef5f2c148c7358c7413ff7dd8e24f1e3db
tree166b59730510e282d0b88d05a59a1e3b75baef98
parent7ea4a66b9fb943aaed27d7174cd58270211dbba3
dashdemux: fix off by one seeking issue

When seeking to the last second of a mpd it would reject the seek
because the comparison was < instead of <=

This fails the important use case of seeking to the end of a file
to play it back in reverse from the end
ext/dash/gstdashdemux.c