rtprtx: Don't forget to unmap rtp buffer in the test

This commit is contained in:
Sebastian Dröge 2014-04-17 18:07:09 +02:00
parent 27cf71e209
commit 2149d5a9bd

View file

@ -785,6 +785,7 @@ rtprtxreceive_srcpad_probe_multiple (GstPad * pad, GstPadProbeInfo * info,
GUINT_TO_POINTER (ssrc), GUINT_TO_POINTER (seqnum));
g_hash_table_insert (rtxdata->ssrc_to_nb_packets_map,
GUINT_TO_POINTER (ssrc), GUINT_TO_POINTER (1));
gst_rtp_buffer_unmap (&rtp);
return GST_PAD_PROBE_OK;
}