Home
last modified time | relevance | path

Searched refs:identity_pad (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/
Dmain.cpp200 GstPad* identity_pad = gst_element_get_static_pad (identity, "sink"); in cb_new_pad() local
203 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()