mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
rtsp: Mark Transport as supporting multiple values.
This commit is contained in:
parent
2882c22d95
commit
8ce3612b71
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ static struct rtsp_header rtsp_headers[] = {
|
||||||
{"Session", FALSE},
|
{"Session", FALSE},
|
||||||
{"Server", FALSE},
|
{"Server", FALSE},
|
||||||
{"Speed", FALSE},
|
{"Speed", FALSE},
|
||||||
{"Transport", FALSE},
|
{"Transport", TRUE},
|
||||||
{"Unsupported", FALSE},
|
{"Unsupported", FALSE},
|
||||||
{"User-Agent", FALSE},
|
{"User-Agent", FALSE},
|
||||||
{"Via", TRUE},
|
{"Via", TRUE},
|
||||||
|
|
Loading…
Reference in a new issue