Bug 364103

Summary: git master 2016-06-08 - Unable to add GPU effects with context menu
Product: [Applications] kdenlive Reporter: Evert Vorster <evorster>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Evert Vorster 2016-06-08 15:12:07 UTC
This looks exactly like the issue reported here:

https://forum.kde.org/viewtopic.php?f=270&t=128121

I am also able to add GPU effects in the same way as described in the link. 

Reproducible: Always

Steps to Reproduce:
1. Enable Movit
2. Put clip on timeline
3. Right-click on the clip
4. Add GPU effect.

Actual Results:  
The error sound souds, but no error message is displayed. 
No effect is added to the clip
If started from a terminal, the error message looks a little like this:
"Cannot find effect movit.blur / movit.blur"

Expected Results:  
The effect to be added to the clip.
The error message to actually appear in a popup.

This is the first time I am actually able to use movit, so I am not complaining... 
Great steps have already been made into making this a usable feature!
Comment 1 Jean-Baptiste Mardelle 2016-06-08 22:33:56 UTC
Git commit 5043987f7e4c53104a3bcf3f612b90cbc0667df8 by Jean-Baptiste Mardelle.
Committed on 08/06/2016 at 22:33.
Pushed by mardelle into branch 'master'.

Fix adding Movit GPU effect through timeline context menu

M  +8    -0    src/effectslist/effectslist.h
M  +19   -19   src/effectslist/effectslistview.cpp
M  +29   -29   src/effectslist/effectslistwidget.cpp
M  +0    -8    src/effectslist/effectslistwidget.h
M  +20   -9    src/mainwindow.cpp

http://commits.kde.org/kdenlive/5043987f7e4c53104a3bcf3f612b90cbc0667df8
Comment 2 Evert Vorster 2016-06-18 05:40:32 UTC
This is fixed, as well. Thanks Very Much!