[Gstreamer-openmax] [PATCH 03/10] add accessor for OMX_HANDLE

Felipe Contreras felipe.contreras at nokia.com
Mon Mar 8 08:09:34 PST 2010


On Mon, Mar 08, 2010 at 12:14:50AM +0100, Rob Clark wrote:
> A method for GOmxCore object which can be called at any time to access
> OMX component handle.  If the OMX component is not yet instantiated,
> this will trigger OMX_GetHandle().  This makes it safe to use in
> places like get/set_property methods which could be called before the
> OMX component would otherwise be instantiated.
> ---

NAK! I like self-documenting code, and a g_omx_core_get_handle() that
also initializes stuff is not really a 'get'; if anything it's
g_omx_core_get_and_initialize_if_not_initialized_handle(), and nedless
to say, that doesn't look nice.

I think I already said this before; if the core needs to be initialized
before; it should be initialized before, manually, and visibly. I think
that was the point of the config stuff; so that we can initialize the
core sooner.

Cheers.

-- 
Felipe Contreras




More information about the Gstreamer-openmax mailing list