From acbe75d9a189731bf1ad25c73c78d0ceef1cc958 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 9 Oct 2023 11:12:21 +0200 Subject: [PATCH] rtp-stream: senum -> seqnum --- src/modules/module-rtp/stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,