splitmuxsink: Allow splitting at exactly the time/bytes threshold
authorSebastian Dröge <sebastian@centricular.com>
Mon, 19 Mar 2018 08:58:28 +0000 (10:58 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 19 Mar 2018 10:23:47 +0000 (12:23 +0200)
commit42f5f3d1bead3a88eb687f150428876c794de8c9
tree2562f739ceac1dc011e3440a88755038d150c6c5
parent47ff21ea3b7354925b5741104bd8d22468bccc35
splitmuxsink: Allow splitting at exactly the time/bytes threshold

76e458a119926424e9dd5acf3210a592a314d713 changed the conditions from
"queued > threshold" to "queued >= threshold", which broke hlssink2 and
resulting in too small fragments being created although keyframes would
be at *exactly* the configured threshold.

https://bugzilla.gnome.org/show_bug.cgi?id=794440
gst/multifile/gstsplitmuxsink.c