mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
prop-builder: remove propbuilder
Replaced by more flexible POD
This commit is contained in:
parent
16b62de53a
commit
47714886c0
4 changed files with 3 additions and 225 deletions
|
|
@ -23,7 +23,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <spa/props.h>
|
||||
#include <lib/prop-builder.h>
|
||||
|
||||
SpaResult
|
||||
spa_props_set_value (SpaProps *props,
|
||||
|
|
@ -106,6 +105,8 @@ spa_props_copy_values (const SpaProps *src,
|
|||
return SPA_RESULT_OK;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
static int
|
||||
compare_value (SpaPropType type, const SpaPropRangeInfo *r1, const SpaPropRangeInfo *r2)
|
||||
{
|
||||
|
|
@ -159,7 +160,6 @@ compare_value (SpaPropType type, const SpaPropRangeInfo *r1, const SpaPropRangeI
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
SpaResult
|
||||
spa_props_filter (SpaPropBuilder *b,
|
||||
const SpaProps *props,
|
||||
|
|
@ -347,3 +347,4 @@ spa_props_filter (SpaPropBuilder *b,
|
|||
|
||||
return SPA_RESULT_OK;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue