Displaying camera not working
IƱigo Huguet
inigohuguet at fanamoel.com
Thu Apr 19 10:07:32 UTC 2018
I'm trying to show the video from an input camera in my display using
v4l2src.
Unfortunately, the driver of the cameras module is not very good, and in
fact I have had to fix a few things to advance. But still I haven't
managed to show the image in the display.
My device have an ARM based Allwinner A20 processor, and use this driver
for the cameras input: https://github.com/meantone/sunxi-tvin
I'm trying this pipeline: gst-launch-1.0 v4l2src device=/dev/video1 !
video/x-raw,format=NV12,width=720,height=576 ! videoconvert ! xvimagesink
I know that the driver works because using a very basic demo program
with the same configuration (NV12 720x576) I can see camera images.
I attach 2 files: one with gstreamer output using GST_DEBUG=*v4l2*:6 and
another with driver debug messages, let's see if someone can give me any
clue about what's failing here.
Note: there are some messages at the beginning about driver don't
reporting valid framesizes. However, I think this is not important
because later it seems to configure the framesize correctly, and I know
that this framesize is OK for the driver.
-------------- next part --------------
[TVD_DBG]tvd_open
[TVD_DBG]vidioc_querycap
[TVD_DBG]tvd_close
[TVD_DBG]tvd_open
[TVD_DBG]vidioc_querycap
[TVD_DBG]tvd_close
[TVD_DBG]tvd_open
[TVD_DBG]vidioc_querycap
[TVD_DBG]vidioc_querycap
[TVD_DBG]vidioc_g_fmt_vid_cap
<6>[TVD_INF]vidioc_g_fmt_vid_cap: this is not set yet: 0, 0
[ 67.582642] [TVD_INF]vidioc_g_fmt_vid_cap: this is not set yet: 0, 0
CALCULATIONS: 1080, 622080
[TVD_DBG]vidioc_g_parm
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_querycap
[TVD_DBG]vidioc_g_input
[TVD_DBG]vidioc_enum_input
[TVD_DBG]vidioc_queryctrl
[TVD_DBG]vidioc_querycap
[TVD_DBG]vidioc_enum_input
[TVD_DBG]vidioc_enum_input
[TVD_DBG]vidioc_enum_input
<6>[TVD_ERR]input index invalid! idx: 2
[ 67.676652] [TVD_ERR]input index invalid! idx: 2
[TVD_DBG]vidioc_queryctrl
[TVD_DBG]vidioc_queryctrl
[TVD_DBG]vidioc_g_input
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_enum_fmt_vid_cap
[TVD_DBG]vidioc_s_fmt_vid_cap
[TVD_DBG]fmt->fourcc = 842094158, fmt->width=720, fmt->height = 576
[TVD_DBG]fmt->fourcc = 842094158, fmt->width=720, fmt->height = 576
[TVD_DBG]vidioc_g_fmt_vid_cap
CALCULATIONS: 1080, 622080
[TVD_DBG]vidioc_g_parm
[TVD_DBG]vidioc_g_ctrl
[TVD_DBG]vidioc_reqbufs
[TVD_DBG]buffs requested: count=0, type=1, mem=1
[TVD_DBG]vidioc_g_ctrl
[TVD_DBG]vidioc_reqbufs
[TVD_DBG]buffs requested: count=4, type=1, mem=1
[TVD_DBG]buffer_setup
RZ SET SIZE TO 622080
[TVD_DBG]buffer_setup, buffer count=4, size=622080
[TVD_DBG]vidioc_querybuf: buffer 0
[TVD_DBG]vidioc_querybuf: buffer 1
[TVD_DBG]vidioc_querybuf: buffer 2
[TVD_DBG]vidioc_querybuf: buffer 3
[TVD_DBG]tvd_mmap
[TVD_DBG]mmap called, vma=0xee6d69f8
[TVD_DBG]vma start=0xb4c68000, size=622592, ret=0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]tvd_mmap
[TVD_DBG]mmap called, vma=0xee6d6a50
[TVD_DBG]vma start=0xb4bd0000, size=622592, ret=0
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG]buffer_prepare
[TVD_DBG]tvd_mmap
[TVD_DBG]mmap called, vma=0xee6d6aa8
[TVD_DBG]vma start=0xb4b38000, size=622592, ret=0
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG]buffer_prepare
[TVD_DBG]tvd_mmap
[TVD_DBG]mmap called, vma=0xee6d6b00
[TVD_DBG]vma start=0xb4aa0000, size=622592, ret=0
[TVD_DBG]vidioc_qbuf: buffer 3
[TVD_DBG]buffer_prepare
[TVD_DBG]vidioc_streamon
[TVD_DBG]buffer_queue
[TVD_DBG]buffer_queue
[TVD_DBG]buffer_queue
[TVD_DBG]buffer_queue
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]channel_irq=0
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778e00
[TVD_DBG]dev->buf_addr.y=0x47598000
[TVD_DBG]buf_addr_y=47598000
[TVD_DBG]buf_addr_cb=475fd400
[TVD_DBG]buf ptr=ee778f80
[TVD_DBG]dev->buf_addr.y=0x47630000
[TVD_DBG]buf_addr_y=47630000
[TVD_DBG]buf_addr_cb=47695400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e00
[TVD_DBG]buf ptr=ee778d80
[TVD_DBG]dev->buf_addr.y=0x476c8000
[TVD_DBG]buf_addr_y=476c8000
[TVD_DBG]buf_addr_cb=4772d400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 1
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778f80
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 2
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778d80
[TVD_DBG]buf ptr=ee778e00
[TVD_DBG]dev->buf_addr.y=0x47598000
[TVD_DBG]buf_addr_y=47598000
[TVD_DBG]buf_addr_cb=475fd400
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 3
[TVD_DBG]vidioc_qbuf: buffer 3
[TVD_DBG]buffer_prepare
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e80
[TVD_DBG]buf ptr=ee778f80
[TVD_DBG]dev->buf_addr.y=0x47630000
[TVD_DBG]buf_addr_y=47630000
[TVD_DBG]buf_addr_cb=47695400
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e00
[TVD_DBG]buf ptr=ee778d80
[TVD_DBG]dev->buf_addr.y=0x476c8000
[TVD_DBG]buf_addr_y=476c8000
[TVD_DBG]buf_addr_cb=4772d400
[TVD_DBG]vidioc_dqbuf: buffer 1
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778f80
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 2
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778d80
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778e00
[TVD_DBG]dev->buf_addr.y=0x47598000
[TVD_DBG]buf_addr_y=47598000
[TVD_DBG]buf_addr_cb=475fd400
[TVD_DBG]vidioc_dqbuf: buffer 3
[TVD_DBG]vidioc_qbuf: buffer 3
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e80
[TVD_DBG]buf ptr=ee778f80
[TVD_DBG]tvd_poll
[TVD_DBG]dev->buf_addr.y=0x47630000
[TVD_DBG]buf_addr_y=47630000
[TVD_DBG]buf_addr_cb=47695400
[TVD_DBG]vidioc_dqbuf: buffer 0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e00
[TVD_DBG]buf ptr=ee778d80
[TVD_DBG]tvd_poll
[TVD_DBG]dev->buf_addr.y=0x476c8000
[TVD_DBG]buf_addr_y=476c8000
[TVD_DBG]buf_addr_cb=4772d400
[TVD_DBG]vidioc_dqbuf: buffer 1
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778f80
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 2
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778d80
[TVD_DBG]buf ptr=ee778e00
[TVD_DBG]dev->buf_addr.y=0x47598000
[TVD_DBG]buf_addr_y=47598000
[TVD_DBG]buf_addr_cb=475fd400
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 3
[TVD_DBG]vidioc_qbuf: buffer 3
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e80
[TVD_DBG]buf ptr=ee778f80
[TVD_DBG]tvd_poll
[TVD_DBG]dev->buf_addr.y=0x47630000
[TVD_DBG]buf_addr_y=47630000
[TVD_DBG]buf_addr_cb=47695400
[TVD_DBG]vidioc_dqbuf: buffer 0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e00
[TVD_DBG]buf ptr=ee778d80
[TVD_DBG]dev->buf_addr.y=0x476c8000
[TVD_DBG]tvd_poll
[TVD_DBG]buf_addr_y=476c8000
[TVD_DBG]buf_addr_cb=4772d400
[TVD_DBG]vidioc_dqbuf: buffer 1
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 2
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778d80
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778e00
[TVD_DBG]dev->buf_addr.y=0x47598000
[TVD_DBG]buf_addr_y=47598000
[TVD_DBG]buf_addr_cb=475fd400
[TVD_DBG]vidioc_dqbuf: buffer 3
[TVD_DBG]vidioc_qbuf: buffer 3
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e80
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778f80
[TVD_DBG]dev->buf_addr.y=0x47630000
[TVD_DBG]buf_addr_y=47630000
[TVD_DBG]buf_addr_cb=47695400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e00
[TVD_DBG]buf ptr=ee778d80
[TVD_DBG]dev->buf_addr.y=0x476c8000
[TVD_DBG]buf_addr_y=476c8000
[TVD_DBG]buf_addr_cb=4772d400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 1
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778f80
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 2
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778d80
[TVD_DBG]buf ptr=ee778e00
[TVD_DBG]dev->buf_addr.y=0x47598000
[TVD_DBG]buf_addr_y=47598000
[TVD_DBG]buf_addr_cb=475fd400
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 3
[TVD_DBG]vidioc_qbuf: buffer 3
[TVD_DBG]buffer_prepare
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e80
[TVD_DBG]buf ptr=ee778f80
[TVD_DBG]dev->buf_addr.y=0x47630000
[TVD_DBG]buf_addr_y=47630000
[TVD_DBG]buf_addr_cb=47695400
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778d80
[TVD_DBG]dev->buf_addr.y=0x476c8000
[TVD_DBG]buf_addr_y=476c8000
[TVD_DBG]buf_addr_cb=4772d400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 1
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778f80
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 2
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778d80
[TVD_DBG]buf ptr=ee778e00
[TVD_DBG]dev->buf_addr.y=0x47598000
[TVD_DBG]buf_addr_y=47598000
[TVD_DBG]buf_addr_cb=475fd400
[TVD_DBG]tvd_poll
[TVD_DBG]vidioc_dqbuf: buffer 3
[TVD_DBG]vidioc_qbuf: buffer 3
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e80
[TVD_DBG]tvd_poll
[TVD_DBG]buf ptr=ee778f80
[TVD_DBG]dev->buf_addr.y=0x47630000
[TVD_DBG]buf_addr_y=47630000
[TVD_DBG]buf_addr_cb=47695400
[TVD_DBG]vidioc_dqbuf: buffer 0
[TVD_DBG]vidioc_qbuf: buffer 0
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778e00
[TVD_DBG]buf ptr=ee778d80
[TVD_DBG]tvd_poll
[TVD_DBG]dev->buf_addr.y=0x476c8000
[TVD_DBG]buf_addr_y=476c8000
[TVD_DBG]buf_addr_cb=4772d400
[TVD_DBG]vidioc_dqbuf: buffer 1
[TVD_DBG]vidioc_qbuf: buffer 1
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
^C[TVD_DBG] Nobody is waiting on this buffer,buf = 0xee778f80
[TVD_DBG]buf ptr=ee778e80
[TVD_DBG]tvd_poll
[TVD_DBG]dev->buf_addr.y=0x47500000
[TVD_DBG]buf_addr_y=47500000
[TVD_DBG]buf_addr_cb=47565400
[TVD_DBG]vidioc_dqbuf: buffer 2
[TVD_DBG]vidioc_qbuf: buffer 2
[TVD_DBG]buffer_prepare
[TVD_DBG]buffer_queue
[TVD_DBG]vidioc_streamoff
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 5
[TVD_DBG]free_buffer: freed
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 5
[TVD_DBG]free_buffer: freed
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 5
[TVD_DBG]free_buffer: freed
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 5
[TVD_DBG]free_buffer: freed
[TVD_DBG]vidioc_querybuf: buffer 0
[TVD_DBG]vidioc_querybuf: buffer 1
[TVD_DBG]vidioc_querybuf: buffer 2
[TVD_DBG]vidioc_querybuf: buffer 3
[TVD_DBG]vidioc_reqbufs
[TVD_DBG]buffs requested: count=0, type=1, mem=1
[TVD_DBG]tvd_close
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 0
[TVD_DBG]free_buffer: freed
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 0
[TVD_DBG]free_buffer: freed
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 0
[TVD_DBG]free_buffer: freed
[TVD_DBG]buffer_release
[TVD_DBG]free_buffer
[TVD_DBG]free_buffer, state: 0
[TVD_DBG]free_buffer: freed
-------------- next part --------------
Invalid byte sequence in conversion input
0:00:02.237739391 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31424752 RGB1
0:00:02.238273224 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x35315241 AR15
0:00:02.238514974 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0xb5315241 AR1.
0:00:02.238843559 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x52424752 RGBR
0:00:02.239022642 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x48524742 BGRH
0:00:02.239403933 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343452 R444
0:00:02.239776308 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20343059 Y04
0:00:02.239919517 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20363059 Y06
0:00:02.240052058 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20303159 Y10
0:00:02.240182142 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20323159 Y12
0:00:02.240384600 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x42303159 Y10B
0:00:02.240522225 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x384c4150 PAL8
0:00:02.240654933 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20385655 UV8
0:00:02.240859933 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31324d59 YM21
0:00:02.241033642 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x56555959 YYUV
0:00:02.241241850 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY
0:00:02.241456600 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50313459 Y41P
0:00:02.241592266 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343459 Y444
0:00:02.241724933 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x4f565559 YUVO
0:00:02.241855600 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50565559 YUVP
0:00:02.241983725 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34565559 YUV4
0:00:02.242410725 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34324948 HI24
0:00:02.242560058 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d48 HM12
0:00:02.242692808 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3032344d M420
0:00:02.242926433 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d56 VM12
0:00:02.243319141 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3234564e NV42
0:00:02.243696350 212 0xbd1080 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3436324d M264
0:00:02.988807260 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31424752 RGB1
0:00:02.989345927 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x35315241 AR15
0:00:02.989657801 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0xb5315241 AR1.
0:00:02.989937676 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x52424752 RGBR
0:00:02.990081426 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x48524742 BGRH
0:00:02.990556301 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343452 R444
0:00:02.990959551 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20343059 Y04
0:00:02.991102301 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20363059 Y06
0:00:02.991238635 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20303159 Y10
0:00:02.991367926 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20323159 Y12
0:00:02.991575468 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x42303159 Y10B
0:00:02.991707968 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x384c4150 PAL8
0:00:02.991836176 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x20385655 UV8
0:00:02.992035468 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x31324d59 YM21
0:00:02.992206468 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x56555959 YYUV
0:00:02.992409551 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x59555956 VYUY
0:00:02.992729134 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50313459 Y41P
0:00:02.992869593 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34343459 Y444
0:00:02.992999426 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x4f565559 YUVO
0:00:02.993127634 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x50565559 YUVP
0:00:02.993256176 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34565559 YUV4
0:00:02.993484843 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x34324948 HI24
0:00:02.993680093 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d48 HM12
0:00:02.993834384 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3032344d M420
0:00:02.994069759 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x32314d56 VM12
0:00:02.994459301 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3234564e NV42
0:00:02.994818676 211 0x163f600 DEBUG v4l2 gstv4l2object.c:1497:gst_v4l2_object_v4l2fourcc_to_bare_struct: Unsupported fourcc 0x3436324d M264
Setting pipeline to PAUSED ...
0:00:03.113088189 211 0x163f600 DEBUG v4l2 v4l2_calls.c:524:gst_v4l2_open:<v4l2src0> Trying to open device /dev/video1
0:00:03.219624907 211 0x163f600 DEBUG v4l2 v4l2_calls.c:69:gst_v4l2_get_capabilities:<v4l2src0> getting capabilities
0:00:03.222306949 211 0x163f600 LOG v4l2 v4l2_calls.c:82:gst_v4l2_get_capabilities:<v4l2src0> driver: 'tvd'
0:00:03.222508241 211 0x163f600 LOG v4l2 v4l2_calls.c:83:gst_v4l2_get_capabilities:<v4l2src0> card: 'tvd'
0:00:03.222643449 211 0x163f600 LOG v4l2 v4l2_calls.c:84:gst_v4l2_get_capabilities:<v4l2src0> bus_info: 'tvd tvd'
0:00:03.222764824 211 0x163f600 LOG v4l2 v4l2_calls.c:85:gst_v4l2_get_capabilities:<v4l2src0> version: 00010000
0:00:03.222894241 211 0x163f600 LOG v4l2 v4l2_calls.c:86:gst_v4l2_get_capabilities:<v4l2src0> capabilites: 05000001
0:00:03.223281574 211 0x163f600 DEBUG v4l2 v4l2_calls.c:140:gst_v4l2_fill_lists:<v4l2src0> getting enumerations
0:00:03.223429699 211 0x163f600 DEBUG v4l2 v4l2_calls.c:143:gst_v4l2_fill_lists:<v4l2src0> channels
0:00:03.226114867 211 0x163f600 LOG v4l2 v4l2_calls.c:166:gst_v4l2_fill_lists:<v4l2src0> index: 0
0:00:03.226293158 211 0x163f600 LOG v4l2 v4l2_calls.c:167:gst_v4l2_fill_lists:<v4l2src0> name: ''
0:00:03.226548533 211 0x163f600 LOG v4l2 v4l2_calls.c:168:gst_v4l2_fill_lists:<v4l2src0> type: 00000002
0:00:03.226689575 211 0x163f600 LOG v4l2 v4l2_calls.c:169:gst_v4l2_fill_lists:<v4l2src0> audioset: 00000000
0:00:03.226809450 211 0x163f600 LOG v4l2 v4l2_calls.c:171:gst_v4l2_fill_lists:<v4l2src0> std: 0000000000000000
0:00:03.226980867 211 0x163f600 LOG v4l2 v4l2_calls.c:172:gst_v4l2_fill_lists:<v4l2src0> status: 00000000
0:00:03.229871867 211 0x163f600 LOG v4l2 v4l2_calls.c:166:gst_v4l2_fill_lists:<v4l2src0> index: 1
0:00:03.230028450 211 0x163f600 LOG v4l2 v4l2_calls.c:167:gst_v4l2_fill_lists:<v4l2src0> name: ''
0:00:03.230157325 211 0x163f600 LOG v4l2 v4l2_calls.c:168:gst_v4l2_fill_lists:<v4l2src0> type: 00000002
0:00:03.230361576 211 0x163f600 LOG v4l2 v4l2_calls.c:169:gst_v4l2_fill_lists:<v4l2src0> audioset: 00000000
0:00:03.230521034 211 0x163f600 LOG v4l2 v4l2_calls.c:171:gst_v4l2_fill_lists:<v4l2src0> std: 0000000000000000
0:00:03.230657992 211 0x163f600 LOG v4l2 v4l2_calls.c:172:gst_v4l2_fill_lists:<v4l2src0> status: 00000000
0:00:03.241563076 211 0x163f600 DEBUG v4l2 v4l2_calls.c:215:gst_v4l2_fill_lists:<v4l2src0> norms
0:00:03.241731367 211 0x163f600 DEBUG v4l2 v4l2_calls.c:263:gst_v4l2_fill_lists:<v4l2src0> controls+menus
0:00:03.241859576 211 0x163f600 DEBUG v4l2 v4l2_calls.c:283:gst_v4l2_fill_lists:<v4l2src0> checking control 00000000
0:00:03.244490034 211 0x163f600 DEBUG v4l2 v4l2_calls.c:387:gst_v4l2_fill_lists:<v4l2src0> ControlID (980927) unhandled, FIXME
0:00:03.244657243 211 0x163f600 DEBUG v4l2 v4l2_calls.c:283:gst_v4l2_fill_lists:<v4l2src0> checking control 00980927
0:00:03.247261410 211 0x163f600 DEBUG v4l2 v4l2_calls.c:289:gst_v4l2_fill_lists:<v4l2src0> controls finished
0:00:03.247413660 211 0x163f600 DEBUG v4l2 v4l2_calls.c:456:gst_v4l2_fill_lists:<v4l2src0> done
0:00:03.247523493 211 0x163f600 INFO v4l2 v4l2_calls.c:592:gst_v4l2_open:<v4l2src0> Opened device 'tvd' (/dev/video1) successfully
0:00:03.247673702 211 0x163f600 DEBUG v4l2 gstv4l2object.c:808:gst_v4l2_set_defaults:<v4l2src0> tv_norm=0x0, norm=(nil)
0:00:03.247812743 211 0x163f600 DEBUG v4l2 v4l2_calls.c:741:gst_v4l2_get_norm:<v4l2src0> getting norm
0:00:03.247926952 211 0x163f600 DEBUG v4l2 v4l2_calls.c:755:gst_v4l2_get_norm: Failed to get the current norm for device /dev/video1
0:00:03.248057327 211 0x163f600 DEBUG v4l2 v4l2_calls.c:1028:gst_v4l2_get_input:<v4l2src0> trying to get input
0:00:03.250440410 211 0x163f600 DEBUG v4l2 v4l2_calls.c:1038:gst_v4l2_get_input:<v4l2src0> input: 0
Pipeline is live and does not need PREROLL ...
0:00:03.254689703 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:1119:gst_v4l2_object_fill_format_list:<v4l2src0> getting src format enumerations
Setting pipeline to PLAYING ...
0:00:03.258726578 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 0
0:00:03.258792245 211 0x163f600 LOG v4l2 gstv4l2object.c:3893:gst_v4l2_object_unlock_stop:<v4l2src0> stop flushing
0:00:03.259038245 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.259744745 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.259940203 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.260082078 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:03.263444912 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 1
0:00:03.264082454 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.264258954 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.264383746 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.264503371 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:03.268026080 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 2
0:00:03.268206705 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.268333330 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.268451996 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.268571996 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:03.272039913 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 3
0:00:03.272211079 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.272336663 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.272455204 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.272574913 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:03.276055496 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 4
0:00:03.276378621 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.276514996 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.276634287 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.276752204 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:03.280234329 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 5
0:00:03.280464204 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.280587621 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.280707288 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.280828246 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:03.284281830 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 6
0:00:03.284450830 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.284574413 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.284692997 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.284810955 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV12
0:00:03.288260373 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 7
0:00:03.288429748 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.288551790 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.288670040 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.288790165 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV21
0:00:03.292235874 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 8
0:00:03.292401041 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.292522707 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.292641541 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.292853374 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV21
0:00:03.296315082 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 9
0:00:03.296472790 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.296595749 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.296716624 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.296837290 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV21
0:00:03.300034708 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 10
0:00:03.300181416 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.300613500 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.300773250 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.300899125 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV21
0:00:03.304345708 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 11
0:00:03.304512708 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.304635000 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.304754208 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.304872458 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV21
0:00:03.308311333 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 12
0:00:03.308476583 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.308600083 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.308719416 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.308837499 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV21
0:00:03.312264291 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 13
0:00:03.312512791 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.312642416 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000000
0:00:03.312761791 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'planar YUV420'
0:00:03.312880250 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: NV21
0:00:03.313024666 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 14
0:00:03.313141500 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.313256541 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000002
0:00:03.313372666 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'RGB3'
0:00:03.313568708 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: RGB3
0:00:03.313801584 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 15
0:00:03.313924542 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.314041125 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000002
0:00:03.314158084 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'BGR3'
0:00:03.314274000 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: BGR3
0:00:03.314422334 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 16
0:00:03.314539500 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.314654125 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000002
0:00:03.314770792 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'YU12'
0:00:03.314887042 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: YU12
0:00:03.315032459 211 0x16abe30 LOG v4l2 gstv4l2object.c:1137:gst_v4l2_object_fill_format_list:<v4l2src0> index: 17
0:00:03.315148667 211 0x16abe30 LOG v4l2 gstv4l2object.c:1138:gst_v4l2_object_fill_format_list:<v4l2src0> type: 1
0:00:03.315262917 211 0x16abe30 LOG v4l2 gstv4l2object.c:1139:gst_v4l2_object_fill_format_list:<v4l2src0> flags: 00000002
0:00:03.315379542 211 0x16abe30 LOG v4l2 gstv4l2object.c:1141:gst_v4l2_object_fill_format_list:<v4l2src0> description: 'YV12'
0:00:03.315569042 211 0x16abe30 LOG v4l2 gstv4l2object.c:1143:gst_v4l2_object_fill_format_list:<v4l2src0> pixelformat: YV12
0:00:03.315726417 211 0x16abe30 INFO v4l2 gstv4l2object.c:1156:gst_v4l2_object_fill_format_list:<v4l2src0> got 18 format(s):
0:00:03.315850542 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV21
0:00:03.315987709 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV21
0:00:03.316126334 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV21
0:00:03.316262500 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV21
0:00:03.316397792 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV21
0:00:03.316531792 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV21
0:00:03.316668959 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV21
0:00:03.316806959 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:03.316990917 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:03.317153626 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:03.317294417 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:03.317432834 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:03.317570667 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:03.317708292 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> NV12
0:00:03.317845376 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> YU12 (emulated)
0:00:03.317983667 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> YV12 (emulated)
0:00:03.318123667 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> BGR3 (emulated)
0:00:03.318262501 211 0x16abe30 INFO v4l2 gstv4l2object.c:1162:gst_v4l2_object_fill_format_list:<v4l2src0> RGB3 (emulated)
0:00:03.318513626 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV21
Invalid byte sequence in conversion input
0:00:03.318968126 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV21 ((null))
0:00:03.319162667 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV21
0:00:03.319435876 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.319576042 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.319691209 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV21
0:00:03.319860334 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.319984501 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.320244209 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.320838460 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV21
Invalid byte sequence in conversion input
0:00:03.321241293 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV21 ((null))
0:00:03.321405626 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV21
0:00:03.321578460 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.321699751 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.321810126 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV21
0:00:03.321974501 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.322094710 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.322321876 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.322746710 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV21
Invalid byte sequence in conversion input
0:00:03.323090710 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV21 ((null))
0:00:03.323253501 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV21
0:00:03.323425543 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.323708210 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.323853252 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV21
0:00:03.324023710 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.324147044 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.324371544 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.324797210 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV21
Invalid byte sequence in conversion input
0:00:03.325108169 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV21 ((null))
0:00:03.325264794 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV21
0:00:03.325429210 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.325550877 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.325664210 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV21
0:00:03.325827544 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.325946793 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.326163043 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.326575585 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV21
Invalid byte sequence in conversion input
0:00:03.326909335 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV21 ((null))
0:00:03.327158711 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV21
0:00:03.327333253 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.327458419 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.327651419 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV21
0:00:03.327828127 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.327951461 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.328174377 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.328608752 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV21
Invalid byte sequence in conversion input
0:00:03.328957169 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV21 ((null))
0:00:03.329117711 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV21
0:00:03.329286794 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.329408044 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.329521669 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV21
0:00:03.329685711 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.329803377 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.330019752 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.330515210 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV21
Invalid byte sequence in conversion input
0:00:03.330843085 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV21 ((null))
0:00:03.331000335 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV21
0:00:03.331164919 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.331287627 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.331484627 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV21
0:00:03.331662752 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.331785502 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.332008419 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.332429877 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV12
Invalid byte sequence in conversion input
0:00:03.332720377 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV12 ((null))
0:00:03.332877085 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV12
0:00:03.333040627 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.333161293 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.333272377 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV12
0:00:03.333434960 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.333555377 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.333853794 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.334279960 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV12
Invalid byte sequence in conversion input
0:00:03.334623127 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV12 ((null))
0:00:03.334776419 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV12
0:00:03.334944793 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.335065585 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.335177043 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV12
0:00:03.335422835 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.335547335 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.335772668 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.336194293 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV12
Invalid byte sequence in conversion input
0:00:03.336529960 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV12 ((null))
0:00:03.336694502 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV12
0:00:03.336864418 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.337067918 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.337187835 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV12
0:00:03.337363960 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.337488127 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.337704210 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.338128835 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV12
Invalid byte sequence in conversion input
0:00:03.338424502 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV12 ((null))
0:00:03.338578043 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV12
0:00:03.338740752 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.338860418 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.338970043 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV12
0:00:03.339131668 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.339327085 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.339555043 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.339972502 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV12
Invalid byte sequence in conversion input
0:00:03.340323669 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV12 ((null))
0:00:03.340512378 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV12
0:00:03.340683253 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.340804586 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.340918086 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV12
0:00:03.341084503 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.341205003 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.341418169 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.341830086 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV12
Invalid byte sequence in conversion input
0:00:03.342168586 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV12 ((null))
0:00:03.342324086 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV12
0:00:03.342491295 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.342611420 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.342723086 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV12
0:00:03.342886086 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.343006295 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.343307878 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.343801711 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for NV12
Invalid byte sequence in conversion input
0:00:03.344162128 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat NV12 ((null))
0:00:03.344324295 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format NV12
0:00:03.344493295 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.344617711 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.344732045 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format NV12
0:00:03.344900920 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.345023003 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.345240211 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.345657211 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for YU12
Invalid byte sequence in conversion input
0:00:03.345939753 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat YU12 ((null))
0:00:03.346092586 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format YU12
0:00:03.346263253 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.346384461 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.346497170 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format YU12
0:00:03.346662253 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.346779253 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.347131379 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.347706462 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for YV12
Invalid byte sequence in conversion input
0:00:03.348047712 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat YV12 ((null))
0:00:03.348212045 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format YV12
0:00:03.348390420 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.348516004 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.348628004 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format YV12
0:00:03.348797379 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.348917004 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.349143879 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.349585920 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for BGR3
Invalid byte sequence in conversion input
0:00:03.349871504 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat BGR3 ((null))
0:00:03.350024004 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format BGR3
0:00:03.350190004 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.350388546 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.350508921 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format BGR3
0:00:03.350680838 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.350799754 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.351024963 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.351480129 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2577:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Enumerating frame sizes for RGB3
Invalid byte sequence in conversion input
0:00:03.351879129 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2704:gst_v4l2_object_probe_caps_for_format:<v4l2src0> Failed to enumerate frame sizes for pixelformat RGB3 ((null))
0:00:03.352043588 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 1x1 with format RGB3
0:00:03.352217713 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 1x1
0:00:03.352340754 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.352454088 211 0x16abe30 LOG v4l2 gstv4l2object.c:2811:gst_v4l2_object_get_nearest_size:<v4l2src0> getting nearest size to 32768x32768 with format RGB3
0:00:03.352622713 211 0x16abe30 LOG v4l2 gstv4l2object.c:2827:gst_v4l2_object_get_nearest_size:<v4l2src0> got nearest size 32768x32768
0:00:03.352741421 211 0x16abe30 ERROR v4l2 gstv4l2object.c:1903:gst_v4l2_object_get_interlace_mode: Driver bug detected - check driver with v4l2-compliance from http://git.linuxtv.org/v4l-utils.git
0:00:03.352971421 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2002:gst_v4l2_object_get_colorspace: Unknown enum v4l2_colorspace 0
0:00:03.353400879 211 0x16abe30 INFO v4l2 gstv4l2object.c:3984:gst_v4l2_object_get_caps:<v4l2src0> probed caps: video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)YV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)BGR, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ 1:1:5:4, 1:1:6:5, 1:1:5:1, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)RGB, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ 1:1:5:4, 1:1:6:5, 1:1:5:1, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }
0:00:03.355912838 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:300:gst_v4l2src_negotiate:<v4l2src0> caps of src: video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV21, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)NV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)I420, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)YV12, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }; video/x-raw, format=(string)BGR, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ 1:1:5:4, 1:1:6:5, 1:1:5:1, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }; video/x-raw, format=(string)RGB, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 32768 ], height=(int)[ 1, 32768 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ 1:1:5:4, 1:1:6:5, 1:1:5:1, 1:1:5:2, 1:1:5:3, sRGB, 1:1:12:8, 2:1:11:7, 1:1:0:0 }
0:00:03.360878297 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:308:gst_v4l2src_negotiate:<v4l2src0> caps of peer: video/x-raw, format=(string)NV12, width=(int)720, height=(int)576, framerate=(fraction)[ 0/1, 2147483647/1 ]
0:00:03.362189880 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:316:gst_v4l2src_negotiate:<v4l2src0> intersect: video/x-raw, format=(string)NV12, width=(int)720, height=(int)576, framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }
0:00:03.362496922 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:256:gst_v4l2src_fixate:<v4l2src0> fixating caps video/x-raw, format=(string)NV12, width=(int)720, height=(int)576, framerate=(fraction)[ 0/1, 2147483647/1 ], interlace-mode=(string){ progressive, interleaved }, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }
0:00:03.362857671 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:282:gst_v4l2src_fixate:<v4l2src0> fixated caps video/x-raw, format=(string)NV12, width=(int)720, height=(int)576, framerate=(fraction)100/1, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string){ bt601, smpte240m, bt709, 2:4:5:2, 2:4:5:3, 1:4:7:1, 2:4:7:1, 2:4:12:8, bt2020, 2:0:0:0 }
0:00:03.363143171 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:367:gst_v4l2src_negotiate:<v4l2src0> fixated to: video/x-raw, format=(string)NV12, width=(int)720, height=(int)576, framerate=(fraction)100/1, interlace-mode=(string)progressive, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)bt601
0:00:03.363369088 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3904:gst_v4l2_object_stop:<v4l2src0> stopping
0:00:03.364117422 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3189:gst_v4l2_object_set_format_full:<v4l2src0> progressive video
0:00:03.364299838 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3327:gst_v4l2_object_set_format_full:<v4l2src0> Desired format 720x576, format NV12 stride: 720
0:00:03.364573713 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3378:gst_v4l2_object_set_format_full:<v4l2src0> Desired format is 720x576, format NV12, nb planes 1
0:00:03.364744463 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3387:gst_v4l2_object_set_format_full:<v4l2src0> stride 720
0:00:03.392727300 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3421:gst_v4l2_object_set_format_full:<v4l2src0> Got format of 720x576, format NV12, nb planes 1, colorspace 0
0:00:03.393010925 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3431:gst_v4l2_object_set_format_full:<v4l2src0> stride 1080, sizeimage 622080
0:00:03.393161008 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3472:gst_v4l2_object_set_format_full:<v4l2src0> Desired framerate: 100/1
0:00:03.395805384 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3489:gst_v4l2_object_set_format_full:<v4l2src0> Got capture framerate: 0/0
0:00:03.395996467 211 0x16abe30 LOG v4l2 gstv4l2object.c:3497:gst_v4l2_object_set_format_full:<v4l2src0> Setting capture framerate to 100/1
0:00:03.396133717 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3502:gst_v4l2_object_set_format_full:<v4l2src0> Not setting capture framerate (not supported)
0:00:03.396246217 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2973:gst_v4l2_object_extrapolate_info:<v4l2src0> Extrapolated for plane 0 with base stride 1080: stride 1080, offset 0
0:00:03.396394259 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2973:gst_v4l2_object_extrapolate_info:<v4l2src0> Extrapolated for plane 1 with base stride 1080: stride 1080, offset 622080
0:00:03.396541634 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:3084:gst_v4l2_object_save_format:<v4l2src0> Got sizeimage 622080
0:00:03.396664842 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:2856:gst_v4l2_object_setup_pool:<v4l2src0> initializing the capture system
0:00:03.396785634 211 0x16abe30 INFO v4l2 gstv4l2object.c:2880:gst_v4l2_object_setup_pool:<v4l2src0> accessing buffers via mode 2
0:00:03.399363050 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:786:gst_v4l2_get_driver_min_buffers:<v4l2src0> driver requires a minimum of 3 buffers
0:00:03.399521634 211 0x16abe30 LOG v4l2 gstv4l2object.c:2889:gst_v4l2_object_setup_pool:<v4l2src0> initiating buffer pool
0:00:03.408372426 211 0x16abe30 WARN v4l2allocator gstv4l2allocator.c:660:gst_v4l2_allocator_new:<v4l2src0:pool:src:allocator> Could not probe supported memory type, assuming MMAP is supported, this is expected for older drivers not yet ported to videobuf2 framework
0:00:03.408726426 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)720\,\ height\=\(int\)576\,\ framerate\=\(fraction\)100/1\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ colorimetry\=\(string\)bt601", size=(uint)622080, min-buffers=(uint)0, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL;
0:00:03.409164051 211 0x16abe30 INFO v4l2bufferpool gstv4l2bufferpool.c:557:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> increasing minimum buffers to 2
0:00:03.409295718 211 0x16abe30 INFO v4l2bufferpool gstv4l2bufferpool.c:564:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> increasing minimum buffers to 3
0:00:03.409525218 211 0x16abe30 INFO v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> reducing maximum buffers to 32
0:00:03.409655176 211 0x16abe30 INFO v4l2bufferpool gstv4l2bufferpool.c:581:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> can't allocate, setting maximum to minimum
0:00:03.409764010 211 0x16abe30 INFO v4l2bufferpool gstv4l2bufferpool.c:586:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> adding needed video meta
0:00:03.423468553 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:4002:gst_v4l2_object_decide_allocation:<v4l2src0> decide allocation
0:00:03.434087054 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:4028:gst_v4l2_object_decide_allocation:<v4l2src0> allocation: size:622080 min:0 max:0 pool:<videobufferpool0>
0:00:03.436518679 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:786:gst_v4l2_get_driver_min_buffers:<v4l2src0> driver requires a minimum of 3 buffers
0:00:03.436673721 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:4086:gst_v4l2_object_decide_allocation:<v4l2src0> streaming mode: using our own pool <v4l2src0:pool:src>
0:00:03.436885179 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:4151:gst_v4l2_object_decide_allocation:<v4l2src0> activate Video Meta
0:00:03.437167055 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:4160:gst_v4l2_object_decide_allocation:<v4l2src0> setting own pool config to GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)720\,\ height\=\(int\)576\,\ framerate\=\(fraction\)100/1\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ colorimetry\=\(string\)bt601", size=(uint)622080, min-buffers=(uint)4, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >;
0:00:03.437701888 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)720\,\ height\=\(int\)576\,\ framerate\=\(fraction\)100/1\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ colorimetry\=\(string\)bt601", size=(uint)622080, min-buffers=(uint)4, max-buffers=(uint)0, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >;
0:00:03.438092763 211 0x16abe30 INFO v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> reducing maximum buffers to 32
0:00:03.438216930 211 0x16abe30 INFO v4l2bufferpool gstv4l2bufferpool.c:581:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> can't allocate, setting maximum to minimum
0:00:03.438501555 211 0x16abe30 DEBUG v4l2 gstv4l2object.c:4167:gst_v4l2_object_decide_allocation:<v4l2src0> own pool config changed to GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)720\,\ height\=\(int\)576\,\ framerate\=\(fraction\)100/1\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ colorimetry\=\(string\)bt601", size=(uint)622080, min-buffers=(uint)4, max-buffers=(uint)4, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >;
0:00:03.439019013 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:509:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> config GstBufferPoolConfig, caps=(GstCaps)"video/x-raw\,\ format\=\(string\)NV12\,\ width\=\(int\)720\,\ height\=\(int\)576\,\ framerate\=\(fraction\)100/1\,\ interlace-mode\=\(string\)progressive\,\ pixel-aspect-ratio\=\(fraction\)1/1\,\ colorimetry\=\(string\)bt601", size=(uint)622080, min-buffers=(uint)4, max-buffers=(uint)4, allocator=(GstAllocator)"NULL", params=(GstAllocationParams)NULL, options=(string)< GstBufferPoolOptionVideoMeta >;
0:00:03.440000471 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:712:gst_v4l2_buffer_pool_start:<v4l2src0:pool:src> activating pool
0:00:03.440222638 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:742:gst_v4l2_buffer_pool_start:<v4l2src0:pool:src> requesting 4 MMAP buffers
0:00:03.455877015 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:706:gst_v4l2_allocator_start:<v4l2src0:pool:src:allocator> allocated 4 mmap buffers out of 4 requested
0:00:03.459541849 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:300:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> Got mmap buffer
0:00:03.459750432 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:301:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> index: 0
0:00:03.459886474 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:302:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> type: 1
0:00:03.460003849 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> flags: 00000000
0:00:03.460122682 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> field: 0
0:00:03.460235640 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> memory: 1
0:00:03.460401307 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> planes: 1
0:00:03.460519140 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:313:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] bytesused: 0, length: 622080
0:00:03.460656640 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] MMAP offset: 0
0:00:03.464308933 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:300:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> Got mmap buffer
0:00:03.464522141 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:301:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> index: 1
0:00:03.464661224 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:302:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> type: 1
0:00:03.464780349 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> flags: 00000000
0:00:03.464897891 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> field: 0
0:00:03.465011683 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> memory: 1
0:00:03.465229599 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> planes: 1
0:00:03.465353474 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:313:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] bytesused: 0, length: 622080
0:00:03.465492266 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] MMAP offset: 622592
0:00:03.468911266 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:300:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> Got mmap buffer
0:00:03.469089766 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:301:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> index: 2
0:00:03.469228725 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:302:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> type: 1
0:00:03.469351558 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> flags: 00000000
0:00:03.469471100 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> field: 0
0:00:03.469585225 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> memory: 1
0:00:03.469699516 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> planes: 1
0:00:03.469813975 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:313:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] bytesused: 0, length: 622080
0:00:03.469946683 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] MMAP offset: 1245184
0:00:03.483189392 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:300:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> Got mmap buffer
0:00:03.483375058 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:301:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> index: 3
0:00:03.483501892 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:302:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> type: 1
0:00:03.483667975 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:303:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> flags: 00000000
0:00:03.483810017 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:304:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> field: 0
0:00:03.483927184 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:305:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> memory: 1
0:00:03.484043059 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:306:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> planes: 1
0:00:03.484158100 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:313:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] bytesused: 0, length: 622080
0:00:03.484291559 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:315:gst_v4l2_memory_group_new:<v4l2src0:pool:src:allocator> [0] MMAP offset: 1867776
0:00:03.494374977 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:819:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool:src:allocator> mmap buffer length 622080, data offset 0, plane 0
0:00:03.495121560 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:03.495481352 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:03.500848269 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x0)
0:00:03.501048603 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.510945354 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:819:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool:src:allocator> mmap buffer length 622080, data offset 0, plane 0
0:00:03.511199604 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:03.511357562 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:03.516626979 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x0)
0:00:03.516821604 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.526639604 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:819:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool:src:allocator> mmap buffer length 622080, data offset 0, plane 0
0:00:03.526886979 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:03.527094229 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:03.532377439 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x0)
0:00:03.532565439 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.542375106 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:819:gst_v4l2_allocator_alloc_mmap:<v4l2src0:pool:src:allocator> mmap buffer length 622080, data offset 0, plane 0
0:00:03.542617565 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524238
0:00:03.542770731 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 3
0:00:03.548041899 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 3 (flags 0x0)
0:00:03.548221649 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.548520149 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:957:gst_v4l2_buffer_pool_flush_stop:<v4l2src0:pool:src> stop flushing
0:00:03.572318234 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:629:gst_v4l2_buffer_pool_streamon:<v4l2src0:pool:src> Started streaming
0:00:03.572635984 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.572776359 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.685217622 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.688428373 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 0 (flags 0x1)
0:00:03.688651039 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524058 seq:0 (ix=0), mem 0x16f4540 used 622080, plane=0, flags 00000001, ts 350640:01:04.654445000, pool-queued=3, buffer=0xb5524058
0:00:03.688877623 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.689052331 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.654445000 now 350640:01:04.671028000 delay 0:00:00.016583000
0:00:03.689260539 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.414692794 out ts 0:00:00.414692794
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:03.695025497 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:03.695237955 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:03.702643414 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x1)
0:00:03.702862747 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.741885960 211 0xb5503290 WARN v4l2src gstv4l2src.c:560:gst_v4l2src_query:<v4l2src0> Can't give latency since framerate isn't fixated !
0:00:03.743118460 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.743327252 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.745285252 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.748694586 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 1 (flags 0x1)
0:00:03.748944044 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb55240f8 seq:0 (ix=1), mem 0x16f4590 used 622080, plane=0, flags 00000001, ts 350640:01:04.699789000, pool-queued=3, buffer=0xb55240f8
0:00:03.749198461 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.749377878 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.699789000 now 350640:01:04.731352000 delay 0:00:00.031563000
0:00:03.749599378 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.460036133 out ts 0:00:00.460036133
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:03.752271503 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:03.769011502 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:03.776451714 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x1)
0:00:03.776661631 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.778751465 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.778989715 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.790810632 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.810410964 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 2 (flags 0x1)
0:00:03.810651464 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524198 seq:0 (ix=2), mem 0x16f45e0 used 622080, plane=0, flags 00000001, ts 350640:01:04.739785000, pool-queued=3, buffer=0xb5524198
0:00:03.810904964 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.811088297 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.739785000 now 350640:01:04.793063000 delay 0:00:00.053278000
0:00:03.811305006 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.500033386 out ts 0:00:00.500033386
0:00:03.812330840 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:03.812551007 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:03.819947884 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x1)
0:00:03.820154884 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.820403427 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.820557093 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.822415052 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.825566803 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 3 (flags 0x1)
0:00:03.825775094 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524238 seq:0 (ix=3), mem 0x16f4630 used 622080, plane=0, flags 00000001, ts 350640:01:04.781330000, pool-queued=3, buffer=0xb5524238
0:00:03.826014261 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.826189428 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.781330000 now 350640:01:04.808165000 delay 0:00:00.026835000
0:00:03.826404553 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.541580808 out ts 0:00:00.541580808
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:03.828893386 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524238
0:00:03.829093011 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 3
0:00:03.852892137 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 3 (flags 0x1)
0:00:03.853131179 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.855162138 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.855393554 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.857501513 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.860724014 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 0 (flags 0x1)
0:00:03.860954597 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524058 seq:1 (ix=0), mem 0x16f4540 used 622080, plane=0, flags 00000001, ts 350640:01:04.821761000, pool-queued=3, buffer=0xb5524058
0:00:03.861195305 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.861373930 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.821761000 now 350640:01:04.843349000 delay 0:00:00.021588000
0:00:03.861592639 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.582008394 out ts 0:00:00.582008394
0:00:03.862476389 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:03.862687055 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:03.870077347 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x1)
0:00:03.870368181 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.870593098 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.870724931 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.888941515 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.892108391 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 1 (flags 0x1)
0:00:03.892314266 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb55240f8 seq:1 (ix=1), mem 0x16f4590 used 622080, plane=0, flags 00000001, ts 350640:01:04.859862000, pool-queued=3, buffer=0xb55240f8
0:00:03.892559350 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.892728225 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.859862000 now 350640:01:04.874705000 delay 0:00:00.014843000
0:00:03.892939933 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.620111646 out ts 0:00:00.620111646
0:00:03.893119058 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.620111646
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:03.896314809 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:03.896519434 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:03.903969144 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x1)
0:00:03.904193977 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.932940896 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.933227563 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.935281563 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.938542272 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 2 (flags 0x1)
0:00:03.938793772 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524198 seq:1 (ix=2), mem 0x16f45e0 used 622080, plane=0, flags 00000001, ts 350640:01:04.899778000, pool-queued=3, buffer=0xb5524198
0:00:03.939044938 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.939227230 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.899778000 now 350640:01:04.921200000 delay 0:00:00.021422000
0:00:03.939444772 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.660024777 out ts 0:00:00.660024777
0:00:03.939623897 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.660024777
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:03.943077730 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:03.943285272 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:03.951639064 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x1)
0:00:03.951869564 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.954164607 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.954402357 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:03.959540940 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:03.973325400 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 3 (flags 0x1)
0:00:03.973537400 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524238 seq:1 (ix=3), mem 0x16f4630 used 622080, plane=0, flags 00000001, ts 350640:01:04.941448000, pool-queued=3, buffer=0xb5524238
0:00:03.973857150 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:03.974053400 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.941448000 now 350640:01:04.956026000 delay 0:00:00.014578000
0:00:03.974286317 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.701696155 out ts 0:00:00.701696155
0:00:03.974475400 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.701696155
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:03.977542275 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524238
0:00:03.977748441 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 3
0:00:03.985155443 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 3 (flags 0x1)
0:00:03.985377485 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:03.997949611 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:03.998215944 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.001973861 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.013367904 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 0 (flags 0x1)
0:00:04.013760363 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524058 seq:1 (ix=0), mem 0x16f4540 used 622080, plane=0, flags 00000001, ts 350640:01:04.979806000, pool-queued=3, buffer=0xb5524058
0:00:04.014043363 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.014239654 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:04.979806000 now 350640:01:04.996213000 delay 0:00:00.016407000
0:00:04.014468238 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.740050868 out ts 0:00:00.740050868
0:00:04.014656946 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.740050868
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.017867072 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:04.018077822 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:04.025466072 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x1)
0:00:04.025677363 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.038019114 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.038288114 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.041965116 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.053387492 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 1 (flags 0x1)
0:00:04.053696867 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb55240f8 seq:1 (ix=1), mem 0x16f4590 used 622080, plane=0, flags 00000001, ts 350640:01:05.019802000, pool-queued=3, buffer=0xb55240f8
0:00:04.053957909 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.054137867 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.019802000 now 350640:01:05.036112000 delay 0:00:00.016310000
0:00:04.054347451 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.780048331 out ts 0:00:00.780048331
0:00:04.054524326 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.780048331
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.057762950 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:04.057968742 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:04.065397158 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x1)
0:00:04.065603033 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.077142537 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.077411787 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.102183663 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.105439372 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 2 (flags 0x1)
0:00:04.105675788 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524198 seq:1 (ix=2), mem 0x16f45e0 used 622080, plane=0, flags 00000001, ts 350640:01:05.061467000, pool-queued=3, buffer=0xb5524198
0:00:04.105930788 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.106118330 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.061467000 now 350640:01:05.088091000 delay 0:00:00.026624000
0:00:04.106339038 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.821712877 out ts 0:00:00.821712877
0:00:04.106522413 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.821712877
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.109718330 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:04.109930205 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:04.135088124 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x1)
0:00:04.135432957 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.137507625 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.137741250 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.139602292 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.143258751 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 3 (flags 0x1)
0:00:04.143492709 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524238 seq:1 (ix=3), mem 0x16f4630 used 622080, plane=0, flags 00000001, ts 350640:01:05.100228000, pool-queued=3, buffer=0xb5524238
0:00:04.143811626 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.143989417 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.100228000 now 350640:01:05.125964000 delay 0:00:00.025736000
0:00:04.144205751 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.860477089 out ts 0:00:00.860477089
0:00:04.144386626 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.860477089
0:00:04.145678042 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524238
0:00:04.145894042 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 3
0:00:04.160335420 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 3 (flags 0x1)
0:00:04.160563545 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.160753420 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.160879670 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.163381003 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.176550045 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 0 (flags 0x1)
0:00:04.176771420 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524058 seq:2 (ix=0), mem 0x16f4540 used 622080, plane=0, flags 00000001, ts 350640:01:05.141308000, pool-queued=3, buffer=0xb5524058
0:00:04.177182586 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.177367295 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.141308000 now 350640:01:05.159343000 delay 0:00:00.018035000
0:00:04.177573711 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.901556550 out ts 0:00:00.901556550
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.180012087 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:04.180216212 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:04.188416923 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x1)
0:00:04.188634839 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.200160215 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.200517423 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.205445715 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.213386174 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 1 (flags 0x1)
0:00:04.214730299 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb55240f8 seq:2 (ix=1), mem 0x16f4590 used 622080, plane=0, flags 00000001, ts 350640:01:05.179792000, pool-queued=3, buffer=0xb55240f8
0:00:04.215035966 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.215214091 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.179792000 now 350640:01:05.197190000 delay 0:00:00.017398000
0:00:04.215425383 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.940038596 out ts 0:00:00.940038596
0:00:04.215596799 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.940038596
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.218854967 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:04.219063675 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:04.227411301 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x1)
0:00:04.227636884 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.229613217 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.229826259 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.245210594 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.248468595 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 2 (flags 0x1)
0:00:04.248698761 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524198 seq:2 (ix=2), mem 0x16f45e0 used 622080, plane=0, flags 00000001, ts 350640:01:05.214408000, pool-queued=3, buffer=0xb5524198
0:00:04.248931761 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.249109845 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.214408000 now 350640:01:05.231085000 delay 0:00:00.016677000
0:00:04.249318678 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.974655391 out ts 0:00:00.974655391
0:00:04.249493136 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:00.974655391
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.252538095 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:04.252746428 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:04.261028846 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x1)
0:00:04.261251762 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.272577264 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.272952764 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.279799930 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.293332182 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 3 (flags 0x1)
0:00:04.293552349 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524238 seq:2 (ix=3), mem 0x16f4630 used 622080, plane=0, flags 00000001, ts 350640:01:05.261450000, pool-queued=3, buffer=0xb5524238
0:00:04.293893807 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.294092849 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.261450000 now 350640:01:05.276065000 delay 0:00:00.014615000
0:00:04.294330557 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.021694646 out ts 0:00:01.021694646
0:00:04.294522932 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.021694646
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.297690558 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524238
0:00:04.297903058 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 3
0:00:04.305515725 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 3 (flags 0x1)
0:00:04.305754058 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.317323809 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.317594767 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.332281020 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.336764730 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 0 (flags 0x1)
0:00:04.337063479 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524058 seq:2 (ix=0), mem 0x16f4540 used 622080, plane=0, flags 00000001, ts 350640:01:05.301468000, pool-queued=3, buffer=0xb5524058
0:00:04.337436521 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.337624354 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.301468000 now 350640:01:05.319598000 delay 0:00:00.018130000
0:00:04.337839271 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.061714484 out ts 0:00:01.061714484
0:00:04.338020313 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.061714484
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.341300562 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:04.341506437 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:04.349554312 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x1)
0:00:04.349773895 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.352196855 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.379137941 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.381116358 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.384276275 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 1 (flags 0x1)
0:00:04.384482400 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb55240f8 seq:2 (ix=1), mem 0x16f4590 used 622080, plane=0, flags 00000001, ts 350640:01:05.339747000, pool-queued=3, buffer=0xb55240f8
0:00:04.384715442 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.384888650 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.339747000 now 350640:01:05.366863000 delay 0:00:00.027116000
0:00:04.385102775 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.099995114 out ts 0:00:01.099995114
0:00:04.385280817 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.099995114
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.389626234 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:04.389837026 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:04.423432195 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x1)
0:00:04.423717320 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.425713111 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.425934736 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.427915112 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.431129529 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 2 (flags 0x1)
0:00:04.431358321 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524198 seq:2 (ix=2), mem 0x16f45e0 used 622080, plane=0, flags 00000001, ts 350640:01:05.380252000, pool-queued=3, buffer=0xb5524198
0:00:04.431600988 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.431777904 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.380252000 now 350640:01:05.413754000 delay 0:00:00.033502000
0:00:04.431988654 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.140500868 out ts 0:00:01.140500868
0:00:04.432167113 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.140500868
0:00:04.449905114 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:04.450159364 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:04.457601366 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x1)
0:00:04.457818491 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.458023574 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.458154783 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.460124449 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.463317616 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 3 (flags 0x1)
0:00:04.463533199 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524238 seq:2 (ix=3), mem 0x16f4630 used 622080, plane=0, flags 00000001, ts 350640:01:05.419735000, pool-queued=3, buffer=0xb5524238
0:00:04.463866450 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.464050992 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.419735000 now 350640:01:05.446026000 delay 0:00:00.026291000
0:00:04.464268950 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.179983372 out ts 0:00:01.179983372
0:00:04.464451825 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.179983372
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.467507159 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524238
0:00:04.467712159 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 3
0:00:04.491419700 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 3 (flags 0x1)
0:00:04.491642325 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.493694951 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.493914743 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.495788161 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.498948955 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 0 (flags 0x1)
0:00:04.499181163 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524058 seq:3 (ix=0), mem 0x16f4540 used 622080, plane=0, flags 00000001, ts 350640:01:05.460336000, pool-queued=3, buffer=0xb5524058
0:00:04.499432663 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.499737497 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.460336000 now 350640:01:05.481711000 delay 0:00:00.021375000
0:00:04.499965497 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.220583543 out ts 0:00:01.220583543
0:00:04.500920997 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:04.501159372 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:04.508551039 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x1)
0:00:04.508768664 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.508969581 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.509104789 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.525171580 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.528370456 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 1 (flags 0x1)
0:00:04.528586706 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb55240f8 seq:3 (ix=1), mem 0x16f4590 used 622080, plane=0, flags 00000001, ts 350640:01:05.494395000, pool-queued=3, buffer=0xb55240f8
0:00:04.528825247 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.528995622 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.494395000 now 350640:01:05.510971000 delay 0:00:00.016576000
0:00:04.529205706 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.254644627 out ts 0:00:01.254644627
0:00:04.529385914 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.254644627
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.532412622 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:04.532615122 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:04.540015081 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x1)
0:00:04.540424915 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.551995875 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.552263167 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.570820000 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.574091795 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 2 (flags 0x1)
0:00:04.574318420 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524198 seq:3 (ix=2), mem 0x16f45e0 used 622080, plane=0, flags 00000001, ts 350640:01:05.539744000, pool-queued=3, buffer=0xb5524198
0:00:04.574560003 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.574742045 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.539744000 now 350640:01:05.556716000 delay 0:00:00.016972000
0:00:04.574949503 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.299990800 out ts 0:00:01.299990800
0:00:04.575125712 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.299990800
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.578317004 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:04.578522213 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:04.585944587 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x1)
0:00:04.586156295 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.614015091 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.614280882 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.616185882 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.619383133 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 3 (flags 0x1)
0:00:04.619742050 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524238 seq:3 (ix=3), mem 0x16f4630 used 622080, plane=0, flags 00000001, ts 350640:01:05.579742000, pool-queued=3, buffer=0xb5524238
0:00:04.620018842 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.620219216 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.579742000 now 350640:01:05.602192000 delay 0:00:00.022450000
0:00:04.620579425 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.339989430 out ts 0:00:01.339989430
0:00:04.620766258 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.339989430
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.623965591 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524238
0:00:04.624202299 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 3
0:00:04.632327841 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 3 (flags 0x1)
0:00:04.632553216 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.634560091 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.634774591 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.639521134 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.653295343 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 0 (flags 0x1)
0:00:04.653501801 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524058 seq:3 (ix=0), mem 0x16f4540 used 622080, plane=0, flags 00000001, ts 350640:01:05.621413000, pool-queued=3, buffer=0xb5524058
0:00:04.654883968 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.655078843 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.621413000 now 350640:01:05.637053000 delay 0:00:00.015640000
0:00:04.655291260 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.381661973 out ts 0:00:01.381661973
0:00:04.655472051 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.381661973
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.658659218 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524058
0:00:04.658866010 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 0
0:00:04.667367136 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 0 (flags 0x1)
0:00:04.667599344 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
0:00:04.678942804 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.679216263 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.681964930 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.693350431 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 1 (flags 0x1)
0:00:04.693584972 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb55240f8 seq:3 (ix=1), mem 0x16f4590 used 622080, plane=0, flags 00000001, ts 350640:01:05.659762000, pool-queued=3, buffer=0xb55240f8
0:00:04.693913432 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.694093473 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.659762000 now 350640:01:05.676068000 delay 0:00:00.016306000
0:00:04.694306056 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.420007562 out ts 0:00:01.420007562
0:00:04.694484556 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.420007562
WARNING: from element /GstPipeline:pipeline0/GstVideoConvert:videoconvert0: Internal GStreamer error: code not implemented. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstvideofilter.c(290): gst_video_filter_transform (): /GstPipeline:pipeline0/GstVideoConvert:videoconvert0:
invalid video buffer received
0:00:04.697646182 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb55240f8
0:00:04.697852182 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 1
0:00:04.705179516 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 1 (flags 0x1)
0:00:04.705503349 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
handling interrupt.
Interrupt: Stopping pipeline ...
Execution ended after 0:00:01.447833146
Setting pipeline to PAUSED ...
0:00:04.718131808 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1319:gst_v4l2_buffer_pool_acquire_buffer:<v4l2src0:pool:src> acquire
0:00:04.718401016 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1032:gst_v4l2_buffer_pool_poll:<v4l2src0:pool:src> polling device
0:00:04.721965059 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1165:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeueing a buffer
0:00:04.733352560 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1311:gst_v4l2_allocator_dqbuf:<v4l2src0:pool:src:allocator> dequeued buffer 2 (flags 0x1)
0:00:04.733640144 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1197:gst_v4l2_buffer_pool_dqbuf:<v4l2src0:pool:src> dequeued buffer 0xb5524198 seq:3 (ix=2), mem 0x16f45e0 used 622080, plane=0, flags 00000001, ts 350640:01:05.699779000, pool-queued=3, buffer=0xb5524198
0:00:04.733901227 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1723:gst_v4l2_buffer_pool_process:<v4l2src0:pool:src> process buffer 0xb5efecd4
0:00:04.734081602 211 0x16abe30 DEBUG v4l2src gstv4l2src.c:789:gst_v4l2src_create:<v4l2src0> ts: 350640:01:05.699779000 now 350640:01:05.716057000 delay 0:00:00.016278000
0:00:04.734295186 211 0x16abe30 INFO v4l2src gstv4l2src.c:825:gst_v4l2src_create:<v4l2src0> sync to 0:00:01.460024982 out ts 0:00:01.460024982
0:00:04.734475311 211 0x16abe30 WARN v4l2src gstv4l2src.c:844:gst_v4l2src_create:<v4l2src0> lost frames detected: count = 18446744073709551615 - ts: 0:00:01.460024982
0:00:04.736053519 211 0x16abe30 DEBUG v4l2bufferpool gstv4l2bufferpool.c:1397:gst_v4l2_buffer_pool_release_buffer:<v4l2src0:pool:src> release buffer 0xb5524198
0:00:04.736286352 211 0x16abe30 LOG v4l2bufferpool gstv4l2bufferpool.c:1093:gst_v4l2_buffer_pool_qbuf:<v4l2src0:pool:src> queuing buffer 2
0:00:04.740721435 211 0x163f600 LOG v4l2 gstv4l2object.c:3880:gst_v4l2_object_unlock:<v4l2src0> start flushing
0:00:04.740933143 211 0x163f600 DEBUG v4l2bufferpool gstv4l2bufferpool.c:936:gst_v4l2_buffer_pool_flush_start:<v4l2src0:pool:src> start flushing
0:00:04.743692227 211 0x16abe30 LOG v4l2allocator gstv4l2allocator.c:1265:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> queued buffer 2 (flags 0x1)
0:00:04.743879393 211 0x16abe30 DEBUG v4l2allocator gstv4l2allocator.c:1269:gst_v4l2_allocator_qbuf:<v4l2src0:pool:src:allocator> driver pretends buffer is not queued even if queue succeeded
Setting pipeline to READY ...
0:00:04.746881268 211 0x163f600 DEBUG v4l2bufferpool gstv4l2bufferpool.c:884:gst_v4l2_buffer_pool_stop:<v4l2src0:pool:src> stopping pool
0:00:04.788366649 211 0x163f600 DEBUG v4l2bufferpool gstv4l2bufferpool.c:663:gst_v4l2_buffer_pool_streamoff:<v4l2src0:pool:src> Stopped streaming
0:00:04.788623357 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:351:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> plane 0 of buffer 0 released
0:00:04.788918190 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:367:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> buffer 0 released
0:00:04.789095982 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:351:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> plane 0 of buffer 1 released
0:00:04.789259607 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:367:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> buffer 1 released
0:00:04.789404607 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:351:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> plane 0 of buffer 2 released
0:00:04.789540899 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:367:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> buffer 2 released
0:00:04.789674024 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:351:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> plane 0 of buffer 3 released
0:00:04.789812482 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:367:gst_v4l2_allocator_release:<v4l2src0:pool:src:allocator> buffer 3 released
0:00:04.789936524 211 0x163f600 DEBUG v4l2allocator gstv4l2allocator.c:757:gst_v4l2_allocator_stop:<v4l2src0:pool:src:allocator> stop allocator
0:00:04.790055190 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:386:gst_v4l2_allocator_free:<v4l2src0:pool:src:allocator> freeing plane 0 of buffer 0
0:00:04.790376357 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:386:gst_v4l2_allocator_free:<v4l2src0:pool:src:allocator> freeing plane 0 of buffer 1
0:00:04.790629482 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:386:gst_v4l2_allocator_free:<v4l2src0:pool:src:allocator> freeing plane 0 of buffer 2
0:00:04.790853315 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:386:gst_v4l2_allocator_free:<v4l2src0:pool:src:allocator> freeing plane 0 of buffer 3
0:00:04.810717150 211 0x163f600 WARN v4l2allocator gstv4l2allocator.c:784:gst_v4l2_allocator_stop:<v4l2src0:pool:src:allocator> error releasing buffers buffers:
0:00:04.810944275 211 0x163f600 LOG v4l2 gstv4l2object.c:3880:gst_v4l2_object_unlock:<v4l2src0> start flushing
0:00:04.811074025 211 0x163f600 LOG v4l2 gstv4l2object.c:3893:gst_v4l2_object_unlock_stop:<v4l2src0> stop flushing
0:00:04.811504983 211 0x163f600 DEBUG v4l2 gstv4l2object.c:3904:gst_v4l2_object_stop:<v4l2src0> stopping
0:00:04.811650775 211 0x163f600 DEBUG v4l2 gstv4l2object.c:3912:gst_v4l2_object_stop:<v4l2src0> deactivating pool
0:00:04.811787608 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:407:gst_v4l2_allocator_dispose:<v4l2src0:pool:src:allocator> called
0:00:04.811919733 211 0x163f600 LOG v4l2allocator gstv4l2allocator.c:424:gst_v4l2_allocator_finalize:<v4l2src0:pool:src:allocator> called
Setting pipeline to NULL ...
0:00:04.828912528 211 0x163f600 DEBUG v4l2 v4l2_calls.c:717:gst_v4l2_close:<v4l2src0> Trying to close /dev/video1
0:00:04.869458447 211 0x163f600 DEBUG v4l2 v4l2_calls.c:464:gst_v4l2_empty_lists:<v4l2src0> deleting enumerations
Freeing pipeline ...
More information about the gstreamer-devel
mailing list