[MPlayer-G2-dev] pre25: ogg demuxer finished

Sascha Sommer saschasommer at freenet.de
Sun May 18 12:57:09 CEST 2003


> Hi,
>
> ok there is pre26, with the vo2 related fixes/changes, mostly
> requested/reported by Faust3.
>

Thank you.
One more thing...

num_buffers(): allocated #0: 00F2D920
num_buffers(): allocated #1: 00F2D948
num_buffers(2) -> 2
New buffer setup: 1 P + 1 B of total 2 (type=4 voflags=0x2)
LOCKING f2d920
vf_vo2: DR n/a: can't read buffer (IMGFLAG_READABLE vs. BUFFER_VIDEORAM)
*** [vo2] Allocating mp_image_t, 352x288x12bpp YUV planar, 152064 bytes
vf_vo2: my_get_buffer() called with buffer!=NULL
LOCKING f2d920
hm trying to unlock first
UNLOCKING f2d920
vf_vo2: DR n/a: can't read buffer (IMGFLAG_READABLE vs. BUFFER_VIDEORAM)
*** [vo2] Allocating mp_image_t, 352x288x12bpp YUV planar, 152064 bytes
vf_vo2: my_get_buffer() called with buffer!=NULL
LOCKING f2d920
hm trying to unlock first
UNLOCKING f2d920
UNLOCKING f2d920
A:   0.263 (0.263) V:   0.230 (0.230) A-V: 0.0326 ct: 0.0000 d:0.325 x:0.000
LOCKING f2d948
*** [vo2] Direct Rendering mp_image_t, 352x288x12bpp YUV planar, 152064
bytes
UNLOCKING f2d948
A:   0.263 (-0.000) V:   0.270 (0.040) A-V:-0.0074 ct: 0.0000 d:0.395
x:0.000

As you can see after those dr checks the buffers remain locked so further
calls to frame_start
and frame_done will fail if I do not unlock them in the vo.
So is this the vo's job to unlock buffers if they are still locked or can
vf_vo2 handle this?

Sascha



More information about the MPlayer-G2-dev mailing list