mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
rtspconnection: data-offset increase not set
This commit is contained in:
parent
35f2ea21e6
commit
dcfa999e89
1 changed files with 1 additions and 1 deletions
|
@ -4041,7 +4041,7 @@ gst_rtsp_source_dispatch_write (GPollableOutputStream * stream,
|
|||
}
|
||||
} else {
|
||||
/* Need to continue sending from the data of this message */
|
||||
msg->data_offset = bytes_written;
|
||||
msg->data_offset += bytes_written;
|
||||
bytes_written = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue