mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
silence reports of supported audio types (now debug only)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user