mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
fix media.class
This commit is contained in:
parent
8071b76e41
commit
39c3650b5f
4 changed files with 10 additions and 7 deletions
|
|
@ -195,6 +195,7 @@ struct pod_type_name {
|
|||
{ "float", "Float" },
|
||||
{ "double", "Double" },
|
||||
{ "string", "String" },
|
||||
{ "bytes", "Bytes" },
|
||||
{ "pointer", "Pointer" },
|
||||
{ "rectangle", "Rectangle" },
|
||||
{ "fraction", "Fraction" },
|
||||
|
|
@ -203,7 +204,6 @@ struct pod_type_name {
|
|||
{ "struct", "Struct" },
|
||||
{ "object", "Object" },
|
||||
{ "prop", "Prop" },
|
||||
{ "bytes", "Bytes" },
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue