From: Mike Brady Date: Thu, 28 May 2020 18:50:03 +0000 (+0100) Subject: temporarily disable the metadata pipe feed. X-Git-Tag: 3.3.7d12~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b915c2f527cf37e059b49d2bb5cd08569366240c;p=thirdparty%2Fshairport-sync.git temporarily disable the metadata pipe feed. --- diff --git a/rtsp.c b/rtsp.c index 70d5dcc8..14807f74 100644 --- a/rtsp.c +++ b/rtsp.c @@ -1452,8 +1452,8 @@ void *metadata_thread_function(__attribute__((unused)) void *ignore) { // debug(1,"pc_queue get item."); pthread_cleanup_push(metadata_pack_cleanup_function, (void *)&pack); if (config.metadata_enabled) { - debug(1, "metadata_process type %x, code %x and length %u.", pack.type, pack.code, pack.length); - metadata_process(pack.type, pack.code, pack.data, pack.length); + // debug(1, "metadata_process type %x, code %x and length %u.", pack.type, pack.code, pack.length); + // metadata_process(pack.type, pack.code, pack.data, pack.length); #ifdef CONFIG_METADATA_HUB debug(1, "metadata_hub_process."); metadata_hub_process_metadata(pack.type, pack.code, pack.data, pack.length);