OMX6 OpenMax IL H264 decode.
Edward Hervey
bilboed at bilboed.com
Thu Oct 23 01:36:50 PDT 2014
On Wed, 2014-10-22 at 18:53 -0600, Stephen Webb wrote:
>
> * What I am trying to do is decode an annex B H264 stream on an
> Android iMX6 platform.
> * I want to decode with as little latency as possible.
> * As we are already using gstreamer for other purposes, I started
> there.
> * I end up with ~8 frames of latency which I can't get get rid of.
At which level ? Between input and output of decoder ? Which decoder
was it ? Maybe your *stream* actually requires 8 frames of latency. Is
it using B frames ?
> * I have switched to OpenMax IL with the idea of getting as much
> control as possible.
Based on everything you mention after ... it looks as though your
problem is not with GStreamer ... but with either the decoder
implementation (in omx-il and/or freescale VPU driver) or the stream you
want to play back *requires* such a latency.
Edward
>
> I'm out of ideas. Anything helps.
>
>
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list