input_stream: added attribute "uri"

This commit is contained in:
Max Kellermann
2010-01-18 09:26:10 +01:00
parent fb9bd53328
commit 9cb7760c5e
8 changed files with 18 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ input_mms_open(const char *url, GError **error_r)
return NULL;
m = g_new(struct input_mms, 1);
input_stream_init(&m->base, &input_plugin_mms);
input_stream_init(&m->base, &input_plugin_mms, url);
m->mms = mmsx_connect(NULL, NULL, url, 128 * 1024);
if (m->mms == NULL) {