changeset 2263:d3b950ee7e5f

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Sun, 23 Dec 2007 17:51:34 -0600
parents f51a47e53d4f (current diff) 05c9bec29aaa (diff)
children 3e04aad140f9
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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) {