mirror of
https://gitlab.freedesktop.org/pipewire/pipewire
synced 2024-11-05 16:26:16 +00:00
rtp-stream: senum -> seqnum
This commit is contained in:
parent
60d0943c19
commit
acbe75d9a1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue