Mercurial > audlegacy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1272:11785f0bf967 | 1273:3b990c26fc46 |
|---|---|
| 131 /* Pretty const casts courtesy of XMMS's plugin.h legacy. Anyone | 131 /* Pretty const casts courtesy of XMMS's plugin.h legacy. Anyone |
| 132 else thinks we could use a CONST macro to solve the warnings? | 132 else thinks we could use a CONST macro to solve the warnings? |
| 133 - descender */ | 133 - descender */ |
| 134 p->set_info = (void (*)(gchar *, gint, gint, gint, gint)) playlist_set_info; | 134 p->set_info = (void (*)(gchar *, gint, gint, gint, gint)) playlist_set_info; |
| 135 p->set_info_text = (void (*)(gchar *)) input_set_info_text; | 135 p->set_info_text = (void (*)(gchar *)) input_set_info_text; |
| 136 | 136 p->set_status_buffering = (void (*)(gboolean)) input_set_status_buffering; |
| 137 | |
| 137 ip_data.input_list = g_list_append(ip_data.input_list, p); | 138 ip_data.input_list = g_list_append(ip_data.input_list, p); |
| 138 | 139 |
| 139 g_hash_table_replace(plugin_matrix, g_path_get_basename(p->filename), | 140 g_hash_table_replace(plugin_matrix, g_path_get_basename(p->filename), |
| 140 GINT_TO_POINTER(1)); | 141 GINT_TO_POINTER(1)); |
| 141 } | 142 } |
