CodecParameters
.CodecType
andCodecParameters
.SetCodecType
have been removed, useCodecParameters
.MediaType
andCodecParameters
.SetMediaType
instead
- use
FilterGraph
.NewBuffersinkFilterContext
andFilterGraph
.NewBuffersrcFilterContext
instead ofFilterGraph
.NewFilterContext
when creatingbuffersink
andbuffersrc
filter contexts and useBuffersinkFilterContext
.GetFrame
andBuffersrcFilterContext
.AddFrame
to manipulate them. UseBuffersinkFilterContext
.FilterContext
andBuffersrcFilterContext
.FilterContext
inFilterInOut
.SetFilterContext
. FilterLink
has been removed and methods likeBuffersinkFilterContext
.ChannelLayout
have been added instead