Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpmux.c111 GstPad *reqpad1 = NULL; in test_basic() local
126 reqpad1 = gst_element_request_pad_simple (rtpmux, "sink_1"); in test_basic()
127 fail_unless (reqpad1 != NULL); in test_basic()
134 fail_unless (gst_pad_link (src1, reqpad1) == GST_PAD_LINK_OK); in test_basic()
228 gst_object_unref (reqpad1); in test_basic()
232 gst_element_release_request_pad (rtpmux, reqpad1); in test_basic()