pulsesink: fix caps leak in acceptcaps function

This commit is contained in:
Tim-Philipp Müller 2012-10-20 11:32:27 +01:00
parent aa3ba65eb5
commit 5ab46eff83

View file

@ -2088,6 +2088,7 @@ out:
pa_threaded_mainloop_unlock (mainloop);
gst_caps_replace (&spec.caps, NULL);
gst_object_unref (pbuf);
done: