diff --git a/src/dcall.c b/src/dcall.c index 8ba819c..9c6e8b2 100644 --- a/src/dcall.c +++ b/src/dcall.c @@ -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:3", 0); + setenv("GST_DEBUG", "3,opusdec:5", 0); gst_init (&argc, &argv); de.loop = g_main_loop_new (NULL, FALSE);