]> git.0d.be Git - empathy.git/commit
audio-sink: fix GstPad leaks
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 24 Feb 2012 13:55:04 +0000 (14:55 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 27 Feb 2012 07:46:44 +0000 (08:46 +0100)
commited191caba6658b580db78a1802f2c8293e4564fb
tree4cf418bfa5b7e668d2094d5fd10007f8eaa2d32c
parente790a2faa4d607cd812d6babe22b0078ba5906d4
audio-sink: fix GstPad leaks

gst_ghost_pad_new() doesn't take ownership of the target pad so we have to
unref it ourself.

https://bugzilla.gnome.org/show_bug.cgi?id=670745
src/empathy-audio-sink.c