|
From: Clark, R. <ro...@ti...> - 2010-03-06 18:25:29
|
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
|