aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2010-03-07 07:22:49 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-03-29 23:36:24 +0800
commitfc5be44316c04af418f131f6be0d9e4d9dda2e39 (patch)
treecd962f843d6827feb3b641a42c63a064a7cfef61 /src
parent92be33483073c5475567d60b442c8c130dd1babb (diff)
downloadgsoc2013-empathy-fc5be44316c04af418f131f6be0d9e4d9dda2e39.tar
gsoc2013-empathy-fc5be44316c04af418f131f6be0d9e4d9dda2e39.tar.gz
gsoc2013-empathy-fc5be44316c04af418f131f6be0d9e4d9dda2e39.tar.bz2
gsoc2013-empathy-fc5be44316c04af418f131f6be0d9e4d9dda2e39.tar.lz
gsoc2013-empathy-fc5be44316c04af418f131f6be0d9e4d9dda2e39.tar.xz
gsoc2013-empathy-fc5be44316c04af418f131f6be0d9e4d9dda2e39.tar.zst
gsoc2013-empathy-fc5be44316c04af418f131f6be0d9e4d9dda2e39.zip
Remove false comment
The sink-added callback is called in response to a dbus call, so from the main thread. It is the src-addec callback that comes from a streaming thread.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 2bf569be2..2b3be11aa 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -2116,7 +2116,6 @@ empathy_call_window_src_added_cb (EmpathyCallHandler *handler,
return TRUE;
}
-/* Called from the streaming thread */
static void
empathy_call_window_sink_added_cb (EmpathyCallHandler *handler,
GstPad *sink, guint media_type, gpointer user_data)