[vlc-commits] [Git][videolan/vlc][master] iOS: Fix wrong log information
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Oct 28 08:15:02 UTC 2021
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
df3bbe07 by Jean-Baptiste Kempf at 2021-10-28T08:01:19+00:00
iOS: Fix wrong log information
- - - - -
1 changed file:
- modules/audio_output/audiounit_ios.m
Changes:
=====================================
modules/audio_output/audiounit_ios.m
=====================================
@@ -415,7 +415,7 @@ Pause (audio_output_t *p_aout, bool pause, vlc_tick_t date)
{
err = AudioOutputUnitStop(p_sys->au_unit);
if (err != noErr)
- ca_LogErr("AudioOutputUnitStart failed");
+ ca_LogErr("AudioOutputUnitStop failed");
avas_SetActive(p_aout, false, 0);
}
else
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/df3bbe07862f79b2eceb3548a5018933314590fe
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/df3bbe07862f79b2eceb3548a5018933314590fe
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list