sys/xvimage/xvimagesink.c: Oops - set the size of the image used for probing back to 1x1, for consistency with ximage...
Original commit message from CVS: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Oops - set the size of the image used for probing back to 1x1, for consistency with ximagesink
This commit is contained in:
parent
6d641640bb
commit
2b8f4868ee
@ -1,3 +1,9 @@
|
||||
2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
|
||||
|
||||
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
|
||||
Oops - set the size of the image used for probing back to 1x1, for
|
||||
consistency with ximagesink
|
||||
|
||||
2008-07-17 Jan Schmidt <Jan.Schmidt@sun.com>
|
||||
|
||||
* sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
|
||||
|
@ -426,9 +426,9 @@ gst_xvimagesink_check_xshm_calls (GstXContext * xcontext)
|
||||
handler = XSetErrorHandler (gst_xvimagesink_handle_xerror);
|
||||
|
||||
/* Trying to create a 1x1 picture */
|
||||
GST_DEBUG ("XvShmCreateImage of 100x100");
|
||||
GST_DEBUG ("XvShmCreateImage of 1x1");
|
||||
xvimage = XvShmCreateImage (xcontext->disp, xcontext->xv_port_id,
|
||||
xcontext->im_format, NULL, 100, 100, &SHMInfo);
|
||||
xcontext->im_format, NULL, 1, 1, &SHMInfo);
|
||||
|
||||
/* Might cause an error, sync to ensure it is noticed */
|
||||
XSync (xcontext->disp, FALSE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user