Caps.normalize

Returns a #GstCaps 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 gst_caps_make_writable() on it so you must not use @caps afterwards unless you keep an additional reference to it with gst_caps_ref().

class Caps
normalize
()

Return Value

Type: Caps

the normalized #GstCaps

Meta