Bug 364103 - git master 2016-06-08 - Unable to add GPU effects with context menu
Summary: git master 2016-06-08 - Unable to add GPU effects with context menu
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 15:12 UTC by Evert Vorster
Modified: 2016-06-18 05:40 UTC (History)
0 users

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


Attachments

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