Searched refs:identity_pad (Results 1 – 1 of 1) sorted by relevance
200 GstPad* identity_pad = gst_element_get_static_pad (identity, "sink"); in cb_new_pad() local203 if (GST_PAD_IS_LINKED (identity_pad)) in cb_new_pad()205 gst_object_unref (identity_pad); in cb_new_pad()214 gst_object_unref (identity_pad); in cb_new_pad()219 GstPadLinkReturn ret = gst_pad_link (pad, identity_pad); in cb_new_pad()