Re: [Mlt-devel] DTD: add properties to entries?

2021-08-26 Thread amindfv--- via Mlt-devel
On Thu, Aug 26, 2021 at 12:16:54PM -0700, Dan Dennedy wrote:
> On Wed, Aug 25, 2021 at 3:18 PM amin...@mailbox.org 
> wrote:
> 
> > --- a/src/modules/xml/mlt-xml.dtd
> > +++ b/src/modules/xml/mlt-xml.dtd
> > @@ -77,7 +77,7 @@
> >  out  CDATA#IMPLIED
> >  titleCDATA#IMPLIED
> >  >
> > - > | transition | chain)* >
> > + > multitrack | filter | transition | chain)*) >
> >   >  producer IDREF#IMPLIED
> >  in   CDATA#IMPLIED
> >
> >
> >
> Thanks, I made this change in git master branch.

Thanks! I noticed a CI build failed; I think that's due to this recent change:

https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#security-archive


I think you just need to change from...:

http://security.debian.org stable/updates main

...to:

http://security.debian.org stable-security main

in https://gitlab.com/ddennedy/mlt/-/blob/master/.gitlab-ci.yml

Cheers,
Tom


___
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel


Re: [Mlt-devel] DTD: add properties to entries?

2021-08-26 Thread Dan Dennedy
On Wed, Aug 25, 2021 at 3:18 PM amin...@mailbox.org 
wrote:

> --- a/src/modules/xml/mlt-xml.dtd
> +++ b/src/modules/xml/mlt-xml.dtd
> @@ -77,7 +77,7 @@
>  out  CDATA#IMPLIED
>  titleCDATA#IMPLIED
>  >
> - | transition | chain)* >
> + multitrack | filter | transition | chain)*) >
>producer IDREF#IMPLIED
>  in   CDATA#IMPLIED
>
>
>
Thanks, I made this change in git master branch.
___
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel