Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpmux.c112 GstPad *reqpad2 = NULL; in test_basic() local
128 reqpad2 = gst_element_request_pad_simple (rtpmux, sink2); in test_basic()
129 fail_unless (reqpad2 != NULL); in test_basic()
135 fail_unless (gst_pad_link (src2, reqpad2) == GST_PAD_LINK_OK); in test_basic()
229 gst_object_unref (reqpad2); in test_basic()
233 gst_element_release_request_pad (rtpmux, reqpad2); in test_basic()