mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
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:
parent
beedb65f00
commit
a1a27328e2
17 changed files with 976 additions and 308 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue