mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtpj2kpay: update fragment offset
It was always being set to 0, making the resulting stream broken for the receiver https://bugzilla.gnome.org/show_bug.cgi?id=756422
This commit is contained in:
parent
fc203a4bd7
commit
539ebd0f42
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ gst_rtp_j2k_pay_handle_buffer (GstRTPBasePayload * basepayload,
|
|||
state.header.tile = 0;
|
||||
|
||||
offset += data_size;
|
||||
state.header.offset = offset;
|
||||
}
|
||||
offset = pos;
|
||||
} while (offset < map.size);
|
||||
|
|
Loading…
Reference in a new issue