CollectPads.removePad

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.

class CollectPads
bool
removePad

Parameters

pad gst.pad.Pad

the pad to remove

Return Value

Type: bool

true if the pad could be removed.