Opened 13 years ago
Closed 12 years ago
#11301 closed Bug Report - General (Fixed)
Use jack_port_get_latency_range when available
| Reported by: | danielk | Owned by: | Karl Egly |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.27 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
jack_port_get_total_latency() is depreciated.
I don't use jack and so haven't tested this, but it is a fairly straightforward change to use the newer call when it is available.
Attachments (1)
Change History (3)
by , 13 years ago
| Attachment: | 0001-Use-jack_port_get_latency_range-when-available.patch added |
|---|
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 12 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
Solved differently (unconditionally)
Note:
See TracTickets
for help on using tickets.

See [59b4b6c967], switch to the new API Call, and [9e6cd4e14b], change to disable Jack, if its to old.