mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-30 21:37:53 -04:00
milan-avb: use vlan and mac address from the stream itself
This commit is contained in:
parent
e9a51bd84f
commit
0309d598a1
3 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue