]> git.sesse.net Git - mlt/commitdiff
yml validation fixes
authorBrian Matherly <pez4brian@yahoo.com>
Wed, 12 Oct 2011 03:41:16 +0000 (22:41 -0500)
committerBrian Matherly <pez4brian@yahoo.com>
Wed, 12 Oct 2011 03:41:16 +0000 (22:41 -0500)
src/modules/decklink/producer_decklink.yml
src/modules/sox/filter_sox.yml

index d75047c57029a316ff0ded9b9378d868b7444178..3d60725eb95a856dceb2ca9128512a1e90ed7227 100644 (file)
@@ -63,7 +63,7 @@ parameters:
     unit: frames
     widget: spinner
 
-  - identifer: vanc
+  - identifier: vanc
     title: Vertical ancillary capture
     description: >
       Captures vertical ancillary data as image data and places it at the top
index f81573462c99e23b2294171b0968b641d79b6766..e425281a8593909f9a42dd694c690c7eb94522ec 100644 (file)
@@ -27,18 +27,18 @@ parameters:
       as this effect property as the parameter to the vol effect.
 
   - identifier: level
-    title; Signal power level (RMS)
-    type: double
+    title: Signal power level (RMS)
+    type: float
     readonly: yes
 
   - identifier: peak
     title: Peak signal level
-    type: double
+    type: float
     readonly: yes
 
   - identifier: gain
     title: Gain to normalize
-    type: double
+    type: float
     readonly: yes
 
   - identifier: use_peak