Skip to content
  • Sebastian Dröge's avatar
    splitmuxsink: Do split-at-running-time splitting based on the time of the start of the GOP · d75ea5b3
    Sebastian Dröge authored
    If the start of the GOP is >= the requested running time, put it into a
    new fragment. That is, split-at-running-time would always ensure that a
    split happens as early as possible after the given running time.
    
    Previously it was comparing against the current incoming timestamp,
    which does not tell us what we actually want to know as it has no direct
    relation to the GOP start/end.
    d75ea5b3