mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
audioencoder: plug caps ref leak
This commit is contained in:
parent
473371f943
commit
08ff5899a7
1 changed files with 1 additions and 0 deletions
|
@ -2551,6 +2551,7 @@ gst_audio_encoder_set_output_format (GstAudioEncoder * enc, GstCaps * caps)
|
|||
done:
|
||||
if (query)
|
||||
gst_query_unref (query);
|
||||
gst_caps_unref (caps);
|
||||
|
||||
return res;
|
||||
|
||||
|
|
Loading…
Reference in a new issue