empathy r2551 - trunk/src



Author: xclaesse
Date: Tue Mar  3 17:34:07 2009
New Revision: 2551
URL: http://svn.gnome.org/viewvc/empathy?rev=2551&view=rev

Log:
Add comments for callbacks that come from a different thread

Signed-off-by: Sjoerd Simons <sjoerd simons collabora co uk>

Modified:
   trunk/src/empathy-call-window.c

Modified: trunk/src/empathy-call-window.c
==============================================================================
--- trunk/src/empathy-call-window.c	(original)
+++ trunk/src/empathy-call-window.c	Tue Mar  3 17:34:07 2009
@@ -550,6 +550,7 @@
   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 @@
   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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]