mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Revert "pulseaudiosink: fix caps leak"
This reverts commit d6a9de9e2a
.
setcaps functions aren't supposed to take ownership of the caps passed
This commit is contained in:
parent
c0e101e93f
commit
1e6bd5ad57
1 changed files with 0 additions and 1 deletions
|
@ -872,7 +872,6 @@ gst_pulse_audio_sink_sink_setcaps (GstPad * pad, GstCaps * caps)
|
|||
|
||||
GST_PULSE_AUDIO_SINK_UNLOCK (pbin);
|
||||
|
||||
gst_caps_unref (caps);
|
||||
gst_object_unref (pbin);
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in a new issue