diff options
-rw-r--r-- | ChangeLog | 5 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | gst/rtsp/rtspconnection.c | 1 |
3 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-07-24 Wim Taymans <wim@fluendo.com> + + * gst/rtsp/rtspconnection.c: (rtsp_connection_send): + Remove unwanted DEBUG line. + 2006-07-23 Tim-Philipp Müller <tim at centricular dot net> * gst/id3demux/gstid3demux.c: (plugin_init): diff --git a/common b/common -Subproject 5393d85731aecaf5bcbbca258a7b60dae7360f3 +Subproject 743c74bf92546638d3f4272fd5525bf6ef71f79 diff --git a/gst/rtsp/rtspconnection.c b/gst/rtsp/rtspconnection.c index 65332cd5..2ab2e5fe 100644 --- a/gst/rtsp/rtspconnection.c +++ b/gst/rtsp/rtspconnection.c @@ -228,7 +228,6 @@ rtsp_connection_send (RTSPConnection * conn, RTSPMessage * message) #ifdef G_OS_WIN32 startup_error: { - GST_DEBUG_OBJECT (self, "Error %d on WSAStartup", error); g_warning ("Error %d on WSAStartup", error); return RTSP_EWSASTART; } |