diff options
-rw-r--r-- | gst/rtp/gstrtpj2kpay.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpj2kpay.c b/gst/rtp/gstrtpj2kpay.c index d30be3152..3949ccf7a 100644 --- a/gst/rtp/gstrtpj2kpay.c +++ b/gst/rtp/gstrtpj2kpay.c @@ -527,6 +527,7 @@ gst_rtp_j2k_pay_handle_buffer (GstRTPBasePayload * basepayload, offset = pos; } while (offset < map.size); + gst_buffer_unmap (buffer, &map); gst_buffer_unref (buffer); /* push the whole buffer list at once */ |