rtspconnection: data-offset increase not set

This commit is contained in:
Göran Jönsson 2019-06-28 07:22:17 +02:00
parent 35f2ea21e6
commit dcfa999e89

View file

@ -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;
}
}