Bug 357207

Summary: Git master 2015-12-01 - Proxy clips are not automatically generated when enabled
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: 15.12.1
Sentry Crash Report:

Description Evert Vorster 2015-12-27 07:39:34 UTC
My current setup uses a virtual pc, and it is quite slow, so I decided to try these proxy clips again. 
I set my default project to have proxy clips, but they don't seem to work as expected. 

When starting a new project, I was used to the proxy generation be added to the job queue automatically. 
I now have to do this by hand, but what is the point of having a default of proxies on if you have to turn them on with a clip by clip basis?

Reproducible: Always

Steps to Reproduce:
1.Set proxies on by default
2.Start new project
3.Load clips into project monitor

Actual Results:  
Proxy clips not automatically generated. 

Expected Results:  
Proxy clips to be automatically generated

The proxy clips work fine if manually generated.
Comment 1 Jean-Baptiste Mardelle 2015-12-27 21:29:09 UTC
Git commit d797d77b661c4f2968e4027d2ce02b007177ef76 by Jean-Baptiste Mardelle.
Committed on 27/12/2015 at 21:28.
Pushed by mardelle into branch 'Applications/15.12'.

Auto-generate proxy clips if they match criteria, correctly en/disable depending on project settings

M  +45   -3    src/bin/bin.cpp
M  +2    -0    src/bin/bin.h
M  +15   -0    src/bin/projectfolder.cpp
M  +2    -0    src/bin/projectfolder.h
M  +11   -3    src/doc/kdenlivedoc.cpp
M  +3    -1    src/doc/kdenlivedoc.h
M  +1    -2    src/mainwindow.cpp

http://commits.kde.org/kdenlive/d797d77b661c4f2968e4027d2ce02b007177ef76
Comment 2 Evert Vorster 2015-12-29 00:10:19 UTC
This is working now. 
Thanks for the quick fix.