diff --git a/src/modules/module-rtp/stream.h b/src/modules/module-rtp/stream.h index d53db7ecd..81f7a1472 100644 --- a/src/modules/module-rtp/stream.h +++ b/src/modules/module-rtp/stream.h @@ -35,7 +35,7 @@ struct rtp_stream_events { void (*send_packet) (void *data, struct iovec *iov, size_t iovlen); - void (*send_feedback) (void *data, uint32_t senum); + void (*send_feedback) (void *data, uint32_t seqnum); }; struct rtp_stream *rtp_stream_new(struct pw_core *core,