mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
Revert "audioencoder: plug caps ref leak"
This reverts commit 08ff5899a7
.
Was not a leak to begin with as we did not have ownership of caps.
This commit is contained in:
parent
08ff5899a7
commit
26d74941fb
1 changed files with 0 additions and 1 deletions
|
@ -2551,7 +2551,6 @@ gst_audio_encoder_set_output_format (GstAudioEncoder * enc, GstCaps * caps)
|
||||||
done:
|
done:
|
||||||
if (query)
|
if (query)
|
||||||
gst_query_unref (query);
|
gst_query_unref (query);
|
||||||
gst_caps_unref (caps);
|
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue