]> git.0d.be Git - empathy.git/commitdiff
Remove false comment
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>
Sat, 6 Mar 2010 23:22:49 +0000 (18:22 -0500)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 29 Mar 2010 15:36:24 +0000 (17:36 +0200)
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

index 2bf569be26ef776867fe700887d5a7eaca0204e8..2b3be11aa85e2607ae1f08fa528f4949e7657b5d 100644 (file)
@@ -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)