Skip to content

Fix record button callback segmentation fault

Iiro Rastas requested to merge bug/253/record-callback-corruption into master

Setting the callback inside the callback was causing segmentation faults in some cases. The record button now has a single top-level callback that gets the necessary information through members added to the MediaPanel class.

Merge request reports