summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/osd.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-10 00:49:13 +0100
committerwm4 <wm4@nowhere>2013-11-10 00:49:13 +0100
commit1a5c863a326f775d94dd995155d1d78448aef6d1 (patch)
tree5e6eefff5aa747dd5e1868888ba95a9c5d5105c0 /mpvcore/player/osd.c
parent87ab30669c07ec4282cafb0f7ce86015a64b5cc0 (diff)
downloadmpv-1a5c863a326f775d94dd995155d1d78448aef6d1.tar.bz2
mpv-1a5c863a326f775d94dd995155d1d78448aef6d1.tar.xz
player: set PulseAudio stream title to window title
Set the PulseAudio stream title, just like the VO window title is set. Refactor update_vo_window_title() so that we can use it for AOs too. The ao_pulse.c bit is stolen from MPlayer.
Diffstat (limited to 'mpvcore/player/osd.c')
-rw-r--r--mpvcore/player/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/osd.c b/mpvcore/player/osd.c
index a6cfbcb5bc..03c7c339b7 100644
--- a/mpvcore/player/osd.c
+++ b/mpvcore/player/osd.c
@@ -87,7 +87,7 @@ void print_status(struct MPContext *mpctx)
struct MPOpts *opts = mpctx->opts;
sh_video_t * const sh_video = mpctx->sh_video;
- update_vo_window_title(mpctx);
+ update_window_title(mpctx, false);
if (opts->quiet)
return;