exeldro / obs-replay-source

Replay source for OBS studio
GNU General Public License v2.0
138 stars 20 forks source link

Fixes incorrect trim logic while paused #54

Closed DavidXenakis closed 8 months ago

DavidXenakis commented 8 months ago

Previously, the trimming functions would only work properly while playing a replay. While paused, incorrect start and end times would be set. This change modifies the replay_trim_front_hotkey and replay_trim_end_hotkey callbacks to use the saved pause_timestamp if set.

Tested by using the trim start and end functions while playing and while paused and while playing forward and backward.