]> git.sesse.net Git - mlt/commitdiff
Document new priority property of decklink producer.
authorDan Dennedy <dan@dennedy.org>
Thu, 4 Jul 2013 19:47:07 +0000 (12:47 -0700)
committerDan Dennedy <dan@dennedy.org>
Thu, 4 Jul 2013 19:47:07 +0000 (12:47 -0700)
src/modules/decklink/producer_decklink.yml

index 6cea8851f41404bff01f6feaf8bc09e682619c6f..b4552aa048dc8e67c9c093c8220c6169863ee887 100644 (file)
@@ -96,3 +96,11 @@ parameters:
     description: The model name of each device that accepts input.
     type: string
     readonly: yes
+
+  - identifier: priority
+    title: Thread priority
+    description: Set the DeckLink thread's scheduling class to realtime and its priority.
+    type: integer
+    minimum: 1
+    maximum: 99
+    default: 20