--- llaudio/audioengine_openal.cpp.save	Thu May 29 09:53:00 2008
+++ llaudio/audioengine_openal.cpp	Thu May 29 09:52:24 2008
@@ -100,6 +100,10 @@
 
 void LLAudioEngine_OpenAL::idle(F32 max_decode_time){
 	LLAudioEngine::idle(max_decode_time);
+#if LL_GSTREAMER_ENABLED
+       if(m_streamer != NULL)
+		m_streamer->updateMedia();
+#endif
 }
 
 void LLAudioEngine_OpenAL::allocateListener(){
