mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
rtprtx: Don't forget to unmap rtp buffer in the test
This commit is contained in:
parent
27cf71e209
commit
2149d5a9bd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue