[MPlayer-dev-eng] [PATCH] GUI: Reset aspect ratio after playing stream

Ingo Brückl ib at wupperonline.de
Sat Aug 10 16:56:37 CEST 2013


Hans-Dieter Kosch wrote on Sat, 10 Aug 2013 02:45:58 +0200:

> Attached patch resets the aspect ratio after playing a stream in the GUI
> like pure MPlayer does

It does it differently.

Besides the aspect ratio, there are other settings that ought to be reset
after (or before) playback. I don't want to do this separately setting by
setting, but similar to MPlayer which uses a config_push/pop. (Or,
temporarily, all at one place, so that it can be removed there later - there
is already some setting in GUI_PREPARE, which might be insufficient and not
completely correct though.)

I haven't had time yet to think about it, and since the GUI uses both own and
MPlayer-override settings things are more complicated. One of the next goals
is to reduce the GUI settings, i.e. to don't use own settings (like
cache_size or autosync_size) for existing MPlayer settings (cache /
autosync). It would be nice then to tell the GUI user in the preference
dialog why a setting has its specific value (by MPlayer command line / config
or gui.conf).

Ingo


More information about the MPlayer-dev-eng mailing list