threadshare/udpsrc: Fix retrieve-sender-address default value

This commit is contained in:
Abdul Rehman 2020-11-10 13:25:59 +05:00
parent b9f8ce9995
commit 7e64652fa7

View file

@ -178,7 +178,7 @@ static PROPERTIES: [subclass::Property; 10] = [
name, name,
"Retrieve sender address", "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", "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, glib::ParamFlags::READWRITE,
) )
}), }),