mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-11 11:45:30 +00:00
threadshare/udpsink: pass correct defaults to v6 bind properties
This commit is contained in:
parent
bcbf862ded
commit
03fda100d4
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ static PROPERTIES: [subclass::Property; 19] = [
|
|||
name,
|
||||
"Bind Address V6",
|
||||
"Address to bind the V6 socket to",
|
||||
Some(DEFAULT_BIND_ADDRESS),
|
||||
Some(DEFAULT_BIND_ADDRESS_V6),
|
||||
glib::ParamFlags::READWRITE,
|
||||
)
|
||||
}),
|
||||
|
@ -232,7 +232,7 @@ static PROPERTIES: [subclass::Property; 19] = [
|
|||
"Port to bind the V6 socket to",
|
||||
0,
|
||||
u16::MAX as u32,
|
||||
DEFAULT_BIND_PORT,
|
||||
DEFAULT_BIND_PORT_V6,
|
||||
glib::ParamFlags::READWRITE,
|
||||
)
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue