gst_collect_pads_remove_pad 195 libs/gst/base/gstcollectpads.h gboolean gst_collect_pads_remove_pad (GstCollectPads *pads, GstPad *pad); gst_collect_pads_remove_pad 139 tests/check/libs/collectpads.c fail_unless (gst_collect_pads_remove_pad (collect, sinkpad2) == FALSE); gst_collect_pads_remove_pad 140 tests/check/libs/collectpads.c fail_unless (gst_collect_pads_remove_pad (collect, sinkpad1) == TRUE);