mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-13 13:30:05 -05:00
small cleanups
Remove ringbuffer code and use inline in the .h file Add some more port status flags Improve inspect output
This commit is contained in:
parent
50c3b40cd0
commit
6b3bb79e70
8 changed files with 201 additions and 211 deletions
|
|
@ -532,9 +532,9 @@ struct _SpaNode {
|
|||
* Returns: #SPA_RESULT_OK on success
|
||||
* #SPA_RESULT_INVALID_ARGUMENTS when node is %NULL
|
||||
*/
|
||||
SpaResult (*port_reuse_buffer) (SpaNode *node,
|
||||
uint32_t port_id,
|
||||
uint32_t buffer_id);
|
||||
SpaResult (*port_reuse_buffer) (SpaNode *node,
|
||||
uint32_t port_id,
|
||||
uint32_t buffer_id);
|
||||
|
||||
SpaResult (*port_push_event) (SpaNode *node,
|
||||
SpaDirection direction,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue