Caps.filterAndMapInPlace

Calls the provided function once for each structure and caps feature in the #GstCaps. In contrast to gst_caps_foreach(), the function may modify the structure and features. In contrast to gst_caps_filter_and_map_in_place(), the structure and features are removed from the caps if %FALSE is returned from the function. The caps must be mutable.

class Caps
void
filterAndMapInPlace

Parameters

func GstCapsFilterMapFunc

a function to call for each field

userData void*

private data

Meta