mirror of
https://github.com/gpac/gpac.git
synced 2026-01-12 00:05:22 +08:00
- removed gf_fs_run_step API, use gf_fs_run instead - alow custom filter flags (main thraed only for now) - rework dynamic scheduling on main thread for filters and user tasks - added FileIO main thread tagging - fixed potential multi-thread bug ending session too early
24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"name": "gpac",
|
|
"version": "1.1.0",
|
|
"description": "gpac native module for node.js",
|
|
"homepage": "https://gpac.io",
|
|
"author": "jeanlf",
|
|
"license": "LGPL 2.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gpac/gpac.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gpac/gpac/issues"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/gpac.js"
|
|
},
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"node-addon-api": "^2.0.0"
|
|
}
|
|
}
|