milan-avb: use vlan and mac address from the stream itself

This commit is contained in:
hackerman-kl 2026-03-15 10:21:03 +01:00 committed by Wim Taymans
parent e9a51bd84f
commit 0309d598a1
3 changed files with 7 additions and 6 deletions

View file

@ -25,15 +25,16 @@ struct stream {
uint16_t direction;
uint64_t id;
uint64_t peer_id;
struct pw_stream *stream;
struct spa_hook stream_listener;
uint64_t peer_id;
uint8_t addr[6];
int vlan_id;
struct spa_source *source;
int prio;
int vlan_id;
int mtt;
int t_uncertainty;
uint32_t frames_per_pdu;