Caps.normalize

Returns a gstreamer.Caps that represents the same set of formats as caps, but contains no lists. Each list is expanded into separate GstStructures.

This function takes ownership of caps and will call Caps.makeWritable on it so you must not use caps afterwards unless you keep an additional reference to it with Caps.ref.

class Caps
normalize
()

Return Value

Type: Caps

the normalized gstreamer.Caps