# HG changeset patch # User William Pitcock # Date 1198453894 21600 # Node ID d3b950ee7e5f9e544559dde588209c2707b4d936 # Parent f51a47e53d4fde5e2066d30d7f9c0b03cf6d383d# Parent 05c9bec29aaa8da8d57140f15389af119279fdcb Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r f51a47e53d4f -r d3b950ee7e5f src/demac/plugin.c --- a/src/demac/plugin.c Sun Dec 23 17:50:53 2007 -0600 +++ b/src/demac/plugin.c Sun Dec 23 17:51:34 2007 -0600 @@ -305,6 +305,11 @@ Tuple *tpl = aud_tuple_new_from_filename(uri); gchar codec_string[32]; + if (aud_vfs_is_streaming(vfd)) { + /* This plugin does not support streams yet */ + return NULL; + } + mowgli_dictionary_t *tag = NULL; gchar *item; if ((tag = parse_apev2_tag(vfd)) != NULL) {