rtspsrc: mikey related memory leaks

https://bugzilla.gnome.org/show_bug.cgi?id=739430
This commit is contained in:
Aleix Conchillo Flaqué 2014-10-30 15:37:36 -07:00 committed by Tim-Philipp Müller
parent ca9528d0b0
commit d15ebcbf62

View file

@ -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;
}