]> git.sesse.net Git - mlt/blobdiff - src/modules/xml/factory.c
Add producer xml-nogl to disable auto-qglsl creation.
[mlt] / src / modules / xml / factory.c
index 5854adbbf94cf7290ab0c9859b63596bb6abecf2..cc941ae20ed3d9f40690cf2e890cfb84c89ac97b 100644 (file)
@@ -37,8 +37,10 @@ MLT_REPOSITORY
        MLT_REGISTER( consumer_type, "xml", consumer_xml_init );
        MLT_REGISTER( producer_type, "xml", producer_xml_init );
        MLT_REGISTER( producer_type, "xml-string", producer_xml_init );
+    MLT_REGISTER( producer_type, "xml-nogl", producer_xml_init );
 
        MLT_REGISTER_METADATA( consumer_type, "xml", metadata, "consumer_xml.yml" );
        MLT_REGISTER_METADATA( producer_type, "xml", metadata, "producer_xml.yml" );
        MLT_REGISTER_METADATA( producer_type, "xml-string", metadata, "producer_xml-string.yml" );
+    MLT_REGISTER_METADATA( producer_type, "xml-nogl", metadata, "producer_xml-nogl.yml" );
 }