mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 07:09:56 +00:00
tsmux: Fix copying of buffer region
This commit is contained in:
parent
842bd66bd8
commit
6af38c6ffe
1 changed files with 2 additions and 0 deletions
|
@ -1082,6 +1082,8 @@ tsmux_section_write_packet (gpointer unused_arg,
|
|||
payload_len) >= 4) {
|
||||
/* enough space */
|
||||
extra_alloc_bytes = 4;
|
||||
} else {
|
||||
extra_alloc_bytes = 0;
|
||||
}
|
||||
packet_buffer = gst_buffer_copy_region (section_buffer, GST_BUFFER_COPY_ALL,
|
||||
payload_written, payload_len + extra_alloc_bytes);
|
||||
|
|
Loading…
Reference in a new issue