From 0c59d11942e808d195d0f0e04d62f94bf080b48e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 24 Jul 2006 11:00:34 +0000 Subject: gst/rtsp/rtspconnection.c: Remove unwanted DEBUG line. Original commit message from CVS: * gst/rtsp/rtspconnection.c: (rtsp_connection_send): Remove unwanted DEBUG line. --- ChangeLog | 5 +++++ common | 2 +- gst/rtsp/rtspconnection.c | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 22e2e8d0..bf08cb01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-24 Wim Taymans + + * gst/rtsp/rtspconnection.c: (rtsp_connection_send): + Remove unwanted DEBUG line. + 2006-07-23 Tim-Philipp Müller * gst/id3demux/gstid3demux.c: (plugin_init): diff --git a/common b/common index 5393d857..743c74bf 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 5393d85731aecaf5bcbbca258a7b60dae7360f3d +Subproject commit 743c74bf92546638d3f4272fd5525bf6ef71f794 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; } -- cgit