pipewire: add doc comment for pipewire_buffer

This commit is contained in:
Simon Ser 2021-08-03 18:20:51 +02:00
parent fad2b9d42c
commit 56d3629b9b

View file

@ -18,6 +18,11 @@ struct pipewire_state {
uint64_t seq;
};
/**
* PipeWire buffers are allocated by the PipeWire thread, and are temporarily
* shared with the steamcompmgr thread (via dequeue_pipewire_buffer and
* push_pipewire_buffer) for copying.
*/
struct pipewire_buffer {
struct spa_video_info_raw video_info;
int stride;