norihiro / obs-color-monitor

Vectorscope, waveform, and histogram for OBS Studio
GNU General Public License v2.0
143 stars 7 forks source link

dock: Wrong data rendered when switching visibility of waveform #30

Closed norihiro closed 3 years ago

norihiro commented 3 years ago

Step to reproduce

  1. Open dock and display vectorscope and RGB waveform
  2. Continue to show and hide the waveform

Expected behavior Vectorscope always shows the CrCb data

Actual behavior A different data is rendered at just one or two frame after switching the visibility.

Additional context I'm afraid it might cause memory access violation.

It might be the root cause of https://obsproject.com/forum/threads/obs-color-monitor.143375/post-536967

norihiro commented 3 years ago

Fixed by 14c3a8667