mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
Move format types
This commit is contained in:
parent
265b4476a1
commit
b79c7f578e
8 changed files with 79 additions and 185 deletions
|
|
@ -27,7 +27,6 @@ extern "C" {
|
|||
#include <spa/pod/parser.h>
|
||||
#include <spa/debug/types.h>
|
||||
#include <spa/param/format-types.h>
|
||||
#include <spa/param/audio/format-types.h>
|
||||
|
||||
static inline int
|
||||
spa_debug_format_value(const struct spa_type_info *info,
|
||||
|
|
@ -138,7 +137,7 @@ static inline int spa_debug_format(int indent,
|
|||
media_type ? rindex(media_type, ':') + 1 : "unknown",
|
||||
media_subtype ? rindex(media_subtype, ':') + 1 : "unknown");
|
||||
|
||||
info = spa_type_format_get_ids(mtype, mstype);
|
||||
info = spa_type_format;
|
||||
|
||||
SPA_POD_OBJECT_FOREACH((struct spa_pod_object*)format, pod) {
|
||||
struct spa_pod_prop *prop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue