rtspsrc: add extra TLS url protocols
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 31 May 2013 10:33:21 +0000 (12:33 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 31 May 2013 10:34:22 +0000 (12:34 +0200)
We also support TLS protocols now.

gst/rtsp/gstrtspsrc.c

index 067c914..54d1a3f 100644 (file)
@@ -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;
 }