Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/
Dmain.cpp203 if (GST_PAD_IS_LINKED (identity_pad)) in cb_new_pad()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/
Dpipeline.cpp295 if (GST_PAD_IS_LINKED (glpad)) in cb_new_pad()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/
Dpipeline.cpp306 if (GST_PAD_IS_LINKED (glpad)) in cb_new_pad()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/
Dmain.cpp202 if (!element_pad || GST_PAD_IS_LINKED (element_pad)) in cb_new_pad()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstnavseek.c204 (!GST_PAD_IS_LINKED (GST_BASE_TRANSFORM (navseek)->sinkpad))) { in gst_navseek_segseek()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h1005 #define GST_PAD_IS_LINKED(pad) (GST_PAD_PEER(pad) != NULL) macro
Dgstelement.c1894 if (need_linked && !GST_PAD_IS_LINKED (pad)) { in gst_element_get_random_pad()