Skip to content
Snippets Groups Projects
Commit df9c697b authored by Thiago Santos's avatar Thiago Santos Committed by Sebastian Dröge
Browse files

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
parent 58d1c45b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment