[farsight2/master] Add some debugging messages
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:26:17 PST 2008
---
transmitters/nice/fs-nice-stream-transmitter.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/transmitters/nice/fs-nice-stream-transmitter.c b/transmitters/nice/fs-nice-stream-transmitter.c
index 18f5203..86d3a51 100644
--- a/transmitters/nice/fs-nice-stream-transmitter.c
+++ b/transmitters/nice/fs-nice-stream-transmitter.c
@@ -804,6 +804,8 @@ fs_nice_stream_transmitter_gather_local_candidates (
if (self->priv->gststream == NULL)
return FALSE;
+ GST_DEBUG ("Stream %u started", self->priv->stream_id);
+
return TRUE;
}
@@ -932,6 +934,8 @@ fs_nice_stream_transmitter_gathering_done (FsNiceStreamTransmitter *self)
return;
}
self->priv->gathered = TRUE;
+
+ GST_DEBUG ("Candidates gathered for stream %u", self->priv->stream_id);
FS_NICE_STREAM_TRANSMITTER_UNLOCK (self);
for (c = 1; c < self->priv->transmitter->components; c++)
--
1.5.6.5
More information about the farsight-commits
mailing list