]> git.sesse.net Git - mlt/blobdiff - docs/mlt-xml.txt
Fix compiler warnings due to non-virtual destructors.
[mlt] / docs / mlt-xml.txt
index 9ac58b2cac6deaad4826691573802c7709ae1422..41312a7ca2dee20c32ab33438eb020de2562d0cc 100644 (file)
@@ -33,7 +33,7 @@ Introduction:
 
        In the mlt model, producers are created and attached to 'consumers' -
        consumers are software playback components (such as SDL), or wrappers for
-       hardware drivers (such as bluefish) or even the XML serialising
+       hardware drivers (such as sdi) or even the XML serialising
        consumer itself (the latter doesn't receive frames - it merely
        interrogates the connected producer for its configuration).
 
@@ -202,6 +202,7 @@ Tractors:
            <entry producer="producer0" in="0" out="2999"/>
            <blank length="1000"/>
            <entry producer="producer0" in="3000" out="6999"/>
+         </playlist>
          <playlist id="playlist1">
            <blank length="3000"/>
            <entry producer="producer1" in="0" out="999"/>
@@ -256,6 +257,7 @@ Tractors:
            <entry producer="producer0" in="0" out="2999"/>
            <blank length="1000"/>
            <entry producer="producer0" in="3000" out="6999"/>
+         </playlist>
          <playlist id="playlist1">
            <blank length="3000"/>
            <entry producer="producer1" in="0" out="999"/>