caps negotiation:

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

caps negotiation:

alock ramkumar
Hi,

I have few doubts regarding caps negotiation.
Why some decoders calling decode preocedure(_chain function)  from setcaps? (eg: theoradec).Most of the other decoders are not doing this.
Thanks in advance.

--
alock

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: caps negotiation:

Edward Hervey
Administrator
Hi,

On Thu, 2010-08-05 at 10:40 +0300, alock ramkumar wrote:
> Hi,
>
> I have few doubts regarding caps negotiation.
> Why some decoders calling decode preocedure(_chain function)  from
> setcaps? (eg: theoradec).Most of the other decoders are not doing
> this.

  It only calls chain for the codec_data (which is normally out-of-band
data). Some formats contain that chunk of data at the beginning of the
stream (in-band) and some others not (out-of-band).
  The libtheora library requires the user to pass that data to be
decoded before giving it any other data. That's why it's done there.

> Thanks in advance.
>
> --
> alock
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel



------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel