summaryrefslogtreecommitdiff
path: root/gst/hls/gsturidownloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/hls/gsturidownloader.c')
-rw-r--r--gst/hls/gsturidownloader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/hls/gsturidownloader.c b/gst/hls/gsturidownloader.c
index 12ddfed2c..1ef7ddb17 100644
--- a/gst/hls/gsturidownloader.c
+++ b/gst/hls/gsturidownloader.c
@@ -288,7 +288,8 @@ gst_uri_downloader_set_uri (GstUriDownloader * downloader, const gchar * uri)
return FALSE;
GST_DEBUG_OBJECT (downloader, "Creating source element for the URI:%s", uri);
- downloader->priv->urisrc = gst_element_make_from_uri (GST_URI_SRC, uri, NULL);
+ downloader->priv->urisrc =
+ gst_element_make_from_uri (GST_URI_SRC, uri, NULL, NULL);
if (!downloader->priv->urisrc)
return FALSE;