ext/soup/gstsouphttpsrc.c: Add support for WebDAV.
Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: (gst_souphttp_src_uri_get_protocols): Add support for WebDAV.
This commit is contained in:
parent
348f2613c0
commit
5761e2f212
@ -782,7 +782,7 @@ gst_souphttp_src_uri_get_type (void)
|
||||
static gchar **
|
||||
gst_souphttp_src_uri_get_protocols (void)
|
||||
{
|
||||
static gchar *protocols[] = { "http", "https", NULL };
|
||||
static gchar *protocols[] = { "http", "https", "dav", "davs", NULL };
|
||||
return protocols;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user