H264/RTP and setcaps
Jarosław Przybyłowicz
jaroslaw.przybylowicz at mlabs.pl
Mon Apr 11 15:24:17 PDT 2011
W dniu 2011-04-12 00:14, Chuck Crisler pisze:
> OK, but the rtph264pay setcaps function looks for the codec_data and
> makes a significant decision based on it but I can't find where that
> is set anywhere. It just doesn't seem right (which means that I don't
> understand what is really happening).
This decision is based on input type. If codec_data is set, then input
buffers are treated as a bytestream (so it needs to by parsed before
putting them into RTP packets). Otherwise each buffer is assumed to
contain a NALU which does not need such parsing.
More information about the gstreamer-devel
mailing list