diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-01-22 17:38:23 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-01-22 17:38:23 +0100 |
commit | 351fb9ce295200db1065a7af1d2f40dd9c60cfbd (patch) | |
tree | 682c99f1a9e916909970a98cb284bd16f8253b2c /pipewire-jack | |
parent | 878ae769ef4d6addfc4321a3d8df890b24aecfd2 (diff) |
pod: improve parser and builder
Remove the spa_pod_iter helpers
Remove builder/parser vararg recurse option, you have to
manually recurse into structures when needed. This simplifies
things a lot.
Pass spa_pod_frames to builder and parser explicitly, we don't
have to keep an internal stack anymore.
The parser is now almost a mirror image of the builder.
Make the parser safer when iterating over objects, add functions
to check and get pod contents in a safe way.
Make the builder return errno style results on errors
Improve performance of object properties when they are stored and
retrieved in the same order.
Add many more tests for the builder and parser
Add some benchmarks
Diffstat (limited to 'pipewire-jack')
m--------- | pipewire-jack | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pipewire-jack b/pipewire-jack -Subproject 4bdaa083d13771e37d7d2c1e20953c7b617dfa2 +Subproject c404942e9d15bd3340c57121753fed8d38b247c |