[aravis] fake: debugging output for the stream thread.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] fake: debugging output for the stream thread.
- Date: Fri, 25 Jun 2010 13:13:01 +0000 (UTC)
commit 16b64cec34ff177a47c51007b150798035e7b13f
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Fri Jun 25 15:12:28 2010 +0200
fake: debugging output for the stream thread.
src/arvfakestream.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/arvfakestream.c b/src/arvfakestream.c
index dc8938a..67846f8 100644
--- a/src/arvfakestream.c
+++ b/src/arvfakestream.c
@@ -63,6 +63,8 @@ arv_fake_stream_thread (void *data)
ArvFakeStreamThreadData *thread_data = data;
ArvBuffer *buffer;
+ arv_debug ("fake", "[FakeStream::thread] Start");
+
if (thread_data->callback != NULL)
thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_INIT, NULL);
@@ -83,6 +85,8 @@ arv_fake_stream_thread (void *data)
if (thread_data->callback != NULL)
thread_data->callback (thread_data->user_data, ARV_STREAM_CALLBACK_TYPE_EXIT, NULL);
+ arv_debug ("fake", "[FakeStream::thread] Stop");
+
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]