mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
v4l2: improve debug
Add device path to debug lines.
This commit is contained in:
parent
e0c9f87d78
commit
cfb226b0fb
2 changed files with 6 additions and 4 deletions
|
|
@ -41,6 +41,7 @@ struct spa_v4l2_device {
|
|||
struct v4l2_capability cap;
|
||||
unsigned int active:1;
|
||||
unsigned int have_format:1;
|
||||
char path[64];
|
||||
};
|
||||
|
||||
int spa_v4l2_open(struct spa_v4l2_device *dev, const char *path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue