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

@@ -227,7 +227,7 @@ input_rewind_open(struct input_stream *is)
return is;
c = g_new(struct input_rewind, 1);
input_stream_init(&c->base, &rewind_input_plugin);
input_stream_init(&c->base, &rewind_input_plugin, is->uri);
c->tail = 0;
c->input = is;