Re: [v4l-utils PATCH v1.1 2/2] mediactl: Separate entity and pad parsing

2016-05-24 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Tuesday 24 May 2016 23:56:33 Sakari Ailus wrote: > Sometimes it's useful to be able to parse the entity independent of the pad. > Separate entity parsing into media_parse_entity(). > > Signed-off-by: Sakari Ailus Acked-by:

[v4l-utils PATCH v1.1 2/2] mediactl: Separate entity and pad parsing

2016-05-24 Thread Sakari Ailus
Sometimes it's useful to be able to parse the entity independent of the pad. Separate entity parsing into media_parse_entity(). Signed-off-by: Sakari Ailus --- utils/media-ctl/libmediactl.c | 29 + utils/media-ctl/mediactl.h| 14