Caps.normalize
gst.caps.Caps normalize()Returns a #GstCaps that represents the same set of formats as caps, but contains no lists. Each list is expanded into separate #GstStructure.
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().
Returns
the normalized #GstCaps