comparison src/madplug/plugin.c @ 762:59b4bce10c3b trunk

[svn] - enable seeking on HTTP streams.
author nenolod
date Wed, 28 Feb 2007 21:16:10 -0800
parents 7ffb93bce2d2
children 2430c9773fa7
comparison
equal deleted inserted replaced
761:7ffb93bce2d2 762:59b4bce10c3b
369 g_mutex_lock(pb_mutex); 369 g_mutex_lock(pb_mutex);
370 info.playback = playback; 370 info.playback = playback;
371 /* xmms gives us the desired seek time in seconds */ 371 /* xmms gives us the desired seek time in seconds */
372 info.seek = time; 372 info.seek = time;
373 g_mutex_unlock(pb_mutex); 373 g_mutex_unlock(pb_mutex);
374
375 } 374 }
376 375
377 /** 376 /**
378 * Scan the given file or URL. 377 * Scan the given file or URL.
379 * Fills in the title string and the track length in milliseconds. 378 * Fills in the title string and the track length in milliseconds.