]> git.sesse.net Git - mlt/commitdiff
document force_aspect_ratio on pango and pixbuf producers
authorDan Dennedy <dan@dennedy.org>
Wed, 18 Jan 2012 04:26:48 +0000 (20:26 -0800)
committerDan Dennedy <dan@dennedy.org>
Wed, 18 Jan 2012 04:26:48 +0000 (20:26 -0800)
src/modules/gtk2/producer_pango.yml
src/modules/gtk2/producer_pixbuf.yml

index 5d512d54d64ce07da6ce617e1eaeba9e6293e085..bcf1531f330748f794e9f6afe592d4c04c04a024 100644 (file)
@@ -214,3 +214,9 @@ parameters:
     type: integer
     description: The last requested scaled image height.
     readonly: yes
+    
+  - identifier: force_aspect_ratio
+    title: Sample aspect ratio
+    type: float
+    description: Optionally override a (mis)detected aspect ratio
+    mutable: yes
index c04766e8b49e9f4c996be0f7909bb89f2ec9b2f3..279563a55ca4ccfb0cb20b4a1e6166c75378bcaa 100644 (file)
@@ -98,3 +98,9 @@ parameters:
     minimum: 0
     maximum: 1
     widget: checkbox
+
+  - identifier: force_aspect_ratio
+    title: Sample aspect ratio
+    type: float
+    description: Optionally override a (mis)detected aspect ratio
+    mutable: yes