commit | b49bc4b33c79103d78dcb644eea053c372ff3d29 | [log] [tgz] |
---|---|---|
author | Jan Schmidt <jan@centricular.com> | Tue Jul 17 00:03:19 2018 +1000 |
committer | Jan Schmidt <jan@centricular.com> | Tue Sep 11 23:01:47 2018 +1000 |
tree | 71ca05ca364772304c5d9542cfa0ce933f1a4c87 | |
parent | 1dd125dc582c4a6f1608d488b1a37e5ecc5fd342 [diff] |
splitmux: Improve handling of repeated timestamps When handling input with timestamps that repeat, sometimes splitmuxsink would get confused and ignore a keyframe. The logic in question is a holdover from before the cmd queue moved the file cutting to the multiqueue output side and made it deterministic, so it's no longer needed on the input here. https://bugzilla.gnome.org/show_bug.cgi?id=796773