Skip to content
Snippets Groups Projects
Commit bf003caf authored by Miguel París Díaz's avatar Miguel París Díaz Committed by Wim Taymans
Browse files

gstsrtpenc: unref event when needed

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=731768
parent 52d4b7de
No related branches found
No related tags found
No related merge requests found
......@@ -1190,6 +1190,7 @@ gst_srtp_enc_sink_event (GstPad * pad, GstObject * parent, GstEvent * event,
gst_event_parse_caps (event, &caps);
ret = gst_srtp_enc_sink_setcaps (pad, filter, caps, is_rtcp);
gst_event_unref (event);
break;
}
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment