GstCapsFilterMapFunc

A function that will be called in gst_caps_filter_and_map_in_place(). The function may modify @features and @structure, and both will be removed from the caps if %FALSE is returned.

alias GstCapsFilterMapFunc = int function(GstCapsFeatures* features, GstStructure* structure, void* userData)

Return Value

%TRUE if the features and structure should be preserved, %FALSE if it should be removed.

Meta