Files
go-astiav/BREAKING_CHANGES.md
T
2024-11-14 09:01:26 +01:00

735 B

v0.25.0

  • CodecParameters.CodecType and CodecParameters.SetCodecType have been removed, use CodecParameters.MediaType and CodecParameters.SetMediaType instead

v0.24.0

  • use FilterGraph.NewBuffersinkFilterContext and FilterGraph.NewBuffersrcFilterContext instead of FilterGraph.NewFilterContext when creating buffersink and buffersrc filter contexts and use BuffersinkFilterContext.GetFrame and BuffersrcFilterContext.AddFrame to manipulate them. Use BuffersinkFilterContext.FilterContext and BuffersrcFilterContext.FilterContext in FilterInOut.SetFilterContext.
  • FilterLink has been removed and methods like BuffersinkFilterContext.ChannelLayout have been added instead