Displaying 2 results from an estimated 2 matches for "requestdata".
Did you mean:
requestdate
2006 Aug 31
0
OpenAl and Vorbis
...t for success!
vorbis_synthesis_blockin(&vorbisDspState,&vorbisBlock);
}else{ // we need more data; break out to suck in another page
break;
}
}
}
//1)grab new data
if(!audiobufReady){
/* no data yet for somebody. Grab another page */
if(!source->requestData()) return 0;
while(ogg_sync_pageout(&oggSyncState,&oggPage)>0)
{
ogg_stream_pagein(&oggStreamState, &oggPage);
}
}
}
return audiobufFill;
}
It would be really nice if somebody could give me a hint.
Greetings Lars
--
"Feel f...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at