srt: downgrade regular message to log level
This commit is contained in:
parent
f691c46e1c
commit
6d9398e87f
@ -1391,7 +1391,7 @@ gst_srt_object_write_one (GstSRTObject * srtobject,
|
||||
continue;
|
||||
case SRTS_CONNECTED:
|
||||
/* good to go */
|
||||
GST_WARNING_OBJECT (srtobject->element, "good to go");
|
||||
GST_LOG_OBJECT (srtobject->element, "good to go");
|
||||
break;
|
||||
default:
|
||||
GST_WARNING_OBJECT (srtobject->element, "not ready");
|
||||
|
Loading…
x
Reference in New Issue
Block a user