mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rtspsrc: mikey related memory leaks
https://bugzilla.gnome.org/show_bug.cgi?id=739430
This commit is contained in:
parent
ca9528d0b0
commit
d15ebcbf62
1 changed files with 3 additions and 0 deletions
|
@ -3089,6 +3089,7 @@ request_rtcp_encoder (GstElement * rtpbin, guint session,
|
|||
|
||||
g_value_unset (&rtcp_cipher);
|
||||
g_value_unset (&rtcp_auth);
|
||||
gst_buffer_unref (buf);
|
||||
}
|
||||
}
|
||||
name = g_strdup_printf ("rtcp_sink_%d", session);
|
||||
|
@ -5958,6 +5959,8 @@ default_srtcp_params (void)
|
|||
"srtcp-cipher", G_TYPE_STRING, "aes-128-icm",
|
||||
"srtcp-auth", G_TYPE_STRING, "hmac-sha1-80", NULL);
|
||||
|
||||
gst_buffer_unref (buf);
|
||||
|
||||
return caps;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue