]> git.sesse.net Git - mlt/commitdiff
Remove from all existing yml: in, out, length,
authorBrian Matherly <pez4brian@yahoo.com>
Sun, 17 Jul 2011 20:52:18 +0000 (15:52 -0500)
committerBrian Matherly <pez4brian@yahoo.com>
Sun, 17 Jul 2011 20:52:18 +0000 (15:52 -0500)
resource, and aspect_ratio.

src/modules/avformat/consumer_avformat.yml
src/modules/avformat/producer_avformat.yml
src/modules/core/filter_data_show.yml
src/modules/core/filter_watermark.yml
src/modules/core/producer_noise.yml
src/modules/decklink/producer_decklink.yml
src/modules/dv/producer_libdv.yml
src/modules/gtk2/producer_pango.yml
src/modules/gtk2/producer_pixbuf.yml
src/modules/vorbis/producer_vorbis.yml
src/modules/xml/producer_xml.yml

index 7a92052e6606edd26c9d185b229a9396a7c3550f..d80236afac8d9e5846fe20f5a071a55ca9a4168b 100644 (file)
@@ -64,9 +64,6 @@ parameters:
     title: Sample aspect ratio denominator
     type: integer
     minimum: 1
-  - identifier: aspect_ratio
-    title: Sample aspect ratio
-    readonly: yes
   - identifier: progressive
     title: Progressive
     type: integer
index 21571a395583c411d6b4a1356648e558b7d009fa..1532f19e50eb170393fccaaa920c970b812fe9d4 100644 (file)
@@ -64,25 +64,6 @@ parameters:
     default: 0
     widget: spinner
 
-  - identifier: in
-    title: In point
-    type: time
-    description: Set the start time offset to use within the clip
-    readonly: no
-    mutable: no
-    minimum: 0
-    default: 0
-    widget: timecode # this is a special form of time value/code entry (e.g. see Kino)
-
-  - identifier: out
-    title: Out point
-    type: time
-    description: Set the ending time offset to use within the clip
-    readonly: no
-    minimum: 0
-    mutable: no
-    widget: timecode # as opposed to time, which could be confused for a wallclock-style time widget
-
   - identifier: threads
     title: Decoding threads
     type: integer
@@ -105,12 +86,6 @@ parameters:
     maximum: 9.999 # just a suggestion
     # no default property means it should be blank in the UI and not applied unless provided
 
-  - identifier: resource
-    title: File/URL
-    type: string
-    description: file or protocol specification
-    readonly: yes
-
   - identifier: source_fps
     title: Frame rate
     type: float
@@ -119,19 +94,6 @@ parameters:
     readonly: yes
     unit: frames/second
 
-  - identifier: aspect_ratio
-    title: Sample aspect ratio
-    description: >
-      The sample aspect ratio of the resource.
-      This is determined on every frame read.
-    readonly: yes
-
-  - identifier: length
-    title: Duration
-    type: time
-    description: duration
-    widget: timecode
-
   - identifier: seekable
     title: Supports seeking
     description: if the resource can seek
index e289b3d84b6485998ffb42f9092b440125ef25d6..aae51865ee0898b0f5f6808332ea3341a251b577 100644 (file)
@@ -41,14 +41,6 @@ parameters:
     default: data_fx.properties
     widget: fileopen
 
-  - identifier: resource
-    title: Feed Properties File
-    type: string
-    required: no
-    readonly: yes
-    default: data_fx.properties
-    widget: fileopen
-
   - identifier: dynamic
     title: Dynamic
     type: integer
index bb8cda65d4de5c9eaac2cf8de2568b8433d4691c..4a01b804a18f62d4a39dec96a44ca0576fb88462 100644 (file)
@@ -37,16 +37,7 @@ parameters:
     readonly: no
     default: unset
     widget: fileopen
-
-  - identifier: resource
-    title: File/URL
-    type: string
-    description: The file to overlay.
-    required: no
-    readonly: no
-    default: unset
-    widget: fileopen
-
+    
   - identifier: distort
     title: Allow distorted scaling
     type: integer
index cd3e6076a7ce037d29a49c1ca15520f43eb67fa6..ac2783027c790a2018bb125c17252688248a242e 100644 (file)
@@ -11,35 +11,3 @@ tags:
   - Audio
   - Video
 description: White noise producer
-parameters:
-  - identifier: in
-    title: In point
-    type: time
-    description: Set the start time offset to use within the clip
-    readonly: no
-    mutable: no
-    minimum: 0
-    default: 0
-    widget: timecode
-
-  - identifier: out
-    title: Out point
-    type: time
-    description: Set the ending time offset to use within the clip
-    readonly: no
-    minimum: 0
-    mutable: no
-    widget: timecode
-    
-  - identifier: aspect_ratio
-    title: Aspect Ratio
-    type: double
-    description: The sample aspect ratio of the producer
-    readonly: yes
-    
-  - identifier: length
-    title: Length
-    type: time
-    description: The duration of the file (in frames)
-    readonly: yes
-    widget: timecode
index d7215fce68b92c283e80277c1a8bd9089aea8498..efa9f01d0ba14a6a4256df5ed6d4783a3b0f23a4 100644 (file)
@@ -32,11 +32,6 @@ parameters:
     minimum: 0
     widget: spinner
 
-  - identifier: resource
-    title: Card
-    type: integer
-    readonly: yes
-
   - identifier: channels
     title: Audio channels
     type: integer
index 3b3138616f882ffd63aaa097ce5138c4b315fd04..87890535206fd230230a694abec689b9baf9b6a9 100644 (file)
@@ -19,37 +19,6 @@ parameters:
     readonly: no
     widget: fileopen
     
-  - identifier: in
-    title: In point
-    type: time
-    description: Set the start time offset to use within the clip
-    readonly: no
-    mutable: no
-    minimum: 0
-    default: 0
-    widget: timecode
-
-  - identifier: out
-    title: Out point
-    type: time
-    description: Set the ending time offset to use within the clip
-    readonly: no
-    minimum: 0
-    mutable: no
-    widget: timecode
-    
-  - identifier: resource
-    title: Resource
-    type: string
-    readonly: yes
-
-  - identifier: length
-    title: Length
-    type: time
-    description: The duration of the file (in frames)
-    readonly: yes
-    widget: timecode
-    
   - identifier: quality
     title: Quality
     type: string
index 43d7478999aa1bb3693a123d0856926131ab1952..c1f04cc12740ba481ce6ddb4ce0ae8df3edb4288 100644 (file)
@@ -38,25 +38,6 @@ parameters:
     mutable: no
     widget: fileopen
     
-  - identifier: in
-    title: In point
-    type: time
-    description: Set the start time offset to use within the clip
-    readonly: no
-    mutable: no
-    minimum: 0
-    default: 0
-    widget: timecode
-
-  - identifier: out
-    title: Out point
-    type: time
-    description: Set the ending time offset to use within the clip
-    readonly: no
-    minimum: 0
-    mutable: no
-    widget: timecode
-    
   - identifier: markup
     title: Markup
     type: string
@@ -142,12 +123,6 @@ parameters:
     readonly: no
     mutable: yes
     widget: combobox
-    
-  - identifier: resource
-    title: Resource
-    type: string
-    description: The text/markup file or "pango" if no file.
-    readonly: yes
 
   - identifier: real_width
     title: Real width
index 382ff010fa0254073d95daa30fc77dcb5d5c8607..c04766e8b49e9f4c996be0f7909bb89f2ec9b2f3 100644 (file)
@@ -40,25 +40,6 @@ parameters:
     mutable: no
     widget: fileopen
     
-  - identifier: in
-    title: In point
-    type: time
-    description: Set the start time offset to use within the clip
-    readonly: no
-    mutable: no
-    minimum: 0
-    default: 0
-    widget: timecode
-
-  - identifier: out
-    title: Out point
-    type: time
-    description: Set the ending time offset to use within the clip
-    readonly: no
-    minimum: 0
-    mutable: no
-    widget: timecode
-    
   - identifier: begin
     title: Begin
     type: integer
@@ -78,12 +59,6 @@ parameters:
     mutable: yes
     widget: spinner
     
-  - identifier: resource
-    title: Resource
-    type: string
-    description: File location. See "argument" above.
-    readonly: yes
-    
   - identifier: real_width
     title: Real width
     type: integer
index c5e87e24e5ecd2de5e56bea47e173e9a47feb349..1bc37631bcbbe0ca53d8f96e4a99474277cd47dd 100644 (file)
@@ -20,27 +20,3 @@ parameters:
     required: yes
     mutable: no
     widget: fileopen
-    
-  - identifier: resource
-    title: Resource
-    type: string
-    readonly: yes
-    
-  - identifier: in
-    title: In point
-    type: time
-    description: Set the start time offset to use within the clip
-    readonly: no
-    mutable: no
-    minimum: 0
-    default: 0
-    widget: timecode
-    
-  - identifier: out
-    title: Out point
-    type: time
-    description: Set the ending time offset to use within the clip
-    readonly: no
-    minimum: 0
-    mutable: no
-    widget: timecode
index 20ba3aba3c64155d6f089ee0f55cc5f9e6d210db..02988de25815f14de41920987268ac4eb34c0dad 100644 (file)
@@ -21,8 +21,3 @@ parameters:
     required: yes
     mutable: no
     widget: fileopen
-    
-  - identifier: resource
-    title: Resource
-    type: string
-    readonly: yes