[aravis/aravis-0-2] fake: tweak thread names.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis/aravis-0-2] fake: tweak thread names.
- Date: Sun, 28 Apr 2013 15:41:50 +0000 (UTC)
commit d8044bf5f1b1e63c7eed84efaed86fd1c986ca75
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Sun Apr 28 17:08:23 2013 +0200
fake: tweak thread names.
src/arvfakegvcamera.c | 2 +-
src/arvfakestream.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/arvfakegvcamera.c b/src/arvfakegvcamera.c
index 78cd0c6..448a850 100644
--- a/src/arvfakegvcamera.c
+++ b/src/arvfakegvcamera.c
@@ -296,7 +296,7 @@ arv_fake_gv_camera_new (const char *interface_name)
goto INTERFACE_ERROR;
gv_camera->cancel = FALSE;
- gv_camera->gvsp_thread = arv_g_thread_new ("fake_gv_camera", arv_fake_gv_camera_thread, gv_camera);
+ gv_camera->gvsp_thread = arv_g_thread_new ("arv_fake_gv_camera", arv_fake_gv_camera_thread,
gv_camera);
return gv_camera;
diff --git a/src/arvfakestream.c b/src/arvfakestream.c
index 7c186b7..cef5659 100644
--- a/src/arvfakestream.c
+++ b/src/arvfakestream.c
@@ -133,7 +133,7 @@ arv_fake_stream_new (ArvFakeCamera *camera, ArvStreamCallback callback, void *us
fake_stream->priv->camera = camera;
fake_stream->priv->thread_data = thread_data;
- fake_stream->priv->thread = arv_g_thread_new ("fake_stream", arv_fake_stream_thread,
fake_stream->priv->thread_data);
+ fake_stream->priv->thread = arv_g_thread_new ("arv_fake_stream", arv_fake_stream_thread,
fake_stream->priv->thread_data);
return ARV_STREAM (fake_stream);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]