Bug 473087

Summary: Playback from the end of the Timeline doesn't work.
Product: [Applications] kdenlive Reporter: Gabriel Gazzán <gabcorreo>
Component: Rendering & ExportAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In: 23.08.0
Sentry Crash Report:

Description Gabriel Gazzán 2023-08-07 04:51:39 UTC
SUMMARY
While Timeline cursor is at the end of the timeline, starting playback won't work.
Timeline cursor doesn't move, but still, the Play button in Project Monitor changes to "Pause", so there seems to be something going on in the background.

OBSERVED RESULT
Nothing happens. Last timeline frame shown in Project Monitor.

EXPECTED RESULT
Playback should start from the start of the Timeline.


SOFTWARE/OS VERSIONS
Kdenlive Version: 23.08.0 Beta
Windows: 11
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.10
Comment 1 Jean-Baptiste Mardelle 2023-08-08 07:18:45 UTC
Git commit 8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e by Jean-Baptiste Mardelle.
Committed on 08/08/2023 at 09:18.
Pushed by mardelle into branch 'release/23.08'.

Fix play icon incorrectly active when playing from end, fix timeline not playing from start
FIXED-IN: 23.08.0

M  +11   -6    src/monitor/glwidget.cpp
M  +1    -1    src/monitor/glwidget.h
M  +12   -7    src/monitor/monitor.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e
Comment 2 Gabriel Gazzán 2023-08-12 05:22:14 UTC
(In reply to Jean-Baptiste Mardelle from comment #1)
> Git commit 8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e by Jean-Baptiste
> Mardelle.
> Committed on 08/08/2023 at 09:18.
> Pushed by mardelle into branch 'release/23.08'.
> 
> Fix play icon incorrectly active when playing from end, fix timeline not
> playing from start
> FIXED-IN: 23.08.0
> 
> M  +11   -6    src/monitor/glwidget.cpp
> M  +1    -1    src/monitor/glwidget.h
> M  +12   -7    src/monitor/monitor.cpp
> 
> https://invent.kde.org/multimedia/kdenlive/-/commit/
> 8dcedfec03a5c8b4276c5c5d5ef772b700b8aa5e

Great. Than was fast!
Thank you!!

P.S. It seems nightlies are not being generated since 08/08/23, so I couldn't test it yet.