Johan Adam Nilsson 2023-10-09 09:11:47 +00:00 committed by GStreamer Marge Bot
parent 8defcf9b72
commit 6a3e0ccd95

View file

@ -1559,6 +1559,7 @@ gst_wavparse_stream_headers (GstWavParse * wav)
gst_wavparse_adtl_chunk (wav, (const guint8 *) map.data,
data_size);
gst_buffer_unmap (buf, &map);
gst_buffer_unref (buf);
}
wav->offset += GST_ROUND_UP_2 (data_size);
break;