mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
Implementation of the limbo area in Mixing view, to change update mode
of source (active or not) and suspend mediaplayer (enabled or not).
This commit is contained in:
@@ -795,7 +795,7 @@ void UserInterface::RenderMediaPlayer()
|
||||
}
|
||||
ImGui::SetCursorScreenPos(draw_pos);
|
||||
|
||||
if (mp->duration() != GST_CLOCK_TIME_NONE) {
|
||||
if ( mp->isEnabled() && mp->duration() != GST_CLOCK_TIME_NONE) {
|
||||
|
||||
if (ImGui::Button(ICON_FA_FAST_BACKWARD))
|
||||
mp->rewind();
|
||||
|
||||
Reference in New Issue
Block a user