]> git.sesse.net Git - mlt/commitdiff
Change URI to URL in avformat yaml.
authorDan Dennedy <dan@dennedy.org>
Mon, 6 Jun 2011 01:09:27 +0000 (18:09 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 6 Jun 2011 01:09:27 +0000 (18:09 -0700)
src/modules/avformat/consumer_avformat.yml
src/modules/avformat/producer_avformat.yml

index 30dc54bd079d22759ee435fa3de785852247ad3d..1fc4a0f626a8d3a482ec3aa04a84c2ba55eef112 100644 (file)
@@ -16,13 +16,13 @@ tags:
 description: Write or stream audio and/or video using FFmpeg
 parameters:
   - identifier: argument
-    title: File/URI
+    title: File/URL
     type: string
     required: yes
     widget: filesave
 
   - identifier: target
-    title: File/URI
+    title: File/URL
     type: string
     description: This is not the same thing as the ffmpeg -target option!
     readonly: yes
index cb878530b898fbf2a76656189f781df667644370..b5f788d2275a10d14c96d45d8386d360848638ac 100644 (file)
@@ -25,7 +25,7 @@ bugs:
 
 parameters:
   - identifier: argument # 'argument' is a reserved name for a value supplied to the factory
-    title: File/URI
+    title: File/URL
     type: string
     description: |
       A file name specification or URL in the form:
@@ -107,7 +107,7 @@ parameters:
     # no default property means it should be blank in the UI and not applied unless provided
 
   - identifier: resource
-    title: File/URI
+    title: File/URL
     type: string
     description: file or protocol specification
     readonly: yes