mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +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},
|
||||
{"Server", FALSE},
|
||||
{"Speed", FALSE},
|
||||
{"Transport", FALSE},
|
||||
{"Transport", TRUE},
|
||||
{"Unsupported", FALSE},
|
||||
{"User-Agent", FALSE},
|
||||
{"Via", TRUE},
|
||||
|
|
Loading…
Reference in a new issue