mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +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;
|
||||
GST_ELEMENT_ERROR (src, RESOURCE, SEEK,
|
||||
(_("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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue