]> git.sesse.net Git - cubemap/commit
Track stream start suitability separately for each data block added.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jul 2015 10:22:35 +0000 (12:22 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 23 Jul 2015 10:26:32 +0000 (12:26 +0200)
commit00cf4a1ffcb987ef6d27fcf49811fd5ef572a985
tree51e8138159bcde6b16f43227053b309179da8381
parentb2d3112addcc8da422f08708db29435b45d85afa
Track stream start suitability separately for each data block added.

When having queued data, keep the separate stream start suitability flag
for each iovec instead of just storing the index of the last block.
This is a no-op in itself, but it is a prerequisite for tracking it in
the backlog as well, which we want to do to be able to have force_prebuffer
give out older data -- that requires tracking not only the last suitable
starting point, but multiple ones backwards in time.

Also add a TODO to update starting point(s) when the header changes.
server.cpp
stream.cpp
stream.h