rtp-stream: senum -> seqnum

This commit is contained in:
Wim Taymans 2023-10-09 11:12:21 +02:00
parent 60d0943c19
commit acbe75d9a1

View file

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