mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
srtpenc: unref caps after gst_query_set_caps_result
https://bugzilla.gnome.org/show_bug.cgi?id=725412
This commit is contained in:
parent
b7ef52c515
commit
a04fe75047
1 changed files with 1 additions and 0 deletions
|
@ -834,6 +834,7 @@ gst_srtp_enc_sink_query (GstPad * pad, GstObject * parent, GstQuery * query,
|
|||
}
|
||||
|
||||
gst_query_set_caps_result (query, ret);
|
||||
gst_caps_unref (ret);
|
||||
return TRUE;
|
||||
return_template:
|
||||
|
||||
|
|
Loading…
Reference in a new issue