[Gstreamer-openmax] [PATCH 3/5] Reorganize {library, component}-name assigns

Clark, Rob rob at ti.com
Sat Mar 6 10:25:24 PST 2010


On Mar 3, 2010, at 4:51 PM, Felipe Contreras wrote:

> #endif /* GSTOMX_H */
> diff --git a/omx/gstomx_base_filter.c b/omx/gstomx_base_filter.c
> index 626f979..01ca10a 100644
> --- a/omx/gstomx_base_filter.c
> +++ b/omx/gstomx_base_filter.c
> @@ -898,6 +898,7 @@ type_instance_init (GTypeInstance *instance,
>     {
>         GOmxCore *gomx;
>         self->gomx = gomx = g_omx_core_new (self);
> +        gstomx_get_component_info (gomx, G_TYPE_FROM_CLASS (g_class));
>     }
> 

Any reason not to combine g_omx_core_new() and gomx_get_component_info()?


BR,
-R






More information about the Gstreamer-openmax mailing list