[MPlayer-dev-eng] [PATCH] change aspect ratio in gtk gui

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Jul 11 08:58:12 CEST 2013


"Ingo Brückl" <ib at wupperonline.de> wrote:

>Stephen Sheldon wrote on Tue, 09 Jul 2013 14:29:55 -0700:
>
>> On 07/09/2013 11:20 AM, Ingo Brückl wrote:
>
>>> What if you reselect the same video in the file selector while it is
>>> running or having it twice in the playlist or pressing play again
>after the
>>> video has stopped?
>
>> This is all with -vo gl :
>> reselect same video in the file selector while it is running:  crash
>> same video 2x in playlist:  crash
>> play same video after the video has stopped: crash
>
>>> And there are no problems with a second, different video (file
>selector,
>>> playlist)?!
>
>> Same goes for different videos.
>
>So we are talking about an -vo gl and/or nouveau error when it comes to
>a
>second playback.
>
>Do the crashes occur with plain mplayer as well? Please try:
>
>  echo "video1.avi" > pl
>  echo "video2.avi" >> pl       # or video1.avi
>
>  mplayer -vo gl -playlist pl
>
>and
>
>  mplayer -vo gl video1.avi video2.avi

Should try with -fixed-vo as well.
I expect it is a driver bug when re-initializing the GL context.
The fixed-vo option should help narrow down the conditions.
Actually I am certain it is a driver bug, it's just possible we do something strange/wrong, too. (Though the fact that it works fine with all others, including embedded OpenGL ES drivers makes it less likely).




More information about the MPlayer-dev-eng mailing list