[gst-devel] addition of a buffer flag

Benjamin Otte in7y118 at public.uni-hamburg.de
Thu May 13 06:06:41 CEST 2004


On Thu, 13 May 2004, Ronald S. Bultje wrote:

> Oggdemux should set it, somehow. Granulepos is one way; another way is
> to have a constant number (codec-specific) that tells the amount of
> header packets per codec type.
>
The output of oggdemux is nothing like the output of other demuxers. The
best thing to compare oggdemux to is a udpsrc element. Pretty much the
only thing ogg does is wrap an ordered list of data packets into a stream.
That's it. It doesn't know nor care what the data inside is and as such
shouldn't need to know about the data inside. That's up to other elements.
There's a reason why oggdemux uses typefinding after all ;)

Benjamin





More information about the gstreamer-devel mailing list