mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
rtp-sink: fix ttl property which is NOT a bool
This commit is contained in:
parent
b3eb4518cb
commit
01d6724819
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ struct impl {
|
||||||
|
|
||||||
char *ifname;
|
char *ifname;
|
||||||
char *session_name;
|
char *session_name;
|
||||||
bool ttl;
|
uint32_t ttl;
|
||||||
bool mcast_loop;
|
bool mcast_loop;
|
||||||
uint32_t dscp;
|
uint32_t dscp;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue