From b49f1f936736c48252aefe4323d47edad27202cc Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 28 Mar 2004 19:56:08 +0000 Subject: this needs to be an irrevocable ticket CVS patchset: 6313 CVS date: 2004/03/28 19:56:08 --- src/xine-engine/osd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index 3c80b144f..eeb40b02a 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -1337,11 +1337,11 @@ static uint32_t osd_get_capabilities (osd_object_t *osd) { capabilities |= XINE_OSD_CAP_FREETYPE2; #endif - this->stream->xine->port_ticket->acquire(this->stream->xine->port_ticket, 0); + this->stream->xine->port_ticket->acquire(this->stream->xine->port_ticket, 1); if( this->stream->video_out->get_capabilities(this->stream->video_out) & VO_CAP_UNSCALED_OVERLAY) capabilities |= XINE_OSD_CAP_UNSCALED; - this->stream->xine->port_ticket->release(this->stream->xine->port_ticket, 0); + this->stream->xine->port_ticket->release(this->stream->xine->port_ticket, 1); return capabilities; } -- cgit v1.2.3