mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-03 06:39:51 +00:00
pulsesink: fix caps leak in acceptcaps function
This commit is contained in:
parent
aa3ba65eb5
commit
5ab46eff83
1 changed files with 1 additions and 0 deletions
|
@ -2088,6 +2088,7 @@ out:
|
|||
|
||||
pa_threaded_mainloop_unlock (mainloop);
|
||||
|
||||
gst_caps_replace (&spec.caps, NULL);
|
||||
gst_object_unref (pbuf);
|
||||
|
||||
done:
|
||||
|
|
Loading…
Reference in a new issue