[gst-devel] Re: [Matroska-devel] Re: Matroska + Delphi - wanting GStreamer/Win32 ?

Ronald S. Bultje rbultje at ronald.bitfreak.net
Mon Oct 4 02:09:27 CEST 2004


On Mon, 2004-10-04 at 09:31, Arioch /BDV/ wrote:
>  RSB> Just to confirm both; I monitor the matroska-devel mailinglist, and I
>  RSB> wrote the demuxer, but I can't provide DLLs because I do not have
>  RSB> access to any Windows machine. Steve is the person to ask for all
>  RSB> GStreamer/Win32-related questions. You can, of course, ask me about
>  RSB> bugs and anything in the code and I'll happily answer any other
>  RSB> questions that you might have.
> 
> So i unkindly ask You :-)
> Can You make ebml/mkv code as a separate library with more or less documented API ?

The code is already separated, there's a file ebml-read.c which handles
all important EBML functions, and a file matroska-demux.c which is the
matroska file parser, it uses embl-read.c as its base. ebml-read.h
documents it. The functions are also documented inline. Always first
check the code. ;).

It will not become a library from my side, because I have little use for
a library; I don't use the code outside GStreamer. However, since the
code is LGPL, it is fully allowed for you to turn it into a library and
do whatever with it as you wish. Make sure you submit changes to the
EBML-code back to us.

Ronald

-- 
Ronald S. Bultje <rbultje at ronald.bitfreak.net>





More information about the gstreamer-devel mailing list