membraneframework / membrane_core

The core of the Membrane Framework, advanced multimedia processing framework
https://membrane.stream
Apache License 2.0
1.22k stars 34 forks source link

Reshape put_in/update_in calls in crashgroups #811

Closed FelonEkonom closed 1 month ago

FelonEkonom commented 1 month ago
  1. In FishJam tests error logs didn't show up, so I added printing them in debug logs in one place.
  2. For some reason there was a bug occurring in statements likeput_in(state, [:crash_groups, id, :members], ...) despite de fact that module CrashGroup contains definitions of proper functions, so i rewrote it to statements like put_in(state.crash_groups[id].members, ...)