mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
rtspsrc: add extra TLS url protocols
We also support TLS protocols now.
This commit is contained in:
parent
e2e1d1a158
commit
25082a50b9
1 changed files with 3 additions and 1 deletions
|
@ -7007,7 +7007,9 @@ static const gchar *const *
|
||||||
gst_rtspsrc_uri_get_protocols (GType type)
|
gst_rtspsrc_uri_get_protocols (GType type)
|
||||||
{
|
{
|
||||||
static const gchar *protocols[] =
|
static const gchar *protocols[] =
|
||||||
{ "rtsp", "rtspu", "rtspt", "rtsph", "rtsp-sdp", NULL };
|
{ "rtsp", "rtspu", "rtspt", "rtsph", "rtsp-sdp",
|
||||||
|
"rtsps", "rtspsu", "rtspst", "rtspsh", NULL
|
||||||
|
};
|
||||||
|
|
||||||
return protocols;
|
return protocols;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue