mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
context: remove unused function
This commit is contained in:
parent
2054dcf36f
commit
0126663238
2 changed files with 0 additions and 102 deletions
|
|
@ -1153,16 +1153,6 @@ int pw_context_find_format(struct pw_context *context,
|
|||
struct spa_pod_builder *builder,
|
||||
char **error);
|
||||
|
||||
/** Find a ports compatible with \a other_port and the format filters */
|
||||
struct pw_impl_port *
|
||||
pw_context_find_port(struct pw_context *context,
|
||||
struct pw_impl_port *other_port,
|
||||
uint32_t id,
|
||||
struct pw_properties *props,
|
||||
uint32_t n_format_filters,
|
||||
struct spa_pod **format_filters,
|
||||
char **error);
|
||||
|
||||
int pw_context_debug_port_params(struct pw_context *context,
|
||||
struct spa_node *node, enum spa_direction direction,
|
||||
uint32_t port_id, uint32_t id, int err, const char *debug, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue