Client software primarily used with the CasparCG Server software for audio and video playout, to control graphics and recording, but it can also be used for other tasks within television broadcast.
The text in the Playout Command Inspector drop down is compared with the list of commands held in src/Common/Playout.cpp. The dropdown text does not match the reference text in Playout.cpp lines 16 and 49. The reference text is "Pause / Resume" but the dropdown text is "Pause".
Editing line 48 of src/Widgets/Inspector/InspectorPlayoutCommandWidget.ui from <string>Pause</string> to <string>Pause / Resume</string> and rebuilding the client corrects the error.
The text in the Playout Command Inspector drop down is compared with the list of commands held in src/Common/Playout.cpp. The dropdown text does not match the reference text in Playout.cpp lines 16 and 49. The reference text is "Pause / Resume" but the dropdown text is "Pause".
Editing line 48 of src/Widgets/Inspector/InspectorPlayoutCommandWidget.ui from
<string>Pause</string>
to<string>Pause / Resume</string>
and rebuilding the client corrects the error.