Searched refs:cp_name (Results 1 – 2 of 2) sorted by relevance
91 static char *cp_name[] = { variable207 if (!strcmp(cpoint_name, cp_name[i])) { in lkdtm_parse_commandline()
2196 gchar *cp_name; in gst_videomixer2_constructed() local2198 cp_name = g_strconcat (GST_OBJECT_NAME (obj), "-collectpads", NULL); in gst_videomixer2_constructed()2199 gst_object_set_name (GST_OBJECT (mix->collect), cp_name); in gst_videomixer2_constructed()2200 g_free (cp_name); in gst_videomixer2_constructed()