[Xcb] bug in xcb/proto/src/xv.xml?

Barton C Massey bart at cs.pdx.edu
Mon Dec 10 14:41:11 PST 2007


I've looked over the Xv specification, and I agree.
Patched.  Thanks much for the report!

	Bart

In message <20071210150351.GE21932 at patate.is-a-geek.org> you wrote:
> I noticed an inconsistency between the xv.xml protocol description and
> the <X11/extensions/Xvproto.h> header:
> typedef struct {
>   CARD8 reqType;
>   CARD8 xvReqType;
>   CARD16 length B16;
>   XvPortID port B32;
>   BOOL onoff;
>   CARD8 pad1;
>   CARD16 pad2;
> } xvSelectPortNotifyReq;
> 
> vs
> 
>     <request name="SelectPortNotify" opcode="11">
>         <field type="DRAWABLE" name="drawable" />
>         <field type="BOOL" name="onoff" />
>     </request>
> 
> The "port" field becomes a "drawable".  It looks like a copy-paste error
> from SelectVideoNotify.


More information about the Xcb mailing list