mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
module-raop-sink: Uppercase Client-Instance header
This commit is contained in:
parent
c4a18d6c5c
commit
de329f3a62
1 changed files with 1 additions and 1 deletions
|
|
@ -1536,7 +1536,7 @@ static void rtsp_connected(void *data)
|
||||||
}
|
}
|
||||||
|
|
||||||
pw_properties_setf(impl->headers, "Client-Instance",
|
pw_properties_setf(impl->headers, "Client-Instance",
|
||||||
"%08x%08x", sci[0], sci[1]);
|
"%08X%08X", sci[0], sci[1]);
|
||||||
|
|
||||||
pw_properties_set(impl->headers, "User-Agent", DEFAULT_USER_AGENT);
|
pw_properties_set(impl->headers, "User-Agent", DEFAULT_USER_AGENT);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue