From: Sebastian Dröge Date: Thu, 17 Apr 2014 16:07:09 +0000 (+0200) Subject: rtprtx: Don't forget to unmap rtp buffer in the test X-Git-Tag: 1.3.1~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2149d5a9bd93a7d09157a2b27bab7dcc4ac69114;p=platform%2Fupstream%2Fgst-plugins-good.git rtprtx: Don't forget to unmap rtp buffer in the test --- diff --git a/tests/check/elements/rtprtx.c b/tests/check/elements/rtprtx.c index c5c8a88..40e4a95 100644 --- a/tests/check/elements/rtprtx.c +++ b/tests/check/elements/rtprtx.c @@ -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; }