membrane_core
membrane_core copied to clipboard
Add metadata structs instead of free form metadata
Currently elements can add some metadata.
We should add mechanism of traits that allow to store "history of a buffer", so e.g. if MP3 frame comes from HTTP source it would be useful to access HTTP headers even if it was decoded.
It should accumulate somehow over passing the pipeline.