splitmuxsink: Fix off-by-one in running time comparison for split-at-running-time
authorSebastian Dröge <sebastian@centricular.com>
Wed, 15 Apr 2020 10:21:05 +0000 (13:21 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 15 Apr 2020 10:33:17 +0000 (13:33 +0300)
commit0ab0f92cac42b2d895950ec9470f60a1ebb301cb
treeb2adf6f2cfeca1e223b3a289cc31dca5b5700431
parentfd7ecac7935c9635b61a4f20dce695210ecc361d
splitmuxsink: Fix off-by-one in running time comparison for split-at-running-time

If we get a keyframe exactly at the requested running time we would only
split on the next keyframe afterwards due to wrong usage of > vs. >=.
gst/multifile/gstsplitmuxsink.c