comparison audacious/playback.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 ed26947bbf57
children f12d7e208b43
comparison
equal deleted inserted replaced
1272:11785f0bf967 1273:3b990c26fc46
155 input_info_text = NULL; 155 input_info_text = NULL;
156 mainwin_set_info_text(); 156 mainwin_set_info_text();
157 } 157 }
158 } 158 }
159 159
160 ip_data.buffering = FALSE;
161 playstatus_set_status_buffering(mainwin_playstatus, FALSE);
160 ip_data.playing = FALSE; 162 ip_data.playing = FALSE;
161 } 163 }
162 164
163 void 165 void
164 bmp_playback_stop_reentrant(void) 166 bmp_playback_stop_reentrant(void)
177 input_info_text = NULL; 179 input_info_text = NULL;
178 mainwin_set_info_text(); 180 mainwin_set_info_text();
179 } 181 }
180 } 182 }
181 183
184 ip_data.buffering = FALSE;
182 ip_data.playing = FALSE; 185 ip_data.playing = FALSE;
183 } 186 }
184 187
185 static void 188 static void
186 run_no_output_plugin_dialog(void) 189 run_no_output_plugin_dialog(void)