]> git.sesse.net Git - vlc/commitdiff
AudioQueue: attempt to fix #7659
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 16 Dec 2012 01:31:56 +0000 (02:31 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 16 Dec 2012 01:31:56 +0000 (02:31 +0100)
Needs testing on device

modules/audio_output/audioqueue.c

index d6f81bc4e188b4155af123ce9b0328ec557ef7c8..9b5bb2b2c4af29960d9d34a2a280a73cf5ca08d0 100644 (file)
@@ -98,7 +98,7 @@ static int Start(audio_output_t *p_aout, audio_sample_format_t *restrict fmt)
                                  AudioQueueCallback,    // Callback
                                  NULL,                  // User data, passed to the callback
                                  CFRunLoopGetMain(),    // RunLoop
-                                 kCFRunLoopDefaultMode, // RunLoop mode
+                                 kCFRunLoopCommonModes, // RunLoop mode
                                  0,                     // Flags ; must be zero (per documentation)...
                                  &(p_sys->audioQueue)); // Output