[aravis] fake: tweak thread names.



commit 0a68409eead2cf0659b07baa56fa340ee975808e
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]