Re: [RFC/PATCH v2 03/10] media: Entities, pads and links

2010-07-26 Thread Laurent Pinchart
Hi Hans, On Saturday 24 July 2010 14:18:11 Hans Verkuil wrote: On Wednesday 21 July 2010 16:35:28 Laurent Pinchart wrote: snip diff --git a/include/media/media-entity.h b/include/media/media-entity.h new file mode 100644 index 000..fd44647 --- /dev/null +++

Re: [RFC/PATCH v2 03/10] media: Entities, pads and links

2010-07-26 Thread Hans Verkuil
On Monday 26 July 2010 18:38:28 Laurent Pinchart wrote: Hi Hans, On Saturday 24 July 2010 14:18:11 Hans Verkuil wrote: On Wednesday 21 July 2010 16:35:28 Laurent Pinchart wrote: snip diff --git a/include/media/media-entity.h b/include/media/media-entity.h new file mode 100644

Re: [RFC/PATCH v2 03/10] media: Entities, pads and links

2010-07-24 Thread Hans Verkuil
On Wednesday 21 July 2010 16:35:28 Laurent Pinchart wrote: snip diff --git a/include/media/media-entity.h b/include/media/media-entity.h new file mode 100644 index 000..fd44647 --- /dev/null +++ b/include/media/media-entity.h @@ -0,0 +1,79 @@ +#ifndef _MEDIA_ENTITY_H +#define

[RFC/PATCH v2 03/10] media: Entities, pads and links

2010-07-21 Thread Laurent Pinchart
As video hardware pipelines become increasingly complex and configurable, the current hardware description through v4l2 subdevices reaches its limits. In addition to enumerating and configuring subdevices, video camera drivers need a way to discover and modify at runtime how those subdevices are