mirror of
https://gitlab.freedesktop.org/pipewire/media-session.git
synced 2025-12-20 05:20:04 +01:00
policy-node: fix warning
This commit is contained in:
parent
80dae7e24b
commit
5b008c9d21
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ static const struct sm_object_events object_events = {
|
|||
static int
|
||||
handle_node(struct impl *impl, struct sm_object *object)
|
||||
{
|
||||
const char *media_class = NULL, *role;
|
||||
const char *media_class = NULL, *role = NULL;
|
||||
enum pw_direction direction;
|
||||
struct node *node;
|
||||
uint32_t client_id = SPA_ID_INVALID;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue