mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 07:05:56 -05:00
9d7cdc0954
db/writer.rs used the word "unflushed" in two ways: * something which has been communicated to the LockedDatabase object but not yet committed to disk with SQLite. * a video sample (aka video frame) which has been written to the sample file but not yet included in the video index. This happens because the duration of a frame isn't known until the following frame. These are always also unflushed in the other sense of the word (as unfinished recordings are never committed). But they can't be seen by clients at all, where indexed but uncommitted video frames can. Replace the latter with "unindexed" to make things more clear. And a couple minor other style cleanups. |
||
---|---|---|
.. | ||
proto | ||
testdata | ||
upgrade | ||
auth.rs | ||
build.rs | ||
Cargo.toml | ||
check.rs | ||
coding.rs | ||
compare.rs | ||
db.rs | ||
dir.rs | ||
fs.rs | ||
lib.rs | ||
raw.rs | ||
recording.rs | ||
schema.sql | ||
signal.rs | ||
testutil.rs | ||
writer.rs |