[farsight2/master] Don't ignore new-candidate

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:26:23 PST 2008


---
 transmitters/nice/fs-nice-stream-transmitter.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/transmitters/nice/fs-nice-stream-transmitter.c b/transmitters/nice/fs-nice-stream-transmitter.c
index 77d7cd7..4ac7909 100644
--- a/transmitters/nice/fs-nice-stream-transmitter.c
+++ b/transmitters/nice/fs-nice-stream-transmitter.c
@@ -1234,11 +1234,6 @@ agent_new_candidate (NiceAgent *agent,
   if (stream_id != self->priv->stream_id)
     return;
 
-  /* Ignore this signal completely
-   * it seems broken
-   */
-  return;
-
   FS_NICE_STREAM_TRANSMITTER_LOCK (self);
   if (!self->priv->gathered)
   {
@@ -1247,6 +1242,9 @@ agent_new_candidate (NiceAgent *agent,
   }
   FS_NICE_STREAM_TRANSMITTER_UNLOCK (self);
 
+  GST_DEBUG ("New candidate found for stream %u component %u",
+      stream_id, component_id);
+
   candidates = nice_agent_get_local_candidates (
       self->priv->agent,
       self->priv->stream_id, component_id);
-- 
1.5.6.5




More information about the farsight-commits mailing list