Bug 473087 - Playback from the end of the Timeline doesn't work.
Summary: Playback from the end of the Timeline doesn't work.
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (other bugs)
Version First Reported In: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-07 04:51 UTC by Gabriel Gazzán
Modified: 2023-08-12 05:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In: 23.08.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.