diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-12-20 17:12:20 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-12-20 17:20:03 +0100 |
commit | 897ef20d0a7e2d4d44bc47e959d37cd67b5de5d2 (patch) | |
tree | e50d5f52ec1996dbebf176d9ca4d92c5e824b843 | |
parent | 09d2b7ca003f5c970f82c27a9ea5a74d833ab2d3 (diff) |
rtspsrc: add some more debug
-rw-r--r-- | gst/rtsp/gstrtspsrc.c | 1 |
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); } |