[farsight2/master] Remove one debug statement that prints too often
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:26:55 PST 2008
---
tests/check/rtp/conference.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/check/rtp/conference.c b/tests/check/rtp/conference.c
index 4edf78d..c16f7fa 100644
--- a/tests/check/rtp/conference.c
+++ b/tests/check/rtp/conference.c
@@ -381,6 +381,7 @@ _handoff_handler (GstElement *element, GstBuffer *buffer, GstPad *pad,
}
else
{
+#if 0
gchar *str = fs_codec_to_string (
g_object_get_data (G_OBJECT (element), "codec"));
gchar *str2 = fs_codec_to_string (g_list_last (codecs)->data);
@@ -388,6 +389,7 @@ _handoff_handler (GstElement *element, GstBuffer *buffer, GstPad *pad,
str, str2);
g_free (str);
g_free (str2);
+#endif
fs_codec_list_destroy (codecs);
return;
}
--
1.5.6.5
More information about the farsight-commits
mailing list