Help for this page

Select Code to Download


  1. or download this
    my %plugins =
        map { $_ => scalar `gst-inspect-1.0 $_` } # Inspect the plugin
        map { $1 if /^\w+:\s+(\w+)\b/ }           # Reduce to plugin name
        grep { /^\w+:/ }                          # Filter header and empt
    +y lines out
        split /\n/, `gst-inspect-1.0`;            # Bring in input