changeset 1097:03dbf5494d40 trunk

[svn] s:xmms_usleep:g_usleep:g
author nenolod
date Mon, 22 May 2006 17:02:59 -0700
parents 9b4e9be457f0
children b5ae09a6c2f1
files Plugins/Input/mpg123/http.c Plugins/Input/mpg123/mpg123.c
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/mpg123/http.c	Mon May 22 16:37:39 2006 -0700
+++ b/Plugins/Input/mpg123/http.c	Mon May 22 17:02:59 2006 -0700
@@ -210,7 +210,7 @@
 {
     while ((prebuffering || http_used() < bytes) && !eof && going
            && mpg123_info->going)
-        xmms_usleep(10000);
+        g_usleep(10000);
 }
 
 static void
@@ -693,7 +693,7 @@
             }
         }
         else
-            xmms_usleep(10000);
+            g_usleep(10000);
 
         if (mpg123_cfg.use_udp_channel && udp_sock != 0)
             if (udp_check_for_data(udp_sock) < 0) {
--- a/Plugins/Input/mpg123/mpg123.c	Mon May 22 16:37:39 2006 -0700
+++ b/Plugins/Input/mpg123/mpg123.c	Mon May 22 17:02:59 2006 -0700
@@ -832,11 +832,11 @@
                 mpg123_ip.output->buffer_free();
                 mpg123_ip.output->buffer_free();
                 mpg123_info->eof = TRUE;
-                xmms_usleep(10000);
+                g_usleep(10000);
             }
         }
         else {
-            xmms_usleep(10000);
+            g_usleep(10000);
         }
     }
     g_free(mpg123_title);
@@ -888,7 +888,7 @@
     mpg123_info->jump_to_time = time;
 
     while (mpg123_info->jump_to_time != -1)
-        xmms_usleep(10000);
+        g_usleep(10000);
 }
 
 static void