Re: [Mlt-devel] how to make a new module

2013-06-27 Thread Tomas Neme
Thanks for the answer On Thu, Jun 27, 2013 at 6:08 PM, Dan Dennedy wrote: > On Tue, Jun 25, 2013 at 3:13 PM, Tomas Neme wrote: >> I'm wanting to make a new module, a very simple producer-consumer >> through unix sockets, and I don't know how to get started. > > You should be asking yourself if t

Re: [Mlt-devel] how to make a new module

2013-06-27 Thread Dan Dennedy
On Tue, Jun 25, 2013 at 3:13 PM, Tomas Neme wrote: > I'm wanting to make a new module, a very simple producer-consumer > through unix sockets, and I don't know how to get started. You should be asking yourself if this is a wise decision. Regardless of the transport, you have said nothing about th

[Mlt-devel] how to make a new module

2013-06-25 Thread Tomas Neme
I'm wanting to make a new module, a very simple producer-consumer through unix sockets, and I don't know how to get started. How do I get it to be available to programs like melt and melted? I see there's a factory.c file in every module directory, which calls the mlt*_registrer_* functions, but I