Searched refs:tmpparent (Results 1 – 1 of 1) sorted by relevance
2162 GstObject *tmpparent; in gst_pad_unlink() local2164 ACQUIRE_PARENT (srcpad, tmpparent, no_src_parent); in gst_pad_unlink()2166 GST_PAD_UNLINKFUNC (srcpad) (srcpad, tmpparent); in gst_pad_unlink()2167 RELEASE_PARENT (tmpparent); in gst_pad_unlink()2171 GstObject *tmpparent; in gst_pad_unlink() local2173 ACQUIRE_PARENT (sinkpad, tmpparent, no_sink_parent); in gst_pad_unlink()2175 GST_PAD_UNLINKFUNC (sinkpad) (sinkpad, tmpparent); in gst_pad_unlink()2176 RELEASE_PARENT (tmpparent); in gst_pad_unlink()2555 GstObject *tmpparent; in gst_pad_link_full() local2557 ACQUIRE_PARENT (srcpad, tmpparent, no_parent); in gst_pad_link_full()[all …]