<p dir="ltr">Dear Sebastian droge</p>
<p dir="ltr">Thanks for your valuable reply.<br>
<br>
How can i solve the problem with allocating buffers on decoder.Is there anyway to find which file or library missing??</p>
<p dir="ltr">I am awaiting for your suggestions.</p>
<p dir="ltr">Regards<br>
Abin <br>
</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Nov 2, 2016 1:42 PM, "Sebastian Dröge" <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2016-11-01 at 15:52 +0530, Abin P wrote:<br>
> Thanks sebastisb droge<br>
> I got a sample.h264 video.so i used pipeline like<br>
> gst-launch-1.0 -v -m filesrc location=sample.h264 ! h264parse !<br>
> omxh264dec ! filesink= out.yuv<br>
> This pipelibe got errors like negotiaion problem,decoder not<br>
> initialized.<br>
> I used GST DEBUG = 4 to analyze the errors.Attached error status with<br>
> this mail.<br>
> Please help me to find exact problem behind this.I like to make a<br>
> playback using omx video decoder.<br>
<br>
The problem is the following:<br>
<br>
> 0:00:01.385422582 [332m 3049 [00m 0x36da0320 [36mINFO [00m [00m omx gstomx.c:1622:gst_omx_port_<wbr>allocate_buffers_unlocked:<<wbr>omxh264dec-omxh264dec0> [00m Allocating 2 buffers of size 6291456 for H264 port 0<br>
> MMI open: No such file or directory<br>
> > > > > ts:2486.000047 level:0x00001000 func:OmxrAllocateWorkBuffer_<wbr>allocfunc(265) tid:3051 mes:error: mmngr fatal. -1<br>
> > > > > ts:2486.000075 level:0x00100000 func:OmxrMeVideoVcmnInterface_<wbr>AllocateBufferSuper(66) tid:3051 mes:RuntimeError<br>
> > > > > ts:2486.000089 level:0x00100000 func:<wbr>OmxrMeVideoVcmnInterfaceVdcmn_<wbr>AllocateBuffer(794) tid:3051 mes:RuntimeError<br>
> > > > > ts:2486.000117 level:0x00010000 func:RegisterNewBufferToPort(<wbr>361) tid:3051 mes:<br>
> > > > > ts:2486.000130 level:0x00010000 func:OmxrMcErrorHandler_<wbr>Notify(221) tid:3051 mes:u32ErrorCode = H'80001001<br>
> ts:2486.000160 level:0x00010000 func:OmxrMcApiProxy_<wbr>AllocateBuffer(1049) tid:3053 mes:eError = H'80001001<br>
<br>
It looks like your OpenMAX IL is not set up correctly, and it has<br>
problem finding some kind of file... which then makes it fail<br>
allocating buffers (for the compressed video) on the decoder.<br>
<br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div></div>