mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 10:40:25 +00:00
Audio: fixed JACK transport
Put frame is done later in pipeline and should not have been done here.
This commit is contained in:
@@ -717,7 +717,6 @@ static void *audio_receiver_thread(void *arg)
|
||||
}else { /* NET_JACK */
|
||||
#ifdef HAVE_JACK_TRANS
|
||||
decoded = jack_receive(s->jack_connection, &jack_pbuf);
|
||||
audio_playback_put_frame(s->audio_playback_device, &jack_pbuf.buffer);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user