Hi Jean,
According to your suggestion I have gone through pv_mastercore.cpp
file, yes this
is the place where all the OMX components are registered.
Now my understanding is, to integrate my own codec I have to create
libmy_omx.so
using the static libs libomx_common_lib ,libomx_queue_lib ,
libpvomx_proxy_lib ,libomx_baseclass_lib and
libpv_omx_interface.
I had gone through the OMX Core Integartion Guide and there it is
mentioned that vendors should not attempt to
integrate isolated OMX components (without the accompanying OMX core)
into the existing PV
OMX core – due to specialized APIs and communication between the PV
OMX core and PV
OMX components.
So now my doubt is, Do I have to create my own libomx_mycommon_lib by
rewritting the files
pv_omxcore.cpp ,pv_omx_config_parser.cpp ,pv_omxregistry.cpp which are
involved in creating libomx_common_lib?
Please clarify.
Thanks,
Anupama
On Oct 28, 3:27 pm, Jean-François Vidal <
jeanfrancois.vi...@gmail.com>
wrote: