avb: don't include ethernet header in in packets

Move vlan_id and prio to the stream.
This commit is contained in:
Wim Taymans 2022-04-07 15:14:45 +02:00
parent dec2bdf241
commit 9bfb23f3f8
16 changed files with 217 additions and 174 deletions

View file

@ -79,7 +79,7 @@ struct pw_avb *pw_avb_new(struct pw_context *context,
spa_list_init(&impl->servers);
avdecc_server_new(impl, pw_properties_get(props, "ifname"), NULL);
avdecc_server_new(impl, &props->dict);
return (struct pw_avb*)impl;