From 5059be4c25b318924b1f30324bab2cf66c66d407 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 3 Mar 2009 17:34:07 +0000 Subject: Add comments for callbacks that come from a different thread Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2551 --- src/empathy-call-window.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/empathy-call-window.c') diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index a565be90a..1b86f6f6a 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -550,6 +550,7 @@ empathy_call_window_channel_closed_cb (TfChannel *channel, gpointer user_data) gtk_widget_set_sensitive (priv->camera_button, FALSE); } +/* Called from the streaming thread */ static void empathy_call_window_src_added_cb (EmpathyCallHandler *handler, GstPad *src, guint media_type, gpointer user_data) @@ -603,6 +604,7 @@ empathy_call_window_src_added_cb (EmpathyCallHandler *handler, gst_object_unref (pad); } +/* Called from the streaming thread */ static void empathy_call_window_sink_added_cb (EmpathyCallHandler *handler, GstPad *sink, guint media_type, gpointer user_data) -- cgit v1.2.3