mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
souphttpsrc: Fix debug statement
This commit is contained in:
parent
52f5e95aee
commit
bc9fb6ad83
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ gst_soup_http_src_got_headers_cb (SoupMessage * msg, GstSoupHTTPSrc * src)
|
||||||
src->seekable = FALSE;
|
src->seekable = FALSE;
|
||||||
GST_ELEMENT_ERROR (src, RESOURCE, SEEK,
|
GST_ELEMENT_ERROR (src, RESOURCE, SEEK,
|
||||||
(_("Server does not support seeking.")),
|
(_("Server does not support seeking.")),
|
||||||
("Server does not accept Range HTTP header, URL: ", src->location));
|
("Server does not accept Range HTTP header, URL: %s", src->location));
|
||||||
src->ret = GST_FLOW_ERROR;
|
src->ret = GST_FLOW_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue