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:
Wim Taymans 2022-03-29 09:18:18 +02:00
parent 5192fcb16c
commit 7e42c905a8
8 changed files with 12 additions and 104 deletions

View file

@ -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;