Skip to content

0.11.0

Choose a tag to compare

@daniel-jodlos daniel-jodlos released this 14 Dec 06:11
· 61 commits to master since this release
6eadee5

This release marks full support for API changes introduced by Membrane Core 0.8.0 - unification of timestamps.

Important API changes:

  • buffer.metadata.timestamp field has been deleted and moved to buffer.pts
  • dts field is left as nil, although it can be assumed that its value is identical to pts if required. Using Membrane.Buffer.get_dts_or_pts/1 is recommended