summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-12-20 17:12:20 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-12-20 17:20:03 +0100
commit897ef20d0a7e2d4d44bc47e959d37cd67b5de5d2 (patch)
treee50d5f52ec1996dbebf176d9ca4d92c5e824b843
parent09d2b7ca003f5c970f82c27a9ea5a74d833ab2d3 (diff)
rtspsrc: add some more debug
-rw-r--r--gst/rtsp/gstrtspsrc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c
index 3c37d83c5..dc44e807c 100644
--- a/gst/rtsp/gstrtspsrc.c
+++ b/gst/rtsp/gstrtspsrc.c
@@ -4138,6 +4138,7 @@ gst_rtspsrc_loop_send_cmd (GstRTSPSrc * src, gint cmd, gint mask)
src->pending_cmd = CMD_WAIT;
GST_OBJECT_UNLOCK (src);
/* cancel previous request */
+ GST_DEBUG_OBJECT (src, "cancel previous request");
gst_rtspsrc_loop_cancel_cmd (src, old);
GST_OBJECT_LOCK (src);
}