[pitivi] proxy: HD proxies are not 'shaddow' when not creating scaled version



commit f3c3b97791ad8c5eca3d69dba912dcc0e2695120
Author: Thibault Saunier <tsaunier igalia com>
Date:   Tue Mar 3 15:24:19 2020 -0300

    proxy: HD proxies are not 'shaddow' when not creating scaled version

 pitivi/utils/proxy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pitivi/utils/proxy.py b/pitivi/utils/proxy.py
index 5401e059..d80f9cf8 100644
--- a/pitivi/utils/proxy.py
+++ b/pitivi/utils/proxy.py
@@ -699,7 +699,7 @@ class ProxyManager(GObject.Object, Loggable):
         # Create shadow proxies for unsupported assets
         if not self.is_asset_format_well_supported(asset) and not \
                 self.app.settings.proxying_strategy == ProxyingStrategy.NOTHING \
-                and not shadow:
+                and not shadow and scaled:
             hq_uri = self.app.proxy_manager.get_proxy_uri(asset)
             if not Gio.File.new_for_uri(hq_uri).query_exists(None):
                 self.add_job(asset, shadow=True)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]