v4l2: continue work on the capture device

Remove activate and deactivate commands.
Add STEP property range type for v4l2 frame sizes later
v4l2: implement negotiation and data capture
This commit is contained in:
Wim Taymans 2016-07-06 19:43:37 +02:00
parent beedb65f00
commit a1a27328e2
17 changed files with 976 additions and 308 deletions

View file

@ -265,6 +265,7 @@ struct _SpaNode {
* SpaNode::set_port_format:
* @handle: a #SpaHandle
* @port_id: the port to configure
* @test_only: only check if the format is accepted
* @format: a #SpaFormat with the format
*
* Set a format on @port_id of @node.
@ -282,7 +283,7 @@ struct _SpaNode {
*/
SpaResult (*set_port_format) (SpaHandle *handle,
uint32_t port_id,
int test_only,
bool test_only,
const SpaFormat *format);
/**
* SpaNode::get_port_format: