Searched refs:test_src_pad (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | autoconvert.c | 86 GstPad *test_src_pad, *test_sink_pad; in GST_START_TEST() local 94 test_src_pad = gst_check_setup_src_pad (autoconvert, &src_factory); in GST_START_TEST() 95 gst_pad_set_active (test_src_pad, TRUE); in GST_START_TEST() 103 gst_check_setup_events (test_src_pad, autoconvert, caps, GST_FORMAT_BYTES); in GST_START_TEST() 109 fail_unless (gst_pad_push (test_src_pad, gst_buffer_new_and_alloc (4096)) in GST_START_TEST() 115 fail_unless (gst_pad_set_caps (test_src_pad, caps)); in GST_START_TEST() 121 fail_unless (gst_pad_push (test_src_pad, gst_buffer_new_and_alloc (4096)) in GST_START_TEST() 144 gst_pad_set_active (test_src_pad, FALSE); in GST_START_TEST()
|