mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
remove the rate_match io
Now that the stream provides us with a requested size, we don't need to use the rate_match anymore.
This commit is contained in:
parent
5192fcb16c
commit
7e42c905a8
8 changed files with 12 additions and 104 deletions
|
|
@ -37,7 +37,6 @@ struct pw_loop;
|
|||
struct pw_stream;
|
||||
struct pw_context;
|
||||
struct pw_properties;
|
||||
struct spa_io_rate_match;
|
||||
|
||||
struct sample_play_events {
|
||||
#define VERSION_SAMPLE_PLAY_EVENTS 0
|
||||
|
|
@ -55,7 +54,6 @@ struct sample_play {
|
|||
struct spa_list link;
|
||||
struct sample *sample;
|
||||
struct pw_stream *stream;
|
||||
struct spa_io_rate_match *rate_match;
|
||||
uint32_t id;
|
||||
struct spa_hook listener;
|
||||
struct pw_context *context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue