Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alicia Boya García
gst-plugins-good
Commits
2149d5a9
Commit
2149d5a9
authored
Apr 17, 2014
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rtprtx: Don't forget to unmap rtp buffer in the test
parent
27cf71e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/check/elements/rtprtx.c
tests/check/elements/rtprtx.c
+1
-0
No files found.
tests/check/elements/rtprtx.c
View file @
2149d5a9
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment