Searched refs:padl (Results 1 – 2 of 2) sorted by relevance
52 print(`${padl(data.name, 30)}: ${padr(data.count, 10)} ${padp(data.total, 10)}ms`);56 function padl(s, len) { function
1092 GList *padl, *compatible_templates = NULL; in get_compatible_muxer_sink_pad() local1096 padl = gst_element_get_pad_template_list (ebin->muxer); in get_compatible_muxer_sink_pad()1097 for (; padl; padl = padl->next) { in get_compatible_muxer_sink_pad()1099 GstPadTemplate *padtempl = padl->data; in get_compatible_muxer_sink_pad()1134 for (padl = compatible_templates; padl; padl = padl->next) { in get_compatible_muxer_sink_pad()1135 sinkpad = gst_element_get_pad_from_template (ebin->muxer, padl->data); in get_compatible_muxer_sink_pad()