Author: reimar Date: Sat Mar 3 15:03:18 2012 New Revision: 34784 Log: Add suboption parsing support to ao_pulse and add an option to override auto-detection of broken pause detection.
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/libao2/ao_pulse.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Sat Mar 3 14:44:46 2012 (r34783) +++ trunk/DOCS/man/en/mplayer.1 Sat Mar 3 15:03:18 2012 (r34784) @@ -3115,10 +3115,14 @@ Experimental OpenAL audio output driver PulseAudio audio output driver .PD 0 .RSs -.IPs "[<host>][:<output sink>]" +.IPs "[<host>[:<output sink>[:broken_pause]]]" Specify the host and optionally output sink to use. An empty <host> string uses a local connection, "localhost" uses network transfer (most likely not what you want). +You can also explicitly force the workaround for broken +pause functionality (default: autodetected). +To only enable that without specifying a host/sink the +syntax is \-ao pulse:::broken_pause .RE .PD 1 . _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
