Ticket #414 (closed defect: wontfix)
able to set default sink/source even the sink/source name doesn't exist
| Reported by: | hchen59 | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Component: | daemon | |
| Keywords: | Cc: |
Description
Found on version 0.9.13, and 0.9.10
1> able to set default sink with incorrect sink name =>In pacmd, "set-default-sink fakesink", then "info" and check output, found "Default sink name: fakesink". Which means default sink could be changed even it doesn't exist. => using PA API to set default sink.(test app writen) The same result.
2> able to set default source with incorrect source name =>In pacmd, "set-default-source fakesource", then "info" and check output, found "Default source name: fakesource". Which means default source could be changed even it doesn't exist, => using PA API to set default source.(test app writen) The same result.
Change History
Note: See
TracTickets for help on using
tickets.
