mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue