From fc5be44316c04af418f131f6be0d9e4d9dda2e39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Sat, 6 Mar 2010 18:22:49 -0500 Subject: [PATCH] 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. --- src/empathy-call-window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 2bf569be..2b3be11a 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) -- 2.39.2