silence reports of supported audio types (now debug only)

This commit is contained in:
fduncanh
2021-11-17 06:58:13 -05:00
parent 6d42a0dcaf
commit 8d6794abdb

View File

@@ -130,7 +130,7 @@ void audio_renderer_init(const char* audiosink) {
format[i] = "PCM 44100/16/2 S16LE";
break;
}
g_message ("supported audio format %d: %s",i+1,format[i]);
g_debug ("supported audio format %d: %s",i+1,format[i]);
g_object_set(renderer_type[i]->appsrc, "caps", caps, NULL);
gst_caps_unref(caps);
}