Hi
i want to use the Constrained VBR Rate Control( CVBR ) feature, thats why changed my codec version from 2.00.00.09 to 2.10.00.01.
while running multiple profiles at the 1st time it is ok but after i delete all profiles from the viewer and again add multiple profiles to view
i am getting error
Buffer.c:255: Buffer_getUserPtr: Assertion `hBuf' failed.
while i debuged i found
while making cleanup() call in capture.c assertion fail at the time it uses the call Buffer_getUserPtr() inside cleanup().
i checked the capture buffer pointers at the time of capture create and at the time of cleanup called, both are same pointers.
inside some how the capture buffer pointer becomes NULL it seems.
Capture.c --> cleanup --> capBufPtr = Buffer_getUserPtr(hCapBuf);
where as the same is working fine with H264 2.00.00.09 version.