mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Rework formats
Use a POD for the format body. This allows us to more easily build and copy the formats. Remove obsolete code to make video and audio formats. Use SpaVideo/AudioInfo to keep track of formats. Make functions to parse the format into the structures. Update plugins
This commit is contained in:
parent
7fc73953cd
commit
16b62de53a
34 changed files with 1096 additions and 1579 deletions
|
|
@ -27,12 +27,14 @@ extern "C" {
|
|||
#include <spa/defs.h>
|
||||
#include <spa/port.h>
|
||||
#include <spa/buffer.h>
|
||||
#include <spa/pod.h>
|
||||
#include <spa/props.h>
|
||||
#include <spa/format.h>
|
||||
#include <spa/dict.h>
|
||||
|
||||
SpaResult spa_debug_port_info (const SpaPortInfo *info);
|
||||
SpaResult spa_debug_buffer (const SpaBuffer *buffer);
|
||||
SpaResult spa_debug_pod (const SpaPOD *pod);
|
||||
SpaResult spa_debug_props (const SpaProps *props, bool print_ranges);
|
||||
SpaResult spa_debug_format (const SpaFormat *format);
|
||||
SpaResult spa_debug_dump_mem (const void *data, size_t size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue