rtsp: apply info level threshold 01/159101/1
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 7 Nov 2017 03:11:59 +0000 (12:11 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 7 Nov 2017 03:11:59 +0000 (12:11 +0900)
Change-Id: I1d9fd89e33e550bb01057819b80532e89cc76b6f

gst/rtsp/gstrtspsrc.c

index 8b2b9f3..74baf33 100644 (file)
@@ -8928,7 +8928,7 @@ gst_rtspsrc_print_rtsp_message (GstRTSPSrc * src, const GstRTSPMessage * msg)
   g_return_if_fail (src != NULL);
   g_return_if_fail (msg != NULL);
 
-  if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) < GST_LEVEL_LOG)
+  if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) < GST_LEVEL_INFO)
     return;
 
   GST_INFO_OBJECT (src, "--------------------------------------------");