increase log verbosity
This commit is contained in:
parent
e4335dd2fb
commit
00779813aa
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ int main(int argc, char *argv[]) {
|
|||
de.local_host, de.local_port, de.remote_host, de.remote_port, de.audio_tap, de.audio_sink, de.latency, de.audio_file);
|
||||
|
||||
setenv("GST_DEBUG_FILE", de.gstreamer_log_path, 0);
|
||||
setenv("GST_DEBUG", "3,opusdec:5,rtpjitterbuffer:4", 0);
|
||||
setenv("GST_DEBUG", "3,opusdec:5,rtpjitterbuffer:5", 0);
|
||||
|
||||
gst_init (&argc, &argv);
|
||||
de.loop = g_main_loop_new (NULL, FALSE);
|
||||
|
|
Loading…
Reference in a new issue