mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
jackaudiosink: Fix typo from 9544622674
This commit is contained in:
parent
5b977c4fec
commit
a430042f41
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ gst_jack_ring_buffer_delay (GstRingBuffer * buf)
|
|||
if (range.max > res)
|
||||
res = range.max;
|
||||
#else
|
||||
latency = jack_port_get_total_latency (client, src->ports[i]);
|
||||
latency = jack_port_get_total_latency (client, sink->ports[i]);
|
||||
if (latency > res)
|
||||
res = latency;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue