[gst-devel] Re: [gst-cvs] wtay gst-plugins: gst-plugins/ gst-plugins/ext/theora/

Ronald Bultje rbultje at ronald.bitfreak.net
Thu May 6 07:06:10 CEST 2004


Hi,

On Thu, 6 May 2004, Wim Taymans wrote:
>     Added a theora encoder, grouped the encoder and decoder into the
>     same plugin.

Nice stuff! Is this just the encoder (looks like it), or also an Ogg muxer
(doesn't look like it, but just to be sure)? Can't wait to test this out.

> theora_enc_chain (GstPad * pad, GstData * data)
[..]
>   if (enc->packetno == 1) {
>     /* create the remaining theora headers */
[..]
>   } else if (enc->packetno > 1) {
>     pixels = GST_BUFFER_DATA (GST_BUFFER (data));
[..]

It seems like you're loosing the first buffer here?

Ronald





More information about the gstreamer-devel mailing list