gst-plugins-rs/gst-plugin-sodium
Sebastian Dröge e7194e8f25 sodiumdecrypter: Ensure to pull enough data from upstream if not starting on a chunk boundary
We round down to the previous chunk boundary, but then we also have to
add the difference between the offset of that chunk to the requested
offset to the size of the buffer that is pulled from upstream. Otherwise
there will be an unneeded short read, which could cause downstream to
EOS too early.
2019-07-05 17:05:47 +03:00
..
examples sodium: remove 'rs' prefix from elements 2019-05-29 15:43:56 +05:30
src sodiumdecrypter: Ensure to pull enough data from upstream if not starting on a chunk boundary 2019-07-05 17:05:47 +03:00
tests sodium: remove 'rs' prefix from elements 2019-05-29 15:43:56 +05:30
build.rs Add build.rs that provides a version number, release date and other details 2019-06-03 11:11:29 +00:00
Cargo.toml Update versions of everything and use releases instead of GIT 2019-06-25 10:30:12 +03:00