Hi,all!
I have the ics 4.0.3 and omap4 platform。First i want to use the gstomxcamera ,and the surfacesink will send buffer to it by event. I get the buffer pointer in the handle_event()(gstomx_base_src.c),but the other function(gstomx_camera.c) can not get it. secoed the gstomxcamera will interrupt when the g_omx_port_enable function ,i find,in the g_omx_port_allocate_buffers function,the g_return_if_fail (port->buffers[i]) failed after OMX_UseBuffer, so where are the buffer of port set and the what is the source of the buffer ?
BR
Aaron