Bug 357207 - Git master 2015-12-01 - Proxy clips are not automatically generated when enabled
Summary: Git master 2015-12-01 - Proxy clips are not automatically generated when enabled
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: 2015-12-27 07:39 UTC by Evert Vorster
Modified: 2016-01-02 11:49 UTC (History)
0 users

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


Attachments

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