Author: tack
Date: Wed May 30 17:47:18 2007
New Revision: 2700

Modified:
   trunk/xine/src/drivers/kaa.c

Log:
Cleaner.


Modified: trunk/xine/src/drivers/kaa.c
==============================================================================
--- trunk/xine/src/drivers/kaa.c        (original)
+++ trunk/xine/src/drivers/kaa.c        Wed May 30 17:47:18 2007
@@ -248,7 +248,7 @@
         fsync(user_data->notify_fd);
 
         // Wait for the buffer to be unlocked (i.e. has been rendered).
-        if (!wait_for_buffer(user_data->buffers[user_data->cur_buffer_idx], 
0.1))
+        if (!wait_for_buffer(lock, 0.1))
             // Buffer locked too long.
             printf("[export] buffer %d locked too long\n", 
user_data->cur_buffer_idx);
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to