From fb9243178a88eef1b29bb7ba105ad4a80cd47790 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 15 Mar 2010 15:07:35 +0100 Subject: [PATCH] task: update docs. --- gst/gsttask.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gst/gsttask.c b/gst/gsttask.c index 676ed208eb..e8b3a38a3d 100644 --- a/gst/gsttask.c +++ b/gst/gsttask.c @@ -60,7 +60,12 @@ * application. The application can receive messages from the #GstBus in its * mainloop. * - * Last reviewed on 2006-02-13 (0.10.4) + * For debugging perposes, the task will configure its object name as the thread + * name on Linux. Please note that the object name should be configured before the + * task is started; changing the object name after the task has been started, has + * no effect on the thread name. + * + * Last reviewed on 2010-03-15 (0.10.29) */ #include "gst_private.h"