[gst-cvs] gst-plugins-good: souphttpsrc: Fix debug statement
Edward Hervey
bilboed at kemper.freedesktop.org
Tue Sep 21 02:53:08 PDT 2010
Module: gst-plugins-good
Branch: master
Commit: bc9fb6ad83e3fc82fd30653bb6c54109b1564eb3
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=bc9fb6ad83e3fc82fd30653bb6c54109b1564eb3
Author: Edward Hervey <bilboed at bilboed.com>
Date: Tue Sep 21 11:52:22 2010 +0200
souphttpsrc: Fix debug statement
---
ext/soup/gstsouphttpsrc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ext/soup/gstsouphttpsrc.c b/ext/soup/gstsouphttpsrc.c
index 48a768d..efb67c0 100644
--- a/ext/soup/gstsouphttpsrc.c
+++ b/ext/soup/gstsouphttpsrc.c
@@ -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;
}
}
More information about the Gstreamer-commits
mailing list