Mercurial > audlegacy
diff audacious/pluginenum.c @ 1273:3b990c26fc46 trunk
[svn] - Support for the buffer indicator in playpaus.png that was apparently
ignored by XMMS devs. Supports mp3 streams only, at the moment.
| author | nhjm449 |
|---|---|
| date | Fri, 16 Jun 2006 02:17:33 -0700 |
| parents | 704c0b2e5f6b |
| children | f12d7e208b43 |
line wrap: on
line diff
--- a/audacious/pluginenum.c Fri Jun 16 01:45:08 2006 -0700 +++ b/audacious/pluginenum.c Fri Jun 16 02:17:33 2006 -0700 @@ -133,7 +133,8 @@ - descender */ p->set_info = (void (*)(gchar *, gint, gint, gint, gint)) playlist_set_info; p->set_info_text = (void (*)(gchar *)) input_set_info_text; - + p->set_status_buffering = (void (*)(gboolean)) input_set_status_buffering; + ip_data.input_list = g_list_append(ip_data.input_list, p); g_hash_table_replace(plugin_matrix, g_path_get_basename(p->filename),
