#9155 closed patch
Tools GUI: fix use of audio options
Reported by: | criezy | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
While working on bug #2905473 I noticed another separate issue: MP3/OGG/FLAC options from the GUI are not correctly passed to the compression tools. This means that running compression tools from the GUI does not take into account the audio options selected by the user in the GUI (at therefore always use the default values).
This patch fixes the issue. By the way, it also fixes the error message for the out of bound OGG maximum bit rate (it said minimum instead of maximum).
Ticket imported from: #2981339. Ticket imported from: patches/1260.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | tools_gui_audio_options.patch added |
---|
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
comment:3 by , 6 years ago
Component: | → Tools |
---|
Note:
See TracTickets
for help on using tickets.
Thanks, committed!