CapsFilterMapFunc

A function that will be called in gst.caps.Caps.filterAndMapInPlace. The function may modify features and structure, and both will be removed from the caps if false is returned.

Return Value

true if the features and structure should be preserved, false if it should be removed.