CollectPads.removePad

bool removePad(gst.pad.Pad pad)

Remove a pad from the collection of collect pads. This function will also free the #GstCollectData and all the resources that were allocated with [gstbase.collect_pads.CollectPads.addPad].

The pad will be deactivated automatically when pads is stopped.

MT safe.

Parameters

padthe pad to remove

Returns

true if the pad could be removed.