Skip to content

Instantly share code, notes, and snippets.

View rgonzalezfluendo's full-sized avatar

Ruben Gonzalez rgonzalezfluendo

View GitHub Profile
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),
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