Releases: membraneframework/membrane_file_plugin
Releases · membraneframework/membrane_file_plugin
v0.12.0
v0.11.1
What's Changed
- Fix missing default value for
:file_impl
config in #25
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Fix no EoS on partial read in #23
- Fail fast - raise instead of returning error tuples in #24
- Replace
mockery
withmox
in #24
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Make source send caps while handling prepared to playing in #22
Full Changelog: v0.9.0...v0.10.0
v0.9.0 - Membrane Core update
v0.8.0
Introducing File.SeekEvent
(#16)
SeekEvent
allows to control behaviour of File.Sink
when writing to a file by seeking to a given position (relative to beginning of a file, current position or end of the file). Depending on insert?
flag value, all the following buffers are overwriting previously written bytes or are being inserted after position
determined by SeekEvent
.