This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import ctypes | |
from pathlib import Path | |
class GstPluginDesc(ctypes.Structure): | |
_fields_ = [ | |
("major_version", ctypes.c_int), | |
("minor_version", ctypes.c_int), | |
("name", ctypes.c_char_p), | |
("description", ctypes.c_char_p), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
action_pool_depth | |
Current value (from the default) = -1 | |
From //build/toolchain/BUILD.gn:11 | |
Pool for non goma tasks. | |
added_rust_stdlib_libs | |
Current value (from the default) = [] | |
From //build/config/rust.gni:44 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |