[Mplayer-dev-eng] Xvideo XvShmPutImage problem

Jean-Francois Beleyn gianfranco at ulyssis.org
Sat Sep 8 01:31:07 CEST 2001


Hi

With some movies i get this error at the start of the movie:

using Xvideo port 46 for hw scaling
[xv] dcx: 0 dcy: 0 dx: 0 dy: 0 dw: 1280 dh: 960
[xv-fs] dcx: 0 dcy: 128 dx: 0 dy: 128 dw: 1280 dh: 704
AO: [oss] 48000Hz Stereo Signed 16-bit (Little-Endian)
audio_setup: sample format: Signed 16-bit (Little-Endian) (requested:
Signed 16-bit (Little-Endian))
audio_setup: using 44194 Hz samplerate (requested: 48000)
audio_setup: frags:  16/16  (4096 bytes/frag)  free:  65536
Start playing...
[xv] dcx: 0 dcy: 0 dx: 0 dy: 0 dw: 1280 dh: 960
[xv-fs] dcx: 0 dcy: 128 dx: 0 dy: 128 dw: 1280 dh: 704
X Error of failed request:  BadAtom (invalid Atom parameter)
  Major opcode of failed request:  142 (XVideo)
  Minor opcode of failed request:  19 ()
  Atom id in failed request:  0x33
  Serial number of failed request:  49
  Current serial number in output stream:  50

I understand the major and minor opcode:
142 -> XVideo
19 -> XvShmPutImage

but have no idea what the other lines mean ...

As the errorcode said the
libvo/vo_xv.c line 367:

 XvShmPutImage(mDisplay, xv_port, mywindow, mygc, xvimage[current_buf],
         0, 0,  image_width, image_height,
         drwX,drwY,drwWidth,(mFullscreen?drwHeight - 1:drwHeight),
         False);

when i checked the image_width, image_height,drwX,drwY,drwWidth,
(mFullscreen?drwHeight - 1:drwHeight), looked valid and the other
arguments were not null, i have no idea how i can check if the other
arguments are valid or not...

could this have something to do with the fixme at line 300?

arch: alpha ev56
xfree version: 4.1.0-4 (debian)


ps: why use --enable-oggvorbis and --disable-vorbis as configure
paramaters? why not both oggvorbis or vorbis ?

greetings
gianfranco


_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list