From: Wim Taymans Date: Mon, 15 Mar 2010 14:07:35 +0000 (+0100) Subject: task: update docs. X-Git-Tag: RELEASE-0.10.29~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb9243178a88eef1b29bb7ba105ad4a80cd47790;p=platform%2Fupstream%2Fgstreamer.git task: update docs. --- diff --git a/gst/gsttask.c b/gst/gsttask.c index 676ed20..e8b3a38 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"