[gst-cvs] gst-plugins-base: rtsp: remove debugging g_message
Wim Taymans
wtay at kemper.freedesktop.org
Mon Mar 2 07:13:36 PST 2009
Module: gst-plugins-base
Branch: master
Commit: 9045d210b2582e220fc2bd81c8c17a5d17a677f2
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=9045d210b2582e220fc2bd81c8c17a5d17a677f2
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Mon Mar 2 16:13:33 2009 +0100
rtsp: remove debugging g_message
--
---
gst-libs/gst/rtsp/gstrtspconnection.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c
index 70dc9ac..5d6f970 100644
--- a/gst-libs/gst/rtsp/gstrtspconnection.c
+++ b/gst-libs/gst/rtsp/gstrtspconnection.c
@@ -419,8 +419,6 @@ do_connect (const gchar * ip, guint16 port, GstPollFD * fdout,
GstClockTime to;
gint retval;
- g_message ("connect %s:%u", ip, port);
-
memset (&sa_in, 0, sizeof (sa_in));
sa_in.sin_family = AF_INET; /* network socket */
sa_in.sin_port = htons (port); /* on port */
More information about the Gstreamer-commits
mailing list