Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c493 GstPad *testpad = g_value_get_object (&paditem); in get_encodebin_pad_for_caps() local
495 if (!gst_pad_is_linked (testpad) && !find_stream (self, NULL, testpad)) { in get_encodebin_pad_for_caps()
496 GstCaps *sinkcaps = gst_pad_query_caps (testpad, NULL); in get_encodebin_pad_for_caps()
501 res = gst_object_ref (testpad); in get_encodebin_pad_for_caps()