Opened 16 years ago

Closed 16 years ago

#1041 closed defect (invalid)

Changing volume when paused causes mplayer to start playing

Reported by: sylvain@… Owned by: reimar
Priority: normal Component: core
Version: 1.0rc2 Severity: normal
Keywords: Cc: thomas@…
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

How to reproduce:

  1. Start playing an audio file.
  2. Pause it [p].
  3. Change volume [*] or /.

Result: mplayer resumes playing the file.

Expected behaviour: mplayer should stay in paused state.

Change History (2)

comment:1 by thomas@…, 16 years ago

Cc: thomas@… added

comment:2 by compn, 16 years ago

Resolution: invalid
Status: newclosed

read DOCS/tech/slave.txt
and edit your input.conf file to change:

9 pausing_keep volume -1
/ pausing_keep volume -1
0 pausing_keep volume 1

  • pausing_keep volume 1

or add pausing the rest of your commands too
bug is invalid. mplayer default is not your default result.

Note: See TracTickets for help on using tickets.