aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-31 23:49:08 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-01 16:15:40 +0800
commitaf87c9c1f8da17892f8694299df79bf50ec7663d (patch)
tree784133b9993ad3d3ecf06a9d8bd5f75b81ae7c47 /src
parent35b83837a6c7cba0cf8ae91d8f1194c8f87160f9 (diff)
downloadgsoc2013-empathy-af87c9c1f8da17892f8694299df79bf50ec7663d.tar
gsoc2013-empathy-af87c9c1f8da17892f8694299df79bf50ec7663d.tar.gz
gsoc2013-empathy-af87c9c1f8da17892f8694299df79bf50ec7663d.tar.bz2
gsoc2013-empathy-af87c9c1f8da17892f8694299df79bf50ec7663d.tar.lz
gsoc2013-empathy-af87c9c1f8da17892f8694299df79bf50ec7663d.tar.xz
gsoc2013-empathy-af87c9c1f8da17892f8694299df79bf50ec7663d.tar.zst
gsoc2013-empathy-af87c9c1f8da17892f8694299df79bf50ec7663d.zip
empathy_call_window_sink_added_cb: unref the pad
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index f079ec7ec..ca814cbc2 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -2336,6 +2336,7 @@ empathy_call_window_sink_added_cb (EmpathyCallHandler *handler,
g_warning ("Could not link videp soure input pipeline");
break;
}
+ gst_object_unref (pad);
}
retval = TRUE;