Fix a crash when seeking with ma_sound_seek_to_pcm_frame().

This commit is contained in:
David Reid
2022-03-30 17:50:18 +10:00
parent 09f54c3712
commit 9c338c5882
2 changed files with 10 additions and 24 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
v0.11.9 - TBD
====================
* Fix some bugs where looping doesn't work with the resource manager.
* Fix a crash when seeking a sound.
* Add a new flag called MA_RESOURCE_MANAGER_DATA_SOURCE_FLAG_UNKNOWN_LENGTH for use with resource managed data sources. This flag is used as a hint to the resource manager that the length of the data source is unknown and calling ma_data_source_get_length_in_pcm_frames() should be avoided.
v0.11.8 - 2022-02-12
====================
* PulseAudio: Work around bugs in PipeWire: