mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
fix(voip): clarify the "preview" checkbox tooltip (checked vs unchecked)
Spell out both states: checked = encoded-then-decoded video (what the peer receives, for judging codec quality at the current bitrate); unchecked = raw camera frame (the local mirrored self-view). Explains why the image is mirrored only when unchecked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
971408aef7
commit
48ef84082d
@ -109,7 +109,7 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Display encoded (and then decoded) frame, to check the codec's quality. If not selected, the image above only shows the frame that is grabbed from your camera.</p></body></html></string>
|
||||
<string><html><head/><body><p><b>Checked:</b> shows the encoded-then-decoded video — i.e. what your correspondent actually receives — so you can judge the codec quality at the current bitrate.</p><p><b>Unchecked:</b> shows the raw frame grabbed from your camera (your local, mirrored self-view).</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>preview</string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user