summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c
index e0694d8f3c..de3f0b118e 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -299,7 +299,7 @@ static int open_internal(const stream_info_t *sinfo, struct stream *underlying,
.priv_defaults = sinfo->priv_defaults,
.options = sinfo->options,
};
- struct m_config *config = m_config_from_obj_desc(s, &desc);
+ struct m_config *config = m_config_from_obj_desc(s, mp_null_log, &desc);
s->priv = config->optstruct;
if (s->info->url_options && !parse_url(s, config)) {
mp_msg(MSGT_OPEN, MSGL_ERR, "URL parsing failed on url %s\n", url);