mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-01 01:40:29 -05:00
module-rtp: fix direct timestamps
fix some other properties.
This commit is contained in:
parent
3b685581a4
commit
8e5b9da177
6 changed files with 46 additions and 16 deletions
|
|
@ -141,9 +141,9 @@ static int receive_rtp_audio(struct impl *impl, uint8_t *buffer, ssize_t len)
|
|||
write = timestamp + impl->target_buffer;
|
||||
|
||||
if (!impl->have_sync) {
|
||||
pw_log_info("sync to timestamp:%u seq:%u ts_offset:%u SSRC:%u direct:%d",
|
||||
pw_log_info("sync to timestamp:%u seq:%u ts_offset:%u SSRC:%u target:%u direct:%u",
|
||||
write, impl->seq-1, impl->ts_offset, impl->ssrc,
|
||||
impl->direct_timestamp);
|
||||
impl->target_buffer, impl->direct_timestamp);
|
||||
|
||||
/* we read from timestamp, keeping target_buffer of data
|
||||
* in the ringbuffer. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue