]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/producer_avformat.yml
Add exit_on_disconnect property to avformat producer.
[mlt] / src / modules / avformat / producer_avformat.yml
index d29efd340f1205ae5873caabc5d468393fb79e44..c7911b669e93c842b9d5d20ba7c2df047f9e45cb 100644 (file)
@@ -185,3 +185,13 @@ parameters:
     minimum: 0
     maximum: 1
     widget: checkbox
+
+  - identifier: exit_on_disconnect
+    title: Exit upon disconnection?
+    description: >
+      When this is set, the program will terminate with an error if a live source
+      becomes disconnected.
+    type: integer
+    minimum: 0
+    maximum: 1
+    widget: checkbox