diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index 05f532d54b..21a1535883 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -4155,6 +4155,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); }