mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-19 07:35:46 +00:00
threadshare/udpsrc: Fix retrieve-sender-address default value
This commit is contained in:
parent
b9f8ce9995
commit
7e64652fa7
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static PROPERTIES: [subclass::Property; 10] = [
|
|||
name,
|
||||
"Retrieve sender address",
|
||||
"Whether to retrieve the sender address and add it to buffers as meta. Disabling this might result in minor performance improvements in certain scenarios",
|
||||
DEFAULT_REUSE,
|
||||
DEFAULT_RETRIEVE_SENDER_ADDRESS,
|
||||
glib::ParamFlags::READWRITE,
|
||||
)
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue