mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
module-avb: internal: destroy internal descriptors
This commit is contained in:
parent
a3ce0f3e28
commit
b60623df4d
4 changed files with 13 additions and 16 deletions
|
|
@ -76,12 +76,6 @@ struct stream *server_create_stream(struct server *server, struct stream *stream
|
|||
|
||||
void stream_destroy(struct stream *stream);
|
||||
|
||||
/**
|
||||
* \brief unregister MRP attribute for the stream
|
||||
* and free the allocated resources for the stream.
|
||||
*/
|
||||
void stream_destroy_all(struct server *server);
|
||||
|
||||
int stream_activate(struct stream *stream, uint16_t index, uint64_t now);
|
||||
int stream_deactivate(struct stream *stream, uint64_t now);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue