diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 067c91489d..54d1a3fd05 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -7007,7 +7007,9 @@ static const gchar *const * gst_rtspsrc_uri_get_protocols (GType type) { static const gchar *protocols[] = - { "rtsp", "rtspu", "rtspt", "rtsph", "rtsp-sdp", NULL }; + { "rtsp", "rtspu", "rtspt", "rtsph", "rtsp-sdp", + "rtsps", "rtspsu", "rtspst", "rtspsh", NULL + }; return protocols; }