pulse-server: convert node id to index in sample reply

See #2129
This commit is contained in:
Wim Taymans 2022-02-13 09:55:36 +01:00
parent 0bca352241
commit a6035dc4c0
3 changed files with 5 additions and 4 deletions

View file

@ -56,7 +56,7 @@ struct sample_play {
struct sample *sample;
struct pw_stream *stream;
struct spa_io_rate_match *rate_match;
uint32_t index;
uint32_t id;
struct spa_hook listener;
struct pw_context *context;
struct pw_loop *main_loop;